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

15:57:23.112 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:57:23.119 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:57:23.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.121071 10928 mini_oidc.cc:152] Starting JWKS server
15:57:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.123229 10928 webserver.cc:460] Webserver started at http://127.0.0.1:36755/ using document root <none> and password file <none>
15:57:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.123375 10928 mini_oidc.cc:189] Starting OIDC Discovery server
15:57:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.123670 10928 webserver.cc:460] Webserver started at http://127.0.0.1:39627/ using document root <none> and password file <none>
15:57:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:23Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:57:23.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:23Z Disabled control of system clock
15:57:23.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.140511 10928 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:23.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/logs
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data/info.pb
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:23.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.62:37163
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.62
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:23.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json with env {}
15:57:23.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.256143 10939 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.256417 10939 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.256456 10939 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.260748 10939 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.260850 10939 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.260869 10939 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.260886 10939 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.260903 10939 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.260917 10939 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36755/jwks.json
15:57:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.266115 10939 master_runner.cc:386] Master server non-default flags:
15:57:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:23.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:23.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:23.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data
15:57:23.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal
15:57:23.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:23.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:23.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.62:37163
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data/info.pb
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.62
15:57:23.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10939
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/logs
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:23.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.267407 10939 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:57:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.269198 10939 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:23.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.279407 10939 server_base.cc:1034] running on GCE node
15:57:23.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.279469 10947 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:57:23.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.279433 10944 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:57:23.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.279379 10945 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:57:23.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.280284 10939 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:23.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.281682 10939 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:23.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.282888 10939 hybrid_clock.cc:648] HybridClock initialized: now 1783526243282858 us; error 52 us; skew 500 ppm
15:57:23.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.285569 10939 webserver.cc:460] Webserver started at http://127.10.172.62:43577/ using document root <none> and password file <none>
15:57:23.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.286167 10939 fs_manager.cc:359] Metadata directory not provided
15:57:23.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.286237 10939 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:23.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.286422 10939 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.288638 10939 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data/instance:
15:57:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "50ee8e3c9585499e9846a17494fce32e"
15:57:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.289355 10939 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal/instance:
15:57:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "50ee8e3c9585499e9846a17494fce32e"
15:57:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.293645 10939 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:57:23.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.296254 10953 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:23.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.297654 10939 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
15:57:23.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.297809 10939 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal
15:57:23.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "50ee8e3c9585499e9846a17494fce32e"
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.297930 10939 fs_report.cc:383] FS layout report
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data/data
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:23.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.315465 10939 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:23.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.316350 10939 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:57:23.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.316584 10939 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:23.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.323926 11005 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.10.172.62:37163 every 8 connection(s)
15:57:23.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.323942 10939 rpc_server.cc:307] RPC server started. Bound to: 127.10.172.62:37163
15:57:23.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.325124 10939 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/data/info.pb
15:57:23.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.327193 10928 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 10939
15:57:23.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.327358 10928 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-0/wal/instance
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.329208 10928 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:23.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/logs
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data/info.pb
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:23.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.61:35383
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.61
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json with env {}
15:57:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.329721 11006 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:57:23.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.334084 11006 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.346825 11006 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.347644 10957 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.172.61:35383: connect: Connection refused (error 111)
15:57:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.348520 11006 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.61:35383: Network error: Client connection negotiation failed: client connection to 127.10.172.61:35383: connect: Connection refused (error 111)
15:57:23.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.397811 11006 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } attempt: 1
15:57:23.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.399435 11006 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.61:35383: Network error: Client connection negotiation failed: client connection to 127.10.172.61:35383: connect: Connection refused (error 111)
15:57:23.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.447840 11008 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:23.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.448143 11008 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:23.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.448181 11008 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.452611 11008 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.452690 11008 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.452709 11008 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.452725 11008 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.452741 11008 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.452773 11008 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36755/jwks.json
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.458731 11008 master_runner.cc:386] Master server non-default flags:
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data
15:57:23.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.61:35383
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
15:57:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data/info.pb
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.61
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11008
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/logs
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.460060 11008 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:57:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.461838 11008 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:23.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.467618 11006 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } attempt: 2
15:57:23.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.469219 11006 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.61:35383: Network error: Client connection negotiation failed: client connection to 127.10.172.61:35383: connect: Connection refused (error 111)
15:57:23.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.471179 11016 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:57:23.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.471191 11019 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:57:23.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.471190 11017 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:57:23.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.471632 11008 server_base.cc:1034] running on GCE node
15:57:23.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.472348 11008 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:23.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.473647 11008 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:23.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.474866 11008 hybrid_clock.cc:648] HybridClock initialized: now 1783526243474796 us; error 86 us; skew 500 ppm
15:57:23.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.477054 11008 webserver.cc:460] Webserver started at http://127.10.172.61:32807/ using document root <none> and password file <none>
15:57:23.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.477736 11008 fs_manager.cc:359] Metadata directory not provided
15:57:23.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.477837 11008 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:23.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.478096 11008 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.480211 11008 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data/instance:
15:57:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c693b57d85b544129e86e7435c78c4e9"
15:57:23.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.480926 11008 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal/instance:
15:57:23.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c693b57d85b544129e86e7435c78c4e9"
15:57:23.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.485621 11008 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:57:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.489097 11025 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.490899 11008 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.491037 11008 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c693b57d85b544129e86e7435c78c4e9"
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.491153 11008 fs_report.cc:383] FS layout report
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal
15:57:23.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data/data
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:23.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.516319 11008 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:23.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.517143 11008 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:57:23.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.517315 11008 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:23.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.525303 11008 rpc_server.cc:307] RPC server started. Bound to: 127.10.172.61:35383
15:57:23.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.525337 11077 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.10.172.61:35383 every 8 connection(s)
15:57:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.527143 11008 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/data/info.pb
15:57:23.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.530879 11078 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:57:23.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.534574 11078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.536201 10928 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 11008
15:57:23.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.536310 10928 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-1/wal/instance
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.537017 10928 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/logs
15:57:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data/info.pb
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.60:34889
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.60
15:57:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:23.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json with env {}
15:57:23.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.550246 11078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.557622 11078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.558506 11028 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.559651 11078 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.60:34889: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.560398 11006 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } attempt: 3
15:57:23.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.566195 11006 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.567699 11006 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.60:34889: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.598869 11006 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } attempt: 1
15:57:23.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.600409 11006 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.60:34889: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.609169 11078 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } attempt: 1
15:57:23.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.610702 11078 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.60:34889: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.664870 11081 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.665160 11081 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:23.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.665202 11081 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:23.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.669744 11081 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.669806 11081 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.669824 11081 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.669840 11081 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.669863 11081 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:23.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.669878 11081 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36755/jwks.json
15:57:23.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.674718 11081 master_runner.cc:386] Master server non-default flags:
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.60:34889
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:23.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36755/jwks.json
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data/info.pb
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.60
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11081
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:23.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:23.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:23.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:23.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/logs
15:57:23.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:23.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.675619 11006 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } attempt: 2
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.676043 11081 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:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.677291 11006 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.60:34889: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.677798 11081 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:23.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.678933 11078 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } attempt: 2
15:57:23.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.680433 11078 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.10.172.60:34889: Network error: Client connection negotiation failed: client connection to 127.10.172.60:34889: connect: Connection refused (error 111)
15:57:23.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.687351 11088 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:57:23.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.687391 11089 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:57:23.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.687374 11091 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:57:23.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.687703 11081 server_base.cc:1034] running on GCE node
15:57:23.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.688515 11081 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.689983 11081 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:23.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.691177 11081 hybrid_clock.cc:648] HybridClock initialized: now 1783526243691105 us; error 90 us; skew 500 ppm
15:57:23.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.693473 11081 webserver.cc:460] Webserver started at http://127.10.172.60:44457/ using document root <none> and password file <none>
15:57:23.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.694176 11081 fs_manager.cc:359] Metadata directory not provided
15:57:23.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.694262 11081 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:23.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.694475 11081 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:23.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.697055 11081 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data/instance:
15:57:23.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b45023707e9240f4a9aad3fa3d4f3139"
15:57:23.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.697705 11081 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal/instance:
15:57:23.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b45023707e9240f4a9aad3fa3d4f3139"
15:57:23.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.702418 11081 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:57:23.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.705477 11097 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:23.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.706812 11081 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.706915 11081 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b45023707e9240f4a9aad3fa3d4f3139"
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:23 on dist-test-slave-vt7w"
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.706996 11081 fs_report.cc:383] FS layout report
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data/data
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:23.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:23.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:23.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.718225 11081 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:23.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.718914 11081 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:57:23.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.719122 11081 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:23.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.726351 11081 rpc_server.cc:307] RPC server started. Bound to: 127.10.172.60:34889
15:57:23.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.726378 11149 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.10.172.60:34889 every 8 connection(s)
15:57:23.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.727305 11081 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/data/info.pb
15:57:23.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.730680 11150 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:57:23.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.734247 11150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.736521 10928 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 11081
15:57:23.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.736624 10928 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/master-2/wal/instance
15:57:23.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.746706 11150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.751967 11150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } has no permanent_uuid. Determining permanent_uuid...
15:57:23.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.762797 11150 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: Bootstrap starting.
15:57:23.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.765396 11150 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: Neither blocks nor log segments found. Creating new log.
15:57:23.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.766234 11150 log.cc:824] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: Log is configured to *not* fsync() on all Append() calls
15:57:23.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.768154 11150 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: No bootstrap required, opened a new log
15:57:23.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.771842 11078 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } attempt: 3
15:57:23.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.771956 11150 raft_consensus.cc:348] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.772197 11150 raft_consensus.cc:374] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:23.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.772266 11150 raft_consensus.cc:729] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b45023707e9240f4a9aad3fa3d4f3139, State: Initialized, Role: FOLLOWER
15:57:23.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.772811 11150 consensus_queue.cc:260] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.773793 11159 sys_catalog.cc:455] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.774207 11159 sys_catalog.cc:458] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.774340 11150 sys_catalog.cc:564] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [sys.catalog]: configured and running, proceeding with master startup.
15:57:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.776437 11006 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } attempt: 3
15:57:23.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.782841 11170 catalog_manager.cc:1558] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:57:23.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.783190 11078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: Bootstrap starting.
15:57:23.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.783411 11170 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:57:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.785858 11006 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: Bootstrap starting.
15:57:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.787214 11078 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: Neither blocks nor log segments found. Creating new log.
15:57:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.784096 11081 master_runner.cc:186] Error getting master registration for 127.10.172.62:37163: OK, instance_id { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" instance_seqno: 1783526243321769 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:57:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.787590 11081 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:57:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.788703 11078 log.cc:824] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: Log is configured to *not* fsync() on all Append() calls
15:57:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.789721 11006 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: Neither blocks nor log segments found. Creating new log.
15:57:23.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.791568 11078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: No bootstrap required, opened a new log
15:57:23.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.791821 11006 log.cc:824] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: Log is configured to *not* fsync() on all Append() calls
15:57:23.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.794061 11006 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: No bootstrap required, opened a new log
15:57:23.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.797538 11078 raft_consensus.cc:348] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.797808 11078 raft_consensus.cc:374] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:23.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.797861 11078 raft_consensus.cc:729] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c693b57d85b544129e86e7435c78c4e9, State: Initialized, Role: FOLLOWER
15:57:23.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.798318 11006 raft_consensus.cc:348] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.798375 11078 consensus_queue.cc:260] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.798534 11006 raft_consensus.cc:374] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:23.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.798593 11006 raft_consensus.cc:729] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 50ee8e3c9585499e9846a17494fce32e, State: Initialized, Role: FOLLOWER
15:57:23.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.799125 11006 consensus_queue.cc:260] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.799882 11078 sys_catalog.cc:564] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [sys.catalog]: configured and running, proceeding with master startup.
15:57:23.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.800707 11006 sys_catalog.cc:564] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: configured and running, proceeding with master startup.
15:57:23.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.803157 11174 sys_catalog.cc:455] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.803550 11174 sys_catalog.cc:458] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.803853 11008 master_runner.cc:186] Error getting master registration for 127.10.172.62:37163: OK, instance_id { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" instance_seqno: 1783526243321769 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:57:23.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.807778 11197 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:57:23.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.808431 11197 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:57:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.805604 11175 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.808528 11188 catalog_manager.cc:1558] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:57:23.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.809767 11188 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:57:23.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.809927 11008 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:57:23.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.812217 11175 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.815768 10939 master_runner.cc:263] No leader master found from master 50ee8e3c9585499e9846a17494fce32e
15:57:23.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.815861 10939 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:57:23.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:23.818269 10959 tablet.cc:2369] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:57:23.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.869112 11175 raft_consensus.cc:482] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:57:23.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.869324 11175 raft_consensus.cc:504] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.870694 11175 leader_election.cc:288] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c693b57d85b544129e86e7435c78c4e9 (127.10.172.61:35383), b45023707e9240f4a9aad3fa3d4f3139 (127.10.172.60:34889)
15:57:23.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.871500 11124 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50ee8e3c9585499e9846a17494fce32e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b45023707e9240f4a9aad3fa3d4f3139" is_pre_election: true
15:57:23.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.871869 11124 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 50ee8e3c9585499e9846a17494fce32e in term 0.
15:57:23.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.873135 10956 leader_election.cc:302] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 50ee8e3c9585499e9846a17494fce32e, b45023707e9240f4a9aad3fa3d4f3139; no voters: 
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.876883 11175 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Leader pre-election won for term 1
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.877045 11175 raft_consensus.cc:482] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.877097 11175 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 0 FOLLOWER]: Advancing to term 1
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.878935 11175 raft_consensus.cc:504] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.879405 11175 leader_election.cc:288] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [CANDIDATE]: Term 1 election: Requested vote from peers c693b57d85b544129e86e7435c78c4e9 (127.10.172.61:35383), b45023707e9240f4a9aad3fa3d4f3139 (127.10.172.60:34889)
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.880025 11124 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50ee8e3c9585499e9846a17494fce32e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b45023707e9240f4a9aad3fa3d4f3139"
15:57:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.880174 11124 raft_consensus.cc:3037] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 0 FOLLOWER]: Advancing to term 1
15:57:23.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.881608 11124 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 50ee8e3c9585499e9846a17494fce32e in term 1.
15:57:23.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.882067 10956 leader_election.cc:302] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [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: 50ee8e3c9585499e9846a17494fce32e, b45023707e9240f4a9aad3fa3d4f3139; no voters: 
15:57:23.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.884083 11051 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50ee8e3c9585499e9846a17494fce32e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c693b57d85b544129e86e7435c78c4e9"
15:57:23.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.884384 11051 raft_consensus.cc:3037] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [term 0 FOLLOWER]: Advancing to term 1
15:57:23.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.884899 11052 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "50ee8e3c9585499e9846a17494fce32e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c693b57d85b544129e86e7435c78c4e9" is_pre_election: true
15:57:23.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.886606 11051 raft_consensus.cc:2454] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 50ee8e3c9585499e9846a17494fce32e in term 1.
15:57:23.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.894595 11175 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 1 FOLLOWER]: Leader election won for term 1
15:57:23.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.894876 11175 raft_consensus.cc:686] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [term 1 LEADER]: Becoming Leader. State: Replica: 50ee8e3c9585499e9846a17494fce32e, State: Running, Role: LEADER
15:57:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.897192 11175 consensus_queue.cc:237] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [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: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } }
15:57:23.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.899797 11175 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50ee8e3c9585499e9846a17494fce32e. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.902338 11175 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: This master's current role is: LEADER
15:57:23.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.904703 11202 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:57:23.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.906777 11202 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:57:23.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.921543 11124 raft_consensus.cc:1261] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [term 1 FOLLOWER]: Refusing update from remote peer 50ee8e3c9585499e9846a17494fce32e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:57:23.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.922821 11200 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [LEADER]: Connected to new peer: Peer: permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:57:23.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.943786 11159 sys_catalog.cc:455] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50ee8e3c9585499e9846a17494fce32e. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.943989 11159 sys_catalog.cc:458] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.945930 11051 raft_consensus.cc:1261] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [term 1 FOLLOWER]: Refusing update from remote peer 50ee8e3c9585499e9846a17494fce32e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:57:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.946684 11200 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [LEADER]: Connected to new peer: Peer: permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:57:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.951520 11174 sys_catalog.cc:455] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50ee8e3c9585499e9846a17494fce32e. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.951671 11174 sys_catalog.cc:458] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.963411 11159 sys_catalog.cc:455] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.963572 11159 sys_catalog.cc:458] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139 [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.966513 11174 sys_catalog.cc:455] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.966711 11174 sys_catalog.cc:458] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9 [sys.catalog]: This master's current role is: FOLLOWER
15:57:23.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.974138 11200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.974329 11200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: This master's current role is: LEADER
15:57:23.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.974447 11200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "50ee8e3c9585499e9846a17494fce32e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "50ee8e3c9585499e9846a17494fce32e" member_type: VOTER last_known_addr { host: "127.10.172.62" port: 37163 } } peers { permanent_uuid: "c693b57d85b544129e86e7435c78c4e9" member_type: VOTER last_known_addr { host: "127.10.172.61" port: 35383 } } peers { permanent_uuid: "b45023707e9240f4a9aad3fa3d4f3139" member_type: VOTER last_known_addr { host: "127.10.172.60" port: 34889 } } }
15:57:23.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.974526 11200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e [sys.catalog]: This master's current role is: LEADER
15:57:23.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.975262 11203 mvcc.cc:205] Tried to move back new op lower bound from 7305323495093891072 to 7305323495008944128. Current Snapshot: MvccSnapshot[applied={T|T < 7305323495093891072}]
15:57:23.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.982971 11202 catalog_manager.cc:1347] Generated new cluster ID: 89d4db0ad4124be0b44b10041d75fe18
15:57:23.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:23.983069 11202 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:57:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.010186 11202 catalog_manager.cc:1370] Generated new certificate authority record
15:57:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.013571 11202 catalog_manager.cc:1504] Loading token signing keys...
15:57:24.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.030452 11202 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: Generated new TSK 0
15:57:24.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.031797 11202 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:57:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.044355 10928 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/logs
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data/info.pb
15:57:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.1:0
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.10.172.1
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.1
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:24.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:24.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:24.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:57:24.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.169785 11212 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:24.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.170117 11212 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:24.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.170176 11212 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:24.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.174782 11212 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:24.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.174918 11212 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.10.172.1
15:57:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.180272 11212 tablet_server_runner.cc:78] Tablet server non-default flags:
15:57:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.1:0
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data/info.pb
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.1
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11212
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.10.172.1
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/logs
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:24.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:24.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.181880 11212 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:57:24.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.183444 11212 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:24.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.195906 11220 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:57:24.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.195906 11218 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:57:24.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.196280 11217 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:57:24.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.196386 11212 server_base.cc:1034] running on GCE node
15:57:24.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.197119 11212 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:24.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.197908 11212 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:24.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.199239 11212 hybrid_clock.cc:648] HybridClock initialized: now 1783526244199175 us; error 83 us; skew 500 ppm
15:57:24.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.201735 11212 webserver.cc:460] Webserver started at http://127.10.172.1:45865/ using document root <none> and password file <none>
15:57:24.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.202482 11212 fs_manager.cc:359] Metadata directory not provided
15:57:24.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.202555 11212 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:24.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.202859 11212 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.205274 11212 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data/instance:
15:57:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed508af349f143edbc5d15e4359ce4a0"
15:57:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.205839 11212 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal/instance:
15:57:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed508af349f143edbc5d15e4359ce4a0"
15:57:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.210222 11212 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:57:24.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.213294 11226 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:24.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.214737 11212 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.214855 11212 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed508af349f143edbc5d15e4359ce4a0"
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.214959 11212 fs_report.cc:383] FS layout report
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data/data
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:24.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:24.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.234807 11212 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:24.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.235486 11212 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:57:24.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.235644 11212 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:24.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.236178 11212 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:57:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.237227 11212 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:57:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.237277 11212 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:57:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.237317 11212 ts_tablet_manager.cc:610] Registered 0 tablets
15:57:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.237332 11212 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:57:24.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.247097 11212 rpc_server.cc:307] RPC server started. Bound to: 127.10.172.1:44141
15:57:24.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.247114 11339 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.10.172.1:44141 every 8 connection(s)
15:57:24.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.248054 11212 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/data/info.pb
15:57:24.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.252208 10928 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 11212
15:57:24.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.252337 10928 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-0/wal/instance
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.255265 10928 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/logs
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data/info.pb
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:24.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.2:0
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.10.172.2
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.2
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:24.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:24.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:57:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.261973 11340 heartbeater.cc:347] Connected to a master server at 127.10.172.60:34889
15:57:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.262223 11342 heartbeater.cc:347] Connected to a master server at 127.10.172.61:35383
15:57:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.262274 11340 heartbeater.cc:464] Registering TS with master...
15:57:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.262310 11342 heartbeater.cc:464] Registering TS with master...
15:57:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.262764 11341 heartbeater.cc:347] Connected to a master server at 127.10.172.62:37163
15:57:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.262861 11341 heartbeater.cc:464] Registering TS with master...
15:57:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.263056 11341 heartbeater.cc:511] Master 127.10.172.62:37163 requested a full tablet report, sending...
15:57:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.263052 11342 heartbeater.cc:511] Master 127.10.172.61:35383 requested a full tablet report, sending...
15:57:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.263072 11340 heartbeater.cc:511] Master 127.10.172.60:34889 requested a full tablet report, sending...
15:57:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.264679 11042 ts_manager.cc:194] Registered new tserver with Master: ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1:44141)
15:57:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.264679 10968 ts_manager.cc:194] Registered new tserver with Master: ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1:44141)
15:57:24.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.265733 11114 ts_manager.cc:194] Registered new tserver with Master: ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1:44141)
15:57:24.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.266228 10968 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.10.172.1:45735
15:57:24.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.375576 11348 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:24.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.375902 11348 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:24.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.375957 11348 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:24.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.380327 11348 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:24.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.380483 11348 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.10.172.2
15:57:24.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.385417 11348 tablet_server_runner.cc:78] Tablet server non-default flags:
15:57:24.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:24.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:24.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:24.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:24.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.2:0
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data/info.pb
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.2
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11348
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.10.172.2
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/logs
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.386866 11348 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:57:24.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.388401 11348 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.399585 11353 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:57:24.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.399528 11356 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:57:24.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.399603 11348 server_base.cc:1034] running on GCE node
15:57:24.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.399528 11354 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:57:24.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.400579 11348 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:24.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.401589 11348 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:24.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.402772 11348 hybrid_clock.cc:648] HybridClock initialized: now 1783526244402734 us; error 39 us; skew 500 ppm
15:57:24.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.405296 11348 webserver.cc:460] Webserver started at http://127.10.172.2:33035/ using document root <none> and password file <none>
15:57:24.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.405933 11348 fs_manager.cc:359] Metadata directory not provided
15:57:24.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.406010 11348 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:24.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.406193 11348 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.408226 11348 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data/instance:
15:57:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aad0c40e0b74075be190f78aed35d04"
15:57:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.408880 11348 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal/instance:
15:57:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aad0c40e0b74075be190f78aed35d04"
15:57:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.413291 11348 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:57:24.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.415936 11362 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.417630 11348 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:57:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.417742 11348 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aad0c40e0b74075be190f78aed35d04"
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.417840 11348 fs_report.cc:383] FS layout report
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data/data
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:24.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:24.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:24.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:24.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.435046 11348 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:24.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.435791 11348 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:57:24.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.435963 11348 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:24.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.436568 11348 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:57:24.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.437682 11348 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:57:24.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.437736 11348 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:57:24.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.437779 11348 ts_tablet_manager.cc:610] Registered 0 tablets
15:57:24.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.437835 11348 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:57:24.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.448503 11348 rpc_server.cc:307] RPC server started. Bound to: 127.10.172.2:37663
15:57:24.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.448588 11475 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.10.172.2:37663 every 8 connection(s)
15:57:24.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.449703 11348 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/data/info.pb
15:57:24.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.452855 10928 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 11348
15:57:24.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.452955 10928 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-1/wal/instance
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.456005 10928 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/logs
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data/info.pb
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:24.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.3:0
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.10.172.3
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.3
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:24.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:57:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.466383 11478 heartbeater.cc:347] Connected to a master server at 127.10.172.61:35383
15:57:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.466495 11476 heartbeater.cc:347] Connected to a master server at 127.10.172.60:34889
15:57:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.466807 11477 heartbeater.cc:347] Connected to a master server at 127.10.172.62:37163
15:57:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.466785 11476 heartbeater.cc:464] Registering TS with master...
15:57:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.466883 11477 heartbeater.cc:464] Registering TS with master...
15:57:24.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.467564 11477 heartbeater.cc:511] Master 127.10.172.62:37163 requested a full tablet report, sending...
15:57:24.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.466784 11478 heartbeater.cc:464] Registering TS with master...
15:57:24.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.467962 11478 heartbeater.cc:511] Master 127.10.172.61:35383 requested a full tablet report, sending...
15:57:24.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.467564 11476 heartbeater.cc:511] Master 127.10.172.60:34889 requested a full tablet report, sending...
15:57:24.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.469023 11042 ts_manager.cc:194] Registered new tserver with Master: 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2:37663)
15:57:24.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.469023 10968 ts_manager.cc:194] Registered new tserver with Master: 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2:37663)
15:57:24.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.469313 11114 ts_manager.cc:194] Registered new tserver with Master: 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2:37663)
15:57:24.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.469771 10968 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.10.172.2:51635
15:57:24.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.580034 11483 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:24.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.580418 11483 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:24.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.580477 11483 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:24.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.585196 11483 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:24.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.585408 11483 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.10.172.3
15:57:24.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.590612 11483 tablet_server_runner.cc:78] Tablet server non-default flags:
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.172.20:37773
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.172.3:0
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data/info.pb
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.172.3
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.10.172.62:37163,127.10.172.61:35383,127.10.172.60:34889
15:57:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11483
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.10.172.3
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/logs
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:24.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.592162 11483 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:57:24.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.593703 11483 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.604874 11489 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:57:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.604883 11488 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:57:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:24.604910 11491 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:57:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.605423 11483 server_base.cc:1034] running on GCE node
15:57:24.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.605937 11483 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:24.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.606683 11483 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:24.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.607895 11483 hybrid_clock.cc:648] HybridClock initialized: now 1783526244607836 us; error 75 us; skew 500 ppm
15:57:24.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.610138 11483 webserver.cc:460] Webserver started at http://127.10.172.3:44111/ using document root <none> and password file <none>
15:57:24.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.610791 11483 fs_manager.cc:359] Metadata directory not provided
15:57:24.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.610889 11483 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:24.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.611147 11483 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:24.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.613296 11483 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data/instance:
15:57:24.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fe5a72b98f854ff29f4cc20581a69dba"
15:57:24.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.614007 11483 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal/instance:
15:57:24.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fe5a72b98f854ff29f4cc20581a69dba"
15:57:24.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.618126 11483 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:57:24.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.621097 11497 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.622489 11483 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:57:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.622640 11483 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fe5a72b98f854ff29f4cc20581a69dba"
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:24 on dist-test-slave-vt7w"
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.622793 11483 fs_report.cc:383] FS layout report
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data/data
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:24.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:24.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.673846 11483 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:24.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.674638 11483 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:57:24.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.674860 11483 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:24.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.675705 11483 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:57:24.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.677081 11483 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:57:24.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.677134 11483 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:57:24.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.677177 11483 ts_tablet_manager.cc:610] Registered 0 tablets
15:57:24.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.677193 11483 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:57:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.687281 11483 rpc_server.cc:307] RPC server started. Bound to: 127.10.172.3:45739
15:57:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.687345 11610 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.10.172.3:45739 every 8 connection(s)
15:57:24.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.688241 11483 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/data/info.pb
15:57:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.693797 10928 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 11483
15:57:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.693919 10928 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3991010563259637443/ts-2/wal/instance
15:57:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.701400 11612 heartbeater.cc:347] Connected to a master server at 127.10.172.62:37163
15:57:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.701365 11613 heartbeater.cc:347] Connected to a master server at 127.10.172.61:35383
15:57:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.701427 11611 heartbeater.cc:347] Connected to a master server at 127.10.172.60:34889
15:57:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.701726 11612 heartbeater.cc:464] Registering TS with master...
15:57:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.701725 11613 heartbeater.cc:464] Registering TS with master...
15:57:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.701725 11611 heartbeater.cc:464] Registering TS with master...
15:57:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.702404 11613 heartbeater.cc:511] Master 127.10.172.61:35383 requested a full tablet report, sending...
15:57:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.702405 11612 heartbeater.cc:511] Master 127.10.172.62:37163 requested a full tablet report, sending...
15:57:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.702404 11611 heartbeater.cc:511] Master 127.10.172.60:34889 requested a full tablet report, sending...
15:57:24.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.703634 11042 ts_manager.cc:194] Registered new tserver with Master: fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3:45739)
15:57:24.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.703620 10968 ts_manager.cc:194] Registered new tserver with Master: fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3:45739)
15:57:24.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.704399 10968 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.10.172.3:52169
15:57:24.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.704995 11114 ts_manager.cc:194] Registered new tserver with Master: fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3:45739)
15:57:24.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.716907 10928 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:57:24.717 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:57:24.719 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:57:24.728 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.172.62"
      port: 37163
    }
    bound_http_address {
      host: "127.10.172.62"
      port: 43577
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.172.61"
      port: 35383
    }
    bound_http_address {
      host: "127.10.172.61"
      port: 32807
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.172.60"
      port: 34889
    }
    bound_http_address {
      host: "127.10.172.60"
      port: 44457
    }
  }
}

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

15:57:24.737 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.172.1"
      port: 44141
    }
    bound_http_address {
      host: "127.10.172.1"
      port: 45865
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.172.2"
      port: 37663
    }
    bound_http_address {
      host: "127.10.172.2"
      port: 33035
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.172.3"
      port: 45739
    }
    bound_http_address {
      host: "127.10.172.3"
      port: 44111
    }
  }
}

15:57:24.740 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:57:24.748 [DEBUG - main] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
15:57:24.753 [DEBUG - main] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
15:57:24.753 [DEBUG - main] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
15:57:24.759 [DEBUG - main] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5c530d1e
15:57:24.776 [DEBUG - main] (PlatformDependent0.java:497) -Dio.netty.noUnsafe: false
15:57:24.777 [DEBUG - main] (PlatformDependent0.java:1001) Java version: 8
15:57:24.777 [DEBUG - main] (PlatformDependent0.java:137) sun.misc.Unsafe.theUnsafe: available
15:57:24.778 [DEBUG - main] (PlatformDependent0.java:161) sun.misc.Unsafe.copyMemory: available
15:57:24.778 [DEBUG - main] (PlatformDependent0.java:193) sun.misc.Unsafe.storeFence: available
15:57:24.779 [DEBUG - main] (PlatformDependent0.java:236) java.nio.Buffer.address: available
15:57:24.779 [DEBUG - main] (PlatformDependent0.java:308) direct buffer constructor: available
15:57:24.780 [DEBUG - main] (PlatformDependent0.java:386) java.nio.Bits.unaligned: available, true
15:57:24.780 [DEBUG - main] (PlatformDependent0.java:460) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
15:57:24.780 [DEBUG - main] (PlatformDependent0.java:483) java.nio.DirectByteBuffer.<init>(long, {int,long}): available
15:57:24.780 [DEBUG - main] (PlatformDependent.java:1159) sun.misc.Unsafe: available
15:57:24.780 [DEBUG - main] (PlatformDependent.java:1289) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
15:57:24.781 [DEBUG - main] (PlatformDependent.java:1368) -Dio.netty.bitMode: 64 (sun.arch.data.model)
15:57:24.781 [DEBUG - main] (PlatformDependent.java:178) -Dio.netty.maxDirectMemory: 3799121920 bytes
15:57:24.781 [DEBUG - main] (PlatformDependent.java:185) -Dio.netty.uninitializedArrayAllocationThreshold: -1
15:57:24.782 [DEBUG - main] (CleanerJava6.java:92) java.nio.ByteBuffer.cleaner(): available
15:57:24.783 [DEBUG - main] (PlatformDependent.java:205) -Dio.netty.noPreferDirect: false
15:57:24.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.785074 11170 catalog_manager.cc:1259] Loaded cluster ID: 89d4db0ad4124be0b44b10041d75fe18
15:57:24.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.785151 11170 catalog_manager.cc:1552] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: loading cluster ID for follower catalog manager: success
15:57:24.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.787057 11170 catalog_manager.cc:1574] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: acquiring CA information for follower catalog manager: success
15:57:24.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.788657 11170 catalog_manager.cc:1602] T 00000000000000000000000000000000 P b45023707e9240f4a9aad3fa3d4f3139: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:57:24.791 [DEBUG - main] (PlatformDependent.java:1010) org.jctools-core.MpscChunkedArrayQueue: available
15:57:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.811175 11188 catalog_manager.cc:1259] Loaded cluster ID: 89d4db0ad4124be0b44b10041d75fe18
15:57:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.811251 11188 catalog_manager.cc:1552] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: loading cluster ID for follower catalog manager: success
15:57:24.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.813189 11188 catalog_manager.cc:1574] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: acquiring CA information for follower catalog manager: success
15:57:24.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:24.814356 11188 catalog_manager.cc:1602] T 00000000000000000000000000000000 P c693b57d85b544129e86e7435c78c4e9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:57:24.828 [DEBUG - main] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 2
15:57:24.838 [DEBUG - main] (GlobalEventExecutor.java:53) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
15:57:24.844 [DEBUG - main] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
15:57:24.844 [DEBUG - main] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
15:57:24.851 [DEBUG - main] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
15:57:24.851 [DEBUG - main] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
15:57:24.884 [DEBUG - main] (PooledByteBufAllocator.java:157) -Dio.netty.allocator.numHeapArenas: 2
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:158) -Dio.netty.allocator.numDirectArenas: 2
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:160) -Dio.netty.allocator.pageSize: 8192
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:165) -Dio.netty.allocator.maxOrder: 9
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.chunkSize: 4194304
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:170) -Dio.netty.allocator.smallCacheSize: 256
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:171) -Dio.netty.allocator.normalCacheSize: 64
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:172) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.cacheTrimInterval: 8192
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.useCacheForAllThreads: false
15:57:24.885 [DEBUG - main] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
15:57:24.918 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:57:25.064 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:57:25.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:25.268929 11341 heartbeater.cc:503] Master 127.10.172.62:37163 was elected leader, sending a full tablet report...
15:57:25.321 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
15:57:25.445 [INFO - main] (Logging.scala:57) ==============================================================
15:57:25.446 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:57:25.447 [INFO - main] (Logging.scala:57) ==============================================================
15:57:25.448 [INFO - main] (Logging.scala:57) Submitted application: test
15:57:25.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:25.471443 11477 heartbeater.cc:503] Master 127.10.172.62:37163 was elected leader, sending a full tablet report...
15:57:25.483 [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:57:25.501 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:57:25.502 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:57:25.631 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:57:25.632 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:57:25.632 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:57:25.633 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:57:25.633 [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:57:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:25.706390 11612 heartbeater.cc:503] Master 127.10.172.62:37163 was elected leader, sending a full tablet report...
15:57:25.998 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 45507.
15:57:26.046 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:57:26.086 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:57:26.113 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:57:26.114 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:57:26.118 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:57:26.136 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-ef7953b1-43c4-4e13-bf11-ac0afcefce6f
15:57:26.186 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:57:26.208 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:57:26.410 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:57:26.449 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 38183.
15:57:26.449 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:38183
15:57:26.451 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:57:26.459 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38183, None)
15:57:26.465 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:38183 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38183, None)
15:57:26.469 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38183, None)
15:57:26.470 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38183, None)
15:57:26.707 [INFO - main] (Log.java:169) Logging initialized @5693ms to org.sparkproject.jetty.util.log.Slf4jLog
15:57:26.959 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:57:27.012 [DEBUG - main] (Connection.java:748) [peer master-127.10.172.61:35383(127.10.172.61:35383)] connecting to peer
15:57:27.018 [DEBUG - main] (DefaultChannelId.java:79) -Dio.netty.processId: 10915 (auto-detected)
15:57:27.021 [DEBUG - main] (NetUtil.java:148) -Djava.net.preferIPv4Stack: true
15:57:27.021 [DEBUG - main] (NetUtil.java:149) -Djava.net.preferIPv6Addresses: false
15:57:27.023 [DEBUG - main] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
15:57:27.024 [DEBUG - main] (NetUtil.java:188) /proc/sys/net/core/somaxconn: 4096
15:57:27.025 [DEBUG - main] (DefaultChannelId.java:101) -Dio.netty.machineId: 02:42:46:ff:fe:68:47:ad (auto-detected)
15:57:27.047 [DEBUG - main] (ByteBufUtil.java:88) -Dio.netty.allocator.type: pooled
15:57:27.048 [DEBUG - main] (ByteBufUtil.java:97) -Dio.netty.threadLocalDirectBufferSize: 0
15:57:27.048 [DEBUG - main] (ByteBufUtil.java:100) -Dio.netty.maxThreadLocalCharBufferSize: 16384
15:57:27.057 [DEBUG - main] (Connection.java:748) [peer master-127.10.172.60:34889(127.10.172.60:34889)] connecting to peer
15:57:27.059 [DEBUG - main] (Connection.java:748) [peer master-127.10.172.62:37163(127.10.172.62:37163)] connecting to peer
15:57:27.088 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.172.60:34889(127.10.172.60:34889)] Successfully connected to peer
15:57:27.088 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.172.61:35383(127.10.172.61:35383)] Successfully connected to peer
15:57:27.100 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
15:57:27.101 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
15:57:27.101 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@68a2a156
15:57:27.107 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
15:57:27.107 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
15:57:27.107 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
15:57:27.107 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
15:57:27.107 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
15:57:27.153 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.172.62:37163(127.10.172.62:37163)] Successfully connected to peer
15:57:27.179 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.172.60
15:57:27.179 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.172.61
15:57:27.300 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.172.62
15:57:27.428 [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:57:27.463 [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:57:27.471 [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:57:27.447 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa165e5ec, L:/127.0.0.1:48970 - R:/127.10.172.60:34889] using SASL/PLAIN
15:57:27.481 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0454fff6, L:/127.0.0.1:34826 - R:/127.10.172.62:37163] using SASL/PLAIN
15:57:27.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:57:27.539 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x2dafd742, L:/127.0.0.1:38910 - R:/127.10.172.61:35383] using SASL/PLAIN
15:57:27.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.612391 10968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:57:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:57:27.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:57:27.622 [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:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:57:27.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.650858 11545 tablet_service.cc:1467] Processing CreateTablet for tablet 2ffe730754c640b8a2e46bf779e7b53e (DEFAULT_TABLE table=test [id=59a02eb51e404a8188a7e995f58d9eff]), partition=RANGE (key) PARTITION VALUES < 50
15:57:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.650858 11274 tablet_service.cc:1467] Processing CreateTablet for tablet fabff13ac0b24c96aec0bb1b9c4aba62 (DEFAULT_TABLE table=test [id=59a02eb51e404a8188a7e995f58d9eff]), partition=RANGE (key) PARTITION 50 <= VALUES
15:57:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.652453 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fabff13ac0b24c96aec0bb1b9c4aba62. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.652678 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2ffe730754c640b8a2e46bf779e7b53e. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.658 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 59a02eb51e404a8188a7e995f58d9eff
15:57:27.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.661377 11670 tablet_bootstrap.cc:492] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.663779 11670 tablet_bootstrap.cc:654] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:27.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.664907 11671 tablet_bootstrap.cc:492] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:27.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.665112 11670 log.cc:824] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0: Log is configured to *not* fsync() on all Append() calls
15:57:27.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.667341 11670 tablet_bootstrap.cc:492] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:27.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.667331 11671 tablet_bootstrap.cc:654] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:27.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.667551 11670 ts_tablet_manager.cc:1397] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:57:27.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.668686 11671 log.cc:824] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: Log is configured to *not* fsync() on all Append() calls
15:57:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.671437 11671 tablet_bootstrap.cc:492] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.671659 11671 ts_tablet_manager.cc:1397] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.011s	user 0.004s	sys 0.000s
15:57:27.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.672202 11670 raft_consensus.cc:348] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.672485 11670 raft_consensus.cc:374] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.672549 11670 raft_consensus.cc:729] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:27.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.673051 11670 consensus_queue.cc:260] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.673241 11670 raft_consensus.cc:388] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.673302 11670 raft_consensus.cc:482] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.673400 11670 raft_consensus.cc:3037] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.675848 11671 raft_consensus.cc:348] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.676084 11670 raft_consensus.cc:504] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.676424 11671 raft_consensus.cc:374] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.676488 11670 leader_election.cc:302] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.676672 11671 raft_consensus.cc:729] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:27.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.677193 11670 leader_election.cc:288] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.677294 11671 consensus_queue.cc:260] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.677599 11671 raft_consensus.cc:388] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.678231 11671 raft_consensus.cc:482] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.678416 11670 ts_tablet_manager.cc:1428] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.010s
15:57:27.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.678470 11671 raft_consensus.cc:3037] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.679620 11671 raft_consensus.cc:504] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.680130 11671 leader_election.cc:302] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:27.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.680645 11671 leader_election.cc:288] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.681792 11671 ts_tablet_manager.cc:1428] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.004s
15:57:27.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.685474 11675 raft_consensus.cc:2781] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.685896 11675 raft_consensus.cc:686] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:27.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.686414 11675 consensus_queue.cc:237] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.687377 11677 raft_consensus.cc:2781] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.687738 11677 raft_consensus.cc:686] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:27.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.688187 11677 consensus_queue.cc:237] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.690692 10970 catalog_manager.cc:5495] T fabff13ac0b24c96aec0bb1b9c4aba62 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:27.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:27.691931 11614 tablet.cc:2369] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:57:27.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.692739 10968 catalog_manager.cc:5495] T 2ffe730754c640b8a2e46bf779e7b53e P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:27.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.720386 10968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:57:27.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:57:27.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d9d47689798a459b848cd22121540526
15:57:27.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.745134 11410 tablet_service.cc:1467] Processing CreateTablet for tablet 06a438af8eac456393dfa661e7b3cae0 (DEFAULT_TABLE table=simple-test [id=d9d47689798a459b848cd22121540526]), partition=RANGE (key) PARTITION UNBOUNDED
15:57:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.746204 11410 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 06a438af8eac456393dfa661e7b3cae0. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.752050 11685 tablet_bootstrap.cc:492] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:27.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.754688 11685 tablet_bootstrap.cc:654] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:27.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.755601 11685 log.cc:824] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04: Log is configured to *not* fsync() on all Append() calls
15:57:27.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.758191 11685 tablet_bootstrap.cc:492] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:27.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.758446 11685 ts_tablet_manager.cc:1397] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.007s	user 0.004s	sys 0.000s
15:57:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.762385 11685 raft_consensus.cc:348] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.762666 11685 raft_consensus.cc:374] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.762715 11685 raft_consensus.cc:729] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.763197 11685 consensus_queue.cc:260] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.763357 11685 raft_consensus.cc:388] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.763422 11685 raft_consensus.cc:482] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.763526 11685 raft_consensus.cc:3037] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:27.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.764468 11685 raft_consensus.cc:504] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.764896 11685 leader_election.cc:302] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:27.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.765288 11685 leader_election.cc:288] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.765348 11687 raft_consensus.cc:2781] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.765537 11687 raft_consensus.cc:686] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:27.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.765997 11687 consensus_queue.cc:237] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.766381 11685 ts_tablet_manager.cc:1428] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:57:27.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.769927 10968 catalog_manager.cc:5495] T 06a438af8eac456393dfa661e7b3cae0 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:27.778 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526247778
15:57:27.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.781332 10968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "many-partitions-table"
15:57:27.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:57:27.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\001\000\000\000\373\377\377\377\007\001\000\000\000\374\377\377\377"
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:27.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.796671 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 2d9904a644514068b840a6a83b53b3be (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION -5 <= VALUES < -4
15:57:27.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.797101 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2d9904a644514068b840a6a83b53b3be. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.799 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:27.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.799736 11670 tablet_bootstrap.cc:492] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:27.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.800930 11670 tablet_bootstrap.cc:654] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:27.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.802404 11670 tablet_bootstrap.cc:492] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:27.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.802515 11670 ts_tablet_manager.cc:1397] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:27.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803174 11670 raft_consensus.cc:348] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803277 11670 raft_consensus.cc:374] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803308 11670 raft_consensus.cc:729] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803442 11670 consensus_queue.cc:260] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803515 11670 raft_consensus.cc:388] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803552 11670 raft_consensus.cc:482] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.803597 11670 raft_consensus.cc:3037] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.804641 11670 raft_consensus.cc:504] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.804802 11670 leader_election.cc:302] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.804898 11670 leader_election.cc:288] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.804994 11678 raft_consensus.cc:2781] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.805109 11670 ts_tablet_manager.cc:1428] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.805130 11678 raft_consensus.cc:686] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.805243 11678 consensus_queue.cc:237] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.806978 10968 catalog_manager.cc:5495] T 2d9904a644514068b840a6a83b53b3be P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:27.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.840997 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000\001\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:27.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:27.848173 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 775bf1b1a367479ea1a4c7dcd013bd77 has no consensus state
15:57:27.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.854095 11410 tablet_service.cc:1467] Processing CreateTablet for tablet 775bf1b1a367479ea1a4c7dcd013bd77 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 0 <= VALUES < 1
15:57:27.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.854961 11410 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 775bf1b1a367479ea1a4c7dcd013bd77. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.857470 11685 tablet_bootstrap.cc:492] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:27.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.858417 11685 tablet_bootstrap.cc:654] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:27.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.859503 11685 tablet_bootstrap.cc:492] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:27.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.859586 11685 ts_tablet_manager.cc:1397] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860087 11685 raft_consensus.cc:348] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860190 11685 raft_consensus.cc:374] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860212 11685 raft_consensus.cc:729] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860347 11685 consensus_queue.cc:260] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860423 11685 raft_consensus.cc:388] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860447 11685 raft_consensus.cc:482] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.860477 11685 raft_consensus.cc:3037] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:27.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861227 11685 raft_consensus.cc:504] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861339 11685 leader_election.cc:302] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:27.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861429 11685 leader_election.cc:288] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861495 11687 raft_consensus.cc:2781] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861560 11687 raft_consensus.cc:686] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:27.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861665 11685 ts_tablet_manager.cc:1428] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:27.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.861665 11687 consensus_queue.cc:237] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.863180 10968 catalog_manager.cc:5495] T 775bf1b1a367479ea1a4c7dcd013bd77 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:27.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.870170 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:27.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.886132 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\001\000\000\000\007\001\000\000\000\002\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:27.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:27.892323 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5692796028d24fe68ce7c6bd03782942 has no consensus state
15:57:27.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.897553 11545 tablet_service.cc:1467] Processing CreateTablet for tablet 5692796028d24fe68ce7c6bd03782942 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 1 <= VALUES < 2
15:57:27.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.897920 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5692796028d24fe68ce7c6bd03782942. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.899899 11671 tablet_bootstrap.cc:492] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:27.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.900930 11671 tablet_bootstrap.cc:654] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:27.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.902837 11671 tablet_bootstrap.cc:492] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:27.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.902944 11671 ts_tablet_manager.cc:1397] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:27.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.903656 11671 raft_consensus.cc:348] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.903781 11671 raft_consensus.cc:374] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.903816 11671 raft_consensus.cc:729] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:27.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.903956 11671 consensus_queue.cc:260] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.904048 11671 raft_consensus.cc:388] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.904079 11671 raft_consensus.cc:482] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.904109 11671 raft_consensus.cc:3037] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.905050 11671 raft_consensus.cc:504] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.905175 11671 leader_election.cc:302] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.905267 11671 leader_election.cc:288] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.905336 11680 raft_consensus.cc:2781] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.905435 11680 raft_consensus.cc:686] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.905552 11680 consensus_queue.cc:237] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:27.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.906797 11671 ts_tablet_manager.cc:1428] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.003s
15:57:27.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.907954 10968 catalog_manager.cc:5495] T 5692796028d24fe68ce7c6bd03782942 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:27.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.916049 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:27.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.921532 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\002\000\000\000\007\001\000\000\000\003\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:27.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:27.928484 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 45eb9eb34ad5473a839819afce05eb02 has no consensus state
15:57:27.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.936792 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 45eb9eb34ad5473a839819afce05eb02 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 2 <= VALUES < 3
15:57:27.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.937160 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 45eb9eb34ad5473a839819afce05eb02. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.939663 11670 tablet_bootstrap.cc:492] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:27.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.940903 11670 tablet_bootstrap.cc:654] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:27.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.942214 11670 tablet_bootstrap.cc:492] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:27.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.942312 11670 ts_tablet_manager.cc:1397] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:27.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.942767 11670 raft_consensus.cc:348] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.942873 11670 raft_consensus.cc:374] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.942902 11670 raft_consensus.cc:729] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:27.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.943041 11670 consensus_queue.cc:260] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.943136 11670 raft_consensus.cc:388] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.943171 11670 raft_consensus.cc:482] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.943212 11670 raft_consensus.cc:3037] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:27.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944175 11670 raft_consensus.cc:504] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944319 11670 leader_election.cc:302] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:27.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944437 11670 leader_election.cc:288] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944485 11678 raft_consensus.cc:2781] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944621 11678 raft_consensus.cc:686] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:27.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944653 11670 ts_tablet_manager.cc:1428] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.003s
15:57:27.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.944734 11678 consensus_queue.cc:237] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:27.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.947268 10968 catalog_manager.cc:5495] T 45eb9eb34ad5473a839819afce05eb02 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:27.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.954912 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.961022 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\003\000\000\000\007\001\000\000\000\004\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:27.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:27.966830 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2b767c975b4b43189279150e170eb528 has no consensus state
15:57:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.973076 11410 tablet_service.cc:1467] Processing CreateTablet for tablet 2b767c975b4b43189279150e170eb528 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 3 <= VALUES < 4
15:57:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.973487 11410 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2b767c975b4b43189279150e170eb528. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:27.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.977310 11685 tablet_bootstrap.cc:492] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:27.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.978684 11685 tablet_bootstrap.cc:654] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.979961 11685 tablet_bootstrap.cc:492] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980036 11685 ts_tablet_manager.cc:1397] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980382 11685 raft_consensus.cc:348] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980480 11685 raft_consensus.cc:374] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980504 11685 raft_consensus.cc:729] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980633 11685 consensus_queue.cc:260] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980710 11685 raft_consensus.cc:388] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980733 11685 raft_consensus.cc:482] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.980809 11685 raft_consensus.cc:3037] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:27.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.981546 11685 raft_consensus.cc:504] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.981658 11685 leader_election.cc:302] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:27.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.981756 11685 leader_election.cc:288] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:27.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.981814 11689 raft_consensus.cc:2781] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:27.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.981956 11689 raft_consensus.cc:686] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:27.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.982079 11689 consensus_queue.cc:237] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:27.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.984448 10968 catalog_manager.cc:5495] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:27.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.985514 11685 ts_tablet_manager.cc:1428] T 2b767c975b4b43189279150e170eb528 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.002s
15:57:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.991794 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:27.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:27.999301 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\004\000\000\000\007\001\000\000\000\005\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.008180 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dd38b081506b401fab6a8e6cfea819f6 has no consensus state
15:57:28.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.013643 11545 tablet_service.cc:1467] Processing CreateTablet for tablet dd38b081506b401fab6a8e6cfea819f6 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 4 <= VALUES < 5
15:57:28.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.014004 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dd38b081506b401fab6a8e6cfea819f6. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.016438 11671 tablet_bootstrap.cc:492] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.017932 11671 tablet_bootstrap.cc:654] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.019718 11671 tablet_bootstrap.cc:492] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.019825 11671 ts_tablet_manager.cc:1397] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020321 11671 raft_consensus.cc:348] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020452 11671 raft_consensus.cc:374] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020488 11671 raft_consensus.cc:729] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020620 11671 consensus_queue.cc:260] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020711 11671 raft_consensus.cc:388] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020744 11671 raft_consensus.cc:482] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.020812 11671 raft_consensus.cc:3037] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.021817 11671 raft_consensus.cc:504] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.021931 11671 leader_election.cc:302] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.022004 11671 leader_election.cc:288] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.022118 11680 raft_consensus.cc:2781] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.022217 11680 raft_consensus.cc:686] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.022344 11671 ts_tablet_manager.cc:1428] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.003s
15:57:28.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.022330 11680 consensus_queue.cc:237] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.025395 10968 catalog_manager.cc:5495] T dd38b081506b401fab6a8e6cfea819f6 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.033041 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.039768 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\005\000\000\000\007\001\000\000\000\006\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.047881 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8cfa45c527bf4506b09216d62b207cb6 has no consensus state
15:57:28.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.053624 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 8cfa45c527bf4506b09216d62b207cb6 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 5 <= VALUES < 6
15:57:28.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.054030 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8cfa45c527bf4506b09216d62b207cb6. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.056488 11670 tablet_bootstrap.cc:492] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.057945 11670 tablet_bootstrap.cc:654] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.059306 11670 tablet_bootstrap.cc:492] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.059418 11670 ts_tablet_manager.cc:1397] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.001s
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.059911 11670 raft_consensus.cc:348] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.060019 11670 raft_consensus.cc:374] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.060048 11670 raft_consensus.cc:729] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.060173 11670 consensus_queue.cc:260] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.060245 11670 raft_consensus.cc:388] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.060276 11670 raft_consensus.cc:482] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.060315 11670 raft_consensus.cc:3037] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.061352 11670 raft_consensus.cc:504] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.061501 11670 leader_election.cc:302] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.061646 11678 raft_consensus.cc:2781] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.061719 11678 raft_consensus.cc:686] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.061822 11678 consensus_queue.cc:237] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.064244 10970 catalog_manager.cc:5495] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.067059 11670 leader_election.cc:288] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.069626 11670 ts_tablet_manager.cc:1428] T 8cfa45c527bf4506b09216d62b207cb6 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.000s
15:57:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.072835 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.082870 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\006\000\000\000\007\001\000\000\000\007\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.088936 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 259a621a07214951ba88793a2d242a50 has no consensus state
15:57:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.096400 11410 tablet_service.cc:1467] Processing CreateTablet for tablet 259a621a07214951ba88793a2d242a50 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 6 <= VALUES < 7
15:57:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.096750 11410 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 259a621a07214951ba88793a2d242a50. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.099195 11685 tablet_bootstrap.cc:492] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.100345 11685 tablet_bootstrap.cc:654] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.102397 11685 tablet_bootstrap.cc:492] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.102480 11685 ts_tablet_manager.cc:1397] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103032 11685 raft_consensus.cc:348] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103166 11685 raft_consensus.cc:374] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103194 11685 raft_consensus.cc:729] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103338 11685 consensus_queue.cc:260] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103440 11685 raft_consensus.cc:388] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103469 11685 raft_consensus.cc:482] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.103502 11685 raft_consensus.cc:3037] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.104382 11685 raft_consensus.cc:504] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.104504 11685 leader_election.cc:302] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.104604 11685 leader_election.cc:288] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.104655 11689 raft_consensus.cc:2781] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.105105 11689 raft_consensus.cc:686] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.105250 11685 ts_tablet_manager.cc:1428] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.002s
15:57:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.105268 11689 consensus_queue.cc:237] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.107550 10970 catalog_manager.cc:5495] T 259a621a07214951ba88793a2d242a50 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.118034 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.140190 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\007\000\000\000\007\001\000\000\000\010\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.147368 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b24dfcc0d8274a42ae48aa4698efe250 has no consensus state
15:57:28.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.152310 11545 tablet_service.cc:1467] Processing CreateTablet for tablet b24dfcc0d8274a42ae48aa4698efe250 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 7 <= VALUES < 8
15:57:28.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.152684 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b24dfcc0d8274a42ae48aa4698efe250. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.155804 11671 tablet_bootstrap.cc:492] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.156796 11671 tablet_bootstrap.cc:654] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.158166 11671 tablet_bootstrap.cc:492] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.158253 11671 ts_tablet_manager.cc:1397] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.158689 11671 raft_consensus.cc:348] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.158789 11671 raft_consensus.cc:374] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.158818 11671 raft_consensus.cc:729] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.158933 11671 consensus_queue.cc:260] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.159001 11671 raft_consensus.cc:388] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.159032 11671 raft_consensus.cc:482] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.159070 11671 raft_consensus.cc:3037] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.160022 11671 raft_consensus.cc:504] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.160153 11671 leader_election.cc:302] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.160241 11671 leader_election.cc:288] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.160327 11677 raft_consensus.cc:2781] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.161074 11671 ts_tablet_manager.cc:1428] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.161545 11677 raft_consensus.cc:686] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.161705 11677 consensus_queue.cc:237] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.164256 10970 catalog_manager.cc:5495] T b24dfcc0d8274a42ae48aa4698efe250 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.173671 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.180182 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\010\000\000\000\007\001\000\000\000\t\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.187242 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f0f0ffc72d574026bcd26432590345ee has no consensus state
15:57:28.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.195794 11273 tablet_service.cc:1467] Processing CreateTablet for tablet f0f0ffc72d574026bcd26432590345ee (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 8 <= VALUES < 9
15:57:28.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.196187 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f0f0ffc72d574026bcd26432590345ee. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.198457 11670 tablet_bootstrap.cc:492] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.199553 11670 tablet_bootstrap.cc:654] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.202169 11670 tablet_bootstrap.cc:492] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.202279 11670 ts_tablet_manager.cc:1397] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.004s	user 0.001s	sys 0.000s
15:57:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.202982 11670 raft_consensus.cc:348] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.203125 11670 raft_consensus.cc:374] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.203162 11670 raft_consensus.cc:729] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.203294 11670 consensus_queue.cc:260] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.203400 11670 raft_consensus.cc:388] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.203438 11670 raft_consensus.cc:482] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.203477 11670 raft_consensus.cc:3037] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.204459 11670 raft_consensus.cc:504] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.204608 11670 leader_election.cc:302] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.204715 11670 leader_election.cc:288] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.204825 11675 raft_consensus.cc:2781] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.204995 11670 ts_tablet_manager.cc:1428] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:28.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.205102 11675 raft_consensus.cc:686] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.205237 11675 consensus_queue.cc:237] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.207674 10968 catalog_manager.cc:5495] T f0f0ffc72d574026bcd26432590345ee P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.216207 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.220880 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\t\000\000\000\007\001\000\000\000\n\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.228750 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4a203316107c412890fc5bae0be809ad has no consensus state
15:57:28.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.234521 11408 tablet_service.cc:1467] Processing CreateTablet for tablet 4a203316107c412890fc5bae0be809ad (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 9 <= VALUES < 10
15:57:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.234895 11408 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4a203316107c412890fc5bae0be809ad. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.237535 11685 tablet_bootstrap.cc:492] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.238862 11685 tablet_bootstrap.cc:654] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.240198 11685 tablet_bootstrap.cc:492] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.240314 11685 ts_tablet_manager.cc:1397] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.001s
15:57:28.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.240739 11685 raft_consensus.cc:348] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.240924 11685 raft_consensus.cc:374] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.240959 11685 raft_consensus.cc:729] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.241110 11685 consensus_queue.cc:260] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.241235 11685 raft_consensus.cc:388] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.241271 11685 raft_consensus.cc:482] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.241319 11685 raft_consensus.cc:3037] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.242074 11685 raft_consensus.cc:504] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.242223 11685 leader_election.cc:302] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.242496 11685 leader_election.cc:288] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.242607 11688 raft_consensus.cc:2781] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.242748 11688 raft_consensus.cc:686] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.242867 11688 consensus_queue.cc:237] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.243196 11685 ts_tablet_manager.cc:1428] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.245965 10970 catalog_manager.cc:5495] T 4a203316107c412890fc5bae0be809ad P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.255708 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.264330 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\n\000\000\000\007\001\000\000\000\013\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.272068 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c63b76cb617a4fcaa2bceed18e2f1dbb has no consensus state
15:57:28.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.279492 11544 tablet_service.cc:1467] Processing CreateTablet for tablet c63b76cb617a4fcaa2bceed18e2f1dbb (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 10 <= VALUES < 11
15:57:28.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.279866 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c63b76cb617a4fcaa2bceed18e2f1dbb. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.282614 11671 tablet_bootstrap.cc:492] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.283808 11671 tablet_bootstrap.cc:654] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.285111 11671 tablet_bootstrap.cc:492] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.285226 11671 ts_tablet_manager.cc:1397] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.285832 11671 raft_consensus.cc:348] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.285964 11671 raft_consensus.cc:374] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.286002 11671 raft_consensus.cc:729] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.286145 11671 consensus_queue.cc:260] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.286288 11671 raft_consensus.cc:388] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.286331 11671 raft_consensus.cc:482] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.286394 11671 raft_consensus.cc:3037] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287217 11671 raft_consensus.cc:504] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287392 11671 leader_election.cc:302] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287528 11671 leader_election.cc:288] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287632 11676 raft_consensus.cc:2781] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287779 11676 raft_consensus.cc:686] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287941 11671 ts_tablet_manager.cc:1428] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:28.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.287930 11676 consensus_queue.cc:237] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.290143 10970 catalog_manager.cc:5495] T c63b76cb617a4fcaa2bceed18e2f1dbb P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.299103 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.304700 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\013\000\000\000\007\001\000\000\000\014\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.315333 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bf445aa5394f44a0bbacab66147688e2 has no consensus state
15:57:28.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.319741 11272 tablet_service.cc:1467] Processing CreateTablet for tablet bf445aa5394f44a0bbacab66147688e2 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 11 <= VALUES < 12
15:57:28.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.320143 11272 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bf445aa5394f44a0bbacab66147688e2. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.323184 11670 tablet_bootstrap.cc:492] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.324515 11670 tablet_bootstrap.cc:654] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.325881 11670 tablet_bootstrap.cc:492] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.326017 11670 ts_tablet_manager.cc:1397] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.326490 11670 raft_consensus.cc:348] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.326630 11670 raft_consensus.cc:374] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.326668 11670 raft_consensus.cc:729] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.326882 11670 consensus_queue.cc:260] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.327049 11670 raft_consensus.cc:388] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.327093 11670 raft_consensus.cc:482] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.327143 11670 raft_consensus.cc:3037] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.328168 11670 raft_consensus.cc:504] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.328326 11670 leader_election.cc:302] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.328514 11674 raft_consensus.cc:2781] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.328646 11674 raft_consensus.cc:686] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.328823 11674 consensus_queue.cc:237] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.329342 11670 leader_election.cc:288] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.329670 11670 ts_tablet_manager.cc:1428] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.001s
15:57:28.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.333300 10968 catalog_manager.cc:5495] T bf445aa5394f44a0bbacab66147688e2 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.334223 10956 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet bf445aa5394f44a0bbacab66147688e2 (table many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet bf445aa5394f44a0bbacab66147688e2 consensus state has no leader
15:57:28.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.347584 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.358376 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\014\000\000\000\007\001\000\000\000\r\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.366549 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f93619c1ff6643079f979d1f4838430c has no consensus state
15:57:28.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.374634 11410 tablet_service.cc:1467] Processing CreateTablet for tablet f93619c1ff6643079f979d1f4838430c (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 12 <= VALUES < 13
15:57:28.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.375005 11410 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f93619c1ff6643079f979d1f4838430c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.377676 11685 tablet_bootstrap.cc:492] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.378767 11685 tablet_bootstrap.cc:654] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.380087 11685 tablet_bootstrap.cc:492] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.380182 11685 ts_tablet_manager.cc:1397] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.380635 11685 raft_consensus.cc:348] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.380735 11685 raft_consensus.cc:374] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.380810 11685 raft_consensus.cc:729] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.380967 11685 consensus_queue.cc:260] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.381055 11685 raft_consensus.cc:388] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.381083 11685 raft_consensus.cc:482] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.381112 11685 raft_consensus.cc:3037] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.381809 11685 raft_consensus.cc:504] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.381917 11685 leader_election.cc:302] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.382010 11685 leader_election.cc:288] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.382052 11688 raft_consensus.cc:2781] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.382210 11688 raft_consensus.cc:686] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.382321 11688 consensus_queue.cc:237] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.384061 10968 catalog_manager.cc:5495] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.384523 11685 ts_tablet_manager.cc:1428] T f93619c1ff6643079f979d1f4838430c P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.390935 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.399391 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\r\000\000\000\007\001\000\000\000\016\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.407542 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 51578c802ef848c880b3e78e81f37e85 has no consensus state
15:57:28.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.414075 11544 tablet_service.cc:1467] Processing CreateTablet for tablet 51578c802ef848c880b3e78e81f37e85 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 13 <= VALUES < 14
15:57:28.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.414414 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 51578c802ef848c880b3e78e81f37e85. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.416781 11671 tablet_bootstrap.cc:492] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.417841 11671 tablet_bootstrap.cc:654] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.419888 11671 tablet_bootstrap.cc:492] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.419988 11671 ts_tablet_manager.cc:1397] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420459 11671 raft_consensus.cc:348] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420594 11671 raft_consensus.cc:374] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420625 11671 raft_consensus.cc:729] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420748 11671 consensus_queue.cc:260] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420863 11671 raft_consensus.cc:388] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420897 11671 raft_consensus.cc:482] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.420936 11671 raft_consensus.cc:3037] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.421967 11671 raft_consensus.cc:504] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.422118 11671 leader_election.cc:302] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.422204 11671 leader_election.cc:288] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.422326 11680 raft_consensus.cc:2781] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.422413 11671 ts_tablet_manager.cc:1428] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:28.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.422439 11680 raft_consensus.cc:686] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.422564 11680 consensus_queue.cc:237] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.424324 10968 catalog_manager.cc:5495] T 51578c802ef848c880b3e78e81f37e85 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.432051 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.438184 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\016\000\000\000\007\001\000\000\000\017\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.447114 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 91f57a5e93ce4fed918e8e9e7262c954 has no consensus state
15:57:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.453120 11271 tablet_service.cc:1467] Processing CreateTablet for tablet 91f57a5e93ce4fed918e8e9e7262c954 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 14 <= VALUES < 15
15:57:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.453472 11271 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 91f57a5e93ce4fed918e8e9e7262c954. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.455988 11670 tablet_bootstrap.cc:492] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.457007 11670 tablet_bootstrap.cc:654] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.458289 11670 tablet_bootstrap.cc:492] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.458395 11670 ts_tablet_manager.cc:1397] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.458853 11670 raft_consensus.cc:348] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.458962 11670 raft_consensus.cc:374] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.458995 11670 raft_consensus.cc:729] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.459108 11670 consensus_queue.cc:260] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.459195 11670 raft_consensus.cc:388] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.459230 11670 raft_consensus.cc:482] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.459271 11670 raft_consensus.cc:3037] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.460971 11670 raft_consensus.cc:504] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.461143 11670 leader_election.cc:302] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.461261 11670 leader_election.cc:288] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.461331 11674 raft_consensus.cc:2781] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.461542 11674 raft_consensus.cc:686] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.461637 11670 ts_tablet_manager.cc:1428] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.002s
15:57:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.461687 11674 consensus_queue.cc:237] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.463228 10968 catalog_manager.cc:5495] T 91f57a5e93ce4fed918e8e9e7262c954 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.473088 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.482573 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\017\000\000\000\007\001\000\000\000\020\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.491429 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b3f76b6db05042ab9bc1efecd05ee5e9 has no consensus state
15:57:28.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.498605 11410 tablet_service.cc:1467] Processing CreateTablet for tablet b3f76b6db05042ab9bc1efecd05ee5e9 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 15 <= VALUES < 16
15:57:28.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.498998 11410 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b3f76b6db05042ab9bc1efecd05ee5e9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.501672 11685 tablet_bootstrap.cc:492] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.503268 11685 tablet_bootstrap.cc:654] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.504559 11685 tablet_bootstrap.cc:492] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.504640 11685 ts_tablet_manager.cc:1397] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505127 11685 raft_consensus.cc:348] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505228 11685 raft_consensus.cc:374] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505250 11685 raft_consensus.cc:729] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505378 11685 consensus_queue.cc:260] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505460 11685 raft_consensus.cc:388] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505482 11685 raft_consensus.cc:482] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.505573 11685 raft_consensus.cc:3037] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506326 11685 raft_consensus.cc:504] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506439 11685 leader_election.cc:302] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506515 11685 leader_election.cc:288] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506585 11688 raft_consensus.cc:2781] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506691 11688 raft_consensus.cc:686] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506729 11685 ts_tablet_manager.cc:1428] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:28.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.506815 11688 consensus_queue.cc:237] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.508606 10968 catalog_manager.cc:5495] T b3f76b6db05042ab9bc1efecd05ee5e9 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.516921 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.522264 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\020\000\000\000\007\001\000\000\000\021\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.536396 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 28ba4f4507904f7c8a90c33c9579cc25 has no consensus state
15:57:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.541857 11545 tablet_service.cc:1467] Processing CreateTablet for tablet 28ba4f4507904f7c8a90c33c9579cc25 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 16 <= VALUES < 17
15:57:28.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.542232 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 28ba4f4507904f7c8a90c33c9579cc25. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.544237 11671 tablet_bootstrap.cc:492] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.545385 11671 tablet_bootstrap.cc:654] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.546728 11671 tablet_bootstrap.cc:492] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.546833 11671 ts_tablet_manager.cc:1397] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547315 11671 raft_consensus.cc:348] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547438 11671 raft_consensus.cc:374] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547479 11671 raft_consensus.cc:729] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547642 11671 consensus_queue.cc:260] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547735 11671 raft_consensus.cc:388] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547768 11671 raft_consensus.cc:482] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.547808 11671 raft_consensus.cc:3037] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.548907 11671 raft_consensus.cc:504] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.549075 11671 leader_election.cc:302] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.549170 11671 leader_election.cc:288] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.549304 11677 raft_consensus.cc:2781] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.549448 11677 raft_consensus.cc:686] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.549567 11677 consensus_queue.cc:237] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.549937 11671 ts_tablet_manager.cc:1428] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.002s
15:57:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.551280 10968 catalog_manager.cc:5495] T 28ba4f4507904f7c8a90c33c9579cc25 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.561296 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.567307 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\021\000\000\000\007\001\000\000\000\022\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.582028 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0774fbb765c7450d8162aec460caa724 has no consensus state
15:57:28.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.588115 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 0774fbb765c7450d8162aec460caa724 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 17 <= VALUES < 18
15:57:28.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.588428 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0774fbb765c7450d8162aec460caa724. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.590548 11670 tablet_bootstrap.cc:492] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.591617 11670 tablet_bootstrap.cc:654] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.592870 11670 tablet_bootstrap.cc:492] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.592957 11670 ts_tablet_manager.cc:1397] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593376 11670 raft_consensus.cc:348] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593472 11670 raft_consensus.cc:374] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593494 11670 raft_consensus.cc:729] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593601 11670 consensus_queue.cc:260] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593654 11670 raft_consensus.cc:388] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593677 11670 raft_consensus.cc:482] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.593705 11670 raft_consensus.cc:3037] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.594439 11670 raft_consensus.cc:504] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.594558 11670 leader_election.cc:302] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.594713 11670 leader_election.cc:288] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.594815 11674 raft_consensus.cc:2781] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.594949 11674 raft_consensus.cc:686] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.595099 11674 consensus_queue.cc:237] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.595605 11670 ts_tablet_manager.cc:1428] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.598454 10970 catalog_manager.cc:5495] T 0774fbb765c7450d8162aec460caa724 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.606700 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.618511 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\022\000\000\000\007\001\000\000\000\023\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.627198 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 777f2be327e54326b274b0b79c71e50f has no consensus state
15:57:28.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.634241 11408 tablet_service.cc:1467] Processing CreateTablet for tablet 777f2be327e54326b274b0b79c71e50f (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 18 <= VALUES < 19
15:57:28.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.634652 11408 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 777f2be327e54326b274b0b79c71e50f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.637370 11685 tablet_bootstrap.cc:492] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.638305 11685 tablet_bootstrap.cc:654] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.639871 11685 tablet_bootstrap.cc:492] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.639979 11685 ts_tablet_manager.cc:1397] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640430 11685 raft_consensus.cc:348] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640565 11685 raft_consensus.cc:374] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640599 11685 raft_consensus.cc:729] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640731 11685 consensus_queue.cc:260] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640857 11685 raft_consensus.cc:388] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640899 11685 raft_consensus.cc:482] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.640944 11685 raft_consensus.cc:3037] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.641695 11685 raft_consensus.cc:504] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.641844 11685 leader_election.cc:302] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.642025 11721 raft_consensus.cc:2781] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.642132 11721 raft_consensus.cc:686] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.642268 11721 consensus_queue.cc:237] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.645953 10970 catalog_manager.cc:5495] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.646574 11685 leader_election.cc:288] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.648540 11685 ts_tablet_manager.cc:1428] T 777f2be327e54326b274b0b79c71e50f P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.000s
15:57:28.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.654493 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.660068 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\023\000\000\000\007\001\000\000\000\024\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.666965 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2b54e07e3c94453496ff39a317123228 has no consensus state
15:57:28.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.673765 11541 tablet_service.cc:1467] Processing CreateTablet for tablet 2b54e07e3c94453496ff39a317123228 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 19 <= VALUES < 20
15:57:28.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.674120 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2b54e07e3c94453496ff39a317123228. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.676877 11671 tablet_bootstrap.cc:492] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.677721 11671 tablet_bootstrap.cc:654] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.678668 11671 tablet_bootstrap.cc:492] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.678776 11671 ts_tablet_manager.cc:1397] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679207 11671 raft_consensus.cc:348] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679327 11671 raft_consensus.cc:374] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679363 11671 raft_consensus.cc:729] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679491 11671 consensus_queue.cc:260] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679593 11671 raft_consensus.cc:388] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679633 11671 raft_consensus.cc:482] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.679679 11671 raft_consensus.cc:3037] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.680416 11671 raft_consensus.cc:504] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.680590 11671 leader_election.cc:302] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.680732 11677 raft_consensus.cc:2781] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.680866 11677 raft_consensus.cc:686] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.680994 11677 consensus_queue.cc:237] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.681466 11671 leader_election.cc:288] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.682799 11671 ts_tablet_manager.cc:1428] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.004s	user 0.001s	sys 0.001s
15:57:28.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.683000 10968 catalog_manager.cc:5495] T 2b54e07e3c94453496ff39a317123228 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.689851 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.704955 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\024\000\000\000\007\001\000\000\000\025\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.713881 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 05fbb7509a5a4e0b8df01538a3fb0633 has no consensus state
15:57:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.720615 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 05fbb7509a5a4e0b8df01538a3fb0633 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 20 <= VALUES < 21
15:57:28.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.721079 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 05fbb7509a5a4e0b8df01538a3fb0633. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.723413 11670 tablet_bootstrap.cc:492] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.724308 11670 tablet_bootstrap.cc:654] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.725515 11670 tablet_bootstrap.cc:492] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.725629 11670 ts_tablet_manager.cc:1397] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726142 11670 raft_consensus.cc:348] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726269 11670 raft_consensus.cc:374] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726305 11670 raft_consensus.cc:729] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726439 11670 consensus_queue.cc:260] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726557 11670 raft_consensus.cc:388] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726600 11670 raft_consensus.cc:482] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.726640 11670 raft_consensus.cc:3037] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.727643 11670 raft_consensus.cc:504] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.727787 11670 leader_election.cc:302] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.727923 11674 raft_consensus.cc:2781] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.727982 11674 raft_consensus.cc:686] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.728091 11674 consensus_queue.cc:237] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.729225 11670 leader_election.cc:288] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.729640 11670 ts_tablet_manager.cc:1428] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.734247 10968 catalog_manager.cc:5495] T 05fbb7509a5a4e0b8df01538a3fb0633 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.742059 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.757666 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\025\000\000\000\007\001\000\000\000\026\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.766659 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c89c80f1bfc44e849f8e0b17c027e2c2 has no consensus state
15:57:28.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.772639 11405 tablet_service.cc:1467] Processing CreateTablet for tablet c89c80f1bfc44e849f8e0b17c027e2c2 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 21 <= VALUES < 22
15:57:28.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.773032 11405 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c89c80f1bfc44e849f8e0b17c027e2c2. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.775609 11685 tablet_bootstrap.cc:492] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.776851 11685 tablet_bootstrap.cc:654] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.778030 11685 tablet_bootstrap.cc:492] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.778205 11685 ts_tablet_manager.cc:1397] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:28.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.778651 11685 raft_consensus.cc:348] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.778774 11685 raft_consensus.cc:374] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.778807 11685 raft_consensus.cc:729] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.778942 11685 consensus_queue.cc:260] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.779019 11685 raft_consensus.cc:388] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.779047 11685 raft_consensus.cc:482] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.779091 11685 raft_consensus.cc:3037] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.779939 11685 raft_consensus.cc:504] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.780104 11685 leader_election.cc:302] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.780277 11688 raft_consensus.cc:2781] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.780382 11688 raft_consensus.cc:686] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.780524 11688 consensus_queue.cc:237] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.782776 10970 catalog_manager.cc:5495] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.783638 11685 leader_election.cc:288] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.786121 11685 ts_tablet_manager.cc:1428] T c89c80f1bfc44e849f8e0b17c027e2c2 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.000s
15:57:28.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.790874 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.799466 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\026\000\000\000\007\001\000\000\000\027\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.812562 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4b03d3f0473d465aacb01b996446f827 has no consensus state
15:57:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.818974 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 4b03d3f0473d465aacb01b996446f827 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 22 <= VALUES < 23
15:57:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.819375 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4b03d3f0473d465aacb01b996446f827. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.821900 11671 tablet_bootstrap.cc:492] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.823041 11671 tablet_bootstrap.cc:654] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.824506 11671 tablet_bootstrap.cc:492] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.824615 11671 ts_tablet_manager.cc:1397] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825214 11671 raft_consensus.cc:348] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825331 11671 raft_consensus.cc:374] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825356 11671 raft_consensus.cc:729] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825497 11671 consensus_queue.cc:260] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825589 11671 raft_consensus.cc:388] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825616 11671 raft_consensus.cc:482] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.825649 11671 raft_consensus.cc:3037] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.826617 11671 raft_consensus.cc:504] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.826756 11671 leader_election.cc:302] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.826854 11671 leader_election.cc:288] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.826941 11677 raft_consensus.cc:2781] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.827076 11677 raft_consensus.cc:686] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.827123 11671 ts_tablet_manager.cc:1428] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.827219 11677 consensus_queue.cc:237] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.829427 10970 catalog_manager.cc:5495] T 4b03d3f0473d465aacb01b996446f827 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.837909 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.858409 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\027\000\000\000\007\001\000\000\000\030\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.868907 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4b51d2089b4942399b43c4edfd10cb28 has no consensus state
15:57:28.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.874637 11269 tablet_service.cc:1467] Processing CreateTablet for tablet 4b51d2089b4942399b43c4edfd10cb28 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 23 <= VALUES < 24
15:57:28.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.875027 11269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4b51d2089b4942399b43c4edfd10cb28. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.877411 11670 tablet_bootstrap.cc:492] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.878460 11670 tablet_bootstrap.cc:654] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.879544 11670 tablet_bootstrap.cc:492] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.879621 11670 ts_tablet_manager.cc:1397] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880103 11670 raft_consensus.cc:348] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880205 11670 raft_consensus.cc:374] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880229 11670 raft_consensus.cc:729] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880374 11670 consensus_queue.cc:260] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880465 11670 raft_consensus.cc:388] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880494 11670 raft_consensus.cc:482] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.880527 11670 raft_consensus.cc:3037] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881374 11670 raft_consensus.cc:504] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881493 11670 leader_election.cc:302] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:28.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881567 11670 leader_election.cc:288] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881673 11675 raft_consensus.cc:2781] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881774 11675 raft_consensus.cc:686] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:28.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881822 11670 ts_tablet_manager.cc:1428] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:28.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.881875 11675 consensus_queue.cc:237] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:28.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.883936 10970 catalog_manager.cc:5495] T 4b51d2089b4942399b43c4edfd10cb28 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:28.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.890944 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.898775 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\030\000\000\000\007\001\000\000\000\031\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.910772 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9138bbb6399a4fcaa7b90e4ef404b885 has no consensus state
15:57:28.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.916432 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 9138bbb6399a4fcaa7b90e4ef404b885 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 24 <= VALUES < 25
15:57:28.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.916814 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9138bbb6399a4fcaa7b90e4ef404b885. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.919639 11685 tablet_bootstrap.cc:492] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:28.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.920601 11685 tablet_bootstrap.cc:654] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:28.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.921881 11685 tablet_bootstrap.cc:492] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:28.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.921981 11685 ts_tablet_manager.cc:1397] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:28.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922439 11685 raft_consensus.cc:348] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922569 11685 raft_consensus.cc:374] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922607 11685 raft_consensus.cc:729] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922735 11685 consensus_queue.cc:260] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922828 11685 raft_consensus.cc:388] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922863 11685 raft_consensus.cc:482] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.922899 11685 raft_consensus.cc:3037] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.923729 11685 raft_consensus.cc:504] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.923878 11685 leader_election.cc:302] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.924026 11721 raft_consensus.cc:2781] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.924105 11721 raft_consensus.cc:686] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.924254 11721 consensus_queue.cc:237] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.925524 11685 leader_election.cc:288] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.925833 11685 ts_tablet_manager.cc:1428] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:28.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.926100 10970 catalog_manager.cc:5495] T 9138bbb6399a4fcaa7b90e4ef404b885 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.933290 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.939139 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\031\000\000\000\007\001\000\000\000\032\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.946376 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f5038701af7c485689fe07e410772fd9 has no consensus state
15:57:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.953087 11541 tablet_service.cc:1467] Processing CreateTablet for tablet f5038701af7c485689fe07e410772fd9 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 25 <= VALUES < 26
15:57:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.953382 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f5038701af7c485689fe07e410772fd9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.955482 11671 tablet_bootstrap.cc:492] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:28.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.956593 11671 tablet_bootstrap.cc:654] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:28.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.957825 11671 tablet_bootstrap.cc:492] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.957952 11671 ts_tablet_manager.cc:1397] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958416 11671 raft_consensus.cc:348] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958545 11671 raft_consensus.cc:374] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958582 11671 raft_consensus.cc:729] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958724 11671 consensus_queue.cc:260] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958863 11671 raft_consensus.cc:388] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958913 11671 raft_consensus.cc:482] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.958973 11671 raft_consensus.cc:3037] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.959803 11671 raft_consensus.cc:504] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.959971 11671 leader_election.cc:302] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.960107 11671 leader_election.cc:288] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.960183 11677 raft_consensus.cc:2781] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.960543 11677 raft_consensus.cc:686] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.960685 11677 consensus_queue.cc:237] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.960922 11671 ts_tablet_manager.cc:1428] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:28.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.963006 10970 catalog_manager.cc:5495] T f5038701af7c485689fe07e410772fd9 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:28.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.971318 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.978134 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\032\000\000\000\007\001\000\000\000\033\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:28.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:28.987149 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2a6241be341a4f66b9ba993130f2eaff has no consensus state
15:57:28.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.994089 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 2a6241be341a4f66b9ba993130f2eaff (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 26 <= VALUES < 27
15:57:28.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.994475 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2a6241be341a4f66b9ba993130f2eaff. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:28.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.996958 11670 tablet_bootstrap.cc:492] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:28.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.997939 11670 tablet_bootstrap.cc:654] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:28.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.999078 11670 tablet_bootstrap.cc:492] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:28.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.999151 11670 ts_tablet_manager.cc:1397] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:28.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.999770 11670 raft_consensus.cc:348] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.999874 11670 raft_consensus.cc:374] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.999897 11670 raft_consensus.cc:729] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:28.999996 11670 consensus_queue.cc:260] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.000048 11670 raft_consensus.cc:388] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.000072 11670 raft_consensus.cc:482] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.000099 11670 raft_consensus.cc:3037] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001067 11670 raft_consensus.cc:504] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001178 11670 leader_election.cc:302] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001293 11670 leader_election.cc:288] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001365 11675 raft_consensus.cc:2781] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001449 11675 raft_consensus.cc:686] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001538 11670 ts_tablet_manager.cc:1428] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:29.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.001574 11675 consensus_queue.cc:237] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.003706 10970 catalog_manager.cc:5495] T 2a6241be341a4f66b9ba993130f2eaff P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.011119 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.018915 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\033\000\000\000\007\001\000\000\000\034\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.030453 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet caa0c7042f1346bda05e430cb79fbed5 has no consensus state
15:57:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.035825 11409 tablet_service.cc:1467] Processing CreateTablet for tablet caa0c7042f1346bda05e430cb79fbed5 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 27 <= VALUES < 28
15:57:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.036217 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet caa0c7042f1346bda05e430cb79fbed5. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.038337 11685 tablet_bootstrap.cc:492] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.039301 11685 tablet_bootstrap.cc:654] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.041464 11685 tablet_bootstrap.cc:492] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.041579 11685 ts_tablet_manager.cc:1397] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.001s
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042009 11685 raft_consensus.cc:348] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042128 11685 raft_consensus.cc:374] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042162 11685 raft_consensus.cc:729] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042294 11685 consensus_queue.cc:260] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042399 11685 raft_consensus.cc:388] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042438 11685 raft_consensus.cc:482] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.042490 11685 raft_consensus.cc:3037] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.043323 11685 raft_consensus.cc:504] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.043481 11685 leader_election.cc:302] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.043601 11685 leader_election.cc:288] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.043682 11688 raft_consensus.cc:2781] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.043891 11685 ts_tablet_manager.cc:1428] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:29.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.043963 11688 raft_consensus.cc:686] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.044109 11688 consensus_queue.cc:237] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.046208 10970 catalog_manager.cc:5495] T caa0c7042f1346bda05e430cb79fbed5 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.054026 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.058710 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\034\000\000\000\007\001\000\000\000\035\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.069214 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ccc62503445f446e8855b283f77223f8 has no consensus state
15:57:29.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.075460 11545 tablet_service.cc:1467] Processing CreateTablet for tablet ccc62503445f446e8855b283f77223f8 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 28 <= VALUES < 29
15:57:29.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.075843 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ccc62503445f446e8855b283f77223f8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.078841 11671 tablet_bootstrap.cc:492] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.079731 11671 tablet_bootstrap.cc:654] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.080883 11671 tablet_bootstrap.cc:492] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.080983 11671 ts_tablet_manager.cc:1397] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081404 11671 raft_consensus.cc:348] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081526 11671 raft_consensus.cc:374] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081561 11671 raft_consensus.cc:729] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081691 11671 consensus_queue.cc:260] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081815 11671 raft_consensus.cc:388] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081851 11671 raft_consensus.cc:482] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.081924 11671 raft_consensus.cc:3037] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.082751 11671 raft_consensus.cc:504] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.082903 11671 leader_election.cc:302] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.083024 11671 leader_election.cc:288] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.083150 11677 raft_consensus.cc:2781] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.083287 11677 raft_consensus.cc:686] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.083463 11677 consensus_queue.cc:237] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.083547 11671 ts_tablet_manager.cc:1428] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:29.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.086231 10970 catalog_manager.cc:5495] T ccc62503445f446e8855b283f77223f8 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.093463 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.097846 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\035\000\000\000\007\001\000\000\000\036\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.110198 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1e9c1e2d5d53466dba7048fb57728c7b has no consensus state
15:57:29.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.115286 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 1e9c1e2d5d53466dba7048fb57728c7b (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 29 <= VALUES < 30
15:57:29.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.115653 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1e9c1e2d5d53466dba7048fb57728c7b. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.117990 11670 tablet_bootstrap.cc:492] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:29.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.118908 11670 tablet_bootstrap.cc:654] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.119963 11670 tablet_bootstrap.cc:492] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120036 11670 ts_tablet_manager.cc:1397] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120487 11670 raft_consensus.cc:348] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120585 11670 raft_consensus.cc:374] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120608 11670 raft_consensus.cc:729] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120731 11670 consensus_queue.cc:260] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120873 11670 raft_consensus.cc:388] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120900 11670 raft_consensus.cc:482] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.120930 11670 raft_consensus.cc:3037] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.121793 11670 raft_consensus.cc:504] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.121907 11670 leader_election.cc:302] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.121999 11670 leader_election.cc:288] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.122054 11675 raft_consensus.cc:2781] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.122136 11675 raft_consensus.cc:686] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.122251 11675 consensus_queue.cc:237] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.123449 11670 ts_tablet_manager.cc:1428] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:29.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.124428 10968 catalog_manager.cc:5495] T 1e9c1e2d5d53466dba7048fb57728c7b P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.132429 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.140691 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\036\000\000\000\007\001\000\000\000\037\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.152179 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e9168a4b88f3442d9a0d00483dc435a9 has no consensus state
15:57:29.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.157724 11404 tablet_service.cc:1467] Processing CreateTablet for tablet e9168a4b88f3442d9a0d00483dc435a9 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 30 <= VALUES < 31
15:57:29.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.158123 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e9168a4b88f3442d9a0d00483dc435a9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.160301 11685 tablet_bootstrap.cc:492] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.161427 11685 tablet_bootstrap.cc:654] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.162729 11685 tablet_bootstrap.cc:492] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.162871 11685 ts_tablet_manager.cc:1397] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163367 11685 raft_consensus.cc:348] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163497 11685 raft_consensus.cc:374] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163532 11685 raft_consensus.cc:729] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163666 11685 consensus_queue.cc:260] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163779 11685 raft_consensus.cc:388] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163817 11685 raft_consensus.cc:482] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.163865 11685 raft_consensus.cc:3037] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.164783 11685 raft_consensus.cc:504] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.164933 11685 leader_election.cc:302] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.165041 11685 leader_election.cc:288] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.165246 11753 raft_consensus.cc:2781] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.165359 11685 ts_tablet_manager.cc:1428] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.002s
15:57:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.165382 11753 raft_consensus.cc:686] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.165503 11753 consensus_queue.cc:237] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.167322 10968 catalog_manager.cc:5495] T e9168a4b88f3442d9a0d00483dc435a9 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.174751 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.178297 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\037\000\000\000\007\001\000\000\000 \000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.190199 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b4d74c798f0a4b789c12d58e324aa251 has no consensus state
15:57:29.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.197685 11540 tablet_service.cc:1467] Processing CreateTablet for tablet b4d74c798f0a4b789c12d58e324aa251 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 31 <= VALUES < 32
15:57:29.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.197983 11540 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b4d74c798f0a4b789c12d58e324aa251. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.200222 11671 tablet_bootstrap.cc:492] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.201242 11671 tablet_bootstrap.cc:654] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.202643 11671 tablet_bootstrap.cc:492] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.202750 11671 ts_tablet_manager.cc:1397] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203217 11671 raft_consensus.cc:348] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203332 11671 raft_consensus.cc:374] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203366 11671 raft_consensus.cc:729] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203498 11671 consensus_queue.cc:260] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203608 11671 raft_consensus.cc:388] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203646 11671 raft_consensus.cc:482] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.203693 11671 raft_consensus.cc:3037] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.204442 11671 raft_consensus.cc:504] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.204587 11671 leader_election.cc:302] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.204701 11671 leader_election.cc:288] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.204828 11677 raft_consensus.cc:2781] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.204953 11677 raft_consensus.cc:686] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.205082 11677 consensus_queue.cc:237] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.205475 11671 ts_tablet_manager.cc:1428] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:29.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.206856 10968 catalog_manager.cc:5495] T b4d74c798f0a4b789c12d58e324aa251 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.214165 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.219265 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000 \000\000\000\007\001\000\000\000!\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.230209 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b5c90112e22145faa9bf78764a0a32dc has no consensus state
15:57:29.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.235961 11270 tablet_service.cc:1467] Processing CreateTablet for tablet b5c90112e22145faa9bf78764a0a32dc (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 32 <= VALUES < 33
15:57:29.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.236356 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b5c90112e22145faa9bf78764a0a32dc. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.238659 11670 tablet_bootstrap.cc:492] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:29.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.239789 11670 tablet_bootstrap.cc:654] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:29.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.241272 11670 tablet_bootstrap.cc:492] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:29.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.241384 11670 ts_tablet_manager.cc:1397] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.241880 11670 raft_consensus.cc:348] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.242017 11670 raft_consensus.cc:374] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.242054 11670 raft_consensus.cc:729] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.242206 11670 consensus_queue.cc:260] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.242336 11670 raft_consensus.cc:388] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.242378 11670 raft_consensus.cc:482] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.242431 11670 raft_consensus.cc:3037] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.243306 11670 raft_consensus.cc:504] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.243481 11670 leader_election.cc:302] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.243621 11670 leader_election.cc:288] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.243695 11675 raft_consensus.cc:2781] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.243811 11675 raft_consensus.cc:686] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.243945 11675 consensus_queue.cc:237] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.244062 11670 ts_tablet_manager.cc:1428] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:29.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.245903 10970 catalog_manager.cc:5495] T b5c90112e22145faa9bf78764a0a32dc P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.253235 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.258903 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000!\000\000\000\007\001\000\000\000\"\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.273353 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d15f41237d2942c182bc30ca29863cf1 has no consensus state
15:57:29.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.279306 11409 tablet_service.cc:1467] Processing CreateTablet for tablet d15f41237d2942c182bc30ca29863cf1 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 33 <= VALUES < 34
15:57:29.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.279690 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d15f41237d2942c182bc30ca29863cf1. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.282111 11685 tablet_bootstrap.cc:492] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.282945 11685 tablet_bootstrap.cc:654] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.284144 11685 tablet_bootstrap.cc:492] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.284214 11685 ts_tablet_manager.cc:1397] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.284612 11685 raft_consensus.cc:348] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.284708 11685 raft_consensus.cc:374] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.284729 11685 raft_consensus.cc:729] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.284917 11685 consensus_queue.cc:260] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.285005 11685 raft_consensus.cc:388] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.285030 11685 raft_consensus.cc:482] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.285060 11685 raft_consensus.cc:3037] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.285772 11685 raft_consensus.cc:504] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.285885 11685 leader_election.cc:302] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.286007 11685 leader_election.cc:288] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.286051 11753 raft_consensus.cc:2781] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.286170 11753 raft_consensus.cc:686] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.286267 11685 ts_tablet_manager.cc:1428] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:29.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.286288 11753 consensus_queue.cc:237] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.288300 10970 catalog_manager.cc:5495] T d15f41237d2942c182bc30ca29863cf1 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.295265 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.298063 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\"\000\000\000\007\001\000\000\000#\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.308650 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 85bed1e361e741f3afc1a97cd2923b08 has no consensus state
15:57:29.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.314010 11539 tablet_service.cc:1467] Processing CreateTablet for tablet 85bed1e361e741f3afc1a97cd2923b08 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 34 <= VALUES < 35
15:57:29.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.314376 11539 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 85bed1e361e741f3afc1a97cd2923b08. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.317353 11671 tablet_bootstrap.cc:492] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.318432 11671 tablet_bootstrap.cc:654] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.319872 11671 tablet_bootstrap.cc:492] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.319980 11671 ts_tablet_manager.cc:1397] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320500 11671 raft_consensus.cc:348] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320607 11671 raft_consensus.cc:374] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320632 11671 raft_consensus.cc:729] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320796 11671 consensus_queue.cc:260] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320906 11671 raft_consensus.cc:388] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320947 11671 raft_consensus.cc:482] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.320995 11671 raft_consensus.cc:3037] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.321909 11671 raft_consensus.cc:504] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.322046 11671 leader_election.cc:302] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.322150 11671 leader_election.cc:288] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.322201 11677 raft_consensus.cc:2781] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.322284 11677 raft_consensus.cc:686] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.322403 11677 consensus_queue.cc:237] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.323765 11671 ts_tablet_manager.cc:1428] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:29.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.333694 10970 catalog_manager.cc:5495] T 85bed1e361e741f3afc1a97cd2923b08 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.341584 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.359248 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000#\000\000\000\007\001\000\000\000$\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.372864 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ad93fc6a5a564d14aa72d1ff52dfd401 has no consensus state
15:57:29.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.378783 11269 tablet_service.cc:1467] Processing CreateTablet for tablet ad93fc6a5a564d14aa72d1ff52dfd401 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 35 <= VALUES < 36
15:57:29.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.379168 11269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ad93fc6a5a564d14aa72d1ff52dfd401. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.381103 11670 tablet_bootstrap.cc:492] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:29.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.381886 11670 tablet_bootstrap.cc:654] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.382918 11670 tablet_bootstrap.cc:492] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.382990 11670 ts_tablet_manager.cc:1397] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383371 11670 raft_consensus.cc:348] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383488 11670 raft_consensus.cc:374] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383523 11670 raft_consensus.cc:729] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383651 11670 consensus_queue.cc:260] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383764 11670 raft_consensus.cc:388] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383801 11670 raft_consensus.cc:482] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.383846 11670 raft_consensus.cc:3037] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.384575 11670 raft_consensus.cc:504] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.384721 11670 leader_election.cc:302] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.384843 11670 leader_election.cc:288] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.384919 11675 raft_consensus.cc:2781] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.385061 11675 raft_consensus.cc:686] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.385159 11670 ts_tablet_manager.cc:1428] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:29.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.385223 11675 consensus_queue.cc:237] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.388236 10970 catalog_manager.cc:5495] T ad93fc6a5a564d14aa72d1ff52dfd401 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.396646 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.418115 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000$\000\000\000\007\001\000\000\000%\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.433740 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c0a077510564414d9db3d0d2994886ae has no consensus state
15:57:29.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.440117 11404 tablet_service.cc:1467] Processing CreateTablet for tablet c0a077510564414d9db3d0d2994886ae (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 36 <= VALUES < 37
15:57:29.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.440418 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c0a077510564414d9db3d0d2994886ae. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.442296 11685 tablet_bootstrap.cc:492] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.443267 11685 tablet_bootstrap.cc:654] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.444363 11685 tablet_bootstrap.cc:492] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.444434 11685 ts_tablet_manager.cc:1397] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.444921 11685 raft_consensus.cc:348] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.445027 11685 raft_consensus.cc:374] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.445051 11685 raft_consensus.cc:729] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.445186 11685 consensus_queue.cc:260] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.445258 11685 raft_consensus.cc:388] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.445281 11685 raft_consensus.cc:482] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.445312 11685 raft_consensus.cc:3037] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.446044 11685 raft_consensus.cc:504] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.446197 11685 leader_election.cc:302] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.446303 11685 leader_election.cc:288] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.446421 11753 raft_consensus.cc:2781] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.446480 11753 raft_consensus.cc:686] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.446591 11753 consensus_queue.cc:237] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.447166 11685 ts_tablet_manager.cc:1428] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:29.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.449147 10970 catalog_manager.cc:5495] T c0a077510564414d9db3d0d2994886ae P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.458040 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.461613 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000%\000\000\000\007\001\000\000\000&\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.479183 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bdfc8d93ef5d40e0b800a32dd800098a has no consensus state
15:57:29.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.484848 11543 tablet_service.cc:1467] Processing CreateTablet for tablet bdfc8d93ef5d40e0b800a32dd800098a (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 37 <= VALUES < 38
15:57:29.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.485191 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bdfc8d93ef5d40e0b800a32dd800098a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.487709 11671 tablet_bootstrap.cc:492] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.489217 11671 tablet_bootstrap.cc:654] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.490414 11671 tablet_bootstrap.cc:492] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.490495 11671 ts_tablet_manager.cc:1397] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.490855 11671 raft_consensus.cc:348] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.490945 11671 raft_consensus.cc:374] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.490968 11671 raft_consensus.cc:729] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.491107 11671 consensus_queue.cc:260] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.491169 11671 raft_consensus.cc:388] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.491192 11671 raft_consensus.cc:482] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.491220 11671 raft_consensus.cc:3037] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.491976 11671 raft_consensus.cc:504] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.492102 11671 leader_election.cc:302] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.492213 11671 leader_election.cc:288] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.492259 11680 raft_consensus.cc:2781] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.492338 11680 raft_consensus.cc:686] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.492453 11680 consensus_queue.cc:237] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.492622 11671 ts_tablet_manager.cc:1428] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:29.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.494287 10970 catalog_manager.cc:5495] T bdfc8d93ef5d40e0b800a32dd800098a P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.502511 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.518184 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000&\000\000\000\007\001\000\000\000\'\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.531279 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 911a730f5a7d4c3d8a491d8c61b9f213 has no consensus state
15:57:29.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.537900 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 911a730f5a7d4c3d8a491d8c61b9f213 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 38 <= VALUES < 39
15:57:29.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.538283 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 911a730f5a7d4c3d8a491d8c61b9f213. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.540325 11670 tablet_bootstrap.cc:492] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:29.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.541337 11670 tablet_bootstrap.cc:654] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:29.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.542441 11670 tablet_bootstrap.cc:492] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:29.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.542514 11670 ts_tablet_manager.cc:1397] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:29.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.542851 11670 raft_consensus.cc:348] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.542944 11670 raft_consensus.cc:374] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.542966 11670 raft_consensus.cc:729] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.543067 11670 consensus_queue.cc:260] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.543119 11670 raft_consensus.cc:388] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.543141 11670 raft_consensus.cc:482] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.543169 11670 raft_consensus.cc:3037] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544010 11670 raft_consensus.cc:504] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544175 11670 leader_election.cc:302] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544246 11670 leader_election.cc:288] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544445 11674 raft_consensus.cc:2781] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544565 11674 raft_consensus.cc:686] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544704 11674 consensus_queue.cc:237] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.544552 11670 ts_tablet_manager.cc:1428] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:29.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.546890 10970 catalog_manager.cc:5495] T 911a730f5a7d4c3d8a491d8c61b9f213 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.553619 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.557798 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\'\000\000\000\007\001\000\000\000(\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.570767 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4bca78c3af2c44b388a1398bf03df4a5 has no consensus state
15:57:29.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.576391 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 4bca78c3af2c44b388a1398bf03df4a5 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 39 <= VALUES < 40
15:57:29.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.576800 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4bca78c3af2c44b388a1398bf03df4a5. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.578764 11685 tablet_bootstrap.cc:492] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.579706 11685 tablet_bootstrap.cc:654] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.580708 11685 tablet_bootstrap.cc:492] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.580803 11685 ts_tablet_manager.cc:1397] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581246 11685 raft_consensus.cc:348] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581338 11685 raft_consensus.cc:374] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581362 11685 raft_consensus.cc:729] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581497 11685 consensus_queue.cc:260] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581585 11685 raft_consensus.cc:388] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581610 11685 raft_consensus.cc:482] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.581640 11685 raft_consensus.cc:3037] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582338 11685 raft_consensus.cc:504] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582461 11685 leader_election.cc:302] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582546 11685 leader_election.cc:288] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582650 11753 raft_consensus.cc:2781] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582774 11753 raft_consensus.cc:686] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582816 11685 ts_tablet_manager.cc:1428] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:29.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.582885 11753 consensus_queue.cc:237] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.584460 10970 catalog_manager.cc:5495] T 4bca78c3af2c44b388a1398bf03df4a5 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.592106 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.597829 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000(\000\000\000\007\001\000\000\000)\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.611308 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet da4dcfb2d8464e1a9f4cefe2a2677ae8 has no consensus state
15:57:29.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.616441 11541 tablet_service.cc:1467] Processing CreateTablet for tablet da4dcfb2d8464e1a9f4cefe2a2677ae8 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 40 <= VALUES < 41
15:57:29.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.616858 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet da4dcfb2d8464e1a9f4cefe2a2677ae8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.618999 11671 tablet_bootstrap.cc:492] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.620254 11671 tablet_bootstrap.cc:654] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.621548 11671 tablet_bootstrap.cc:492] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.621644 11671 ts_tablet_manager.cc:1397] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622007 11671 raft_consensus.cc:348] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622100 11671 raft_consensus.cc:374] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622164 11671 raft_consensus.cc:729] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622287 11671 consensus_queue.cc:260] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622355 11671 raft_consensus.cc:388] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622378 11671 raft_consensus.cc:482] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.622407 11671 raft_consensus.cc:3037] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623181 11671 raft_consensus.cc:504] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623298 11671 leader_election.cc:302] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623370 11671 leader_election.cc:288] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623483 11680 raft_consensus.cc:2781] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623618 11680 raft_consensus.cc:686] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623698 11671 ts_tablet_manager.cc:1428] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:29.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.623749 11680 consensus_queue.cc:237] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.626094 10970 catalog_manager.cc:5495] T da4dcfb2d8464e1a9f4cefe2a2677ae8 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.634068 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.637645 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000)\000\000\000\007\001\000\000\000*\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.650418 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ddfcaef3c3b44ae98773b55b0ce93bf0 has no consensus state
15:57:29.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.656345 11273 tablet_service.cc:1467] Processing CreateTablet for tablet ddfcaef3c3b44ae98773b55b0ce93bf0 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 41 <= VALUES < 42
15:57:29.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.656714 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ddfcaef3c3b44ae98773b55b0ce93bf0. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.658983 11670 tablet_bootstrap.cc:492] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:29.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.660009 11670 tablet_bootstrap.cc:654] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:29.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.661337 11670 tablet_bootstrap.cc:492] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:29.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.661448 11670 ts_tablet_manager.cc:1397] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:29.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662036 11670 raft_consensus.cc:348] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662182 11670 raft_consensus.cc:374] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662207 11670 raft_consensus.cc:729] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662330 11670 consensus_queue.cc:260] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662418 11670 raft_consensus.cc:388] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662456 11670 raft_consensus.cc:482] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.662515 11670 raft_consensus.cc:3037] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663278 11670 raft_consensus.cc:504] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663378 11670 leader_election.cc:302] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663447 11670 leader_election.cc:288] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663533 11674 raft_consensus.cc:2781] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663651 11674 raft_consensus.cc:686] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663728 11670 ts_tablet_manager.cc:1428] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.663756 11674 consensus_queue.cc:237] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.665418 10970 catalog_manager.cc:5495] T ddfcaef3c3b44ae98773b55b0ce93bf0 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.673252 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.678642 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000*\000\000\000\007\001\000\000\000+\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.690331 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 89e7bee99f204be592ce4556154d30c4 has no consensus state
15:57:29.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.699563 11406 tablet_service.cc:1467] Processing CreateTablet for tablet 89e7bee99f204be592ce4556154d30c4 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 42 <= VALUES < 43
15:57:29.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.699934 11406 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 89e7bee99f204be592ce4556154d30c4. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.702711 11685 tablet_bootstrap.cc:492] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.703751 11685 tablet_bootstrap.cc:654] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.705127 11685 tablet_bootstrap.cc:492] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.705226 11685 ts_tablet_manager.cc:1397] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.705721 11685 raft_consensus.cc:348] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.705865 11685 raft_consensus.cc:374] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.705910 11685 raft_consensus.cc:729] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.706051 11685 consensus_queue.cc:260] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.706133 11685 raft_consensus.cc:388] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.706168 11685 raft_consensus.cc:482] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.706211 11685 raft_consensus.cc:3037] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.707201 11685 raft_consensus.cc:504] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.707351 11685 leader_election.cc:302] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.707448 11685 leader_election.cc:288] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.707543 11753 raft_consensus.cc:2781] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.707669 11753 raft_consensus.cc:686] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.707815 11753 consensus_queue.cc:237] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.708098 11685 ts_tablet_manager.cc:1428] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:29.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.709558 10970 catalog_manager.cc:5495] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.710150 11479 tablet.cc:2369] T 89e7bee99f204be592ce4556154d30c4 P 7aad0c40e0b74075be190f78aed35d04: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:57:29.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.719233 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.738163 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000+\000\000\000\007\001\000\000\000,\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.753818 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4646bb07bd4e487d8525c07d9857b4c0 has no consensus state
15:57:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.759006 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 4646bb07bd4e487d8525c07d9857b4c0 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 43 <= VALUES < 44
15:57:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.759366 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4646bb07bd4e487d8525c07d9857b4c0. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.761365 11671 tablet_bootstrap.cc:492] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.762300 11671 tablet_bootstrap.cc:654] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.763429 11671 tablet_bootstrap.cc:492] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.763507 11671 ts_tablet_manager.cc:1397] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.763887 11671 raft_consensus.cc:348] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.764005 11671 raft_consensus.cc:374] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.764029 11671 raft_consensus.cc:729] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.764174 11671 consensus_queue.cc:260] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.764264 11671 raft_consensus.cc:388] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.764289 11671 raft_consensus.cc:482] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.764318 11671 raft_consensus.cc:3037] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765130 11671 raft_consensus.cc:504] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765249 11671 leader_election.cc:302] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765344 11671 leader_election.cc:288] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765388 11677 raft_consensus.cc:2781] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765487 11677 raft_consensus.cc:686] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765599 11677 consensus_queue.cc:237] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.765849 11671 ts_tablet_manager.cc:1428] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:29.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.767359 10970 catalog_manager.cc:5495] T 4646bb07bd4e487d8525c07d9857b4c0 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.775158 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.778477 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000,\000\000\000\007\001\000\000\000-\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.794865 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0554ee1a7aa3442298bb0b24016014ad has no consensus state
15:57:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.800048 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 0554ee1a7aa3442298bb0b24016014ad (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 44 <= VALUES < 45
15:57:29.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.800419 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0554ee1a7aa3442298bb0b24016014ad. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.831579 11670 tablet_bootstrap.cc:492] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:29.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.832659 11670 tablet_bootstrap.cc:654] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.833861 11670 tablet_bootstrap.cc:492] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.833946 11670 ts_tablet_manager.cc:1397] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834440 11670 raft_consensus.cc:348] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834564 11670 raft_consensus.cc:374] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834599 11670 raft_consensus.cc:729] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834733 11670 consensus_queue.cc:260] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834821 11670 raft_consensus.cc:388] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834857 11670 raft_consensus.cc:482] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.834900 11670 raft_consensus.cc:3037] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.836027 11670 raft_consensus.cc:504] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.836220 11670 leader_election.cc:302] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:29.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.836412 11674 raft_consensus.cc:2781] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.836539 11674 raft_consensus.cc:686] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:29.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.836681 11674 consensus_queue.cc:237] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:29.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.836993 11670 leader_election.cc:288] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.837478 11670 ts_tablet_manager.cc:1428] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:29.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.838617 10968 catalog_manager.cc:5495] T 0554ee1a7aa3442298bb0b24016014ad P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.845613 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.858415 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000-\000\000\000\007\001\000\000\000.\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.874193 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f2752de5e385493c86bd7c8b167d490b has no consensus state
15:57:29.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.879671 11408 tablet_service.cc:1467] Processing CreateTablet for tablet f2752de5e385493c86bd7c8b167d490b (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 45 <= VALUES < 46
15:57:29.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.880121 11408 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f2752de5e385493c86bd7c8b167d490b. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.882221 11685 tablet_bootstrap.cc:492] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:29.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.883116 11685 tablet_bootstrap.cc:654] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.884459 11685 tablet_bootstrap.cc:492] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.884552 11685 ts_tablet_manager.cc:1397] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885031 11685 raft_consensus.cc:348] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885136 11685 raft_consensus.cc:374] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885159 11685 raft_consensus.cc:729] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885303 11685 consensus_queue.cc:260] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885418 11685 raft_consensus.cc:388] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885447 11685 raft_consensus.cc:482] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.885533 11685 raft_consensus.cc:3037] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.886374 11685 raft_consensus.cc:504] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.886493 11685 leader_election.cc:302] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.886591 11685 leader_election.cc:288] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.886637 11753 raft_consensus.cc:2781] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.886713 11753 raft_consensus.cc:686] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.886835 11753 consensus_queue.cc:237] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:29.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.888907 11685 ts_tablet_manager.cc:1428] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:29.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.889539 10968 catalog_manager.cc:5495] T f2752de5e385493c86bd7c8b167d490b P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:29.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.896893 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.918591 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000.\000\000\000\007\001\000\000\000/\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.931299 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 28600c4c6b014e98b1fc3e407e6543ab has no consensus state
15:57:29.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.942418 11540 tablet_service.cc:1467] Processing CreateTablet for tablet 28600c4c6b014e98b1fc3e407e6543ab (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 46 <= VALUES < 47
15:57:29.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.942780 11540 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 28600c4c6b014e98b1fc3e407e6543ab. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:29.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.945461 11671 tablet_bootstrap.cc:492] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:29.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.946630 11671 tablet_bootstrap.cc:654] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.947852 11671 tablet_bootstrap.cc:492] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.947959 11671 ts_tablet_manager.cc:1397] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948398 11671 raft_consensus.cc:348] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948509 11671 raft_consensus.cc:374] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948532 11671 raft_consensus.cc:729] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948670 11671 consensus_queue.cc:260] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948799 11671 raft_consensus.cc:388] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:29.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948855 11671 raft_consensus.cc:482] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:29.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.948889 11671 raft_consensus.cc:3037] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:29.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.949630 11671 raft_consensus.cc:504] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.949747 11671 leader_election.cc:302] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.949846 11671 leader_election.cc:288] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.949908 11748 raft_consensus.cc:2781] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.950033 11748 raft_consensus.cc:686] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.950151 11748 consensus_queue.cc:237] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.950340 11671 ts_tablet_manager.cc:1428] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:29.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.952047 10968 catalog_manager.cc:5495] T 28600c4c6b014e98b1fc3e407e6543ab P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:29.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.959656 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:29.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.978487 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:29.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000/\000\000\000\007\001\000\000\0000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:29.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:29.990262 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 18be5af706b54653b9146e1e27b02cdc has no consensus state
15:57:29.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.998165 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 18be5af706b54653b9146e1e27b02cdc (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 47 <= VALUES < 48
15:57:29.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:29.998454 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 18be5af706b54653b9146e1e27b02cdc. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.000367 11670 tablet_bootstrap.cc:492] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.001464 11670 tablet_bootstrap.cc:654] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:30.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.002661 11670 tablet_bootstrap.cc:492] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:30.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.002738 11670 ts_tablet_manager.cc:1397] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.003805 11670 raft_consensus.cc:348] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.003904 11670 raft_consensus.cc:374] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.003926 11670 raft_consensus.cc:729] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.004020 11670 consensus_queue.cc:260] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.004077 11670 raft_consensus.cc:388] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.004099 11670 raft_consensus.cc:482] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.004127 11670 raft_consensus.cc:3037] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.004928 11670 raft_consensus.cc:504] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.005039 11670 leader_election.cc:302] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.005138 11670 leader_election.cc:288] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.005182 11674 raft_consensus.cc:2781] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.005368 11674 raft_consensus.cc:686] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.005486 11674 consensus_queue.cc:237] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.005630 11670 ts_tablet_manager.cc:1428] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.003s
15:57:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.007481 10968 catalog_manager.cc:5495] T 18be5af706b54653b9146e1e27b02cdc P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:30.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.016577 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.039052 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0000\000\000\000\007\001\000\000\0001\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.054199 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3b527e1f130d4b2e902ac6e4a18a42ff has no consensus state
15:57:30.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.060488 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 3b527e1f130d4b2e902ac6e4a18a42ff (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 48 <= VALUES < 49
15:57:30.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.060868 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3b527e1f130d4b2e902ac6e4a18a42ff. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.062959 11685 tablet_bootstrap.cc:492] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:30.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.063925 11685 tablet_bootstrap.cc:654] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065250 11685 tablet_bootstrap.cc:492] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065331 11685 ts_tablet_manager.cc:1397] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065701 11685 raft_consensus.cc:348] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065791 11685 raft_consensus.cc:374] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065814 11685 raft_consensus.cc:729] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065913 11685 consensus_queue.cc:260] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065966 11685 raft_consensus.cc:388] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.065989 11685 raft_consensus.cc:482] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.066016 11685 raft_consensus.cc:3037] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.066849 11685 raft_consensus.cc:504] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.066978 11685 leader_election.cc:302] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:30.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.067081 11685 leader_election.cc:288] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.067137 11688 raft_consensus.cc:2781] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.067212 11688 raft_consensus.cc:686] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:30.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.067327 11688 consensus_queue.cc:237] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.067667 11685 ts_tablet_manager.cc:1428] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:30.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.069417 10968 catalog_manager.cc:5495] T 3b527e1f130d4b2e902ac6e4a18a42ff P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:30.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.078649 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.098536 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0001\000\000\000\007\001\000\000\0002\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.123415 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2e96977e900b4651b723949155570f67 has no consensus state
15:57:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.129238 11541 tablet_service.cc:1467] Processing CreateTablet for tablet 2e96977e900b4651b723949155570f67 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 49 <= VALUES < 50
15:57:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.129607 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2e96977e900b4651b723949155570f67. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.132225 11671 tablet_bootstrap.cc:492] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:30.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.133406 11671 tablet_bootstrap.cc:654] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:30.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.134593 11671 tablet_bootstrap.cc:492] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:30.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.134676 11671 ts_tablet_manager.cc:1397] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:30.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135160 11671 raft_consensus.cc:348] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135286 11671 raft_consensus.cc:374] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135329 11671 raft_consensus.cc:729] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:30.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135741 11671 consensus_queue.cc:260] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135869 11671 raft_consensus.cc:388] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135916 11671 raft_consensus.cc:482] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.135964 11671 raft_consensus.cc:3037] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.137285 11671 raft_consensus.cc:504] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.137454 11671 leader_election.cc:302] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.137580 11671 leader_election.cc:288] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.137665 11748 raft_consensus.cc:2781] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.137763 11748 raft_consensus.cc:686] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:30.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.137874 11748 consensus_queue.cc:237] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.140098 11671 ts_tablet_manager.cc:1428] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.001s
15:57:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.141274 10968 catalog_manager.cc:5495] T 2e96977e900b4651b723949155570f67 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:30.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.149245 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.159538 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\001\000\000\0003\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.180431 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6d804a58729e4a76ade4c73fcb7736c5 has no consensus state
15:57:30.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.185639 11264 tablet_service.cc:1467] Processing CreateTablet for tablet 6d804a58729e4a76ade4c73fcb7736c5 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 50 <= VALUES < 51
15:57:30.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.186028 11264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6d804a58729e4a76ade4c73fcb7736c5. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.188318 11670 tablet_bootstrap.cc:492] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:30.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.189805 11670 tablet_bootstrap.cc:654] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.191210 11670 tablet_bootstrap.cc:492] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.191314 11670 ts_tablet_manager.cc:1397] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:30.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.191794 11670 raft_consensus.cc:348] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.191936 11670 raft_consensus.cc:374] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.191970 11670 raft_consensus.cc:729] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.192112 11670 consensus_queue.cc:260] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.192199 11670 raft_consensus.cc:388] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.192232 11670 raft_consensus.cc:482] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.192276 11670 raft_consensus.cc:3037] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.193397 11670 raft_consensus.cc:504] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.193557 11670 leader_election.cc:302] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:30.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.193658 11670 leader_election.cc:288] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.193768 11794 raft_consensus.cc:2781] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.193915 11794 raft_consensus.cc:686] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:30.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.194074 11794 consensus_queue.cc:237] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.197685 10968 catalog_manager.cc:5495] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:30.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.199389 11670 ts_tablet_manager.cc:1428] T 6d804a58729e4a76ade4c73fcb7736c5 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.000s
15:57:30.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.199782 10954 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 6d804a58729e4a76ade4c73fcb7736c5 (table many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 6d804a58729e4a76ade4c73fcb7736c5 consensus state has no leader
15:57:30.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.207347 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.217986 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0003\000\000\000\007\001\000\000\0004\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.237706 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7744a3247fe34a85b393e1a6cc57adaa has no consensus state
15:57:30.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.243620 11408 tablet_service.cc:1467] Processing CreateTablet for tablet 7744a3247fe34a85b393e1a6cc57adaa (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 51 <= VALUES < 52
15:57:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.244062 11408 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7744a3247fe34a85b393e1a6cc57adaa. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.246112 11685 tablet_bootstrap.cc:492] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:30.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.247282 11685 tablet_bootstrap.cc:654] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:30.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.249336 11685 tablet_bootstrap.cc:492] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:30.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.249434 11685 ts_tablet_manager.cc:1397] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250216 11685 raft_consensus.cc:348] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250334 11685 raft_consensus.cc:374] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250367 11685 raft_consensus.cc:729] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250506 11685 consensus_queue.cc:260] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250587 11685 raft_consensus.cc:388] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250619 11685 raft_consensus.cc:482] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.250661 11685 raft_consensus.cc:3037] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.251839 11685 raft_consensus.cc:504] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.251997 11685 leader_election.cc:302] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:30.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.252616 11688 raft_consensus.cc:2781] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.252728 11688 raft_consensus.cc:686] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:30.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.252884 11688 consensus_queue.cc:237] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.254033 11685 leader_election.cc:288] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.254494 11685 ts_tablet_manager.cc:1428] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:57:30.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.254691 10968 catalog_manager.cc:5495] T 7744a3247fe34a85b393e1a6cc57adaa P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.268635 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.278240 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0004\000\000\000\007\001\000\000\0005\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.292254 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ab352c48aa6f4f2b924df6edd584e31a has no consensus state
15:57:30.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.301771 11541 tablet_service.cc:1467] Processing CreateTablet for tablet ab352c48aa6f4f2b924df6edd584e31a (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 52 <= VALUES < 53
15:57:30.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.302191 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ab352c48aa6f4f2b924df6edd584e31a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.304788 11671 tablet_bootstrap.cc:492] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:30.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.305752 11671 tablet_bootstrap.cc:654] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:30.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.307101 11671 tablet_bootstrap.cc:492] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:30.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.307222 11671 ts_tablet_manager.cc:1397] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:30.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.307745 11671 raft_consensus.cc:348] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.307879 11671 raft_consensus.cc:374] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.307916 11671 raft_consensus.cc:729] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.308060 11671 consensus_queue.cc:260] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.308166 11671 raft_consensus.cc:388] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.308210 11671 raft_consensus.cc:482] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.308260 11671 raft_consensus.cc:3037] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:30.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.309237 11671 raft_consensus.cc:504] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.309401 11671 leader_election.cc:302] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:30.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.309556 11671 leader_election.cc:288] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.309684 11748 raft_consensus.cc:2781] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.309798 11748 raft_consensus.cc:686] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:30.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.309913 11748 consensus_queue.cc:237] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.310362 11671 ts_tablet_manager.cc:1428] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:30.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.311761 10968 catalog_manager.cc:5495] T ab352c48aa6f4f2b924df6edd584e31a P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:30.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.319659 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.338352 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0005\000\000\000\007\001\000\000\0006\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.351657 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3fb236005c494effbfb392bea2b0705d has no consensus state
15:57:30.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.358309 11269 tablet_service.cc:1467] Processing CreateTablet for tablet 3fb236005c494effbfb392bea2b0705d (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 53 <= VALUES < 54
15:57:30.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.358721 11269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3fb236005c494effbfb392bea2b0705d. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.360813 11670 tablet_bootstrap.cc:492] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:30.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.361775 11670 tablet_bootstrap.cc:654] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363029 11670 tablet_bootstrap.cc:492] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363147 11670 ts_tablet_manager.cc:1397] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363586 11670 raft_consensus.cc:348] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363718 11670 raft_consensus.cc:374] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363751 11670 raft_consensus.cc:729] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363888 11670 consensus_queue.cc:260] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363966 11670 raft_consensus.cc:388] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.363994 11670 raft_consensus.cc:482] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.364030 11670 raft_consensus.cc:3037] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.364917 11670 raft_consensus.cc:504] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.365056 11670 leader_election.cc:302] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.365175 11670 leader_election.cc:288] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.365233 11674 raft_consensus.cc:2781] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.365367 11674 raft_consensus.cc:686] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.365494 11674 consensus_queue.cc:237] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.365690 11670 ts_tablet_manager.cc:1428] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:30.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.367201 10968 catalog_manager.cc:5495] T 3fb236005c494effbfb392bea2b0705d P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:30.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.373652 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.377861 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0006\000\000\000\007\001\000\000\0007\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.391009 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 31d9724e55e04d948e256559d071d9b5 has no consensus state
15:57:30.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.399382 11397 tablet_service.cc:1467] Processing CreateTablet for tablet 31d9724e55e04d948e256559d071d9b5 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 54 <= VALUES < 55
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.399730 11397 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 31d9724e55e04d948e256559d071d9b5. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.403229 11685 tablet_bootstrap.cc:492] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.404140 11685 tablet_bootstrap.cc:654] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405180 11685 tablet_bootstrap.cc:492] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405238 11685 ts_tablet_manager.cc:1397] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405622 11685 raft_consensus.cc:348] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405700 11685 raft_consensus.cc:374] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405721 11685 raft_consensus.cc:729] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405817 11685 consensus_queue.cc:260] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405865 11685 raft_consensus.cc:388] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405887 11685 raft_consensus.cc:482] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.405915 11685 raft_consensus.cc:3037] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.406565 11685 raft_consensus.cc:504] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.406663 11685 leader_election.cc:302] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.406730 11685 leader_election.cc:288] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.406805 11688 raft_consensus.cc:2781] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.406947 11688 raft_consensus.cc:686] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.406967 11685 ts_tablet_manager.cc:1428] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.407069 11688 consensus_queue.cc:237] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.410015 10970 catalog_manager.cc:5495] T 31d9724e55e04d948e256559d071d9b5 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.417799 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.491830 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0007\000\000\000\007\001\000\000\0008\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.505425 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1671b583806e4ee5947563e20bbaad16 has no consensus state
15:57:30.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.513710 11538 tablet_service.cc:1467] Processing CreateTablet for tablet 1671b583806e4ee5947563e20bbaad16 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 55 <= VALUES < 56
15:57:30.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.514143 11538 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1671b583806e4ee5947563e20bbaad16. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.516417 11671 tablet_bootstrap.cc:492] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:30.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.517781 11671 tablet_bootstrap.cc:654] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.519001 11671 tablet_bootstrap.cc:492] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.519132 11671 ts_tablet_manager.cc:1397] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.519632 11671 raft_consensus.cc:348] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.519763 11671 raft_consensus.cc:374] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.519796 11671 raft_consensus.cc:729] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:30.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.519940 11671 consensus_queue.cc:260] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.520077 11671 raft_consensus.cc:388] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.520113 11671 raft_consensus.cc:482] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.520157 11671 raft_consensus.cc:3037] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521178 11671 raft_consensus.cc:504] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521337 11671 leader_election.cc:302] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521468 11671 leader_election.cc:288] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521513 11748 raft_consensus.cc:2781] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521683 11748 raft_consensus.cc:686] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521799 11748 consensus_queue.cc:237] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.521989 11671 ts_tablet_manager.cc:1428] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:30.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.523831 10970 catalog_manager.cc:5495] T 1671b583806e4ee5947563e20bbaad16 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:30.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.531366 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.538144 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0008\000\000\000\007\001\000\000\0009\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.554399 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4948b26af1f54042a91a747485e5539f has no consensus state
15:57:30.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.560240 11273 tablet_service.cc:1467] Processing CreateTablet for tablet 4948b26af1f54042a91a747485e5539f (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 56 <= VALUES < 57
15:57:30.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.560623 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4948b26af1f54042a91a747485e5539f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.563052 11670 tablet_bootstrap.cc:492] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.564224 11670 tablet_bootstrap.cc:654] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566035 11670 tablet_bootstrap.cc:492] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566126 11670 ts_tablet_manager.cc:1397] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566546 11670 raft_consensus.cc:348] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566627 11670 raft_consensus.cc:374] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566648 11670 raft_consensus.cc:729] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566780 11670 consensus_queue.cc:260] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566860 11670 raft_consensus.cc:388] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566884 11670 raft_consensus.cc:482] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.566922 11670 raft_consensus.cc:3037] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.567625 11670 raft_consensus.cc:504] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.567725 11670 leader_election.cc:302] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.567793 11670 leader_election.cc:288] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.567893 11675 raft_consensus.cc:2781] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.568009 11675 raft_consensus.cc:686] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:30.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.568121 11675 consensus_queue.cc:237] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.568269 11670 ts_tablet_manager.cc:1428] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.570186 10970 catalog_manager.cc:5495] T 4948b26af1f54042a91a747485e5539f P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:30.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.578126 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.598359 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0009\000\000\000\007\001\000\000\000:\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.619184 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 88acd26168284fcf95e399134adf6c97 has no consensus state
15:57:30.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.625439 11409 tablet_service.cc:1467] Processing CreateTablet for tablet 88acd26168284fcf95e399134adf6c97 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 57 <= VALUES < 58
15:57:30.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.625770 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 88acd26168284fcf95e399134adf6c97. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.628422 11685 tablet_bootstrap.cc:492] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:30.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.629535 11685 tablet_bootstrap.cc:654] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:30.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.632802 11685 tablet_bootstrap.cc:492] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.632920 11685 ts_tablet_manager.cc:1397] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.005s	user 0.002s	sys 0.000s
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633334 11685 raft_consensus.cc:348] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633433 11685 raft_consensus.cc:374] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633467 11685 raft_consensus.cc:729] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633606 11685 consensus_queue.cc:260] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633684 11685 raft_consensus.cc:388] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633708 11685 raft_consensus.cc:482] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.633738 11685 raft_consensus.cc:3037] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.634512 11685 raft_consensus.cc:504] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.634631 11685 leader_election.cc:302] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:30.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.634701 11685 leader_election.cc:288] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.634830 11721 raft_consensus.cc:2781] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.634968 11721 raft_consensus.cc:686] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:30.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.635113 11721 consensus_queue.cc:237] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.636283 11685 ts_tablet_manager.cc:1428] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:30.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.636720 10968 catalog_manager.cc:5495] T 88acd26168284fcf95e399134adf6c97 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:30.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.643980 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.658195 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000:\000\000\000\007\001\000\000\000;\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.671543 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0a314302bd6d48f5beddc4c7313230ae has no consensus state
15:57:30.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.681708 11532 tablet_service.cc:1467] Processing CreateTablet for tablet 0a314302bd6d48f5beddc4c7313230ae (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 58 <= VALUES < 59
15:57:30.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.682082 11532 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0a314302bd6d48f5beddc4c7313230ae. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.684422 11671 tablet_bootstrap.cc:492] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:30.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.685591 11671 tablet_bootstrap.cc:654] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:30.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.686741 11671 tablet_bootstrap.cc:492] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:30.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.686851 11671 ts_tablet_manager.cc:1397] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687273 11671 raft_consensus.cc:348] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687390 11671 raft_consensus.cc:374] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687423 11671 raft_consensus.cc:729] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687572 11671 consensus_queue.cc:260] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687692 11671 raft_consensus.cc:388] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687731 11671 raft_consensus.cc:482] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.687778 11671 raft_consensus.cc:3037] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:30.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.688846 11671 raft_consensus.cc:504] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.688982 11671 leader_election.cc:302] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.689065 11671 leader_election.cc:288] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.689235 11811 raft_consensus.cc:2781] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.689272 11671 ts_tablet_manager.cc:1428] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.689385 11811 raft_consensus.cc:686] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:30.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.689517 11811 consensus_queue.cc:237] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.695190 10968 catalog_manager.cc:5495] T 0a314302bd6d48f5beddc4c7313230ae P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:30.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.705857 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.717901 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000;\000\000\000\007\001\000\000\000<\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.733979 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 333dcde8d38941ddbe6dcf386cea7313 has no consensus state
15:57:30.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.742859 11264 tablet_service.cc:1467] Processing CreateTablet for tablet 333dcde8d38941ddbe6dcf386cea7313 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 59 <= VALUES < 60
15:57:30.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.743209 11264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 333dcde8d38941ddbe6dcf386cea7313. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.745149 11670 tablet_bootstrap.cc:492] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:30.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.746093 11670 tablet_bootstrap.cc:654] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:30.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.747354 11670 tablet_bootstrap.cc:492] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:30.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.747440 11670 ts_tablet_manager.cc:1397] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.747889 11670 raft_consensus.cc:348] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.747987 11670 raft_consensus.cc:374] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.748010 11670 raft_consensus.cc:729] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.748106 11670 consensus_queue.cc:260] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.748157 11670 raft_consensus.cc:388] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.748178 11670 raft_consensus.cc:482] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.748206 11670 raft_consensus.cc:3037] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749039 11670 raft_consensus.cc:504] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749153 11670 leader_election.cc:302] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749220 11670 leader_election.cc:288] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749323 11675 raft_consensus.cc:2781] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749481 11675 raft_consensus.cc:686] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:30.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749534 11670 ts_tablet_manager.cc:1428] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.749612 11675 consensus_queue.cc:237] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.751832 10968 catalog_manager.cc:5495] T 333dcde8d38941ddbe6dcf386cea7313 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:30.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.761121 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.778672 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000<\000\000\000\007\001\000\000\000=\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.795269 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 017e0fa48c9b49ed914e502343d063df has no consensus state
15:57:30.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.800539 11401 tablet_service.cc:1467] Processing CreateTablet for tablet 017e0fa48c9b49ed914e502343d063df (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 60 <= VALUES < 61
15:57:30.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.801040 11401 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 017e0fa48c9b49ed914e502343d063df. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.804097 11685 tablet_bootstrap.cc:492] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:30.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.805079 11685 tablet_bootstrap.cc:654] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:30.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.806206 11685 tablet_bootstrap.cc:492] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:30.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.806313 11685 ts_tablet_manager.cc:1397] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.806744 11685 raft_consensus.cc:348] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.806883 11685 raft_consensus.cc:374] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.806923 11685 raft_consensus.cc:729] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:30.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.807075 11685 consensus_queue.cc:260] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.807138 11685 raft_consensus.cc:388] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.807161 11685 raft_consensus.cc:482] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.807189 11685 raft_consensus.cc:3037] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.807878 11685 raft_consensus.cc:504] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.807989 11685 leader_election.cc:302] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:30.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.808084 11685 leader_election.cc:288] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.808127 11721 raft_consensus.cc:2781] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.808277 11721 raft_consensus.cc:686] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:30.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.808391 11721 consensus_queue.cc:237] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.810575 11685 ts_tablet_manager.cc:1428] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:57:30.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.810552 10968 catalog_manager.cc:5495] T 017e0fa48c9b49ed914e502343d063df P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:30.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.818154 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.838429 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000=\000\000\000\007\001\000\000\000>\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.854871 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 76f7c7734b864358b697cac13e877171 has no consensus state
15:57:30.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.861486 11536 tablet_service.cc:1467] Processing CreateTablet for tablet 76f7c7734b864358b697cac13e877171 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 61 <= VALUES < 62
15:57:30.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.861883 11536 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 76f7c7734b864358b697cac13e877171. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.864177 11671 tablet_bootstrap.cc:492] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:30.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.865176 11671 tablet_bootstrap.cc:654] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.866329 11671 tablet_bootstrap.cc:492] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.866411 11671 ts_tablet_manager.cc:1397] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.866823 11671 raft_consensus.cc:348] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.866926 11671 raft_consensus.cc:374] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.866951 11671 raft_consensus.cc:729] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.867112 11671 consensus_queue.cc:260] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.867208 11671 raft_consensus.cc:388] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.867234 11671 raft_consensus.cc:482] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.867267 11671 raft_consensus.cc:3037] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868059 11671 raft_consensus.cc:504] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868180 11671 leader_election.cc:302] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868296 11671 leader_election.cc:288] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868343 11748 raft_consensus.cc:2781] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868427 11748 raft_consensus.cc:686] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868582 11671 ts_tablet_manager.cc:1428] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:30.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.868554 11748 consensus_queue.cc:237] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:30.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.870643 10968 catalog_manager.cc:5495] T 76f7c7734b864358b697cac13e877171 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:30.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.879886 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.898162 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000>\000\000\000\007\001\000\000\000?\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.915917 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 95b4bb7e59ab43748eaf2f9d212f4f83 has no consensus state
15:57:30.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.922657 11264 tablet_service.cc:1467] Processing CreateTablet for tablet 95b4bb7e59ab43748eaf2f9d212f4f83 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 62 <= VALUES < 63
15:57:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.923059 11264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 95b4bb7e59ab43748eaf2f9d212f4f83. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.925453 11670 tablet_bootstrap.cc:492] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:30.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.926385 11670 tablet_bootstrap.cc:654] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:30.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.927681 11670 tablet_bootstrap.cc:492] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:30.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.927811 11670 ts_tablet_manager.cc:1397] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928258 11670 raft_consensus.cc:348] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928386 11670 raft_consensus.cc:374] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928421 11670 raft_consensus.cc:729] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928591 11670 consensus_queue.cc:260] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928717 11670 raft_consensus.cc:388] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928752 11670 raft_consensus.cc:482] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.928825 11670 raft_consensus.cc:3037] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.929741 11670 raft_consensus.cc:504] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.929885 11670 leader_election.cc:302] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.930006 11670 leader_election.cc:288] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.930135 11675 raft_consensus.cc:2781] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.930243 11675 raft_consensus.cc:686] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.930259 11670 ts_tablet_manager.cc:1428] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.930382 11675 consensus_queue.cc:237] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.932178 10968 catalog_manager.cc:5495] T 95b4bb7e59ab43748eaf2f9d212f4f83 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.940346 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:30.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.958786 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:30.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000?\000\000\000\007\001\000\000\000@\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:30.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:30.979825 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dc62632a0a6f498c9f5cccffa2803390 has no consensus state
15:57:30.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.986050 11409 tablet_service.cc:1467] Processing CreateTablet for tablet dc62632a0a6f498c9f5cccffa2803390 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 63 <= VALUES < 64
15:57:30.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.986341 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dc62632a0a6f498c9f5cccffa2803390. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:30.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.988591 11685 tablet_bootstrap.cc:492] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:30.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.989545 11685 tablet_bootstrap.cc:654] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:30.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.990567 11685 tablet_bootstrap.cc:492] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.990638 11685 ts_tablet_manager.cc:1397] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.990974 11685 raft_consensus.cc:348] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991098 11685 raft_consensus.cc:374] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991124 11685 raft_consensus.cc:729] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991220 11685 consensus_queue.cc:260] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991274 11685 raft_consensus.cc:388] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991297 11685 raft_consensus.cc:482] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991324 11685 raft_consensus.cc:3037] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.991991 11685 raft_consensus.cc:504] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.992106 11685 leader_election.cc:302] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.992206 11685 leader_election.cc:288] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.992249 11721 raft_consensus.cc:2781] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.992345 11721 raft_consensus.cc:686] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.992446 11721 consensus_queue.cc:237] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.992444 11685 ts_tablet_manager.cc:1428] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:30.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:30.994266 10968 catalog_manager.cc:5495] T dc62632a0a6f498c9f5cccffa2803390 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:31.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.002606 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.018347 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000@\000\000\000\007\001\000\000\000A\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.037923 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 451c813286044b3785de91aababc2f4a has no consensus state
15:57:31.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.043722 11532 tablet_service.cc:1467] Processing CreateTablet for tablet 451c813286044b3785de91aababc2f4a (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 64 <= VALUES < 65
15:57:31.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.044037 11532 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 451c813286044b3785de91aababc2f4a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.046273 11671 tablet_bootstrap.cc:492] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.047293 11671 tablet_bootstrap.cc:654] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.048695 11671 tablet_bootstrap.cc:492] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:31.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.048861 11671 ts_tablet_manager.cc:1397] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.001s
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049353 11671 raft_consensus.cc:348] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049485 11671 raft_consensus.cc:374] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049535 11671 raft_consensus.cc:729] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049679 11671 consensus_queue.cc:260] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049808 11671 raft_consensus.cc:388] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049845 11671 raft_consensus.cc:482] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.049893 11671 raft_consensus.cc:3037] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.050745 11671 raft_consensus.cc:504] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.050908 11671 leader_election.cc:302] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.051069 11671 leader_election.cc:288] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.051236 11811 raft_consensus.cc:2781] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.051422 11811 raft_consensus.cc:686] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.051596 11811 consensus_queue.cc:237] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.051988 11671 ts_tablet_manager.cc:1428] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:31.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.053568 10968 catalog_manager.cc:5495] T 451c813286044b3785de91aababc2f4a P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.061563 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.078454 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000A\000\000\000\007\001\000\000\000B\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.097558 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4c2533971b154cc6a01ed01cb9c7f1a8 has no consensus state
15:57:31.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.103525 11273 tablet_service.cc:1467] Processing CreateTablet for tablet 4c2533971b154cc6a01ed01cb9c7f1a8 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 65 <= VALUES < 66
15:57:31.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.103863 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4c2533971b154cc6a01ed01cb9c7f1a8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.105901 11670 tablet_bootstrap.cc:492] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:31.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.106920 11670 tablet_bootstrap.cc:654] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108004 11670 tablet_bootstrap.cc:492] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108119 11670 ts_tablet_manager.cc:1397] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108471 11670 raft_consensus.cc:348] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108561 11670 raft_consensus.cc:374] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108583 11670 raft_consensus.cc:729] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108676 11670 consensus_queue.cc:260] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108726 11670 raft_consensus.cc:388] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108748 11670 raft_consensus.cc:482] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.108857 11670 raft_consensus.cc:3037] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.109592 11670 raft_consensus.cc:504] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.109702 11670 leader_election.cc:302] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.109799 11670 leader_election.cc:288] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.109843 11675 raft_consensus.cc:2781] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.109962 11675 raft_consensus.cc:686] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.110072 11675 consensus_queue.cc:237] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.110365 11670 ts_tablet_manager.cc:1428] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:31.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.111816 10968 catalog_manager.cc:5495] T 4c2533971b154cc6a01ed01cb9c7f1a8 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:31.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.118878 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.138557 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000B\000\000\000\007\001\000\000\000C\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.159492 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet eff02e4df2af41efbab22be6efe0a746 has no consensus state
15:57:31.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.165122 11409 tablet_service.cc:1467] Processing CreateTablet for tablet eff02e4df2af41efbab22be6efe0a746 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 66 <= VALUES < 67
15:57:31.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.165508 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eff02e4df2af41efbab22be6efe0a746. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.167531 11685 tablet_bootstrap.cc:492] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:31.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.168673 11685 tablet_bootstrap.cc:654] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.169947 11685 tablet_bootstrap.cc:492] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170039 11685 ts_tablet_manager.cc:1397] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170409 11685 raft_consensus.cc:348] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170537 11685 raft_consensus.cc:374] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170562 11685 raft_consensus.cc:729] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170710 11685 consensus_queue.cc:260] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170784 11685 raft_consensus.cc:388] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170807 11685 raft_consensus.cc:482] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.170836 11685 raft_consensus.cc:3037] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.171597 11685 raft_consensus.cc:504] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.171711 11685 leader_election.cc:302] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:31.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.171813 11685 leader_election.cc:288] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.171865 11721 raft_consensus.cc:2781] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.171943 11721 raft_consensus.cc:686] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:31.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.172075 11685 ts_tablet_manager.cc:1428] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:31.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.172060 11721 consensus_queue.cc:237] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.174253 10968 catalog_manager.cc:5495] T eff02e4df2af41efbab22be6efe0a746 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.181581 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.198253 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000C\000\000\000\007\001\000\000\000D\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.218166 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 797d422766304270b8f3753c86b8e2ff has no consensus state
15:57:31.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.224438 11541 tablet_service.cc:1467] Processing CreateTablet for tablet 797d422766304270b8f3753c86b8e2ff (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 67 <= VALUES < 68
15:57:31.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.224851 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 797d422766304270b8f3753c86b8e2ff. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.227272 11671 tablet_bootstrap.cc:492] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:31.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.228266 11671 tablet_bootstrap.cc:654] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:31.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.229669 11671 tablet_bootstrap.cc:492] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:31.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.229791 11671 ts_tablet_manager.cc:1397] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230219 11671 raft_consensus.cc:348] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230357 11671 raft_consensus.cc:374] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230393 11671 raft_consensus.cc:729] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230537 11671 consensus_queue.cc:260] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230655 11671 raft_consensus.cc:388] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230691 11671 raft_consensus.cc:482] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.230741 11671 raft_consensus.cc:3037] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:31.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.231925 11671 raft_consensus.cc:504] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.232157 11671 leader_election.cc:302] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:31.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.232290 11671 leader_election.cc:288] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.232398 11811 raft_consensus.cc:2781] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.232585 11811 raft_consensus.cc:686] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:31.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.232590 11671 ts_tablet_manager.cc:1428] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.000s
15:57:31.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.232740 11811 consensus_queue.cc:237] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.235277 10968 catalog_manager.cc:5495] T 797d422766304270b8f3753c86b8e2ff P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:31.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.242249 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.257970 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000D\000\000\000\007\001\000\000\000E\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.281893 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 559795799afe422994586359ce561781 has no consensus state
15:57:31.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.287103 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 559795799afe422994586359ce561781 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 68 <= VALUES < 69
15:57:31.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.287461 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 559795799afe422994586359ce561781. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.289558 11670 tablet_bootstrap.cc:492] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:31.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.290438 11670 tablet_bootstrap.cc:654] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.291512 11670 tablet_bootstrap.cc:492] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.291592 11670 ts_tablet_manager.cc:1397] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.291949 11670 raft_consensus.cc:348] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.292037 11670 raft_consensus.cc:374] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.292074 11670 raft_consensus.cc:729] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.292212 11670 consensus_queue.cc:260] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.292292 11670 raft_consensus.cc:388] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.292316 11670 raft_consensus.cc:482] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.292346 11670 raft_consensus.cc:3037] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293177 11670 raft_consensus.cc:504] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293291 11670 leader_election.cc:302] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293385 11670 leader_election.cc:288] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293429 11794 raft_consensus.cc:2781] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293531 11794 raft_consensus.cc:686] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293654 11794 consensus_queue.cc:237] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.293921 11670 ts_tablet_manager.cc:1428] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:31.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.295713 10968 catalog_manager.cc:5495] T 559795799afe422994586359ce561781 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:31.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.303511 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.318208 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000E\000\000\000\007\001\000\000\000F\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.345698 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2da6bfc3f43e409aa13df7b1a0651248 has no consensus state
15:57:31.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.351588 11401 tablet_service.cc:1467] Processing CreateTablet for tablet 2da6bfc3f43e409aa13df7b1a0651248 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 69 <= VALUES < 70
15:57:31.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.351902 11401 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2da6bfc3f43e409aa13df7b1a0651248. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.353931 11685 tablet_bootstrap.cc:492] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.355079 11685 tablet_bootstrap.cc:654] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.356644 11685 tablet_bootstrap.cc:492] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.356776 11685 ts_tablet_manager.cc:1397] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:31.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357299 11685 raft_consensus.cc:348] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357419 11685 raft_consensus.cc:374] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357445 11685 raft_consensus.cc:729] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:31.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357558 11685 consensus_queue.cc:260] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357614 11685 raft_consensus.cc:388] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357640 11685 raft_consensus.cc:482] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.357671 11685 raft_consensus.cc:3037] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.358513 11685 raft_consensus.cc:504] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.358644 11685 leader_election.cc:302] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.358747 11685 leader_election.cc:288] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.358798 11688 raft_consensus.cc:2781] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.358908 11688 raft_consensus.cc:686] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:31.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.359042 11688 consensus_queue.cc:237] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.361740 11685 ts_tablet_manager.cc:1428] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
15:57:31.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.362318 10968 catalog_manager.cc:5495] T 2da6bfc3f43e409aa13df7b1a0651248 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:31.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.369807 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.377424 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000F\000\000\000\007\001\000\000\000G\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.399713 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8c5259275e4541399c9da76794cf0f6f has no consensus state
15:57:31.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.405211 11532 tablet_service.cc:1467] Processing CreateTablet for tablet 8c5259275e4541399c9da76794cf0f6f (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 70 <= VALUES < 71
15:57:31.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.405575 11532 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8c5259275e4541399c9da76794cf0f6f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.407593 11671 tablet_bootstrap.cc:492] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:31.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.408505 11671 tablet_bootstrap.cc:654] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.409682 11671 tablet_bootstrap.cc:492] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.409794 11671 ts_tablet_manager.cc:1397] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410279 11671 raft_consensus.cc:348] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410398 11671 raft_consensus.cc:374] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410432 11671 raft_consensus.cc:729] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410564 11671 consensus_queue.cc:260] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410691 11671 raft_consensus.cc:388] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410729 11671 raft_consensus.cc:482] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.410779 11671 raft_consensus.cc:3037] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.411548 11671 raft_consensus.cc:504] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.411700 11671 leader_election.cc:302] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.411825 11671 leader_election.cc:288] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.411922 11811 raft_consensus.cc:2781] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.412037 11811 raft_consensus.cc:686] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:31.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.412132 11671 ts_tablet_manager.cc:1428] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:31.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.412181 11811 consensus_queue.cc:237] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.413964 10968 catalog_manager.cc:5495] T 8c5259275e4541399c9da76794cf0f6f P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:31.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.421608 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.437662 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000G\000\000\000\007\001\000\000\000H\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.463093 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 58ddb4e03ae2454a89aef9a12bb75700 has no consensus state
15:57:31.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.469097 11264 tablet_service.cc:1467] Processing CreateTablet for tablet 58ddb4e03ae2454a89aef9a12bb75700 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 71 <= VALUES < 72
15:57:31.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.469453 11264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 58ddb4e03ae2454a89aef9a12bb75700. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.472020 11670 tablet_bootstrap.cc:492] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:31.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.473018 11670 tablet_bootstrap.cc:654] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:31.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.474280 11670 tablet_bootstrap.cc:492] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:31.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.474396 11670 ts_tablet_manager.cc:1397] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.474857 11670 raft_consensus.cc:348] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.474982 11670 raft_consensus.cc:374] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.475019 11670 raft_consensus.cc:729] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.475194 11670 consensus_queue.cc:260] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.475306 11670 raft_consensus.cc:388] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.475355 11670 raft_consensus.cc:482] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.475397 11670 raft_consensus.cc:3037] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.476934 11670 raft_consensus.cc:504] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.477089 11670 leader_election.cc:302] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:31.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.477233 11794 raft_consensus.cc:2781] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.477348 11794 raft_consensus.cc:686] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:31.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.477473 11794 consensus_queue.cc:237] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.479362 11670 leader_election.cc:288] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.479875 11670 ts_tablet_manager.cc:1428] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.002s
15:57:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.480695 10968 catalog_manager.cc:5495] T 58ddb4e03ae2454a89aef9a12bb75700 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:31.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.488896 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.498203 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000H\000\000\000\007\001\000\000\000I\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.515003 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ae5a0cd561ab4c8ca440482abb1cc748 has no consensus state
15:57:31.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.520998 11401 tablet_service.cc:1467] Processing CreateTablet for tablet ae5a0cd561ab4c8ca440482abb1cc748 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 72 <= VALUES < 73
15:57:31.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.521361 11401 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ae5a0cd561ab4c8ca440482abb1cc748. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.523552 11685 tablet_bootstrap.cc:492] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:31.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.524722 11685 tablet_bootstrap.cc:654] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:31.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.526178 11685 tablet_bootstrap.cc:492] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:31.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.526280 11685 ts_tablet_manager.cc:1397] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:31.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.526685 11685 raft_consensus.cc:348] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.526819 11685 raft_consensus.cc:374] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.526872 11685 raft_consensus.cc:729] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:31.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.527014 11685 consensus_queue.cc:260] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.527168 11685 raft_consensus.cc:388] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.527220 11685 raft_consensus.cc:482] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.527271 11685 raft_consensus.cc:3037] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.528661 11685 raft_consensus.cc:504] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.528875 11685 leader_election.cc:302] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.529003 11685 leader_election.cc:288] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.529066 11688 raft_consensus.cc:2781] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.529160 11688 raft_consensus.cc:686] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.529307 11688 consensus_queue.cc:237] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.531087 10968 catalog_manager.cc:5495] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.531836 11685 ts_tablet_manager.cc:1428] T ae5a0cd561ab4c8ca440482abb1cc748 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.003s
15:57:31.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.540683 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.558504 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000I\000\000\000\007\001\000\000\000J\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.580065 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d7b85620df7d4c228376d9994de0603c has no consensus state
15:57:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.585992 11544 tablet_service.cc:1467] Processing CreateTablet for tablet d7b85620df7d4c228376d9994de0603c (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 73 <= VALUES < 74
15:57:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.586346 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d7b85620df7d4c228376d9994de0603c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.588492 11671 tablet_bootstrap.cc:492] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:31.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.590057 11671 tablet_bootstrap.cc:654] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.591180 11671 tablet_bootstrap.cc:492] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.591255 11671 ts_tablet_manager.cc:1397] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.591656 11671 raft_consensus.cc:348] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.591749 11671 raft_consensus.cc:374] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.591771 11671 raft_consensus.cc:729] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:31.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.591908 11671 consensus_queue.cc:260] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.592000 11671 raft_consensus.cc:388] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.592024 11671 raft_consensus.cc:482] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.592053 11671 raft_consensus.cc:3037] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.592872 11671 raft_consensus.cc:504] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.592993 11671 leader_election.cc:302] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.593065 11671 leader_election.cc:288] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.593182 11748 raft_consensus.cc:2781] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.593324 11671 ts_tablet_manager.cc:1428] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.593544 11748 raft_consensus.cc:686] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.593698 11748 consensus_queue.cc:237] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.596698 10968 catalog_manager.cc:5495] T d7b85620df7d4c228376d9994de0603c P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.605027 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.617619 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000J\000\000\000\007\001\000\000\000K\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.637576 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c8ce7bf89d124d2cb68486fc839d03a5 has no consensus state
15:57:31.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.644450 11271 tablet_service.cc:1467] Processing CreateTablet for tablet c8ce7bf89d124d2cb68486fc839d03a5 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 74 <= VALUES < 75
15:57:31.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.644829 11271 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c8ce7bf89d124d2cb68486fc839d03a5. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.647070 11670 tablet_bootstrap.cc:492] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:31.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.647972 11670 tablet_bootstrap.cc:654] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:31.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.649271 11670 tablet_bootstrap.cc:492] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:31.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.649356 11670 ts_tablet_manager.cc:1397] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:31.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.649729 11670 raft_consensus.cc:348] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.649834 11670 raft_consensus.cc:374] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.649864 11670 raft_consensus.cc:729] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:31.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.650019 11670 consensus_queue.cc:260] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.650099 11670 raft_consensus.cc:388] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.650125 11670 raft_consensus.cc:482] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.650153 11670 raft_consensus.cc:3037] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.650889 11670 raft_consensus.cc:504] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.651005 11670 leader_election.cc:302] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.651149 11670 leader_election.cc:288] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.651268 11675 raft_consensus.cc:2781] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.651399 11675 raft_consensus.cc:686] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.651449 11670 ts_tablet_manager.cc:1428] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:31.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.651539 11675 consensus_queue.cc:237] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.653932 10968 catalog_manager.cc:5495] T c8ce7bf89d124d2cb68486fc839d03a5 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:31.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.665374 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.678282 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000K\000\000\000\007\001\000\000\000L\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.707021 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 00f441a6ae9c48c2bee6aa9a922869b9 has no consensus state
15:57:31.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.712080 11401 tablet_service.cc:1467] Processing CreateTablet for tablet 00f441a6ae9c48c2bee6aa9a922869b9 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 75 <= VALUES < 76
15:57:31.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.712431 11401 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00f441a6ae9c48c2bee6aa9a922869b9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.714838 11685 tablet_bootstrap.cc:492] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:31.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.715930 11685 tablet_bootstrap.cc:654] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:31.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.717442 11685 tablet_bootstrap.cc:492] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:31.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.717567 11685 ts_tablet_manager.cc:1397] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:31.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718025 11685 raft_consensus.cc:348] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718165 11685 raft_consensus.cc:374] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718204 11685 raft_consensus.cc:729] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:31.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718346 11685 consensus_queue.cc:260] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718483 11685 raft_consensus.cc:388] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718525 11685 raft_consensus.cc:482] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.718580 11685 raft_consensus.cc:3037] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.719678 11685 raft_consensus.cc:504] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.719878 11685 leader_election.cc:302] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.720042 11685 leader_election.cc:288] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.720122 11721 raft_consensus.cc:2781] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.720278 11721 raft_consensus.cc:686] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.720400 11721 consensus_queue.cc:237] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.720855 11685 ts_tablet_manager.cc:1428] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:31.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.722409 10968 catalog_manager.cc:5495] T 00f441a6ae9c48c2bee6aa9a922869b9 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:31.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.730628 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.739063 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000L\000\000\000\007\001\000\000\000M\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.762086 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 77ea97f325af421a9eda3bf395d37411 has no consensus state
15:57:31.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.768528 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 77ea97f325af421a9eda3bf395d37411 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 76 <= VALUES < 77
15:57:31.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.768920 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 77ea97f325af421a9eda3bf395d37411. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.770922 11671 tablet_bootstrap.cc:492] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:31.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.771904 11671 tablet_bootstrap.cc:654] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:31.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.773083 11671 tablet_bootstrap.cc:492] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:31.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.773161 11671 ts_tablet_manager.cc:1397] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:31.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.773527 11671 raft_consensus.cc:348] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.773641 11671 raft_consensus.cc:374] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.773665 11671 raft_consensus.cc:729] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.773799 11671 consensus_queue.cc:260] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.774003 11671 raft_consensus.cc:388] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.774051 11671 raft_consensus.cc:482] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.774091 11671 raft_consensus.cc:3037] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775084 11671 raft_consensus.cc:504] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775238 11671 leader_election.cc:302] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775347 11671 leader_election.cc:288] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775393 11748 raft_consensus.cc:2781] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775563 11748 raft_consensus.cc:686] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775666 11671 ts_tablet_manager.cc:1428] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.775694 11748 consensus_queue.cc:237] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.777541 10968 catalog_manager.cc:5495] T 77ea97f325af421a9eda3bf395d37411 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:31.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.785097 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.798354 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000M\000\000\000\007\001\000\000\000N\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.817962 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9e09b71956c0415ea3f1bce3f1401270 has no consensus state
15:57:31.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.825431 11264 tablet_service.cc:1467] Processing CreateTablet for tablet 9e09b71956c0415ea3f1bce3f1401270 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 77 <= VALUES < 78
15:57:31.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.825793 11264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9e09b71956c0415ea3f1bce3f1401270. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.827901 11670 tablet_bootstrap.cc:492] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:31.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.828950 11670 tablet_bootstrap.cc:654] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:31.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830073 11670 tablet_bootstrap.cc:492] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:31.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830150 11670 ts_tablet_manager.cc:1397] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:31.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830542 11670 raft_consensus.cc:348] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830638 11670 raft_consensus.cc:374] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830660 11670 raft_consensus.cc:729] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:31.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830895 11670 consensus_queue.cc:260] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.830986 11670 raft_consensus.cc:388] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.831012 11670 raft_consensus.cc:482] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.831043 11670 raft_consensus.cc:3037] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.831751 11670 raft_consensus.cc:504] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.831856 11670 leader_election.cc:302] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:31.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.831964 11670 leader_election.cc:288] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.832156 11674 raft_consensus.cc:2781] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.832235 11670 ts_tablet_manager.cc:1428] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:31.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.832335 11674 raft_consensus.cc:686] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:31.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.832449 11674 consensus_queue.cc:237] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:31.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.835285 10968 catalog_manager.cc:5495] T 9e09b71956c0415ea3f1bce3f1401270 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:31.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.842415 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.858541 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000N\000\000\000\007\001\000\000\000O\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.880852 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0adecf2a472e46ce9775ef62cf0b69a3 has no consensus state
15:57:31.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.886512 11398 tablet_service.cc:1467] Processing CreateTablet for tablet 0adecf2a472e46ce9775ef62cf0b69a3 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 78 <= VALUES < 79
15:57:31.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.886806 11398 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0adecf2a472e46ce9775ef62cf0b69a3. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.888844 11685 tablet_bootstrap.cc:492] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:31.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.889740 11685 tablet_bootstrap.cc:654] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:31.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.890856 11685 tablet_bootstrap.cc:492] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.890929 11685 ts_tablet_manager.cc:1397] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891283 11685 raft_consensus.cc:348] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891382 11685 raft_consensus.cc:374] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891404 11685 raft_consensus.cc:729] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891499 11685 consensus_queue.cc:260] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891558 11685 raft_consensus.cc:388] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891582 11685 raft_consensus.cc:482] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.891610 11685 raft_consensus.cc:3037] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:31.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.892292 11685 raft_consensus.cc:504] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.892406 11685 leader_election.cc:302] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.892508 11685 leader_election.cc:288] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.892553 11721 raft_consensus.cc:2781] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.892627 11721 raft_consensus.cc:686] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.892740 11721 consensus_queue.cc:237] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.893057 11685 ts_tablet_manager.cc:1428] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:31.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.894840 10968 catalog_manager.cc:5495] T 0adecf2a472e46ce9775ef62cf0b69a3 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:31.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.902172 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.917676 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000O\000\000\000\007\001\000\000\000P\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:31.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:31.940488 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4f74b594be27498abe95cead8770eac8 has no consensus state
15:57:31.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.946498 11542 tablet_service.cc:1467] Processing CreateTablet for tablet 4f74b594be27498abe95cead8770eac8 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 79 <= VALUES < 80
15:57:31.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.946877 11542 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4f74b594be27498abe95cead8770eac8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:31.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.948905 11671 tablet_bootstrap.cc:492] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:31.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.949847 11671 tablet_bootstrap.cc:654] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:31.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.951349 11671 tablet_bootstrap.cc:492] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:31.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.951468 11671 ts_tablet_manager.cc:1397] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.951941 11671 raft_consensus.cc:348] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.952076 11671 raft_consensus.cc:374] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.952112 11671 raft_consensus.cc:729] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.952247 11671 consensus_queue.cc:260] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.952328 11671 raft_consensus.cc:388] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.952358 11671 raft_consensus.cc:482] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:31.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.952394 11671 raft_consensus.cc:3037] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:31.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.953348 11671 raft_consensus.cc:504] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.953503 11671 leader_election.cc:302] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:31.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.953614 11671 leader_election.cc:288] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:31.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.953703 11811 raft_consensus.cc:2781] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:31.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.953842 11811 raft_consensus.cc:686] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:31.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.953963 11811 consensus_queue.cc:237] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:31.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.954324 11671 ts_tablet_manager.cc:1428] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:31.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.956099 10968 catalog_manager.cc:5495] T 4f74b594be27498abe95cead8770eac8 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:31.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.963245 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:31.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:31.978098 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:31.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000P\000\000\000\007\001\000\000\000Q\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.001340 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 96754fc940b7495a987ed375b871fff8 has no consensus state
15:57:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.007683 11264 tablet_service.cc:1467] Processing CreateTablet for tablet 96754fc940b7495a987ed375b871fff8 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 80 <= VALUES < 81
15:57:32.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.008059 11264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 96754fc940b7495a987ed375b871fff8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.010241 11670 tablet_bootstrap.cc:492] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:32.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.011236 11670 tablet_bootstrap.cc:654] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:32.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013121 11670 tablet_bootstrap.cc:492] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:32.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013209 11670 ts_tablet_manager.cc:1397] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:32.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013573 11670 raft_consensus.cc:348] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013665 11670 raft_consensus.cc:374] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013686 11670 raft_consensus.cc:729] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:32.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013829 11670 consensus_queue.cc:260] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.013933 11670 raft_consensus.cc:388] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.014001 11670 raft_consensus.cc:482] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.014050 11670 raft_consensus.cc:3037] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.014940 11670 raft_consensus.cc:504] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.015075 11670 leader_election.cc:302] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:32.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.015218 11674 raft_consensus.cc:2781] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.015321 11674 raft_consensus.cc:686] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:32.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.015453 11674 consensus_queue.cc:237] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.016980 11670 leader_election.cc:288] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.017150 10968 catalog_manager.cc:5495] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:32.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.017315 11670 ts_tablet_manager.cc:1428] T 96754fc940b7495a987ed375b871fff8 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:32.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.024400 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.038571 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000Q\000\000\000\007\001\000\000\000R\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.061766 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 503933f41a6c4069ab16221d153746f1 has no consensus state
15:57:32.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.067358 11398 tablet_service.cc:1467] Processing CreateTablet for tablet 503933f41a6c4069ab16221d153746f1 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 81 <= VALUES < 82
15:57:32.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.067734 11398 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 503933f41a6c4069ab16221d153746f1. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.069775 11685 tablet_bootstrap.cc:492] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:32.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.070775 11685 tablet_bootstrap.cc:654] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:32.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.071880 11685 tablet_bootstrap.cc:492] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:32.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.072075 11685 ts_tablet_manager.cc:1397] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:32.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.072517 11685 raft_consensus.cc:348] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.072631 11685 raft_consensus.cc:374] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.072666 11685 raft_consensus.cc:729] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:32.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.072817 11685 consensus_queue.cc:260] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.072950 11685 raft_consensus.cc:388] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.073001 11685 raft_consensus.cc:482] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.073048 11685 raft_consensus.cc:3037] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.073819 11685 raft_consensus.cc:504] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.073979 11685 leader_election.cc:302] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:32.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.074101 11685 leader_election.cc:288] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.074159 11688 raft_consensus.cc:2781] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.074273 11688 raft_consensus.cc:686] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:32.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.074375 11685 ts_tablet_manager.cc:1428] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:32.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.074384 11688 consensus_queue.cc:237] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.077433 10968 catalog_manager.cc:5495] T 503933f41a6c4069ab16221d153746f1 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:32.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.083941 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.098299 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000R\000\000\000\007\001\000\000\000S\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.121536 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 338fcf00df434b64b70259ba905a6323 has no consensus state
15:57:32.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.126849 11536 tablet_service.cc:1467] Processing CreateTablet for tablet 338fcf00df434b64b70259ba905a6323 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 82 <= VALUES < 83
15:57:32.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.127147 11536 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 338fcf00df434b64b70259ba905a6323. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.129662 11671 tablet_bootstrap.cc:492] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:32.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.130661 11671 tablet_bootstrap.cc:654] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:32.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.131752 11671 tablet_bootstrap.cc:492] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:32.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.131829 11671 ts_tablet_manager.cc:1397] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132171 11671 raft_consensus.cc:348] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132263 11671 raft_consensus.cc:374] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132285 11671 raft_consensus.cc:729] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132378 11671 consensus_queue.cc:260] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132428 11671 raft_consensus.cc:388] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132450 11671 raft_consensus.cc:482] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.132478 11671 raft_consensus.cc:3037] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:32.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.133319 11671 raft_consensus.cc:504] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.133440 11671 leader_election.cc:302] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:32.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.133507 11671 leader_election.cc:288] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.133616 11811 raft_consensus.cc:2781] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.133750 11811 raft_consensus.cc:686] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:32.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.133908 11811 consensus_queue.cc:237] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.134090 11671 ts_tablet_manager.cc:1428] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:32.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.136677 10970 catalog_manager.cc:5495] T 338fcf00df434b64b70259ba905a6323 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:32.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.143877 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.158017 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000S\000\000\000\007\001\000\000\000T\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.184233 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8922ddcd6e5c439cb716c076e8afb01c has no consensus state
15:57:32.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.190972 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 8922ddcd6e5c439cb716c076e8afb01c (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 83 <= VALUES < 84
15:57:32.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.191322 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8922ddcd6e5c439cb716c076e8afb01c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.193791 11670 tablet_bootstrap.cc:492] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:32.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.195089 11670 tablet_bootstrap.cc:654] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:32.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.196501 11670 tablet_bootstrap.cc:492] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:32.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.196636 11670 ts_tablet_manager.cc:1397] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197134 11670 raft_consensus.cc:348] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197240 11670 raft_consensus.cc:374] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197263 11670 raft_consensus.cc:729] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197362 11670 consensus_queue.cc:260] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197414 11670 raft_consensus.cc:388] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197438 11670 raft_consensus.cc:482] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.197505 11670 raft_consensus.cc:3037] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198314 11670 raft_consensus.cc:504] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198434 11670 leader_election.cc:302] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198508 11670 leader_election.cc:288] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198628 11675 raft_consensus.cc:2781] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198770 11675 raft_consensus.cc:686] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:32.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198786 11670 ts_tablet_manager.cc:1428] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:32.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.198916 11675 consensus_queue.cc:237] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.200699 10970 catalog_manager.cc:5495] T 8922ddcd6e5c439cb716c076e8afb01c P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:32.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.209064 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.218001 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000T\000\000\000\007\001\000\000\000U\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.241937 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4a6f0a34668d4087906e85a91638c588 has no consensus state
15:57:32.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.247159 11403 tablet_service.cc:1467] Processing CreateTablet for tablet 4a6f0a34668d4087906e85a91638c588 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 84 <= VALUES < 85
15:57:32.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.247555 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4a6f0a34668d4087906e85a91638c588. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.249670 11685 tablet_bootstrap.cc:492] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:32.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.250531 11685 tablet_bootstrap.cc:654] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:32.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.251690 11685 tablet_bootstrap.cc:492] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:32.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.251807 11685 ts_tablet_manager.cc:1397] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252287 11685 raft_consensus.cc:348] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252386 11685 raft_consensus.cc:374] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252441 11685 raft_consensus.cc:729] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252573 11685 consensus_queue.cc:260] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252691 11685 raft_consensus.cc:388] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252744 11685 raft_consensus.cc:482] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.252817 11685 raft_consensus.cc:3037] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.253575 11685 raft_consensus.cc:504] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.253723 11685 leader_election.cc:302] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:32.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.253844 11685 leader_election.cc:288] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.253911 11688 raft_consensus.cc:2781] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.254002 11688 raft_consensus.cc:686] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:32.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.254130 11688 consensus_queue.cc:237] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.255092 11685 ts_tablet_manager.cc:1428] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:32.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.258246 10970 catalog_manager.cc:5495] T 4a6f0a34668d4087906e85a91638c588 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:32.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.265414 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.278419 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000U\000\000\000\007\001\000\000\000V\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.301333 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9d6dd87b67e54c5d8bd006070c81cbb0 has no consensus state
15:57:32.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.307531 11541 tablet_service.cc:1467] Processing CreateTablet for tablet 9d6dd87b67e54c5d8bd006070c81cbb0 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 85 <= VALUES < 86
15:57:32.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.307942 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9d6dd87b67e54c5d8bd006070c81cbb0. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.310021 11671 tablet_bootstrap.cc:492] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:32.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.311606 11671 tablet_bootstrap.cc:654] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:32.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.313021 11671 tablet_bootstrap.cc:492] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:32.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.313190 11671 ts_tablet_manager.cc:1397] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:32.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.313622 11671 raft_consensus.cc:348] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.313745 11671 raft_consensus.cc:374] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.313778 11671 raft_consensus.cc:729] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:32.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.313911 11671 consensus_queue.cc:260] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.314040 11671 raft_consensus.cc:388] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.314090 11671 raft_consensus.cc:482] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.314134 11671 raft_consensus.cc:3037] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.315140 11671 raft_consensus.cc:504] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.315280 11671 leader_election.cc:302] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.315394 11671 leader_election.cc:288] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.315436 11811 raft_consensus.cc:2781] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.315609 11811 raft_consensus.cc:686] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.315727 11811 consensus_queue.cc:237] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.316366 11671 ts_tablet_manager.cc:1428] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:32.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.317432 10970 catalog_manager.cc:5495] T 9d6dd87b67e54c5d8bd006070c81cbb0 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.324532 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.337605 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000V\000\000\000\007\001\000\000\000W\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.357322 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f99f33d08d4e407193a56bc6dded99ec has no consensus state
15:57:32.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.363523 11274 tablet_service.cc:1467] Processing CreateTablet for tablet f99f33d08d4e407193a56bc6dded99ec (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 86 <= VALUES < 87
15:57:32.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.363855 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f99f33d08d4e407193a56bc6dded99ec. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.365896 11670 tablet_bootstrap.cc:492] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:32.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.366835 11670 tablet_bootstrap.cc:654] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.367944 11670 tablet_bootstrap.cc:492] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368033 11670 ts_tablet_manager.cc:1397] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368424 11670 raft_consensus.cc:348] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368516 11670 raft_consensus.cc:374] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368541 11670 raft_consensus.cc:729] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368642 11670 consensus_queue.cc:260] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368698 11670 raft_consensus.cc:388] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368724 11670 raft_consensus.cc:482] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.368814 11670 raft_consensus.cc:3037] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.369675 11670 raft_consensus.cc:504] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.369796 11670 leader_election.cc:302] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:32.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.369912 11670 leader_election.cc:288] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.369988 11871 raft_consensus.cc:2781] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.370083 11871 raft_consensus.cc:686] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:32.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.370229 11871 consensus_queue.cc:237] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.370487 11670 ts_tablet_manager.cc:1428] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.003s
15:57:32.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.372697 10970 catalog_manager.cc:5495] T f99f33d08d4e407193a56bc6dded99ec P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:32.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.380787 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.397855 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000W\000\000\000\007\001\000\000\000X\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.422350 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ec4bc9b14edf4ab0a7158525ff135781 has no consensus state
15:57:32.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.427335 11403 tablet_service.cc:1467] Processing CreateTablet for tablet ec4bc9b14edf4ab0a7158525ff135781 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 87 <= VALUES < 88
15:57:32.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.427636 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ec4bc9b14edf4ab0a7158525ff135781. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.429718 11685 tablet_bootstrap.cc:492] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:32.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.430639 11685 tablet_bootstrap.cc:654] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:32.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.431771 11685 tablet_bootstrap.cc:492] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.431881 11685 ts_tablet_manager.cc:1397] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.432444 11685 raft_consensus.cc:348] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.432577 11685 raft_consensus.cc:374] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.432611 11685 raft_consensus.cc:729] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:32.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.432778 11685 consensus_queue.cc:260] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.432915 11685 raft_consensus.cc:388] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.432960 11685 raft_consensus.cc:482] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.433027 11685 raft_consensus.cc:3037] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.433770 11685 raft_consensus.cc:504] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.433884 11685 leader_election.cc:302] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.434028 11685 leader_election.cc:288] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.434118 11721 raft_consensus.cc:2781] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.434231 11721 raft_consensus.cc:686] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:32.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.434340 11721 consensus_queue.cc:237] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.434624 11685 ts_tablet_manager.cc:1428] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:32.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.436704 10968 catalog_manager.cc:5495] T ec4bc9b14edf4ab0a7158525ff135781 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.443235 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.457648 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000X\000\000\000\007\001\000\000\000Y\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.484014 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d92ac9a75f964f06a75fd8e24e1915b4 has no consensus state
15:57:32.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.490077 11542 tablet_service.cc:1467] Processing CreateTablet for tablet d92ac9a75f964f06a75fd8e24e1915b4 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 88 <= VALUES < 89
15:57:32.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.490445 11542 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d92ac9a75f964f06a75fd8e24e1915b4. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.492650 11671 tablet_bootstrap.cc:492] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:32.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.493573 11671 tablet_bootstrap.cc:654] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.494868 11671 tablet_bootstrap.cc:492] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.494982 11671 ts_tablet_manager.cc:1397] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495493 11671 raft_consensus.cc:348] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495620 11671 raft_consensus.cc:374] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495654 11671 raft_consensus.cc:729] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495785 11671 consensus_queue.cc:260] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495889 11671 raft_consensus.cc:388] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495929 11671 raft_consensus.cc:482] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.495976 11671 raft_consensus.cc:3037] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.496964 11671 raft_consensus.cc:504] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.497123 11671 leader_election.cc:302] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.497264 11671 leader_election.cc:288] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.497331 11811 raft_consensus.cc:2781] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.497466 11811 raft_consensus.cc:686] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.497601 11811 consensus_queue.cc:237] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.497828 11671 ts_tablet_manager.cc:1428] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:32.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.499405 10968 catalog_manager.cc:5495] T d92ac9a75f964f06a75fd8e24e1915b4 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:32.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.506289 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.517222 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000Y\000\000\000\007\001\000\000\000Z\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.546819 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c6576423810f48a0bdbf6a1333339b64 has no consensus state
15:57:32.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.555696 11266 tablet_service.cc:1467] Processing CreateTablet for tablet c6576423810f48a0bdbf6a1333339b64 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 89 <= VALUES < 90
15:57:32.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.556159 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c6576423810f48a0bdbf6a1333339b64. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.558609 11670 tablet_bootstrap.cc:492] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:32.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.559819 11670 tablet_bootstrap.cc:654] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:32.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561071 11670 tablet_bootstrap.cc:492] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:32.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561177 11670 ts_tablet_manager.cc:1397] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:32.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561594 11670 raft_consensus.cc:348] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561709 11670 raft_consensus.cc:374] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561743 11670 raft_consensus.cc:729] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:32.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561877 11670 consensus_queue.cc:260] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.561990 11670 raft_consensus.cc:388] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.562026 11670 raft_consensus.cc:482] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.562076 11670 raft_consensus.cc:3037] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.562851 11670 raft_consensus.cc:504] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.562999 11670 leader_election.cc:302] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.563110 11670 leader_election.cc:288] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.563196 11674 raft_consensus.cc:2781] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.563335 11674 raft_consensus.cc:686] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.563472 11674 consensus_queue.cc:237] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.563699 11670 ts_tablet_manager.cc:1428] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:32.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.565384 10968 catalog_manager.cc:5495] T c6576423810f48a0bdbf6a1333339b64 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:32.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.572995 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.577355 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000Z\000\000\000\007\001\000\000\000[\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.601670 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dede99cee7e44ab6a4ad7822bfbf1264 has no consensus state
15:57:32.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.607642 11402 tablet_service.cc:1467] Processing CreateTablet for tablet dede99cee7e44ab6a4ad7822bfbf1264 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 90 <= VALUES < 91
15:57:32.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.608022 11402 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dede99cee7e44ab6a4ad7822bfbf1264. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.610198 11685 tablet_bootstrap.cc:492] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:32.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.611215 11685 tablet_bootstrap.cc:654] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.612349 11685 tablet_bootstrap.cc:492] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.612460 11685 ts_tablet_manager.cc:1397] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.612973 11685 raft_consensus.cc:348] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.613093 11685 raft_consensus.cc:374] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.613126 11685 raft_consensus.cc:729] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.613263 11685 consensus_queue.cc:260] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.613389 11685 raft_consensus.cc:388] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.613426 11685 raft_consensus.cc:482] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.613472 11685 raft_consensus.cc:3037] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.614240 11685 raft_consensus.cc:504] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.614387 11685 leader_election.cc:302] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:32.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.614512 11685 leader_election.cc:288] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.614575 11721 raft_consensus.cc:2781] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.614959 11685 ts_tablet_manager.cc:1428] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:32.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.615401 11721 raft_consensus.cc:686] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:32.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.615530 11721 consensus_queue.cc:237] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.617931 10970 catalog_manager.cc:5495] T dede99cee7e44ab6a4ad7822bfbf1264 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:32.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.624944 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.637707 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000[\000\000\000\007\001\000\000\000\\\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.660976 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 532c0de441254a4199119b62c828e227 has no consensus state
15:57:32.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.666615 11544 tablet_service.cc:1467] Processing CreateTablet for tablet 532c0de441254a4199119b62c828e227 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 91 <= VALUES < 92
15:57:32.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.666978 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 532c0de441254a4199119b62c828e227. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.669004 11671 tablet_bootstrap.cc:492] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:32.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.669911 11671 tablet_bootstrap.cc:654] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.670890 11671 tablet_bootstrap.cc:492] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.670962 11671 ts_tablet_manager.cc:1397] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671305 11671 raft_consensus.cc:348] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671391 11671 raft_consensus.cc:374] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671413 11671 raft_consensus.cc:729] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671540 11671 consensus_queue.cc:260] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671631 11671 raft_consensus.cc:388] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671656 11671 raft_consensus.cc:482] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.671685 11671 raft_consensus.cc:3037] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.672341 11671 raft_consensus.cc:504] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.672449 11671 leader_election.cc:302] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.672551 11671 leader_election.cc:288] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.672590 11811 raft_consensus.cc:2781] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.672688 11811 raft_consensus.cc:686] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.672809 11811 consensus_queue.cc:237] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.673213 11671 ts_tablet_manager.cc:1428] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:32.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.674727 10970 catalog_manager.cc:5495] T 532c0de441254a4199119b62c828e227 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:32.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.681576 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.698155 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\\\000\000\000\007\001\000\000\000]\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.722883 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7d5433e25dac44d39a148f846ae14b18 has no consensus state
15:57:32.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.729662 11267 tablet_service.cc:1467] Processing CreateTablet for tablet 7d5433e25dac44d39a148f846ae14b18 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 92 <= VALUES < 93
15:57:32.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.729984 11267 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7d5433e25dac44d39a148f846ae14b18. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.732450 11670 tablet_bootstrap.cc:492] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:32.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.733448 11670 tablet_bootstrap.cc:654] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.734820 11670 tablet_bootstrap.cc:492] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.734941 11670 ts_tablet_manager.cc:1397] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735450 11670 raft_consensus.cc:348] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735566 11670 raft_consensus.cc:374] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735605 11670 raft_consensus.cc:729] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735733 11670 consensus_queue.cc:260] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735822 11670 raft_consensus.cc:388] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735859 11670 raft_consensus.cc:482] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.735903 11670 raft_consensus.cc:3037] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.736868 11670 raft_consensus.cc:504] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.736981 11670 leader_election.cc:302] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.737084 11670 leader_election.cc:288] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.737129 11674 raft_consensus.cc:2781] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.738576 11674 raft_consensus.cc:686] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:32.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.738788 11674 consensus_queue.cc:237] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.741371 11670 ts_tablet_manager.cc:1428] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.002s
15:57:32.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.741453 10970 catalog_manager.cc:5495] T 7d5433e25dac44d39a148f846ae14b18 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:32.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.748625 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.757084 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000]\000\000\000\007\001\000\000\000^\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.780576 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1c59f5840d8b4404bcb7816f921cf341 has no consensus state
15:57:32.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.785925 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 1c59f5840d8b4404bcb7816f921cf341 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 93 <= VALUES < 94
15:57:32.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.786284 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1c59f5840d8b4404bcb7816f921cf341. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.788434 11685 tablet_bootstrap.cc:492] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.789443 11685 tablet_bootstrap.cc:654] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.790585 11685 tablet_bootstrap.cc:492] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:32.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.790689 11685 ts_tablet_manager.cc:1397] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:32.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.791501 11685 raft_consensus.cc:348] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.791635 11685 raft_consensus.cc:374] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.791671 11685 raft_consensus.cc:729] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:32.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.791806 11685 consensus_queue.cc:260] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.791931 11685 raft_consensus.cc:388] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.791970 11685 raft_consensus.cc:482] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.792042 11685 raft_consensus.cc:3037] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.792872 11685 raft_consensus.cc:504] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.793016 11685 leader_election.cc:302] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:32.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.793131 11685 leader_election.cc:288] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.793263 11721 raft_consensus.cc:2781] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.793370 11721 raft_consensus.cc:686] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.793489 11721 consensus_queue.cc:237] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.793653 11685 ts_tablet_manager.cc:1428] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:32.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.795693 10970 catalog_manager.cc:5495] T 1c59f5840d8b4404bcb7816f921cf341 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.802623 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.817471 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000^\000\000\000\007\001\000\000\000_\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.843904 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dd365a85f22f48ecb1a7241ecaeb01f6 has no consensus state
15:57:32.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.849432 11544 tablet_service.cc:1467] Processing CreateTablet for tablet dd365a85f22f48ecb1a7241ecaeb01f6 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 94 <= VALUES < 95
15:57:32.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.849713 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dd365a85f22f48ecb1a7241ecaeb01f6. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.851590 11671 tablet_bootstrap.cc:492] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:32.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.852591 11671 tablet_bootstrap.cc:654] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:32.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.853870 11671 tablet_bootstrap.cc:492] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:32.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854063 11671 ts_tablet_manager.cc:1397] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:32.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854569 11671 raft_consensus.cc:348] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854691 11671 raft_consensus.cc:374] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854725 11671 raft_consensus.cc:729] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:32.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854871 11671 consensus_queue.cc:260] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854964 11671 raft_consensus.cc:388] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.854988 11671 raft_consensus.cc:482] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.855017 11671 raft_consensus.cc:3037] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.855723 11671 raft_consensus.cc:504] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.855830 11671 leader_election.cc:302] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:32.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.855926 11671 leader_election.cc:288] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.855969 11811 raft_consensus.cc:2781] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.856043 11811 raft_consensus.cc:686] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:32.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.856155 11811 consensus_queue.cc:237] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:32.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.856643 11671 ts_tablet_manager.cc:1428] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:32.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.858027 10970 catalog_manager.cc:5495] T dd365a85f22f48ecb1a7241ecaeb01f6 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:32.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.865250 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.878257 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000_\000\000\000\007\001\000\000\000`\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.907544 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0ae40393a77442e49bd55d2cea7369aa has no consensus state
15:57:32.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.913012 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 0ae40393a77442e49bd55d2cea7369aa (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 95 <= VALUES < 96
15:57:32.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.913307 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0ae40393a77442e49bd55d2cea7369aa. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.915400 11670 tablet_bootstrap.cc:492] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:32.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.916298 11670 tablet_bootstrap.cc:654] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.917774 11670 tablet_bootstrap.cc:492] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.917894 11670 ts_tablet_manager.cc:1397] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918354 11670 raft_consensus.cc:348] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918474 11670 raft_consensus.cc:374] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918509 11670 raft_consensus.cc:729] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:32.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918648 11670 consensus_queue.cc:260] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918736 11670 raft_consensus.cc:388] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918766 11670 raft_consensus.cc:482] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.918803 11670 raft_consensus.cc:3037] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.919691 11670 raft_consensus.cc:504] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.919847 11670 leader_election.cc:302] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.919967 11670 leader_election.cc:288] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.920027 11674 raft_consensus.cc:2781] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.920212 11674 raft_consensus.cc:686] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:32.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.920357 11674 consensus_queue.cc:237] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:32.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.921804 11670 ts_tablet_manager.cc:1428] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:57:32.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.922749 10970 catalog_manager.cc:5495] T 0ae40393a77442e49bd55d2cea7369aa P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.929618 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.938467 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000`\000\000\000\007\001\000\000\000a\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:32.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:32.961823 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6313d3d6d27448789da760b80f2a206a has no consensus state
15:57:32.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.967628 11402 tablet_service.cc:1467] Processing CreateTablet for tablet 6313d3d6d27448789da760b80f2a206a (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 96 <= VALUES < 97
15:57:32.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.967935 11402 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6313d3d6d27448789da760b80f2a206a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:32.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.970557 11685 tablet_bootstrap.cc:492] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:32.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.971647 11685 tablet_bootstrap.cc:654] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:32.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.972987 11685 tablet_bootstrap.cc:492] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:32.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973083 11685 ts_tablet_manager.cc:1397] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:32.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973493 11685 raft_consensus.cc:348] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973605 11685 raft_consensus.cc:374] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:32.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973629 11685 raft_consensus.cc:729] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:32.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973738 11685 consensus_queue.cc:260] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973795 11685 raft_consensus.cc:388] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:32.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973820 11685 raft_consensus.cc:482] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:32.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.973851 11685 raft_consensus.cc:3037] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:32.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.975006 11685 raft_consensus.cc:504] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.975317 11685 leader_election.cc:302] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:32.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.975564 11685 leader_election.cc:288] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:32.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.975643 11688 raft_consensus.cc:2781] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:32.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.976121 11688 raft_consensus.cc:686] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:32.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.976289 11688 consensus_queue.cc:237] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:32.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.977032 11685 ts_tablet_manager.cc:1428] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:32.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.978188 10970 catalog_manager.cc:5495] T 6313d3d6d27448789da760b80f2a206a P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:32.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.985239 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:32.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:32.997632 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:32.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000a\000\000\000\007\001\000\000\000b\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:33.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:33.022665 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0b029ed3e49c4d82af50695aeb5ac39b has no consensus state
15:57:33.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.028462 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 0b029ed3e49c4d82af50695aeb5ac39b (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 97 <= VALUES < 98
15:57:33.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.028896 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0b029ed3e49c4d82af50695aeb5ac39b. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:33.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.030999 11671 tablet_bootstrap.cc:492] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:33.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.032107 11671 tablet_bootstrap.cc:654] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:33.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.033294 11671 tablet_bootstrap.cc:492] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:33.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.033375 11671 ts_tablet_manager.cc:1397] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:33.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.033727 11671 raft_consensus.cc:348] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.033823 11671 raft_consensus.cc:374] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:33.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.033844 11671 raft_consensus.cc:729] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:33.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.033995 11671 consensus_queue.cc:260] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.034089 11671 raft_consensus.cc:388] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:33.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.034114 11671 raft_consensus.cc:482] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:33.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.034144 11671 raft_consensus.cc:3037] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:33.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035045 11671 raft_consensus.cc:504] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035169 11671 leader_election.cc:302] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:33.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035284 11671 leader_election.cc:288] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:33.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035378 11876 raft_consensus.cc:2781] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:33.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035496 11876 raft_consensus.cc:686] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:33.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035612 11876 consensus_queue.cc:237] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.035889 11671 ts_tablet_manager.cc:1428] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.001s
15:57:33.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.037644 10970 catalog_manager.cc:5495] T 0b029ed3e49c4d82af50695aeb5ac39b P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:33.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.045702 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:33.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.057668 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:33.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000b\000\000\000\007\001\000\000\000c\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:33.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:33.091180 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1ee34eb810fc451e98c771c129aaa3ed has no consensus state
15:57:33.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.102727 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 1ee34eb810fc451e98c771c129aaa3ed (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 98 <= VALUES < 99
15:57:33.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.104106 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1ee34eb810fc451e98c771c129aaa3ed. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:33.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.106472 11670 tablet_bootstrap.cc:492] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.107467 11670 tablet_bootstrap.cc:654] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.108587 11670 tablet_bootstrap.cc:492] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:33.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.108690 11670 ts_tablet_manager.cc:1397] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:33.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109360 11670 raft_consensus.cc:348] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:33.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109483 11670 raft_consensus.cc:374] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:33.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109520 11670 raft_consensus.cc:729] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:33.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109673 11670 consensus_queue.cc:260] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109782 11674 raft_consensus.cc:482] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109916 11674 raft_consensus.cc:504] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.109767 11670 raft_consensus.cc:388] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.110064 11674 leader_election.cc:302] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.110105 11670 raft_consensus.cc:482] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.110157 11674 leader_election.cc:288] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 
15:57:33.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.110179 11670 raft_consensus.cc:3037] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:33.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.111367 11670 raft_consensus.cc:504] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:33.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.111562 11670 leader_election.cc:302] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:33.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.111588 11674 raft_consensus.cc:2741] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
15:57:33.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.111651 11670 leader_election.cc:288] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:33.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.111918 11903 raft_consensus.cc:2781] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:33.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.112030 11670 ts_tablet_manager.cc:1428] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:33.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.112056 11903 raft_consensus.cc:686] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:33.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.112183 11903 consensus_queue.cc:237] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:33.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:33.113148 10956 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 1ee34eb810fc451e98c771c129aaa3ed (table many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 1ee34eb810fc451e98c771c129aaa3ed consensus state has no leader
15:57:33.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.116983 10970 catalog_manager.cc:5495] T 1ee34eb810fc451e98c771c129aaa3ed P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:33.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.125128 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:33.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.138881 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:33.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000c\000\000\000\007\001\000\000\000d\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:33.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:33.168280 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1647e9a1ef7a44898d4e8aaa8cc44c89 has no consensus state
15:57:33.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.173549 11400 tablet_service.cc:1467] Processing CreateTablet for tablet 1647e9a1ef7a44898d4e8aaa8cc44c89 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 99 <= VALUES < 100
15:57:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.173967 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1647e9a1ef7a44898d4e8aaa8cc44c89. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:33.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.176895 11685 tablet_bootstrap.cc:492] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:33.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.178218 11685 tablet_bootstrap.cc:654] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:33.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.179447 11685 tablet_bootstrap.cc:492] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:33.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.179585 11685 ts_tablet_manager.cc:1397] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180105 11685 raft_consensus.cc:348] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180241 11685 raft_consensus.cc:374] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180280 11685 raft_consensus.cc:729] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180433 11685 consensus_queue.cc:260] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180572 11685 raft_consensus.cc:388] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180612 11685 raft_consensus.cc:482] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.180665 11685 raft_consensus.cc:3037] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.181627 11685 raft_consensus.cc:504] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:33.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.181789 11685 leader_election.cc:302] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.181923 11685 leader_election.cc:288] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.182056 11721 raft_consensus.cc:2781] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.182215 11721 raft_consensus.cc:686] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.182332 11721 consensus_queue.cc:237] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.182607 11685 ts_tablet_manager.cc:1428] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:33.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.184835 10970 catalog_manager.cc:5495] T 1647e9a1ef7a44898d4e8aaa8cc44c89 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:33.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.192030 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:33.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.197935 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:33.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000e\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:33.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:33.218468 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b6bd34b9cdf64e68ba310736ec073ee7 has no consensus state
15:57:33.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.225996 11541 tablet_service.cc:1467] Processing CreateTablet for tablet b6bd34b9cdf64e68ba310736ec073ee7 (DEFAULT_TABLE table=many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f]), partition=RANGE (key) PARTITION 100 <= VALUES < 101
15:57:33.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.226357 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b6bd34b9cdf64e68ba310736ec073ee7. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:33.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.228458 11671 tablet_bootstrap.cc:492] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:33.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.229465 11671 tablet_bootstrap.cc:654] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.230614 11671 tablet_bootstrap.cc:492] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:33.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.230744 11671 ts_tablet_manager.cc:1397] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231261 11671 raft_consensus.cc:348] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231387 11671 raft_consensus.cc:374] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231428 11671 raft_consensus.cc:729] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231564 11671 consensus_queue.cc:260] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231691 11671 raft_consensus.cc:388] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231729 11671 raft_consensus.cc:482] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:33.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.231782 11671 raft_consensus.cc:3037] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:33.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.232630 11671 raft_consensus.cc:504] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.232805 11671 leader_election.cc:302] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:33.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.232978 11876 raft_consensus.cc:2781] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:33.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.233093 11876 raft_consensus.cc:686] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:33.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.233215 11876 consensus_queue.cc:237] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:33.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.233609 11671 leader_election.cc:288] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:33.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.233907 11671 ts_tablet_manager.cc:1428] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:33.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.235558 10968 catalog_manager.cc:5495] T b6bd34b9cdf64e68ba310736ec073ee7 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:33.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:33.243772 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table [id=824385e3e2e1407ab75bacf89031ee6f] alter complete (version 0)
15:57:33.279 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 775bf1b1a367479ea1a4c7dcd013bd77 for table 'many-partitions-table' with partition [0x80000000, 0x80000001)
15:57:33.286 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5692796028d24fe68ce7c6bd03782942 for table 'many-partitions-table' with partition [0x80000001, 0x80000002)
15:57:33.286 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 45eb9eb34ad5473a839819afce05eb02 for table 'many-partitions-table' with partition [0x80000002, 0x80000003)
15:57:33.286 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2b767c975b4b43189279150e170eb528 for table 'many-partitions-table' with partition [0x80000003, 0x80000004)
15:57:33.286 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dd38b081506b401fab6a8e6cfea819f6 for table 'many-partitions-table' with partition [0x80000004, 0x80000005)
15:57:33.287 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8cfa45c527bf4506b09216d62b207cb6 for table 'many-partitions-table' with partition [0x80000005, 0x80000006)
15:57:33.287 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 259a621a07214951ba88793a2d242a50 for table 'many-partitions-table' with partition [0x80000006, 0x80000007)
15:57:33.287 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b24dfcc0d8274a42ae48aa4698efe250 for table 'many-partitions-table' with partition [0x80000007, 0x80000008)
15:57:33.287 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f0f0ffc72d574026bcd26432590345ee for table 'many-partitions-table' with partition [0x80000008, 0x80000009)
15:57:33.287 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4a203316107c412890fc5bae0be809ad for table 'many-partitions-table' with partition [0x80000009, 0x8000000A)
15:57:33.288 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x80000001, ttl=299998, tablet=775bf1b1a367479ea1a4c7dcd013bd77@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000001, upperBoundPartitionKey=0x80000002, ttl=299997, tablet=5692796028d24fe68ce7c6bd03782942@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000002, upperBoundPartitionKey=0x80000003, ttl=299997, tablet=45eb9eb34ad5473a839819afce05eb02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000003, upperBoundPartitionKey=0x80000004, ttl=299997, tablet=2b767c975b4b43189279150e170eb528@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299997, tablet=dd38b081506b401fab6a8e6cfea819f6@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299997, tablet=8cfa45c527bf4506b09216d62b207cb6@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299997, tablet=259a621a07214951ba88793a2d242a50@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299997, tablet=b24dfcc0d8274a42ae48aa4698efe250@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299997, tablet=f0f0ffc72d574026bcd26432590345ee@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299997, tablet=4a203316107c412890fc5bae0be809ad@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:33.292 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=25), Traces: [0ms] refreshing cache from master, [1ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [10ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.301 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)] connecting to peer
15:57:33.303 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)] Successfully connected to peer
15:57:33.353 [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:57:33.356 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2d331618, L:/127.0.0.1:58006 - R:/127.10.172.2:37663] using TOKEN/null
15:57:33.388 [DEBUG - main] (Connection.java:748) [peer fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)] connecting to peer
15:57:33.390 [DEBUG - kudu-nio-0] (Connection.java:757) [peer fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)] Successfully connected to peer
15:57:33.408 [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:57:33.410 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc8f4bb42, L:/127.0.0.1:41492 - R:/127.10.172.3:45739] using TOKEN/null
15:57:33.420 [DEBUG - main] (Connection.java:748) [peer ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)] connecting to peer
15:57:33.423 [DEBUG - kudu-nio-1] (Connection.java:757) [peer ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)] Successfully connected to peer
15:57:33.442 [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:57:33.445 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xd3b86648, L:/127.0.0.1:32796 - R:/127.10.172.1:44141] using TOKEN/null
15:57:33.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c63b76cb617a4fcaa2bceed18e2f1dbb for table 'many-partitions-table' with partition [0x8000000A, 0x8000000B)
15:57:33.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bf445aa5394f44a0bbacab66147688e2 for table 'many-partitions-table' with partition [0x8000000B, 0x8000000C)
15:57:33.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f93619c1ff6643079f979d1f4838430c for table 'many-partitions-table' with partition [0x8000000C, 0x8000000D)
15:57:33.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 51578c802ef848c880b3e78e81f37e85 for table 'many-partitions-table' with partition [0x8000000D, 0x8000000E)
15:57:33.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 91f57a5e93ce4fed918e8e9e7262c954 for table 'many-partitions-table' with partition [0x8000000E, 0x8000000F)
15:57:33.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b3f76b6db05042ab9bc1efecd05ee5e9 for table 'many-partitions-table' with partition [0x8000000F, 0x80000010)
15:57:33.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28ba4f4507904f7c8a90c33c9579cc25 for table 'many-partitions-table' with partition [0x80000010, 0x80000011)
15:57:33.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0774fbb765c7450d8162aec460caa724 for table 'many-partitions-table' with partition [0x80000011, 0x80000012)
15:57:33.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 777f2be327e54326b274b0b79c71e50f for table 'many-partitions-table' with partition [0x80000012, 0x80000013)
15:57:33.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2b54e07e3c94453496ff39a317123228 for table 'many-partitions-table' with partition [0x80000013, 0x80000014)
15:57:33.496 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299999, tablet=c63b76cb617a4fcaa2bceed18e2f1dbb@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299999, tablet=bf445aa5394f44a0bbacab66147688e2@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000C, upperBoundPartitionKey=0x8000000D, ttl=299999, tablet=f93619c1ff6643079f979d1f4838430c@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000D, upperBoundPartitionKey=0x8000000E, ttl=299999, tablet=51578c802ef848c880b3e78e81f37e85@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000E, upperBoundPartitionKey=0x8000000F, ttl=299999, tablet=91f57a5e93ce4fed918e8e9e7262c954@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000F, upperBoundPartitionKey=0x80000010, ttl=299999, tablet=b3f76b6db05042ab9bc1efecd05ee5e9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000010, upperBoundPartitionKey=0x80000011, ttl=299999, tablet=28ba4f4507904f7c8a90c33c9579cc25@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000011, upperBoundPartitionKey=0x80000012, ttl=299999, tablet=0774fbb765c7450d8162aec460caa724@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000012, upperBoundPartitionKey=0x80000013, ttl=299999, tablet=777f2be327e54326b274b0b79c71e50f@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000013, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=2b54e07e3c94453496ff39a317123228@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:33.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=5), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.561 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05fbb7509a5a4e0b8df01538a3fb0633 for table 'many-partitions-table' with partition [0x80000014, 0x80000015)
15:57:33.561 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c89c80f1bfc44e849f8e0b17c027e2c2 for table 'many-partitions-table' with partition [0x80000015, 0x80000016)
15:57:33.561 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4b03d3f0473d465aacb01b996446f827 for table 'many-partitions-table' with partition [0x80000016, 0x80000017)
15:57:33.561 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4b51d2089b4942399b43c4edfd10cb28 for table 'many-partitions-table' with partition [0x80000017, 0x80000018)
15:57:33.562 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9138bbb6399a4fcaa7b90e4ef404b885 for table 'many-partitions-table' with partition [0x80000018, 0x80000019)
15:57:33.562 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f5038701af7c485689fe07e410772fd9 for table 'many-partitions-table' with partition [0x80000019, 0x8000001A)
15:57:33.562 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2a6241be341a4f66b9ba993130f2eaff for table 'many-partitions-table' with partition [0x8000001A, 0x8000001B)
15:57:33.563 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet caa0c7042f1346bda05e430cb79fbed5 for table 'many-partitions-table' with partition [0x8000001B, 0x8000001C)
15:57:33.563 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ccc62503445f446e8855b283f77223f8 for table 'many-partitions-table' with partition [0x8000001C, 0x8000001D)
15:57:33.563 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1e9c1e2d5d53466dba7048fb57728c7b for table 'many-partitions-table' with partition [0x8000001D, 0x8000001E)
15:57:33.564 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x80000015, ttl=299999, tablet=05fbb7509a5a4e0b8df01538a3fb0633@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000015, upperBoundPartitionKey=0x80000016, ttl=299999, tablet=c89c80f1bfc44e849f8e0b17c027e2c2@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000016, upperBoundPartitionKey=0x80000017, ttl=299999, tablet=4b03d3f0473d465aacb01b996446f827@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000017, upperBoundPartitionKey=0x80000018, ttl=299999, tablet=4b51d2089b4942399b43c4edfd10cb28@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000018, upperBoundPartitionKey=0x80000019, ttl=299999, tablet=9138bbb6399a4fcaa7b90e4ef404b885@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000019, upperBoundPartitionKey=0x8000001A, ttl=299999, tablet=f5038701af7c485689fe07e410772fd9@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001A, upperBoundPartitionKey=0x8000001B, ttl=299999, tablet=2a6241be341a4f66b9ba993130f2eaff@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001B, upperBoundPartitionKey=0x8000001C, ttl=299999, tablet=caa0c7042f1346bda05e430cb79fbed5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001C, upperBoundPartitionKey=0x8000001D, ttl=299999, tablet=ccc62503445f446e8855b283f77223f8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001D, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=1e9c1e2d5d53466dba7048fb57728c7b@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:33.565 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=6), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.613 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e9168a4b88f3442d9a0d00483dc435a9 for table 'many-partitions-table' with partition [0x8000001E, 0x8000001F)
15:57:33.614 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b4d74c798f0a4b789c12d58e324aa251 for table 'many-partitions-table' with partition [0x8000001F, 0x80000020)
15:57:33.615 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b5c90112e22145faa9bf78764a0a32dc for table 'many-partitions-table' with partition [0x80000020, 0x80000021)
15:57:33.615 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d15f41237d2942c182bc30ca29863cf1 for table 'many-partitions-table' with partition [0x80000021, 0x80000022)
15:57:33.615 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 85bed1e361e741f3afc1a97cd2923b08 for table 'many-partitions-table' with partition [0x80000022, 0x80000023)
15:57:33.615 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ad93fc6a5a564d14aa72d1ff52dfd401 for table 'many-partitions-table' with partition [0x80000023, 0x80000024)
15:57:33.615 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c0a077510564414d9db3d0d2994886ae for table 'many-partitions-table' with partition [0x80000024, 0x80000025)
15:57:33.616 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bdfc8d93ef5d40e0b800a32dd800098a for table 'many-partitions-table' with partition [0x80000025, 0x80000026)
15:57:33.616 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 911a730f5a7d4c3d8a491d8c61b9f213 for table 'many-partitions-table' with partition [0x80000026, 0x80000027)
15:57:33.616 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4bca78c3af2c44b388a1398bf03df4a5 for table 'many-partitions-table' with partition [0x80000027, 0x80000028)
15:57:33.616 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x8000001F, ttl=299999, tablet=e9168a4b88f3442d9a0d00483dc435a9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001F, upperBoundPartitionKey=0x80000020, ttl=299999, tablet=b4d74c798f0a4b789c12d58e324aa251@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000020, upperBoundPartitionKey=0x80000021, ttl=299999, tablet=b5c90112e22145faa9bf78764a0a32dc@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000021, upperBoundPartitionKey=0x80000022, ttl=299999, tablet=d15f41237d2942c182bc30ca29863cf1@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000022, upperBoundPartitionKey=0x80000023, ttl=299999, tablet=85bed1e361e741f3afc1a97cd2923b08@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000023, upperBoundPartitionKey=0x80000024, ttl=299999, tablet=ad93fc6a5a564d14aa72d1ff52dfd401@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000024, upperBoundPartitionKey=0x80000025, ttl=299999, tablet=c0a077510564414d9db3d0d2994886ae@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000025, upperBoundPartitionKey=0x80000026, ttl=299999, tablet=bdfc8d93ef5d40e0b800a32dd800098a@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000026, upperBoundPartitionKey=0x80000027, ttl=299999, tablet=911a730f5a7d4c3d8a491d8c61b9f213@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000027, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=4bca78c3af2c44b388a1398bf03df4a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:33.617 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=6), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.667 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet da4dcfb2d8464e1a9f4cefe2a2677ae8 for table 'many-partitions-table' with partition [0x80000028, 0x80000029)
15:57:33.667 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ddfcaef3c3b44ae98773b55b0ce93bf0 for table 'many-partitions-table' with partition [0x80000029, 0x8000002A)
15:57:33.667 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 89e7bee99f204be592ce4556154d30c4 for table 'many-partitions-table' with partition [0x8000002A, 0x8000002B)
15:57:33.667 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4646bb07bd4e487d8525c07d9857b4c0 for table 'many-partitions-table' with partition [0x8000002B, 0x8000002C)
15:57:33.668 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0554ee1a7aa3442298bb0b24016014ad for table 'many-partitions-table' with partition [0x8000002C, 0x8000002D)
15:57:33.668 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f2752de5e385493c86bd7c8b167d490b for table 'many-partitions-table' with partition [0x8000002D, 0x8000002E)
15:57:33.668 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28600c4c6b014e98b1fc3e407e6543ab for table 'many-partitions-table' with partition [0x8000002E, 0x8000002F)
15:57:33.668 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 18be5af706b54653b9146e1e27b02cdc for table 'many-partitions-table' with partition [0x8000002F, 0x80000030)
15:57:33.668 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3b527e1f130d4b2e902ac6e4a18a42ff for table 'many-partitions-table' with partition [0x80000030, 0x80000031)
15:57:33.668 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e96977e900b4651b723949155570f67 for table 'many-partitions-table' with partition [0x80000031, 0x80000032)
15:57:33.669 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000029, ttl=299999, tablet=da4dcfb2d8464e1a9f4cefe2a2677ae8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000029, upperBoundPartitionKey=0x8000002A, ttl=299999, tablet=ddfcaef3c3b44ae98773b55b0ce93bf0@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002A, upperBoundPartitionKey=0x8000002B, ttl=299999, tablet=89e7bee99f204be592ce4556154d30c4@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002B, upperBoundPartitionKey=0x8000002C, ttl=299999, tablet=4646bb07bd4e487d8525c07d9857b4c0@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002C, upperBoundPartitionKey=0x8000002D, ttl=299999, tablet=0554ee1a7aa3442298bb0b24016014ad@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002D, upperBoundPartitionKey=0x8000002E, ttl=299999, tablet=f2752de5e385493c86bd7c8b167d490b@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002E, upperBoundPartitionKey=0x8000002F, ttl=299999, tablet=28600c4c6b014e98b1fc3e407e6543ab@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002F, upperBoundPartitionKey=0x80000030, ttl=299999, tablet=18be5af706b54653b9146e1e27b02cdc@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000030, upperBoundPartitionKey=0x80000031, ttl=299999, tablet=3b527e1f130d4b2e902ac6e4a18a42ff@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000031, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=2e96977e900b4651b723949155570f67@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:33.670 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=5), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [1ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6d804a58729e4a76ade4c73fcb7736c5 for table 'many-partitions-table' with partition [0x80000032, 0x80000033)
15:57:33.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7744a3247fe34a85b393e1a6cc57adaa for table 'many-partitions-table' with partition [0x80000033, 0x80000034)
15:57:33.724 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ab352c48aa6f4f2b924df6edd584e31a for table 'many-partitions-table' with partition [0x80000034, 0x80000035)
15:57:33.724 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3fb236005c494effbfb392bea2b0705d for table 'many-partitions-table' with partition [0x80000035, 0x80000036)
15:57:33.724 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 31d9724e55e04d948e256559d071d9b5 for table 'many-partitions-table' with partition [0x80000036, 0x80000037)
15:57:33.725 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1671b583806e4ee5947563e20bbaad16 for table 'many-partitions-table' with partition [0x80000037, 0x80000038)
15:57:33.725 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4948b26af1f54042a91a747485e5539f for table 'many-partitions-table' with partition [0x80000038, 0x80000039)
15:57:33.725 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88acd26168284fcf95e399134adf6c97 for table 'many-partitions-table' with partition [0x80000039, 0x8000003A)
15:57:33.725 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0a314302bd6d48f5beddc4c7313230ae for table 'many-partitions-table' with partition [0x8000003A, 0x8000003B)
15:57:33.725 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 333dcde8d38941ddbe6dcf386cea7313 for table 'many-partitions-table' with partition [0x8000003B, 0x8000003C)
15:57:33.725 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x80000033, ttl=299999, tablet=6d804a58729e4a76ade4c73fcb7736c5@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000033, upperBoundPartitionKey=0x80000034, ttl=299999, tablet=7744a3247fe34a85b393e1a6cc57adaa@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299999, tablet=ab352c48aa6f4f2b924df6edd584e31a@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299999, tablet=3fb236005c494effbfb392bea2b0705d@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299999, tablet=31d9724e55e04d948e256559d071d9b5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299999, tablet=1671b583806e4ee5947563e20bbaad16@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000038, upperBoundPartitionKey=0x80000039, ttl=299999, tablet=4948b26af1f54042a91a747485e5539f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000039, upperBoundPartitionKey=0x8000003A, ttl=299999, tablet=88acd26168284fcf95e399134adf6c97@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003A, upperBoundPartitionKey=0x8000003B, ttl=299999, tablet=0a314302bd6d48f5beddc4c7313230ae@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003B, upperBoundPartitionKey=0x8000003C, ttl=299999, tablet=333dcde8d38941ddbe6dcf386cea7313@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:33.726 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=5), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.775 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 017e0fa48c9b49ed914e502343d063df for table 'many-partitions-table' with partition [0x8000003C, 0x8000003D)
15:57:33.776 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 76f7c7734b864358b697cac13e877171 for table 'many-partitions-table' with partition [0x8000003D, 0x8000003E)
15:57:33.776 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 95b4bb7e59ab43748eaf2f9d212f4f83 for table 'many-partitions-table' with partition [0x8000003E, 0x8000003F)
15:57:33.776 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dc62632a0a6f498c9f5cccffa2803390 for table 'many-partitions-table' with partition [0x8000003F, 0x80000040)
15:57:33.777 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 451c813286044b3785de91aababc2f4a for table 'many-partitions-table' with partition [0x80000040, 0x80000041)
15:57:33.777 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4c2533971b154cc6a01ed01cb9c7f1a8 for table 'many-partitions-table' with partition [0x80000041, 0x80000042)
15:57:33.777 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet eff02e4df2af41efbab22be6efe0a746 for table 'many-partitions-table' with partition [0x80000042, 0x80000043)
15:57:33.777 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 797d422766304270b8f3753c86b8e2ff for table 'many-partitions-table' with partition [0x80000043, 0x80000044)
15:57:33.778 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 559795799afe422994586359ce561781 for table 'many-partitions-table' with partition [0x80000044, 0x80000045)
15:57:33.778 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2da6bfc3f43e409aa13df7b1a0651248 for table 'many-partitions-table' with partition [0x80000045, 0x80000046)
15:57:33.778 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000003C, upperBoundPartitionKey=0x8000003D, ttl=299999, tablet=017e0fa48c9b49ed914e502343d063df@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003D, upperBoundPartitionKey=0x8000003E, ttl=299999, tablet=76f7c7734b864358b697cac13e877171@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003E, upperBoundPartitionKey=0x8000003F, ttl=299999, tablet=95b4bb7e59ab43748eaf2f9d212f4f83@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003F, upperBoundPartitionKey=0x80000040, ttl=299999, tablet=dc62632a0a6f498c9f5cccffa2803390@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000040, upperBoundPartitionKey=0x80000041, ttl=299999, tablet=451c813286044b3785de91aababc2f4a@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000041, upperBoundPartitionKey=0x80000042, ttl=299999, tablet=4c2533971b154cc6a01ed01cb9c7f1a8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000042, upperBoundPartitionKey=0x80000043, ttl=299999, tablet=eff02e4df2af41efbab22be6efe0a746@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000043, upperBoundPartitionKey=0x80000044, ttl=299999, tablet=797d422766304270b8f3753c86b8e2ff@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000044, upperBoundPartitionKey=0x80000045, ttl=299999, tablet=559795799afe422994586359ce561781@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000045, upperBoundPartitionKey=0x80000046, ttl=299999, tablet=2da6bfc3f43e409aa13df7b1a0651248@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:33.779 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=5), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8c5259275e4541399c9da76794cf0f6f for table 'many-partitions-table' with partition [0x80000046, 0x80000047)
15:57:33.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 58ddb4e03ae2454a89aef9a12bb75700 for table 'many-partitions-table' with partition [0x80000047, 0x80000048)
15:57:33.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ae5a0cd561ab4c8ca440482abb1cc748 for table 'many-partitions-table' with partition [0x80000048, 0x80000049)
15:57:33.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7b85620df7d4c228376d9994de0603c for table 'many-partitions-table' with partition [0x80000049, 0x8000004A)
15:57:33.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c8ce7bf89d124d2cb68486fc839d03a5 for table 'many-partitions-table' with partition [0x8000004A, 0x8000004B)
15:57:33.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 00f441a6ae9c48c2bee6aa9a922869b9 for table 'many-partitions-table' with partition [0x8000004B, 0x8000004C)
15:57:33.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 77ea97f325af421a9eda3bf395d37411 for table 'many-partitions-table' with partition [0x8000004C, 0x8000004D)
15:57:33.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e09b71956c0415ea3f1bce3f1401270 for table 'many-partitions-table' with partition [0x8000004D, 0x8000004E)
15:57:33.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0adecf2a472e46ce9775ef62cf0b69a3 for table 'many-partitions-table' with partition [0x8000004E, 0x8000004F)
15:57:33.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4f74b594be27498abe95cead8770eac8 for table 'many-partitions-table' with partition [0x8000004F, 0x80000050)
15:57:33.825 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000046, upperBoundPartitionKey=0x80000047, ttl=299999, tablet=8c5259275e4541399c9da76794cf0f6f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000047, upperBoundPartitionKey=0x80000048, ttl=299999, tablet=58ddb4e03ae2454a89aef9a12bb75700@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000048, upperBoundPartitionKey=0x80000049, ttl=299999, tablet=ae5a0cd561ab4c8ca440482abb1cc748@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000049, upperBoundPartitionKey=0x8000004A, ttl=299999, tablet=d7b85620df7d4c228376d9994de0603c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004A, upperBoundPartitionKey=0x8000004B, ttl=299999, tablet=c8ce7bf89d124d2cb68486fc839d03a5@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004B, upperBoundPartitionKey=0x8000004C, ttl=299999, tablet=00f441a6ae9c48c2bee6aa9a922869b9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004C, upperBoundPartitionKey=0x8000004D, ttl=299999, tablet=77ea97f325af421a9eda3bf395d37411@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004D, upperBoundPartitionKey=0x8000004E, ttl=299999, tablet=9e09b71956c0415ea3f1bce3f1401270@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004E, upperBoundPartitionKey=0x8000004F, ttl=299999, tablet=0adecf2a472e46ce9775ef62cf0b69a3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004F, upperBoundPartitionKey=0x80000050, ttl=299999, tablet=4f74b594be27498abe95cead8770eac8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:33.827 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=7), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 96754fc940b7495a987ed375b871fff8 for table 'many-partitions-table' with partition [0x80000050, 0x80000051)
15:57:33.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 503933f41a6c4069ab16221d153746f1 for table 'many-partitions-table' with partition [0x80000051, 0x80000052)
15:57:33.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 338fcf00df434b64b70259ba905a6323 for table 'many-partitions-table' with partition [0x80000052, 0x80000053)
15:57:33.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8922ddcd6e5c439cb716c076e8afb01c for table 'many-partitions-table' with partition [0x80000053, 0x80000054)
15:57:33.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4a6f0a34668d4087906e85a91638c588 for table 'many-partitions-table' with partition [0x80000054, 0x80000055)
15:57:33.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9d6dd87b67e54c5d8bd006070c81cbb0 for table 'many-partitions-table' with partition [0x80000055, 0x80000056)
15:57:33.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f99f33d08d4e407193a56bc6dded99ec for table 'many-partitions-table' with partition [0x80000056, 0x80000057)
15:57:33.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ec4bc9b14edf4ab0a7158525ff135781 for table 'many-partitions-table' with partition [0x80000057, 0x80000058)
15:57:33.869 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d92ac9a75f964f06a75fd8e24e1915b4 for table 'many-partitions-table' with partition [0x80000058, 0x80000059)
15:57:33.869 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c6576423810f48a0bdbf6a1333339b64 for table 'many-partitions-table' with partition [0x80000059, 0x8000005A)
15:57:33.869 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000050, upperBoundPartitionKey=0x80000051, ttl=299999, tablet=96754fc940b7495a987ed375b871fff8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000051, upperBoundPartitionKey=0x80000052, ttl=299999, tablet=503933f41a6c4069ab16221d153746f1@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000052, upperBoundPartitionKey=0x80000053, ttl=299999, tablet=338fcf00df434b64b70259ba905a6323@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000053, upperBoundPartitionKey=0x80000054, ttl=299999, tablet=8922ddcd6e5c439cb716c076e8afb01c@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000054, upperBoundPartitionKey=0x80000055, ttl=299999, tablet=4a6f0a34668d4087906e85a91638c588@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000055, upperBoundPartitionKey=0x80000056, ttl=299999, tablet=9d6dd87b67e54c5d8bd006070c81cbb0@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000056, upperBoundPartitionKey=0x80000057, ttl=299999, tablet=f99f33d08d4e407193a56bc6dded99ec@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000057, upperBoundPartitionKey=0x80000058, ttl=299999, tablet=ec4bc9b14edf4ab0a7158525ff135781@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000058, upperBoundPartitionKey=0x80000059, ttl=299999, tablet=d92ac9a75f964f06a75fd8e24e1915b4@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000059, upperBoundPartitionKey=0x8000005A, ttl=299999, tablet=c6576423810f48a0bdbf6a1333339b64@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:33.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=4), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.913 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dede99cee7e44ab6a4ad7822bfbf1264 for table 'many-partitions-table' with partition [0x8000005A, 0x8000005B)
15:57:33.914 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 532c0de441254a4199119b62c828e227 for table 'many-partitions-table' with partition [0x8000005B, 0x8000005C)
15:57:33.914 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7d5433e25dac44d39a148f846ae14b18 for table 'many-partitions-table' with partition [0x8000005C, 0x8000005D)
15:57:33.914 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1c59f5840d8b4404bcb7816f921cf341 for table 'many-partitions-table' with partition [0x8000005D, 0x8000005E)
15:57:33.914 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dd365a85f22f48ecb1a7241ecaeb01f6 for table 'many-partitions-table' with partition [0x8000005E, 0x8000005F)
15:57:33.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0ae40393a77442e49bd55d2cea7369aa for table 'many-partitions-table' with partition [0x8000005F, 0x80000060)
15:57:33.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6313d3d6d27448789da760b80f2a206a for table 'many-partitions-table' with partition [0x80000060, 0x80000061)
15:57:33.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0b029ed3e49c4d82af50695aeb5ac39b for table 'many-partitions-table' with partition [0x80000061, 0x80000062)
15:57:33.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1ee34eb810fc451e98c771c129aaa3ed for table 'many-partitions-table' with partition [0x80000062, 0x80000063)
15:57:33.916 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1647e9a1ef7a44898d4e8aaa8cc44c89 for table 'many-partitions-table' with partition [0x80000063, 0x80000064)
15:57:33.916 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000005A, upperBoundPartitionKey=0x8000005B, ttl=299999, tablet=dede99cee7e44ab6a4ad7822bfbf1264@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005B, upperBoundPartitionKey=0x8000005C, ttl=299999, tablet=532c0de441254a4199119b62c828e227@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005C, upperBoundPartitionKey=0x8000005D, ttl=299999, tablet=7d5433e25dac44d39a148f846ae14b18@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005D, upperBoundPartitionKey=0x8000005E, ttl=299999, tablet=1c59f5840d8b4404bcb7816f921cf341@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005E, upperBoundPartitionKey=0x8000005F, ttl=299999, tablet=dd365a85f22f48ecb1a7241ecaeb01f6@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005F, upperBoundPartitionKey=0x80000060, ttl=299999, tablet=0ae40393a77442e49bd55d2cea7369aa@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000060, upperBoundPartitionKey=0x80000061, ttl=299999, tablet=6313d3d6d27448789da760b80f2a206a@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000061, upperBoundPartitionKey=0x80000062, ttl=299999, tablet=0b029ed3e49c4d82af50695aeb5ac39b@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000062, upperBoundPartitionKey=0x80000063, ttl=299999, tablet=1ee34eb810fc451e98c771c129aaa3ed@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000063, upperBoundPartitionKey=0x80000064, ttl=299999, tablet=1647e9a1ef7a44898d4e8aaa8cc44c89@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:33.917 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=6), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.10.172.62:37163, [2ms] Sub RPC GetTableLocations: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:33.997 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526253996
15:57:33.997 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526253957778
15:57:33.997 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:57:33.998 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup1091442135358010217/
log4j:WARN No appenders could be found for logger (org.apache.htrace.core.Tracer).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
15:57:34.251 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:34.253 [INFO - ForkJoinPool-2-worker-1] (KuduBackup.scala:55) Backing up table many-partitions-table to path: file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960
15:57:34.254 [INFO - ForkJoinPool-2-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:57:34.254 [INFO - ForkJoinPool-2-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:57:34.383 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:57:34.384 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:57:38.106 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:38.164 [INFO - ForkJoinPool-2-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:38.164 [INFO - ForkJoinPool-2-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:38.166 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:38.167 [INFO - ForkJoinPool-2-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:38.167 [INFO - ForkJoinPool-2-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:38.168 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:38.576 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Code generated in 262.262301 ms
15:57:38.670 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9904a644514068b840a6a83b53b3be for table 'many-partitions-table' with partition [0x7FFFFFFB, 0x7FFFFFFC)
15:57:38.670 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 775bf1b1a367479ea1a4c7dcd013bd77 for table 'many-partitions-table' with partition [0x80000000, 0x80000001)
15:57:38.670 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5692796028d24fe68ce7c6bd03782942 for table 'many-partitions-table' with partition [0x80000001, 0x80000002)
15:57:38.670 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 45eb9eb34ad5473a839819afce05eb02 for table 'many-partitions-table' with partition [0x80000002, 0x80000003)
15:57:38.671 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2b767c975b4b43189279150e170eb528 for table 'many-partitions-table' with partition [0x80000003, 0x80000004)
15:57:38.671 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dd38b081506b401fab6a8e6cfea819f6 for table 'many-partitions-table' with partition [0x80000004, 0x80000005)
15:57:38.671 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8cfa45c527bf4506b09216d62b207cb6 for table 'many-partitions-table' with partition [0x80000005, 0x80000006)
15:57:38.671 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 259a621a07214951ba88793a2d242a50 for table 'many-partitions-table' with partition [0x80000006, 0x80000007)
15:57:38.671 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b24dfcc0d8274a42ae48aa4698efe250 for table 'many-partitions-table' with partition [0x80000007, 0x80000008)
15:57:38.672 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f0f0ffc72d574026bcd26432590345ee for table 'many-partitions-table' with partition [0x80000008, 0x80000009)
15:57:38.672 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4a203316107c412890fc5bae0be809ad for table 'many-partitions-table' with partition [0x80000009, 0x8000000A)
15:57:38.672 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c63b76cb617a4fcaa2bceed18e2f1dbb for table 'many-partitions-table' with partition [0x8000000A, 0x8000000B)
15:57:38.672 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bf445aa5394f44a0bbacab66147688e2 for table 'many-partitions-table' with partition [0x8000000B, 0x8000000C)
15:57:38.673 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f93619c1ff6643079f979d1f4838430c for table 'many-partitions-table' with partition [0x8000000C, 0x8000000D)
15:57:38.673 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 51578c802ef848c880b3e78e81f37e85 for table 'many-partitions-table' with partition [0x8000000D, 0x8000000E)
15:57:38.673 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 91f57a5e93ce4fed918e8e9e7262c954 for table 'many-partitions-table' with partition [0x8000000E, 0x8000000F)
15:57:38.673 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b3f76b6db05042ab9bc1efecd05ee5e9 for table 'many-partitions-table' with partition [0x8000000F, 0x80000010)
15:57:38.673 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28ba4f4507904f7c8a90c33c9579cc25 for table 'many-partitions-table' with partition [0x80000010, 0x80000011)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0774fbb765c7450d8162aec460caa724 for table 'many-partitions-table' with partition [0x80000011, 0x80000012)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 777f2be327e54326b274b0b79c71e50f for table 'many-partitions-table' with partition [0x80000012, 0x80000013)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2b54e07e3c94453496ff39a317123228 for table 'many-partitions-table' with partition [0x80000013, 0x80000014)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05fbb7509a5a4e0b8df01538a3fb0633 for table 'many-partitions-table' with partition [0x80000014, 0x80000015)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c89c80f1bfc44e849f8e0b17c027e2c2 for table 'many-partitions-table' with partition [0x80000015, 0x80000016)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4b03d3f0473d465aacb01b996446f827 for table 'many-partitions-table' with partition [0x80000016, 0x80000017)
15:57:38.674 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4b51d2089b4942399b43c4edfd10cb28 for table 'many-partitions-table' with partition [0x80000017, 0x80000018)
15:57:38.675 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9138bbb6399a4fcaa7b90e4ef404b885 for table 'many-partitions-table' with partition [0x80000018, 0x80000019)
15:57:38.675 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f5038701af7c485689fe07e410772fd9 for table 'many-partitions-table' with partition [0x80000019, 0x8000001A)
15:57:38.675 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2a6241be341a4f66b9ba993130f2eaff for table 'many-partitions-table' with partition [0x8000001A, 0x8000001B)
15:57:38.675 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet caa0c7042f1346bda05e430cb79fbed5 for table 'many-partitions-table' with partition [0x8000001B, 0x8000001C)
15:57:38.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ccc62503445f446e8855b283f77223f8 for table 'many-partitions-table' with partition [0x8000001C, 0x8000001D)
15:57:38.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1e9c1e2d5d53466dba7048fb57728c7b for table 'many-partitions-table' with partition [0x8000001D, 0x8000001E)
15:57:38.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e9168a4b88f3442d9a0d00483dc435a9 for table 'many-partitions-table' with partition [0x8000001E, 0x8000001F)
15:57:38.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b4d74c798f0a4b789c12d58e324aa251 for table 'many-partitions-table' with partition [0x8000001F, 0x80000020)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b5c90112e22145faa9bf78764a0a32dc for table 'many-partitions-table' with partition [0x80000020, 0x80000021)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d15f41237d2942c182bc30ca29863cf1 for table 'many-partitions-table' with partition [0x80000021, 0x80000022)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 85bed1e361e741f3afc1a97cd2923b08 for table 'many-partitions-table' with partition [0x80000022, 0x80000023)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ad93fc6a5a564d14aa72d1ff52dfd401 for table 'many-partitions-table' with partition [0x80000023, 0x80000024)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c0a077510564414d9db3d0d2994886ae for table 'many-partitions-table' with partition [0x80000024, 0x80000025)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bdfc8d93ef5d40e0b800a32dd800098a for table 'many-partitions-table' with partition [0x80000025, 0x80000026)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 911a730f5a7d4c3d8a491d8c61b9f213 for table 'many-partitions-table' with partition [0x80000026, 0x80000027)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4bca78c3af2c44b388a1398bf03df4a5 for table 'many-partitions-table' with partition [0x80000027, 0x80000028)
15:57:38.677 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet da4dcfb2d8464e1a9f4cefe2a2677ae8 for table 'many-partitions-table' with partition [0x80000028, 0x80000029)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ddfcaef3c3b44ae98773b55b0ce93bf0 for table 'many-partitions-table' with partition [0x80000029, 0x8000002A)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 89e7bee99f204be592ce4556154d30c4 for table 'many-partitions-table' with partition [0x8000002A, 0x8000002B)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4646bb07bd4e487d8525c07d9857b4c0 for table 'many-partitions-table' with partition [0x8000002B, 0x8000002C)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0554ee1a7aa3442298bb0b24016014ad for table 'many-partitions-table' with partition [0x8000002C, 0x8000002D)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f2752de5e385493c86bd7c8b167d490b for table 'many-partitions-table' with partition [0x8000002D, 0x8000002E)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28600c4c6b014e98b1fc3e407e6543ab for table 'many-partitions-table' with partition [0x8000002E, 0x8000002F)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 18be5af706b54653b9146e1e27b02cdc for table 'many-partitions-table' with partition [0x8000002F, 0x80000030)
15:57:38.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3b527e1f130d4b2e902ac6e4a18a42ff for table 'many-partitions-table' with partition [0x80000030, 0x80000031)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e96977e900b4651b723949155570f67 for table 'many-partitions-table' with partition [0x80000031, 0x80000032)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6d804a58729e4a76ade4c73fcb7736c5 for table 'many-partitions-table' with partition [0x80000032, 0x80000033)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7744a3247fe34a85b393e1a6cc57adaa for table 'many-partitions-table' with partition [0x80000033, 0x80000034)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ab352c48aa6f4f2b924df6edd584e31a for table 'many-partitions-table' with partition [0x80000034, 0x80000035)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3fb236005c494effbfb392bea2b0705d for table 'many-partitions-table' with partition [0x80000035, 0x80000036)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 31d9724e55e04d948e256559d071d9b5 for table 'many-partitions-table' with partition [0x80000036, 0x80000037)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1671b583806e4ee5947563e20bbaad16 for table 'many-partitions-table' with partition [0x80000037, 0x80000038)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4948b26af1f54042a91a747485e5539f for table 'many-partitions-table' with partition [0x80000038, 0x80000039)
15:57:38.679 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88acd26168284fcf95e399134adf6c97 for table 'many-partitions-table' with partition [0x80000039, 0x8000003A)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0a314302bd6d48f5beddc4c7313230ae for table 'many-partitions-table' with partition [0x8000003A, 0x8000003B)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 333dcde8d38941ddbe6dcf386cea7313 for table 'many-partitions-table' with partition [0x8000003B, 0x8000003C)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 017e0fa48c9b49ed914e502343d063df for table 'many-partitions-table' with partition [0x8000003C, 0x8000003D)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 76f7c7734b864358b697cac13e877171 for table 'many-partitions-table' with partition [0x8000003D, 0x8000003E)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 95b4bb7e59ab43748eaf2f9d212f4f83 for table 'many-partitions-table' with partition [0x8000003E, 0x8000003F)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dc62632a0a6f498c9f5cccffa2803390 for table 'many-partitions-table' with partition [0x8000003F, 0x80000040)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 451c813286044b3785de91aababc2f4a for table 'many-partitions-table' with partition [0x80000040, 0x80000041)
15:57:38.680 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4c2533971b154cc6a01ed01cb9c7f1a8 for table 'many-partitions-table' with partition [0x80000041, 0x80000042)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet eff02e4df2af41efbab22be6efe0a746 for table 'many-partitions-table' with partition [0x80000042, 0x80000043)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 797d422766304270b8f3753c86b8e2ff for table 'many-partitions-table' with partition [0x80000043, 0x80000044)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 559795799afe422994586359ce561781 for table 'many-partitions-table' with partition [0x80000044, 0x80000045)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2da6bfc3f43e409aa13df7b1a0651248 for table 'many-partitions-table' with partition [0x80000045, 0x80000046)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8c5259275e4541399c9da76794cf0f6f for table 'many-partitions-table' with partition [0x80000046, 0x80000047)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 58ddb4e03ae2454a89aef9a12bb75700 for table 'many-partitions-table' with partition [0x80000047, 0x80000048)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ae5a0cd561ab4c8ca440482abb1cc748 for table 'many-partitions-table' with partition [0x80000048, 0x80000049)
15:57:38.681 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7b85620df7d4c228376d9994de0603c for table 'many-partitions-table' with partition [0x80000049, 0x8000004A)
15:57:38.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c8ce7bf89d124d2cb68486fc839d03a5 for table 'many-partitions-table' with partition [0x8000004A, 0x8000004B)
15:57:38.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 00f441a6ae9c48c2bee6aa9a922869b9 for table 'many-partitions-table' with partition [0x8000004B, 0x8000004C)
15:57:38.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 77ea97f325af421a9eda3bf395d37411 for table 'many-partitions-table' with partition [0x8000004C, 0x8000004D)
15:57:38.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e09b71956c0415ea3f1bce3f1401270 for table 'many-partitions-table' with partition [0x8000004D, 0x8000004E)
15:57:38.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0adecf2a472e46ce9775ef62cf0b69a3 for table 'many-partitions-table' with partition [0x8000004E, 0x8000004F)
15:57:38.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4f74b594be27498abe95cead8770eac8 for table 'many-partitions-table' with partition [0x8000004F, 0x80000050)
15:57:38.683 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 96754fc940b7495a987ed375b871fff8 for table 'many-partitions-table' with partition [0x80000050, 0x80000051)
15:57:38.683 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 503933f41a6c4069ab16221d153746f1 for table 'many-partitions-table' with partition [0x80000051, 0x80000052)
15:57:38.683 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 338fcf00df434b64b70259ba905a6323 for table 'many-partitions-table' with partition [0x80000052, 0x80000053)
15:57:38.683 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8922ddcd6e5c439cb716c076e8afb01c for table 'many-partitions-table' with partition [0x80000053, 0x80000054)
15:57:38.683 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4a6f0a34668d4087906e85a91638c588 for table 'many-partitions-table' with partition [0x80000054, 0x80000055)
15:57:38.683 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9d6dd87b67e54c5d8bd006070c81cbb0 for table 'many-partitions-table' with partition [0x80000055, 0x80000056)
15:57:38.684 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f99f33d08d4e407193a56bc6dded99ec for table 'many-partitions-table' with partition [0x80000056, 0x80000057)
15:57:38.684 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ec4bc9b14edf4ab0a7158525ff135781 for table 'many-partitions-table' with partition [0x80000057, 0x80000058)
15:57:38.684 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d92ac9a75f964f06a75fd8e24e1915b4 for table 'many-partitions-table' with partition [0x80000058, 0x80000059)
15:57:38.684 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c6576423810f48a0bdbf6a1333339b64 for table 'many-partitions-table' with partition [0x80000059, 0x8000005A)
15:57:38.685 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dede99cee7e44ab6a4ad7822bfbf1264 for table 'many-partitions-table' with partition [0x8000005A, 0x8000005B)
15:57:38.685 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 532c0de441254a4199119b62c828e227 for table 'many-partitions-table' with partition [0x8000005B, 0x8000005C)
15:57:38.685 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7d5433e25dac44d39a148f846ae14b18 for table 'many-partitions-table' with partition [0x8000005C, 0x8000005D)
15:57:38.686 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1c59f5840d8b4404bcb7816f921cf341 for table 'many-partitions-table' with partition [0x8000005D, 0x8000005E)
15:57:38.686 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dd365a85f22f48ecb1a7241ecaeb01f6 for table 'many-partitions-table' with partition [0x8000005E, 0x8000005F)
15:57:38.686 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0ae40393a77442e49bd55d2cea7369aa for table 'many-partitions-table' with partition [0x8000005F, 0x80000060)
15:57:38.686 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6313d3d6d27448789da760b80f2a206a for table 'many-partitions-table' with partition [0x80000060, 0x80000061)
15:57:38.687 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0b029ed3e49c4d82af50695aeb5ac39b for table 'many-partitions-table' with partition [0x80000061, 0x80000062)
15:57:38.687 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1ee34eb810fc451e98c771c129aaa3ed for table 'many-partitions-table' with partition [0x80000062, 0x80000063)
15:57:38.687 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1647e9a1ef7a44898d4e8aaa8cc44c89 for table 'many-partitions-table' with partition [0x80000063, 0x80000064)
15:57:38.687 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b6bd34b9cdf64e68ba310736ec073ee7 for table 'many-partitions-table' with partition [0x80000064, 0x80000065)
15:57:38.688 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x7FFFFFFB, ttl=299999}, Tablet{lowerBoundPartitionKey=0x7FFFFFFB, upperBoundPartitionKey=0x7FFFFFFC, ttl=299999, tablet=2d9904a644514068b840a6a83b53b3be@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x7FFFFFFC, upperBoundPartitionKey=0x80000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x80000001, ttl=299999, tablet=775bf1b1a367479ea1a4c7dcd013bd77@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000001, upperBoundPartitionKey=0x80000002, ttl=299999, tablet=5692796028d24fe68ce7c6bd03782942@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000002, upperBoundPartitionKey=0x80000003, ttl=299999, tablet=45eb9eb34ad5473a839819afce05eb02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000003, upperBoundPartitionKey=0x80000004, ttl=299999, tablet=2b767c975b4b43189279150e170eb528@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299999, tablet=dd38b081506b401fab6a8e6cfea819f6@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299999, tablet=8cfa45c527bf4506b09216d62b207cb6@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299999, tablet=259a621a07214951ba88793a2d242a50@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299999, tablet=b24dfcc0d8274a42ae48aa4698efe250@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299999, tablet=f0f0ffc72d574026bcd26432590345ee@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=4a203316107c412890fc5bae0be809ad@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299999, tablet=c63b76cb617a4fcaa2bceed18e2f1dbb@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299999, tablet=bf445aa5394f44a0bbacab66147688e2@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000C, upperBoundPartitionKey=0x8000000D, ttl=299999, tablet=f93619c1ff6643079f979d1f4838430c@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000D, upperBoundPartitionKey=0x8000000E, ttl=299999, tablet=51578c802ef848c880b3e78e81f37e85@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000E, upperBoundPartitionKey=0x8000000F, ttl=299999, tablet=91f57a5e93ce4fed918e8e9e7262c954@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000F, upperBoundPartitionKey=0x80000010, ttl=299999, tablet=b3f76b6db05042ab9bc1efecd05ee5e9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000010, upperBoundPartitionKey=0x80000011, ttl=299999, tablet=28ba4f4507904f7c8a90c33c9579cc25@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000011, upperBoundPartitionKey=0x80000012, ttl=299999, tablet=0774fbb765c7450d8162aec460caa724@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000012, upperBoundPartitionKey=0x80000013, ttl=299999, tablet=777f2be327e54326b274b0b79c71e50f@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000013, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=2b54e07e3c94453496ff39a317123228@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x80000015, ttl=299999, tablet=05fbb7509a5a4e0b8df01538a3fb0633@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000015, upperBoundPartitionKey=0x80000016, ttl=299999, tablet=c89c80f1bfc44e849f8e0b17c027e2c2@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000016, upperBoundPartitionKey=0x80000017, ttl=299999, tablet=4b03d3f0473d465aacb01b996446f827@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000017, upperBoundPartitionKey=0x80000018, ttl=299999, tablet=4b51d2089b4942399b43c4edfd10cb28@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000018, upperBoundPartitionKey=0x80000019, ttl=299999, tablet=9138bbb6399a4fcaa7b90e4ef404b885@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000019, upperBoundPartitionKey=0x8000001A, ttl=299999, tablet=f5038701af7c485689fe07e410772fd9@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001A, upperBoundPartitionKey=0x8000001B, ttl=299999, tablet=2a6241be341a4f66b9ba993130f2eaff@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001B, upperBoundPartitionKey=0x8000001C, ttl=299999, tablet=caa0c7042f1346bda05e430cb79fbed5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001C, upperBoundPartitionKey=0x8000001D, ttl=299999, tablet=ccc62503445f446e8855b283f77223f8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001D, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=1e9c1e2d5d53466dba7048fb57728c7b@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x8000001F, ttl=299998, tablet=e9168a4b88f3442d9a0d00483dc435a9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001F, upperBoundPartitionKey=0x80000020, ttl=299998, tablet=b4d74c798f0a4b789c12d58e324aa251@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000020, upperBoundPartitionKey=0x80000021, ttl=299998, tablet=b5c90112e22145faa9bf78764a0a32dc@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000021, upperBoundPartitionKey=0x80000022, ttl=299998, tablet=d15f41237d2942c182bc30ca29863cf1@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000022, upperBoundPartitionKey=0x80000023, ttl=299998, tablet=85bed1e361e741f3afc1a97cd2923b08@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000023, upperBoundPartitionKey=0x80000024, ttl=299998, tablet=ad93fc6a5a564d14aa72d1ff52dfd401@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000024, upperBoundPartitionKey=0x80000025, ttl=299998, tablet=c0a077510564414d9db3d0d2994886ae@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000025, upperBoundPartitionKey=0x80000026, ttl=299998, tablet=bdfc8d93ef5d40e0b800a32dd800098a@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000026, upperBoundPartitionKey=0x80000027, ttl=299998, tablet=911a730f5a7d4c3d8a491d8c61b9f213@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000027, upperBoundPartitionKey=0x80000028, ttl=299998, tablet=4bca78c3af2c44b388a1398bf03df4a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000029, ttl=299998, tablet=da4dcfb2d8464e1a9f4cefe2a2677ae8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000029, upperBoundPartitionKey=0x8000002A, ttl=299998, tablet=ddfcaef3c3b44ae98773b55b0ce93bf0@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002A, upperBoundPartitionKey=0x8000002B, ttl=299998, tablet=89e7bee99f204be592ce4556154d30c4@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002B, upperBoundPartitionKey=0x8000002C, ttl=299998, tablet=4646bb07bd4e487d8525c07d9857b4c0@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002C, upperBoundPartitionKey=0x8000002D, ttl=299998, tablet=0554ee1a7aa3442298bb0b24016014ad@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002D, upperBoundPartitionKey=0x8000002E, ttl=299998, tablet=f2752de5e385493c86bd7c8b167d490b@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002E, upperBoundPartitionKey=0x8000002F, ttl=299998, tablet=28600c4c6b014e98b1fc3e407e6543ab@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002F, upperBoundPartitionKey=0x80000030, ttl=299998, tablet=18be5af706b54653b9146e1e27b02cdc@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000030, upperBoundPartitionKey=0x80000031, ttl=299998, tablet=3b527e1f130d4b2e902ac6e4a18a42ff@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000031, upperBoundPartitionKey=0x80000032, ttl=299998, tablet=2e96977e900b4651b723949155570f67@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x80000033, ttl=299998, tablet=6d804a58729e4a76ade4c73fcb7736c5@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000033, upperBoundPartitionKey=0x80000034, ttl=299998, tablet=7744a3247fe34a85b393e1a6cc57adaa@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299998, tablet=ab352c48aa6f4f2b924df6edd584e31a@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299998, tablet=3fb236005c494effbfb392bea2b0705d@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299998, tablet=31d9724e55e04d948e256559d071d9b5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299998, tablet=1671b583806e4ee5947563e20bbaad16@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000038, upperBoundPartitionKey=0x80000039, ttl=299998, tablet=4948b26af1f54042a91a747485e5539f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000039, upperBoundPartitionKey=0x8000003A, ttl=299998, tablet=88acd26168284fcf95e399134adf6c97@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003A, upperBoundPartitionKey=0x8000003B, ttl=299998, tablet=0a314302bd6d48f5beddc4c7313230ae@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003B, upperBoundPartitionKey=0x8000003C, ttl=299998, tablet=333dcde8d38941ddbe6dcf386cea7313@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003C, upperBoundPartitionKey=0x8000003D, ttl=299998, tablet=017e0fa48c9b49ed914e502343d063df@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003D, upperBoundPartitionKey=0x8000003E, ttl=299998, tablet=76f7c7734b864358b697cac13e877171@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003E, upperBoundPartitionKey=0x8000003F, ttl=299998, tablet=95b4bb7e59ab43748eaf2f9d212f4f83@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003F, upperBoundPartitionKey=0x80000040, ttl=299998, tablet=dc62632a0a6f498c9f5cccffa2803390@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000040, upperBoundPartitionKey=0x80000041, ttl=299998, tablet=451c813286044b3785de91aababc2f4a@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000041, upperBoundPartitionKey=0x80000042, ttl=299998, tablet=4c2533971b154cc6a01ed01cb9c7f1a8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000042, upperBoundPartitionKey=0x80000043, ttl=299998, tablet=eff02e4df2af41efbab22be6efe0a746@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000043, upperBoundPartitionKey=0x80000044, ttl=299998, tablet=797d422766304270b8f3753c86b8e2ff@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000044, upperBoundPartitionKey=0x80000045, ttl=299998, tablet=559795799afe422994586359ce561781@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000045, upperBoundPartitionKey=0x80000046, ttl=299998, tablet=2da6bfc3f43e409aa13df7b1a0651248@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000046, upperBoundPartitionKey=0x80000047, ttl=299998, tablet=8c5259275e4541399c9da76794cf0f6f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000047, upperBoundPartitionKey=0x80000048, ttl=299998, tablet=58ddb4e03ae2454a89aef9a12bb75700@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000048, upperBoundPartitionKey=0x80000049, ttl=299998, tablet=ae5a0cd561ab4c8ca440482abb1cc748@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000049, upperBoundPartitionKey=0x8000004A, ttl=299998, tablet=d7b85620df7d4c228376d9994de0603c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004A, upperBoundPartitionKey=0x8000004B, ttl=299998, tablet=c8ce7bf89d124d2cb68486fc839d03a5@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004B, upperBoundPartitionKey=0x8000004C, ttl=299998, tablet=00f441a6ae9c48c2bee6aa9a922869b9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004C, upperBoundPartitionKey=0x8000004D, ttl=299998, tablet=77ea97f325af421a9eda3bf395d37411@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004D, upperBoundPartitionKey=0x8000004E, ttl=299998, tablet=9e09b71956c0415ea3f1bce3f1401270@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004E, upperBoundPartitionKey=0x8000004F, ttl=299998, tablet=0adecf2a472e46ce9775ef62cf0b69a3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004F, upperBoundPartitionKey=0x80000050, ttl=299998, tablet=4f74b594be27498abe95cead8770eac8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000050, upperBoundPartitionKey=0x80000051, ttl=299998, tablet=96754fc940b7495a987ed375b871fff8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000051, upperBoundPartitionKey=0x80000052, ttl=299998, tablet=503933f41a6c4069ab16221d153746f1@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000052, upperBoundPartitionKey=0x80000053, ttl=299998, tablet=338fcf00df434b64b70259ba905a6323@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000053, upperBoundPartitionKey=0x80000054, ttl=299998, tablet=8922ddcd6e5c439cb716c076e8afb01c@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000054, upperBoundPartitionKey=0x80000055, ttl=299998, tablet=4a6f0a34668d4087906e85a91638c588@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000055, upperBoundPartitionKey=0x80000056, ttl=299998, tablet=9d6dd87b67e54c5d8bd006070c81cbb0@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000056, upperBoundPartitionKey=0x80000057, ttl=299997, tablet=f99f33d08d4e407193a56bc6dded99ec@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000057, upperBoundPartitionKey=0x80000058, ttl=299997, tablet=ec4bc9b14edf4ab0a7158525ff135781@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000058, upperBoundPartitionKey=0x80000059, ttl=299997, tablet=d92ac9a75f964f06a75fd8e24e1915b4@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000059, upperBoundPartitionKey=0x8000005A, ttl=299997, tablet=c6576423810f48a0bdbf6a1333339b64@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005A, upperBoundPartitionKey=0x8000005B, ttl=299997, tablet=dede99cee7e44ab6a4ad7822bfbf1264@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005B, upperBoundPartitionKey=0x8000005C, ttl=299997, tablet=532c0de441254a4199119b62c828e227@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005C, upperBoundPartitionKey=0x8000005D, ttl=299997, tablet=7d5433e25dac44d39a148f846ae14b18@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005D, upperBoundPartitionKey=0x8000005E, ttl=299997, tablet=1c59f5840d8b4404bcb7816f921cf341@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005E, upperBoundPartitionKey=0x8000005F, ttl=299997, tablet=dd365a85f22f48ecb1a7241ecaeb01f6@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005F, upperBoundPartitionKey=0x80000060, ttl=299997, tablet=0ae40393a77442e49bd55d2cea7369aa@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000060, upperBoundPartitionKey=0x80000061, ttl=299997, tablet=6313d3d6d27448789da760b80f2a206a@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000061, upperBoundPartitionKey=0x80000062, ttl=299997, tablet=0b029ed3e49c4d82af50695aeb5ac39b@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000062, upperBoundPartitionKey=0x80000063, ttl=299997, tablet=1ee34eb810fc451e98c771c129aaa3ed@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000063, upperBoundPartitionKey=0x80000064, ttl=299997, tablet=1647e9a1ef7a44898d4e8aaa8cc44c89@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000064, upperBoundPartitionKey=0x80000065, ttl=299997, tablet=b6bd34b9cdf64e68ba310736ec073ee7@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000065, upperBoundPartitionKey=0x, ttl=299997}]
15:57:38.816 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:57:38.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 102 output partitions
15:57:38.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:57:38.838 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:57:38.839 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:57:38.844 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:57:39.037 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:57:39.080 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:57:39.083 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 (size: 66.7 KiB, free: 1993.8 MiB)
15:57:39.086 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:57:39.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 102 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:57:39.107 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 102 tasks resource profile 0
15:57:39.176 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:39.197 [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:57:39.556 [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:57:39.561 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:39.581 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:39.581 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:39.582 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:39.583 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:39.583 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:39.583 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:39.588 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:57:39.591 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:57:39.613 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:39.613 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:39.613 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:39.613 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:39.614 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:57:39.614 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:39.614 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:39.614 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:39.614 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:39.614 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:39.685 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:39.753 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecPool.java:153) Got brand-new compressor [.snappy]
15:57:40.086 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=2d9904a644514068b840a6a83b53b3be, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:40.087 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:57:40.342 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385986282342488565676_0000_m_000000_0' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385986282342488565676_0000_m_000000
15:57:40.343 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081557385986282342488565676_0000_m_000000_0: Committed
15:57:40.379 [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). 6343 bytes result sent to driver
15:57:40.385 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:40.386 [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:57:40.392 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 1228 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/102)
15:57:40.409 [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:57:40.413 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:40.416 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:40.416 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:40.417 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:40.417 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:40.417 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:40.418 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:40.427 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=775bf1b1a367479ea1a4c7dcd013bd77, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:40.632 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Code generated in 130.89448 ms
15:57:40.775 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:57:40.776 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:40.777 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:40.781 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:40.803 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:57:40.892 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387013466911538516062_0000_m_000001_1' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387013466911538516062_0000_m_000001
15:57:40.892 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081557387013466911538516062_0000_m_000001_1: Committed
15:57:40.895 [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). 6300 bytes result sent to driver
15:57:40.898 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:40.898 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:57:40.901 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 517 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/102)
15:57:40.944 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:40.947 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:40.949 [ERROR - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (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.backup.KuduBackupRDD.compute(KuduBackupRDD.scala:105)
	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.scheduler.ResultTask.runTask(ResultTask.scala:90)
	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:57:40.950 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:40.950 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:40.951 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:40.951 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:40.951 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:40.952 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:40.961 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=5692796028d24fe68ce7c6bd03782942, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:40.997 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:57:40.998 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:40.999 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.004 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.023 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2203
15:57:41.032 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388958985502344827562_0000_m_000002_2' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388958985502344827562_0000_m_000002
15:57:41.032 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) attempt_202607081557388958985502344827562_0000_m_000002_2: Committed
15:57:41.035 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6343 bytes result sent to driver
15:57:41.037 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 0.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.038 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Running task 3.0 in stage 0.0 (TID 3)
15:57:41.049 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 151 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/102)
15:57:41.062 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.066 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.069 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.069 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.069 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.070 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.070 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.070 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.075 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=45eb9eb34ad5473a839819afce05eb02, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.109 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.109 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.110 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.115 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.134 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:57:41.144 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383373356226296601163_0000_m_000003_3' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383373356226296601163_0000_m_000003
15:57:41.144 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) attempt_202607081557383373356226296601163_0000_m_000003_3: Committed
15:57:41.147 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3). 6300 bytes result sent to driver
15:57:41.149 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 0.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.150 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Running task 4.0 in stage 0.0 (TID 4)
15:57:41.168 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.170 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3) in 133 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/102)
15:57:41.173 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.175 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.176 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.176 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.176 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.177 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.177 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.180 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=2b767c975b4b43189279150e170eb528, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.205 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.206 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.207 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.208 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.212 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.232 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2203
15:57:41.240 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386028109611611459530_0000_m_000004_4' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386028109611611459530_0000_m_000004
15:57:41.240 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) attempt_202607081557386028109611611459530_0000_m_000004_4: Committed
15:57:41.242 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4). 6300 bytes result sent to driver
15:57:41.243 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 0.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.245 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Running task 5.0 in stage 0.0 (TID 5)
15:57:41.245 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4) in 96 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/102)
15:57:41.272 [DEBUG - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.275 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.278 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.278 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.279 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.279 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.279 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.279 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.283 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=dd38b081506b401fab6a8e6cfea819f6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.313 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.314 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.314 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.314 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.315 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.319 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.339 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:57:41.345 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381396363135379551492_0000_m_000005_5' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381396363135379551492_0000_m_000005
15:57:41.345 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) attempt_202607081557381396363135379551492_0000_m_000005_5: Committed
15:57:41.347 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5). 6300 bytes result sent to driver
15:57:41.349 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 0.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.350 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5) in 106 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/102)
15:57:41.350 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Running task 6.0 in stage 0.0 (TID 6)
15:57:41.365 [DEBUG - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.368 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.370 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.370 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.370 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.370 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.370 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.371 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.374 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=8cfa45c527bf4506b09216d62b207cb6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.411 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.412 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.412 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.412 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.412 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.413 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.416 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.430 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2203
15:57:41.435 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382143549656197065464_0000_m_000006_6' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382143549656197065464_0000_m_000006
15:57:41.436 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) attempt_202607081557382143549656197065464_0000_m_000006_6: Committed
15:57:41.437 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6). 6343 bytes result sent to driver
15:57:41.439 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 0.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.439 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Running task 7.0 in stage 0.0 (TID 7)
15:57:41.440 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6) in 92 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/102)
15:57:41.459 [DEBUG - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.466 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.466 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.466 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.466 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.466 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.467 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.470 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=259a621a07214951ba88793a2d242a50, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.489 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.489 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.490 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.493 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.507 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:57:41.515 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385793663594948733549_0000_m_000007_7' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385793663594948733549_0000_m_000007
15:57:41.515 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) attempt_202607081557385793663594948733549_0000_m_000007_7: Committed
15:57:41.517 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7). 6300 bytes result sent to driver
15:57:41.519 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 0.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.521 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/102)
15:57:41.521 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Running task 8.0 in stage 0.0 (TID 8)
15:57:41.541 [DEBUG - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.545 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.547 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.547 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.548 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.549 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.549 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.549 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.552 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=b24dfcc0d8274a42ae48aa4698efe250, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.575 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.576 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.576 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.576 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.577 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.579 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.591 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2203
15:57:41.597 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385676390935947825064_0000_m_000008_8' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385676390935947825064_0000_m_000008
15:57:41.597 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) attempt_202607081557385676390935947825064_0000_m_000008_8: Committed
15:57:41.599 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8). 6300 bytes result sent to driver
15:57:41.600 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 9.0 in stage 0.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 9, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.601 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/102)
15:57:41.601 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Running task 9.0 in stage 0.0 (TID 9)
15:57:41.619 [DEBUG - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.622 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.624 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.624 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.625 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.625 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.625 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.625 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.629 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=f0f0ffc72d574026bcd26432590345ee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.644 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.644 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.645 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.647 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.660 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:57:41.665 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388854064714051420318_0000_m_000009_9' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388854064714051420318_0000_m_000009
15:57:41.665 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) attempt_202607081557388854064714051420318_0000_m_000009_9: Committed
15:57:41.667 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Finished task 9.0 in stage 0.0 (TID 9). 6300 bytes result sent to driver
15:57:41.668 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 0.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 10, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.669 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Running task 10.0 in stage 0.0 (TID 10)
15:57:41.670 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 9.0 in stage 0.0 (TID 9) in 69 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (10/102)
15:57:41.683 [DEBUG - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.686 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.687 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.687 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.688 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.688 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.688 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.688 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.692 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4a203316107c412890fc5bae0be809ad, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.711 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.712 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.714 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.741 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2203
15:57:41.747 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385236138644918570323_0000_m_000010_10' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385236138644918570323_0000_m_000010
15:57:41.747 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) attempt_202607081557385236138644918570323_0000_m_000010_10: Committed
15:57:41.749 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Finished task 10.0 in stage 0.0 (TID 10). 6343 bytes result sent to driver
15:57:41.750 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 11.0 in stage 0.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 11, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.751 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 10.0 in stage 0.0 (TID 10) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (11/102)
15:57:41.751 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Running task 11.0 in stage 0.0 (TID 11)
15:57:41.763 [DEBUG - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.766 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.768 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.768 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.768 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.768 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.768 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.769 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.771 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=c63b76cb617a4fcaa2bceed18e2f1dbb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.787 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.787 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.788 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.791 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.803 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:41.809 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738250224149221859559_0000_m_000011_11' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738250224149221859559_0000_m_000011
15:57:41.810 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) attempt_20260708155738250224149221859559_0000_m_000011_11: Committed
15:57:41.811 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Finished task 11.0 in stage 0.0 (TID 11). 6300 bytes result sent to driver
15:57:41.813 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 0.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 12, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.813 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Running task 12.0 in stage 0.0 (TID 12)
15:57:41.813 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 11.0 in stage 0.0 (TID 11) in 63 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (12/102)
15:57:41.830 [DEBUG - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.834 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.836 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.836 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.836 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.837 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.837 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.837 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.841 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=bf445aa5394f44a0bbacab66147688e2, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.863 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.863 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.864 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.865 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.865 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.867 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.878 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:41.884 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388815975232643263519_0000_m_000012_12' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388815975232643263519_0000_m_000012
15:57:41.884 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) attempt_202607081557388815975232643263519_0000_m_000012_12: Committed
15:57:41.886 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Finished task 12.0 in stage 0.0 (TID 12). 6300 bytes result sent to driver
15:57:41.888 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 13.0 in stage 0.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 13, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.889 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 12.0 in stage 0.0 (TID 12) in 76 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (13/102)
15:57:41.889 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Running task 13.0 in stage 0.0 (TID 13)
15:57:41.905 [DEBUG - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.908 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.911 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.911 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.911 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.911 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.911 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.912 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.916 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=f93619c1ff6643079f979d1f4838430c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:41.936 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.937 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (CodecConfig.java:95) Compression: SNAPPY
15:57:41.937 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:41.937 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:380) Validation is off
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:41.938 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:41.941 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:41.952 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:41.957 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383383776978958390509_0000_m_000013_13' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383383776978958390509_0000_m_000013
15:57:41.958 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) attempt_202607081557383383776978958390509_0000_m_000013_13: Committed
15:57:41.960 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Finished task 13.0 in stage 0.0 (TID 13). 6300 bytes result sent to driver
15:57:41.961 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 0.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 14, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:41.962 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Running task 14.0 in stage 0.0 (TID 14)
15:57:41.962 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 13.0 in stage 0.0 (TID 13) in 75 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (14/102)
15:57:41.975 [DEBUG - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:41.979 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:41.981 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.982 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.982 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.983 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:41.983 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:41.983 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:41.986 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=51578c802ef848c880b3e78e81f37e85, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.002 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.003 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.005 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.017 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.022 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384450895399187232398_0000_m_000014_14' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384450895399187232398_0000_m_000014
15:57:42.022 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) attempt_202607081557384450895399187232398_0000_m_000014_14: Committed
15:57:42.024 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Finished task 14.0 in stage 0.0 (TID 14). 6300 bytes result sent to driver
15:57:42.026 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 15.0 in stage 0.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 15, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.026 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Running task 15.0 in stage 0.0 (TID 15)
15:57:42.027 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 14.0 in stage 0.0 (TID 14) in 66 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (15/102)
15:57:42.054 [DEBUG - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.058 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.060 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.061 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.061 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.061 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.061 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.061 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.065 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=91f57a5e93ce4fed918e8e9e7262c954, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.082 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.082 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.083 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.085 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.097 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.104 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386094296206236498161_0000_m_000015_15' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386094296206236498161_0000_m_000015
15:57:42.104 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) attempt_202607081557386094296206236498161_0000_m_000015_15: Committed
15:57:42.106 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Finished task 15.0 in stage 0.0 (TID 15). 6343 bytes result sent to driver
15:57:42.107 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 0.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 16, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.108 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 15.0 in stage 0.0 (TID 15) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (16/102)
15:57:42.109 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Running task 16.0 in stage 0.0 (TID 16)
15:57:42.124 [DEBUG - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.129 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.129 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.129 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.130 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.130 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.130 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.133 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=b3f76b6db05042ab9bc1efecd05ee5e9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.152 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.153 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.155 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.166 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.172 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382746476724088487918_0000_m_000016_16' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382746476724088487918_0000_m_000016
15:57:42.172 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) attempt_202607081557382746476724088487918_0000_m_000016_16: Committed
15:57:42.174 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Finished task 16.0 in stage 0.0 (TID 16). 6300 bytes result sent to driver
15:57:42.175 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 17.0 in stage 0.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 17, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.176 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 16.0 in stage 0.0 (TID 16) in 70 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (17/102)
15:57:42.177 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Running task 17.0 in stage 0.0 (TID 17)
15:57:42.193 [DEBUG - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.199 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.199 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.199 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.200 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.200 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.200 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.203 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=28ba4f4507904f7c8a90c33c9579cc25, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.225 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.225 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.226 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.228 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.239 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.243 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738390010218734425615_0000_m_000017_17' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738390010218734425615_0000_m_000017
15:57:42.243 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) attempt_20260708155738390010218734425615_0000_m_000017_17: Committed
15:57:42.245 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Finished task 17.0 in stage 0.0 (TID 17). 6300 bytes result sent to driver
15:57:42.246 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 0.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 18, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.247 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 17.0 in stage 0.0 (TID 17) in 72 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (18/102)
15:57:42.247 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Running task 18.0 in stage 0.0 (TID 18)
15:57:42.274 [DEBUG - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.280 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.284 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.284 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.284 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.284 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.284 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.285 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.288 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=0774fbb765c7450d8162aec460caa724, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.305 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.305 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.306 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.308 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.321 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.326 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386252340725390402105_0000_m_000018_18' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386252340725390402105_0000_m_000018
15:57:42.326 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) attempt_202607081557386252340725390402105_0000_m_000018_18: Committed
15:57:42.328 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Finished task 18.0 in stage 0.0 (TID 18). 6300 bytes result sent to driver
15:57:42.330 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 19.0 in stage 0.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 19, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.330 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 18.0 in stage 0.0 (TID 18) in 84 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (19/102)
15:57:42.331 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Running task 19.0 in stage 0.0 (TID 19)
15:57:42.342 [DEBUG - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.345 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.347 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.347 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.348 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.348 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.348 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.348 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.351 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=777f2be327e54326b274b0b79c71e50f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.379 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.380 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.380 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.380 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.380 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.381 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.384 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.395 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.400 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386958555610740494392_0000_m_000019_19' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386958555610740494392_0000_m_000019
15:57:42.400 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) attempt_202607081557386958555610740494392_0000_m_000019_19: Committed
15:57:42.403 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Finished task 19.0 in stage 0.0 (TID 19). 6343 bytes result sent to driver
15:57:42.406 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 0.0 (TID 20) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 20, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.407 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Running task 20.0 in stage 0.0 (TID 20)
15:57:42.408 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 19.0 in stage 0.0 (TID 19) in 79 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (20/102)
15:57:42.418 [DEBUG - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.421 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.424 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.424 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.424 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.424 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.424 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.424 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.428 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=2b54e07e3c94453496ff39a317123228, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.444 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.445 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.447 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.466 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.474 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384557791792943221187_0000_m_000020_20' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384557791792943221187_0000_m_000020
15:57:42.474 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) attempt_202607081557384557791792943221187_0000_m_000020_20: Committed
15:57:42.478 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Finished task 20.0 in stage 0.0 (TID 20). 6300 bytes result sent to driver
15:57:42.479 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 21.0 in stage 0.0 (TID 21) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 21, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.480 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 20.0 in stage 0.0 (TID 20) in 75 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (21/102)
15:57:42.483 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Running task 21.0 in stage 0.0 (TID 21)
15:57:42.495 [DEBUG - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.501 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.501 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.502 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.502 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.502 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.502 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.506 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=05fbb7509a5a4e0b8df01538a3fb0633, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.519 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.519 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.520 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.522 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.535 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.539 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381077807218264948351_0000_m_000021_21' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381077807218264948351_0000_m_000021
15:57:42.539 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) attempt_202607081557381077807218264948351_0000_m_000021_21: Committed
15:57:42.541 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Finished task 21.0 in stage 0.0 (TID 21). 6300 bytes result sent to driver
15:57:42.543 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 0.0 (TID 22) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 22, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.544 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 21.0 in stage 0.0 (TID 21) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (22/102)
15:57:42.544 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Running task 22.0 in stage 0.0 (TID 22)
15:57:42.558 [DEBUG - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.561 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.564 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.564 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.564 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.564 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.564 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.564 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.568 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=c89c80f1bfc44e849f8e0b17c027e2c2, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.589 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.590 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.591 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.591 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.591 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.591 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.593 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.604 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.610 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381515741653299127644_0000_m_000022_22' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381515741653299127644_0000_m_000022
15:57:42.611 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) attempt_202607081557381515741653299127644_0000_m_000022_22: Committed
15:57:42.612 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Finished task 22.0 in stage 0.0 (TID 22). 6300 bytes result sent to driver
15:57:42.613 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 23.0 in stage 0.0 (TID 23) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 23, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.614 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (Logging.scala:57) Running task 23.0 in stage 0.0 (TID 23)
15:57:42.615 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 22.0 in stage 0.0 (TID 22) in 73 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (23/102)
15:57:42.629 [DEBUG - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.632 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.633 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.634 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.634 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.634 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.634 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.635 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.639 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4b03d3f0473d465aacb01b996446f827, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.650 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.650 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.651 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.652 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.662 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.666 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384843516497659887313_0000_m_000023_23' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384843516497659887313_0000_m_000023
15:57:42.666 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (Logging.scala:57) attempt_202607081557384843516497659887313_0000_m_000023_23: Committed
15:57:42.668 [INFO - Executor task launch worker for task 23.0 in stage 0.0 (TID 23)] (Logging.scala:57) Finished task 23.0 in stage 0.0 (TID 23). 6300 bytes result sent to driver
15:57:42.669 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 0.0 (TID 24) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 24, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.670 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 23.0 in stage 0.0 (TID 23) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (24/102)
15:57:42.670 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (Logging.scala:57) Running task 24.0 in stage 0.0 (TID 24)
15:57:42.695 [DEBUG - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.699 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.701 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.701 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.702 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.702 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.702 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.702 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.706 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4b51d2089b4942399b43c4edfd10cb28, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.723 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.723 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.724 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.726 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.739 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.744 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383230717917054911449_0000_m_000024_24' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383230717917054911449_0000_m_000024
15:57:42.745 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (Logging.scala:57) attempt_202607081557383230717917054911449_0000_m_000024_24: Committed
15:57:42.746 [INFO - Executor task launch worker for task 24.0 in stage 0.0 (TID 24)] (Logging.scala:57) Finished task 24.0 in stage 0.0 (TID 24). 6343 bytes result sent to driver
15:57:42.748 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 25.0 in stage 0.0 (TID 25) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 25, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.748 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (Logging.scala:57) Running task 25.0 in stage 0.0 (TID 25)
15:57:42.749 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 24.0 in stage 0.0 (TID 24) in 79 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (25/102)
15:57:42.763 [DEBUG - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.766 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.768 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.768 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.769 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.769 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.769 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.769 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.773 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=9138bbb6399a4fcaa7b90e4ef404b885, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.785 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.786 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.788 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.798 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.803 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385212124624517050341_0000_m_000025_25' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385212124624517050341_0000_m_000025
15:57:42.804 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (Logging.scala:57) attempt_202607081557385212124624517050341_0000_m_000025_25: Committed
15:57:42.805 [INFO - Executor task launch worker for task 25.0 in stage 0.0 (TID 25)] (Logging.scala:57) Finished task 25.0 in stage 0.0 (TID 25). 6300 bytes result sent to driver
15:57:42.806 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 0.0 (TID 26) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 26, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.807 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 25.0 in stage 0.0 (TID 25) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (26/102)
15:57:42.807 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (Logging.scala:57) Running task 26.0 in stage 0.0 (TID 26)
15:57:42.819 [DEBUG - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.822 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.823 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.823 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.824 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.824 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.824 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.824 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.828 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=f5038701af7c485689fe07e410772fd9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.839 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.839 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.839 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.840 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.841 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.851 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.856 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384521344099110075075_0000_m_000026_26' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384521344099110075075_0000_m_000026
15:57:42.856 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (Logging.scala:57) attempt_202607081557384521344099110075075_0000_m_000026_26: Committed
15:57:42.857 [INFO - Executor task launch worker for task 26.0 in stage 0.0 (TID 26)] (Logging.scala:57) Finished task 26.0 in stage 0.0 (TID 26). 6300 bytes result sent to driver
15:57:42.858 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 27.0 in stage 0.0 (TID 27) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 27, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.859 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 26.0 in stage 0.0 (TID 26) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (27/102)
15:57:42.860 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (Logging.scala:57) Running task 27.0 in stage 0.0 (TID 27)
15:57:42.874 [DEBUG - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.878 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.879 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.880 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.880 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.880 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.880 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.881 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.885 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=2a6241be341a4f66b9ba993130f2eaff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.900 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.901 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.903 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.914 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:42.918 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382553499042628989929_0000_m_000027_27' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382553499042628989929_0000_m_000027
15:57:42.918 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (Logging.scala:57) attempt_202607081557382553499042628989929_0000_m_000027_27: Committed
15:57:42.919 [INFO - Executor task launch worker for task 27.0 in stage 0.0 (TID 27)] (Logging.scala:57) Finished task 27.0 in stage 0.0 (TID 27). 6300 bytes result sent to driver
15:57:42.920 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 0.0 (TID 28) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 28, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.921 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (Logging.scala:57) Running task 28.0 in stage 0.0 (TID 28)
15:57:42.922 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 27.0 in stage 0.0 (TID 27) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (28/102)
15:57:42.931 [DEBUG - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.934 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.935 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.935 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.936 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.936 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.936 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.936 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.939 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=caa0c7042f1346bda05e430cb79fbed5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:42.961 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.961 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (CodecConfig.java:95) Compression: SNAPPY
15:57:42.961 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:42.961 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:42.961 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:380) Validation is off
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:42.962 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:42.963 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:42.973 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:42.977 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385266277631466038015_0000_m_000028_28' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385266277631466038015_0000_m_000028
15:57:42.977 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (Logging.scala:57) attempt_202607081557385266277631466038015_0000_m_000028_28: Committed
15:57:42.978 [INFO - Executor task launch worker for task 28.0 in stage 0.0 (TID 28)] (Logging.scala:57) Finished task 28.0 in stage 0.0 (TID 28). 6343 bytes result sent to driver
15:57:42.980 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 29.0 in stage 0.0 (TID 29) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 29, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:42.980 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (Logging.scala:57) Running task 29.0 in stage 0.0 (TID 29)
15:57:42.980 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 28.0 in stage 0.0 (TID 28) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (29/102)
15:57:42.991 [DEBUG - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:42.994 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:42.996 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.997 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.997 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:42.997 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:42.997 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:42.997 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.001 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=ccc62503445f446e8855b283f77223f8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.014 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.014 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.014 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.014 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.014 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.015 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.017 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.028 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.031 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382336547129764815914_0000_m_000029_29' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382336547129764815914_0000_m_000029
15:57:43.031 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (Logging.scala:57) attempt_202607081557382336547129764815914_0000_m_000029_29: Committed
15:57:43.033 [INFO - Executor task launch worker for task 29.0 in stage 0.0 (TID 29)] (Logging.scala:57) Finished task 29.0 in stage 0.0 (TID 29). 6300 bytes result sent to driver
15:57:43.034 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 0.0 (TID 30) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 30, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.036 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (Logging.scala:57) Running task 30.0 in stage 0.0 (TID 30)
15:57:43.036 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 29.0 in stage 0.0 (TID 29) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (30/102)
15:57:43.046 [DEBUG - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.050 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.052 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.053 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.053 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.053 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.053 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.053 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.057 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=1e9c1e2d5d53466dba7048fb57728c7b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.068 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.069 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.069 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.069 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.070 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.080 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.083 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738552652735123934143_0000_m_000030_30' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738552652735123934143_0000_m_000030
15:57:43.083 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (Logging.scala:57) attempt_20260708155738552652735123934143_0000_m_000030_30: Committed
15:57:43.084 [INFO - Executor task launch worker for task 30.0 in stage 0.0 (TID 30)] (Logging.scala:57) Finished task 30.0 in stage 0.0 (TID 30). 6300 bytes result sent to driver
15:57:43.085 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 31.0 in stage 0.0 (TID 31) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 31, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.086 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 30.0 in stage 0.0 (TID 30) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (31/102)
15:57:43.087 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (Logging.scala:57) Running task 31.0 in stage 0.0 (TID 31)
15:57:43.096 [DEBUG - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.099 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.101 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.101 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.102 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.102 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.102 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.102 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.106 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=e9168a4b88f3442d9a0d00483dc435a9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.118 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.119 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.119 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.122 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.132 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.137 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381644656202485970496_0000_m_000031_31' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381644656202485970496_0000_m_000031
15:57:43.137 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (Logging.scala:57) attempt_202607081557381644656202485970496_0000_m_000031_31: Committed
15:57:43.138 [INFO - Executor task launch worker for task 31.0 in stage 0.0 (TID 31)] (Logging.scala:57) Finished task 31.0 in stage 0.0 (TID 31). 6300 bytes result sent to driver
15:57:43.139 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 0.0 (TID 32) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 32, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.140 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 31.0 in stage 0.0 (TID 31) in 54 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (32/102)
15:57:43.140 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (Logging.scala:57) Running task 32.0 in stage 0.0 (TID 32)
15:57:43.151 [DEBUG - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.154 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.155 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.156 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.156 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.156 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.156 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.156 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.159 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=b4d74c798f0a4b789c12d58e324aa251, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.178 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.178 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.179 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.182 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.193 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.199 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386414277356433757457_0000_m_000032_32' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386414277356433757457_0000_m_000032
15:57:43.200 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (Logging.scala:57) attempt_202607081557386414277356433757457_0000_m_000032_32: Committed
15:57:43.202 [INFO - Executor task launch worker for task 32.0 in stage 0.0 (TID 32)] (Logging.scala:57) Finished task 32.0 in stage 0.0 (TID 32). 6300 bytes result sent to driver
15:57:43.203 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 33.0 in stage 0.0 (TID 33) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 33, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.204 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 32.0 in stage 0.0 (TID 32) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (33/102)
15:57:43.205 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (Logging.scala:57) Running task 33.0 in stage 0.0 (TID 33)
15:57:43.235 [DEBUG - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.238 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.242 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.242 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.243 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.243 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.243 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.243 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.247 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=b5c90112e22145faa9bf78764a0a32dc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.262 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.263 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.264 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.264 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.264 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.267 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.279 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.283 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385053990676088871531_0000_m_000033_33' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385053990676088871531_0000_m_000033
15:57:43.283 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (Logging.scala:57) attempt_202607081557385053990676088871531_0000_m_000033_33: Committed
15:57:43.285 [INFO - Executor task launch worker for task 33.0 in stage 0.0 (TID 33)] (Logging.scala:57) Finished task 33.0 in stage 0.0 (TID 33). 6343 bytes result sent to driver
15:57:43.286 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 0.0 (TID 34) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 34, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.287 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (Logging.scala:57) Running task 34.0 in stage 0.0 (TID 34)
15:57:43.287 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 33.0 in stage 0.0 (TID 33) in 85 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (34/102)
15:57:43.305 [DEBUG - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.308 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.310 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.310 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.311 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.311 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.311 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.311 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.315 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=d15f41237d2942c182bc30ca29863cf1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.329 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.330 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.330 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.330 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.330 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.330 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.330 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.331 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.331 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.331 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.331 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.331 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.332 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.342 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.346 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388371172586450052760_0000_m_000034_34' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388371172586450052760_0000_m_000034
15:57:43.347 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (Logging.scala:57) attempt_202607081557388371172586450052760_0000_m_000034_34: Committed
15:57:43.348 [INFO - Executor task launch worker for task 34.0 in stage 0.0 (TID 34)] (Logging.scala:57) Finished task 34.0 in stage 0.0 (TID 34). 6300 bytes result sent to driver
15:57:43.349 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 35.0 in stage 0.0 (TID 35) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 35, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.350 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (Logging.scala:57) Running task 35.0 in stage 0.0 (TID 35)
15:57:43.350 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 34.0 in stage 0.0 (TID 34) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (35/102)
15:57:43.362 [DEBUG - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.365 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.367 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.367 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.368 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.368 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.368 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.368 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.372 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=85bed1e361e741f3afc1a97cd2923b08, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.384 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.384 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.385 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.387 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.397 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.403 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383364767219218254465_0000_m_000035_35' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383364767219218254465_0000_m_000035
15:57:43.403 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (Logging.scala:57) attempt_202607081557383364767219218254465_0000_m_000035_35: Committed
15:57:43.404 [INFO - Executor task launch worker for task 35.0 in stage 0.0 (TID 35)] (Logging.scala:57) Finished task 35.0 in stage 0.0 (TID 35). 6300 bytes result sent to driver
15:57:43.406 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 0.0 (TID 36) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 36, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.406 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (Logging.scala:57) Running task 36.0 in stage 0.0 (TID 36)
15:57:43.406 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 35.0 in stage 0.0 (TID 35) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (36/102)
15:57:43.419 [DEBUG - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.423 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.424 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.424 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.425 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.425 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.425 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.425 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.429 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=ad93fc6a5a564d14aa72d1ff52dfd401, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.438 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.438 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.439 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.440 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.450 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.455 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385229195704881565833_0000_m_000036_36' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385229195704881565833_0000_m_000036
15:57:43.455 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (Logging.scala:57) attempt_202607081557385229195704881565833_0000_m_000036_36: Committed
15:57:43.456 [INFO - Executor task launch worker for task 36.0 in stage 0.0 (TID 36)] (Logging.scala:57) Finished task 36.0 in stage 0.0 (TID 36). 6300 bytes result sent to driver
15:57:43.457 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 37.0 in stage 0.0 (TID 37) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 37, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.459 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 36.0 in stage 0.0 (TID 36) in 54 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (37/102)
15:57:43.464 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (Logging.scala:57) Running task 37.0 in stage 0.0 (TID 37)
15:57:43.478 [DEBUG - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.483 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.483 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.483 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.483 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.484 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.484 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.487 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=c0a077510564414d9db3d0d2994886ae, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.510 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.511 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.512 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.523 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.527 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382036579459867726298_0000_m_000037_37' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382036579459867726298_0000_m_000037
15:57:43.527 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (Logging.scala:57) attempt_202607081557382036579459867726298_0000_m_000037_37: Committed
15:57:43.529 [INFO - Executor task launch worker for task 37.0 in stage 0.0 (TID 37)] (Logging.scala:57) Finished task 37.0 in stage 0.0 (TID 37). 6343 bytes result sent to driver
15:57:43.533 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 0.0 (TID 38) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 38, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.533 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (Logging.scala:57) Running task 38.0 in stage 0.0 (TID 38)
15:57:43.533 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 37.0 in stage 0.0 (TID 37) in 76 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (38/102)
15:57:43.544 [DEBUG - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.547 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.549 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.550 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.550 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.550 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.550 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.550 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.554 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=bdfc8d93ef5d40e0b800a32dd800098a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.569 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.569 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.570 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.571 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.572 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.583 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.588 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382724200573845702605_0000_m_000038_38' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382724200573845702605_0000_m_000038
15:57:43.589 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (Logging.scala:57) attempt_202607081557382724200573845702605_0000_m_000038_38: Committed
15:57:43.590 [INFO - Executor task launch worker for task 38.0 in stage 0.0 (TID 38)] (Logging.scala:57) Finished task 38.0 in stage 0.0 (TID 38). 6300 bytes result sent to driver
15:57:43.591 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 39.0 in stage 0.0 (TID 39) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 39, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.592 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (Logging.scala:57) Running task 39.0 in stage 0.0 (TID 39)
15:57:43.592 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 38.0 in stage 0.0 (TID 38) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (39/102)
15:57:43.602 [DEBUG - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.605 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.607 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.607 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.607 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.607 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.607 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.607 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.611 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=911a730f5a7d4c3d8a491d8c61b9f213, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.626 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.627 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.627 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.627 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.627 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.627 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.628 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.628 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.628 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.628 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.628 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.628 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.630 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.640 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.644 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387148238119913225346_0000_m_000039_39' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387148238119913225346_0000_m_000039
15:57:43.645 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (Logging.scala:57) attempt_202607081557387148238119913225346_0000_m_000039_39: Committed
15:57:43.647 [INFO - Executor task launch worker for task 39.0 in stage 0.0 (TID 39)] (Logging.scala:57) Finished task 39.0 in stage 0.0 (TID 39). 6300 bytes result sent to driver
15:57:43.649 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 0.0 (TID 40) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 40, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.649 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (Logging.scala:57) Running task 40.0 in stage 0.0 (TID 40)
15:57:43.649 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 39.0 in stage 0.0 (TID 39) in 58 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (40/102)
15:57:43.663 [DEBUG - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.667 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.668 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.669 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.669 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.669 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.669 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.669 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.673 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4bca78c3af2c44b388a1398bf03df4a5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.684 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.685 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.686 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.686 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.687 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.700 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.705 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387466616968605021909_0000_m_000040_40' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387466616968605021909_0000_m_000040
15:57:43.705 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (Logging.scala:57) attempt_202607081557387466616968605021909_0000_m_000040_40: Committed
15:57:43.707 [INFO - Executor task launch worker for task 40.0 in stage 0.0 (TID 40)] (Logging.scala:57) Finished task 40.0 in stage 0.0 (TID 40). 6300 bytes result sent to driver
15:57:43.708 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 41.0 in stage 0.0 (TID 41) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 41, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.709 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 40.0 in stage 0.0 (TID 40) in 61 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (41/102)
15:57:43.709 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (Logging.scala:57) Running task 41.0 in stage 0.0 (TID 41)
15:57:43.719 [DEBUG - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.722 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.725 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.725 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.725 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.725 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.725 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.726 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.729 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=da4dcfb2d8464e1a9f4cefe2a2677ae8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.743 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.743 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.744 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.745 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.746 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.756 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.761 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388993241422728454937_0000_m_000041_41' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388993241422728454937_0000_m_000041
15:57:43.761 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (Logging.scala:57) attempt_202607081557388993241422728454937_0000_m_000041_41: Committed
15:57:43.762 [INFO - Executor task launch worker for task 41.0 in stage 0.0 (TID 41)] (Logging.scala:57) Finished task 41.0 in stage 0.0 (TID 41). 6300 bytes result sent to driver
15:57:43.763 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 0.0 (TID 42) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 42, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.764 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (Logging.scala:57) Running task 42.0 in stage 0.0 (TID 42)
15:57:43.765 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 41.0 in stage 0.0 (TID 41) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (42/102)
15:57:43.789 [DEBUG - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.793 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.794 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.794 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.795 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.795 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.795 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.795 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.798 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=ddfcaef3c3b44ae98773b55b0ce93bf0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.812 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.813 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.815 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.825 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.829 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387065354773923898920_0000_m_000042_42' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387065354773923898920_0000_m_000042
15:57:43.829 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (Logging.scala:57) attempt_202607081557387065354773923898920_0000_m_000042_42: Committed
15:57:43.830 [INFO - Executor task launch worker for task 42.0 in stage 0.0 (TID 42)] (Logging.scala:57) Finished task 42.0 in stage 0.0 (TID 42). 6343 bytes result sent to driver
15:57:43.832 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 43.0 in stage 0.0 (TID 43) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 43, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.832 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (Logging.scala:57) Running task 43.0 in stage 0.0 (TID 43)
15:57:43.832 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 42.0 in stage 0.0 (TID 42) in 69 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (43/102)
15:57:43.842 [DEBUG - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.845 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.847 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.847 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.848 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.848 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.848 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.848 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.851 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=89e7bee99f204be592ce4556154d30c4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.860 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.861 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.862 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.872 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.875 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387592305247155056374_0000_m_000043_43' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387592305247155056374_0000_m_000043
15:57:43.875 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (Logging.scala:57) attempt_202607081557387592305247155056374_0000_m_000043_43: Committed
15:57:43.876 [INFO - Executor task launch worker for task 43.0 in stage 0.0 (TID 43)] (Logging.scala:57) Finished task 43.0 in stage 0.0 (TID 43). 6300 bytes result sent to driver
15:57:43.877 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 0.0 (TID 44) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 44, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.878 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 43.0 in stage 0.0 (TID 43) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (44/102)
15:57:43.879 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (Logging.scala:57) Running task 44.0 in stage 0.0 (TID 44)
15:57:43.888 [DEBUG - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.891 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.893 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.893 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.893 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.893 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.893 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.893 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.897 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4646bb07bd4e487d8525c07d9857b4c0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.908 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.908 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.909 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.910 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.921 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:43.926 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382397953960884170885_0000_m_000044_44' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382397953960884170885_0000_m_000044
15:57:43.926 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (Logging.scala:57) attempt_202607081557382397953960884170885_0000_m_000044_44: Committed
15:57:43.927 [INFO - Executor task launch worker for task 44.0 in stage 0.0 (TID 44)] (Logging.scala:57) Finished task 44.0 in stage 0.0 (TID 44). 6300 bytes result sent to driver
15:57:43.929 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 45.0 in stage 0.0 (TID 45) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 45, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.931 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 44.0 in stage 0.0 (TID 44) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (45/102)
15:57:43.931 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (Logging.scala:57) Running task 45.0 in stage 0.0 (TID 45)
15:57:43.944 [DEBUG - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:43.948 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:43.949 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.950 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.950 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.950 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:43.950 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:43.950 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:43.954 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=0554ee1a7aa3442298bb0b24016014ad, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:43.967 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.967 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (CodecConfig.java:95) Compression: SNAPPY
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:380) Validation is off
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:43.968 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:43.970 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:43.981 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:43.985 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383994408068457578392_0000_m_000045_45' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383994408068457578392_0000_m_000045
15:57:43.985 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (Logging.scala:57) attempt_202607081557383994408068457578392_0000_m_000045_45: Committed
15:57:43.986 [INFO - Executor task launch worker for task 45.0 in stage 0.0 (TID 45)] (Logging.scala:57) Finished task 45.0 in stage 0.0 (TID 45). 6300 bytes result sent to driver
15:57:43.988 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 0.0 (TID 46) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 46, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:43.988 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (Logging.scala:57) Running task 46.0 in stage 0.0 (TID 46)
15:57:43.989 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 45.0 in stage 0.0 (TID 45) in 59 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (46/102)
15:57:43.998 [DEBUG - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.001 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.003 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.003 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.003 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.004 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.004 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.004 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.007 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=f2752de5e385493c86bd7c8b167d490b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.017 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.017 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.017 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.017 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.017 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.018 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.019 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.041 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.045 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381683822172602959438_0000_m_000046_46' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381683822172602959438_0000_m_000046
15:57:44.045 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (Logging.scala:57) attempt_202607081557381683822172602959438_0000_m_000046_46: Committed
15:57:44.047 [INFO - Executor task launch worker for task 46.0 in stage 0.0 (TID 46)] (Logging.scala:57) Finished task 46.0 in stage 0.0 (TID 46). 6343 bytes result sent to driver
15:57:44.048 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 47.0 in stage 0.0 (TID 47) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 47, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.049 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (Logging.scala:57) Running task 47.0 in stage 0.0 (TID 47)
15:57:44.049 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 46.0 in stage 0.0 (TID 46) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (47/102)
15:57:44.063 [DEBUG - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.066 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.068 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.068 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.069 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.069 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.069 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.069 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.073 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=28600c4c6b014e98b1fc3e407e6543ab, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.087 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.087 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.087 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.088 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.090 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.100 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.105 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383650498876144393344_0000_m_000047_47' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383650498876144393344_0000_m_000047
15:57:44.105 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (Logging.scala:57) attempt_202607081557383650498876144393344_0000_m_000047_47: Committed
15:57:44.106 [INFO - Executor task launch worker for task 47.0 in stage 0.0 (TID 47)] (Logging.scala:57) Finished task 47.0 in stage 0.0 (TID 47). 6300 bytes result sent to driver
15:57:44.108 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 0.0 (TID 48) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 48, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.108 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 47.0 in stage 0.0 (TID 47) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (48/102)
15:57:44.110 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (Logging.scala:57) Running task 48.0 in stage 0.0 (TID 48)
15:57:44.123 [DEBUG - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.127 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.128 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.128 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.128 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.128 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.128 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.132 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=18be5af706b54653b9146e1e27b02cdc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.145 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.146 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.148 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.159 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.162 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384908015951176698699_0000_m_000048_48' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384908015951176698699_0000_m_000048
15:57:44.163 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (Logging.scala:57) attempt_202607081557384908015951176698699_0000_m_000048_48: Committed
15:57:44.164 [INFO - Executor task launch worker for task 48.0 in stage 0.0 (TID 48)] (Logging.scala:57) Finished task 48.0 in stage 0.0 (TID 48). 6300 bytes result sent to driver
15:57:44.165 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 49.0 in stage 0.0 (TID 49) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 49, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.165 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 48.0 in stage 0.0 (TID 48) in 58 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (49/102)
15:57:44.166 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (Logging.scala:57) Running task 49.0 in stage 0.0 (TID 49)
15:57:44.179 [DEBUG - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.183 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.184 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.185 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.185 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.185 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.185 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.186 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.189 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=3b527e1f130d4b2e902ac6e4a18a42ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.202 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.202 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.203 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.205 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.215 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.219 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738811195548660380743_0000_m_000049_49' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738811195548660380743_0000_m_000049
15:57:44.220 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (Logging.scala:57) attempt_20260708155738811195548660380743_0000_m_000049_49: Committed
15:57:44.221 [INFO - Executor task launch worker for task 49.0 in stage 0.0 (TID 49)] (Logging.scala:57) Finished task 49.0 in stage 0.0 (TID 49). 6300 bytes result sent to driver
15:57:44.222 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 0.0 (TID 50) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 50, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.223 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 49.0 in stage 0.0 (TID 49) in 59 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (50/102)
15:57:44.223 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (Logging.scala:57) Running task 50.0 in stage 0.0 (TID 50)
15:57:44.233 [DEBUG - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.237 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.237 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.238 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.238 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.238 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.238 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.241 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=2e96977e900b4651b723949155570f67, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.253 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.254 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.255 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.255 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.255 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.255 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.256 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.270 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.273 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381410583725372904275_0000_m_000050_50' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381410583725372904275_0000_m_000050
15:57:44.273 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (Logging.scala:57) attempt_202607081557381410583725372904275_0000_m_000050_50: Committed
15:57:44.275 [INFO - Executor task launch worker for task 50.0 in stage 0.0 (TID 50)] (Logging.scala:57) Finished task 50.0 in stage 0.0 (TID 50). 6300 bytes result sent to driver
15:57:44.276 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 51.0 in stage 0.0 (TID 51) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 51, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.277 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 50.0 in stage 0.0 (TID 50) in 54 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (51/102)
15:57:44.277 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (Logging.scala:57) Running task 51.0 in stage 0.0 (TID 51)
15:57:44.286 [DEBUG - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.301 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.303 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.303 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.304 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.304 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.304 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.304 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.308 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=6d804a58729e4a76ade4c73fcb7736c5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.318 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.318 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.319 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.321 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.332 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.335 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382773627179951901379_0000_m_000051_51' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382773627179951901379_0000_m_000051
15:57:44.335 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (Logging.scala:57) attempt_202607081557382773627179951901379_0000_m_000051_51: Committed
15:57:44.337 [INFO - Executor task launch worker for task 51.0 in stage 0.0 (TID 51)] (Logging.scala:57) Finished task 51.0 in stage 0.0 (TID 51). 6343 bytes result sent to driver
15:57:44.338 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 0.0 (TID 52) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 52, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.339 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (Logging.scala:57) Running task 52.0 in stage 0.0 (TID 52)
15:57:44.339 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 51.0 in stage 0.0 (TID 51) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (52/102)
15:57:44.353 [DEBUG - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.356 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.358 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.358 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.359 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.359 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.359 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.359 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.363 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=7744a3247fe34a85b393e1a6cc57adaa, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.377 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.377 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.377 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.378 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.379 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.390 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.394 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381835362803039640247_0000_m_000052_52' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381835362803039640247_0000_m_000052
15:57:44.395 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (Logging.scala:57) attempt_202607081557381835362803039640247_0000_m_000052_52: Committed
15:57:44.396 [INFO - Executor task launch worker for task 52.0 in stage 0.0 (TID 52)] (Logging.scala:57) Finished task 52.0 in stage 0.0 (TID 52). 6300 bytes result sent to driver
15:57:44.397 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 53.0 in stage 0.0 (TID 53) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 53, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.398 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (Logging.scala:57) Running task 53.0 in stage 0.0 (TID 53)
15:57:44.398 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 52.0 in stage 0.0 (TID 52) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (53/102)
15:57:44.408 [DEBUG - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.411 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.412 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.413 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.413 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.413 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.413 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.413 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.417 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=ab352c48aa6f4f2b924df6edd584e31a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.425 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.426 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.427 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.427 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.428 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.438 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.441 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382058089153948199592_0000_m_000053_53' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382058089153948199592_0000_m_000053
15:57:44.441 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (Logging.scala:57) attempt_202607081557382058089153948199592_0000_m_000053_53: Committed
15:57:44.442 [INFO - Executor task launch worker for task 53.0 in stage 0.0 (TID 53)] (Logging.scala:57) Finished task 53.0 in stage 0.0 (TID 53). 6300 bytes result sent to driver
15:57:44.443 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 0.0 (TID 54) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 54, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.444 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (Logging.scala:57) Running task 54.0 in stage 0.0 (TID 54)
15:57:44.444 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 53.0 in stage 0.0 (TID 53) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (54/102)
15:57:44.458 [DEBUG - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.463 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.463 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.463 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.463 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.463 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.463 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.467 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=3fb236005c494effbfb392bea2b0705d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.476 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.477 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.479 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.494 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.497 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738890288026107283411_0000_m_000054_54' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738890288026107283411_0000_m_000054
15:57:44.497 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (Logging.scala:57) attempt_20260708155738890288026107283411_0000_m_000054_54: Committed
15:57:44.498 [INFO - Executor task launch worker for task 54.0 in stage 0.0 (TID 54)] (Logging.scala:57) Finished task 54.0 in stage 0.0 (TID 54). 6300 bytes result sent to driver
15:57:44.500 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 55.0 in stage 0.0 (TID 55) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 55, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.500 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (Logging.scala:57) Running task 55.0 in stage 0.0 (TID 55)
15:57:44.501 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 54.0 in stage 0.0 (TID 54) in 58 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (55/102)
15:57:44.511 [DEBUG - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.513 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.515 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.515 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.515 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.515 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.515 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.515 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.518 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=31d9724e55e04d948e256559d071d9b5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.527 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.528 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.530 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.542 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.558 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382674148567547202850_0000_m_000055_55' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382674148567547202850_0000_m_000055
15:57:44.558 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (Logging.scala:57) attempt_202607081557382674148567547202850_0000_m_000055_55: Committed
15:57:44.559 [INFO - Executor task launch worker for task 55.0 in stage 0.0 (TID 55)] (Logging.scala:57) Finished task 55.0 in stage 0.0 (TID 55). 6343 bytes result sent to driver
15:57:44.560 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 0.0 (TID 56) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 56, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.561 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 55.0 in stage 0.0 (TID 55) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (56/102)
15:57:44.561 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (Logging.scala:57) Running task 56.0 in stage 0.0 (TID 56)
15:57:44.570 [DEBUG - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.573 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.574 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.574 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.574 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.574 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.575 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.575 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.577 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=1671b583806e4ee5947563e20bbaad16, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.591 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.591 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.592 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.594 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.604 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.607 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381220409623628235180_0000_m_000056_56' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381220409623628235180_0000_m_000056
15:57:44.607 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (Logging.scala:57) attempt_202607081557381220409623628235180_0000_m_000056_56: Committed
15:57:44.609 [INFO - Executor task launch worker for task 56.0 in stage 0.0 (TID 56)] (Logging.scala:57) Finished task 56.0 in stage 0.0 (TID 56). 6300 bytes result sent to driver
15:57:44.610 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 57.0 in stage 0.0 (TID 57) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 57, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.610 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 56.0 in stage 0.0 (TID 56) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (57/102)
15:57:44.611 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (Logging.scala:57) Running task 57.0 in stage 0.0 (TID 57)
15:57:44.622 [DEBUG - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.625 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.626 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.626 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.627 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.627 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.627 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.627 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.630 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4948b26af1f54042a91a747485e5539f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.639 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.639 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.640 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.641 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.652 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.655 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387816995816644736841_0000_m_000057_57' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387816995816644736841_0000_m_000057
15:57:44.655 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (Logging.scala:57) attempt_202607081557387816995816644736841_0000_m_000057_57: Committed
15:57:44.656 [INFO - Executor task launch worker for task 57.0 in stage 0.0 (TID 57)] (Logging.scala:57) Finished task 57.0 in stage 0.0 (TID 57). 6300 bytes result sent to driver
15:57:44.657 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 0.0 (TID 58) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 58, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.658 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (Logging.scala:57) Running task 58.0 in stage 0.0 (TID 58)
15:57:44.658 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 57.0 in stage 0.0 (TID 57) in 49 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (58/102)
15:57:44.668 [DEBUG - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.671 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.673 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.673 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.673 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.673 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.673 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.673 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.677 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=88acd26168284fcf95e399134adf6c97, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.686 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.687 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.688 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.698 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.702 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382300481016580565018_0000_m_000058_58' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382300481016580565018_0000_m_000058
15:57:44.703 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (Logging.scala:57) attempt_202607081557382300481016580565018_0000_m_000058_58: Committed
15:57:44.704 [INFO - Executor task launch worker for task 58.0 in stage 0.0 (TID 58)] (Logging.scala:57) Finished task 58.0 in stage 0.0 (TID 58). 6300 bytes result sent to driver
15:57:44.705 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 59.0 in stage 0.0 (TID 59) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 59, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.705 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 58.0 in stage 0.0 (TID 58) in 48 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (59/102)
15:57:44.706 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (Logging.scala:57) Running task 59.0 in stage 0.0 (TID 59)
15:57:44.719 [DEBUG - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.722 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.724 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.724 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.724 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.725 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.725 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.725 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.728 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=0a314302bd6d48f5beddc4c7313230ae, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.740 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.741 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.743 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.753 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.756 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386282606470569261805_0000_m_000059_59' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386282606470569261805_0000_m_000059
15:57:44.756 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (Logging.scala:57) attempt_202607081557386282606470569261805_0000_m_000059_59: Committed
15:57:44.757 [INFO - Executor task launch worker for task 59.0 in stage 0.0 (TID 59)] (Logging.scala:57) Finished task 59.0 in stage 0.0 (TID 59). 6300 bytes result sent to driver
15:57:44.758 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 0.0 (TID 60) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 60, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.759 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 59.0 in stage 0.0 (TID 59) in 55 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (60/102)
15:57:44.760 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (Logging.scala:57) Running task 60.0 in stage 0.0 (TID 60)
15:57:44.769 [DEBUG - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.772 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.774 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.774 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.774 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.774 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.774 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.774 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.778 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=333dcde8d38941ddbe6dcf386cea7313, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.801 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.801 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.801 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.802 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.803 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.813 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.816 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738294343323046680739_0000_m_000060_60' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738294343323046680739_0000_m_000060
15:57:44.816 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (Logging.scala:57) attempt_20260708155738294343323046680739_0000_m_000060_60: Committed
15:57:44.818 [INFO - Executor task launch worker for task 60.0 in stage 0.0 (TID 60)] (Logging.scala:57) Finished task 60.0 in stage 0.0 (TID 60). 6343 bytes result sent to driver
15:57:44.819 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 61.0 in stage 0.0 (TID 61) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 61, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.820 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (Logging.scala:57) Running task 61.0 in stage 0.0 (TID 61)
15:57:44.820 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 60.0 in stage 0.0 (TID 60) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (61/102)
15:57:44.833 [DEBUG - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.837 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.839 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.839 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.839 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.839 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.839 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.839 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.843 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=017e0fa48c9b49ed914e502343d063df, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.852 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.852 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.853 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.854 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.865 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.868 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385121446887358916514_0000_m_000061_61' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385121446887358916514_0000_m_000061
15:57:44.868 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (Logging.scala:57) attempt_202607081557385121446887358916514_0000_m_000061_61: Committed
15:57:44.870 [INFO - Executor task launch worker for task 61.0 in stage 0.0 (TID 61)] (Logging.scala:57) Finished task 61.0 in stage 0.0 (TID 61). 6300 bytes result sent to driver
15:57:44.871 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 0.0 (TID 62) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 62, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.872 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (Logging.scala:57) Running task 62.0 in stage 0.0 (TID 62)
15:57:44.872 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 61.0 in stage 0.0 (TID 61) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (62/102)
15:57:44.885 [DEBUG - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.888 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.890 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.890 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.890 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.890 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.891 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.891 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.894 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=76f7c7734b864358b697cac13e877171, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.907 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.908 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.908 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.908 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.908 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.908 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.909 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.919 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:44.923 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381874658930212210220_0000_m_000062_62' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381874658930212210220_0000_m_000062
15:57:44.923 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (Logging.scala:57) attempt_202607081557381874658930212210220_0000_m_000062_62: Committed
15:57:44.924 [INFO - Executor task launch worker for task 62.0 in stage 0.0 (TID 62)] (Logging.scala:57) Finished task 62.0 in stage 0.0 (TID 62). 6300 bytes result sent to driver
15:57:44.925 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 63.0 in stage 0.0 (TID 63) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 63, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.927 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 62.0 in stage 0.0 (TID 62) in 56 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (63/102)
15:57:44.928 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (Logging.scala:57) Running task 63.0 in stage 0.0 (TID 63)
15:57:44.939 [DEBUG - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.941 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.943 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.943 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.944 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.944 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.944 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.944 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.948 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=95b4bb7e59ab43748eaf2f9d212f4f83, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:44.958 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.958 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (CodecConfig.java:95) Compression: SNAPPY
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:380) Validation is off
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:44.959 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:44.961 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:44.971 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:44.975 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386427076609611626118_0000_m_000063_63' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386427076609611626118_0000_m_000063
15:57:44.975 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (Logging.scala:57) attempt_202607081557386427076609611626118_0000_m_000063_63: Committed
15:57:44.977 [INFO - Executor task launch worker for task 63.0 in stage 0.0 (TID 63)] (Logging.scala:57) Finished task 63.0 in stage 0.0 (TID 63). 6300 bytes result sent to driver
15:57:44.978 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 0.0 (TID 64) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 64, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:44.979 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 63.0 in stage 0.0 (TID 63) in 54 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (64/102)
15:57:44.981 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (Logging.scala:57) Running task 64.0 in stage 0.0 (TID 64)
15:57:44.991 [DEBUG - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:44.994 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:44.995 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.995 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.996 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.996 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:44.996 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:44.996 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:44.999 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=dc62632a0a6f498c9f5cccffa2803390, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.008 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.009 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.010 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.020 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.023 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388640865557747001392_0000_m_000064_64' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388640865557747001392_0000_m_000064
15:57:45.023 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (Logging.scala:57) attempt_202607081557388640865557747001392_0000_m_000064_64: Committed
15:57:45.024 [INFO - Executor task launch worker for task 64.0 in stage 0.0 (TID 64)] (Logging.scala:57) Finished task 64.0 in stage 0.0 (TID 64). 6300 bytes result sent to driver
15:57:45.025 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 65.0 in stage 0.0 (TID 65) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 65, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.026 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 64.0 in stage 0.0 (TID 64) in 48 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (65/102)
15:57:45.026 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (Logging.scala:57) Running task 65.0 in stage 0.0 (TID 65)
15:57:45.050 [DEBUG - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.053 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.056 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.056 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.056 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.056 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.056 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.056 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.059 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=451c813286044b3785de91aababc2f4a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.072 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.072 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.073 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.074 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.083 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.086 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388050970750824062016_0000_m_000065_65' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388050970750824062016_0000_m_000065
15:57:45.086 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (Logging.scala:57) attempt_202607081557388050970750824062016_0000_m_000065_65: Committed
15:57:45.087 [INFO - Executor task launch worker for task 65.0 in stage 0.0 (TID 65)] (Logging.scala:57) Finished task 65.0 in stage 0.0 (TID 65). 6343 bytes result sent to driver
15:57:45.088 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 0.0 (TID 66) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 66, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.089 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 65.0 in stage 0.0 (TID 65) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (66/102)
15:57:45.089 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (Logging.scala:57) Running task 66.0 in stage 0.0 (TID 66)
15:57:45.099 [DEBUG - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.103 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.104 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.104 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.105 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.105 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.105 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.105 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.109 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4c2533971b154cc6a01ed01cb9c7f1a8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.117 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.117 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.118 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.119 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.129 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.132 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382505019722363235458_0000_m_000066_66' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382505019722363235458_0000_m_000066
15:57:45.132 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (Logging.scala:57) attempt_202607081557382505019722363235458_0000_m_000066_66: Committed
15:57:45.133 [INFO - Executor task launch worker for task 66.0 in stage 0.0 (TID 66)] (Logging.scala:57) Finished task 66.0 in stage 0.0 (TID 66). 6300 bytes result sent to driver
15:57:45.135 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 67.0 in stage 0.0 (TID 67) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 67, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.135 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 66.0 in stage 0.0 (TID 66) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (67/102)
15:57:45.135 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (Logging.scala:57) Running task 67.0 in stage 0.0 (TID 67)
15:57:45.149 [DEBUG - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.153 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.153 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.153 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.153 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.153 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.154 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.157 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=eff02e4df2af41efbab22be6efe0a746, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.165 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.165 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.165 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.166 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.167 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.176 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.179 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382921441854096834244_0000_m_000067_67' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382921441854096834244_0000_m_000067
15:57:45.179 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (Logging.scala:57) attempt_202607081557382921441854096834244_0000_m_000067_67: Committed
15:57:45.180 [INFO - Executor task launch worker for task 67.0 in stage 0.0 (TID 67)] (Logging.scala:57) Finished task 67.0 in stage 0.0 (TID 67). 6300 bytes result sent to driver
15:57:45.181 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 0.0 (TID 68) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 68, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.182 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (Logging.scala:57) Running task 68.0 in stage 0.0 (TID 68)
15:57:45.182 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 67.0 in stage 0.0 (TID 67) in 48 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (68/102)
15:57:45.191 [DEBUG - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.195 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.195 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.195 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.195 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.195 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.195 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.198 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=797d422766304270b8f3753c86b8e2ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.207 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.208 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.210 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.220 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.224 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738574349096786135858_0000_m_000068_68' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738574349096786135858_0000_m_000068
15:57:45.224 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (Logging.scala:57) attempt_20260708155738574349096786135858_0000_m_000068_68: Committed
15:57:45.225 [INFO - Executor task launch worker for task 68.0 in stage 0.0 (TID 68)] (Logging.scala:57) Finished task 68.0 in stage 0.0 (TID 68). 6300 bytes result sent to driver
15:57:45.226 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 69.0 in stage 0.0 (TID 69) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 69, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.227 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (Logging.scala:57) Running task 69.0 in stage 0.0 (TID 69)
15:57:45.227 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 68.0 in stage 0.0 (TID 68) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (69/102)
15:57:45.236 [DEBUG - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.239 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.240 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.241 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.241 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.241 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.241 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.241 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.244 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=559795799afe422994586359ce561781, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.269 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.269 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.270 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.271 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.271 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.272 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.283 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.286 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738138800988313026751_0000_m_000069_69' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738138800988313026751_0000_m_000069
15:57:45.286 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (Logging.scala:57) attempt_20260708155738138800988313026751_0000_m_000069_69: Committed
15:57:45.287 [INFO - Executor task launch worker for task 69.0 in stage 0.0 (TID 69)] (Logging.scala:57) Finished task 69.0 in stage 0.0 (TID 69). 6343 bytes result sent to driver
15:57:45.288 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 0.0 (TID 70) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 70, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.288 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (Logging.scala:57) Running task 70.0 in stage 0.0 (TID 70)
15:57:45.288 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 69.0 in stage 0.0 (TID 69) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (70/102)
15:57:45.298 [DEBUG - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.301 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.303 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.303 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.303 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.304 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.304 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.304 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.307 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=2da6bfc3f43e409aa13df7b1a0651248, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.316 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.317 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.318 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.329 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.333 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738992867918706511079_0000_m_000070_70' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738992867918706511079_0000_m_000070
15:57:45.333 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (Logging.scala:57) attempt_20260708155738992867918706511079_0000_m_000070_70: Committed
15:57:45.334 [INFO - Executor task launch worker for task 70.0 in stage 0.0 (TID 70)] (Logging.scala:57) Finished task 70.0 in stage 0.0 (TID 70). 6300 bytes result sent to driver
15:57:45.336 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 71.0 in stage 0.0 (TID 71) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 71, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.336 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (Logging.scala:57) Running task 71.0 in stage 0.0 (TID 71)
15:57:45.336 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 70.0 in stage 0.0 (TID 70) in 49 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (71/102)
15:57:45.345 [DEBUG - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.348 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.350 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.350 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.350 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.350 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.350 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.350 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.354 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=8c5259275e4541399c9da76794cf0f6f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.362 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.362 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.363 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.364 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.374 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.377 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385253206256451288547_0000_m_000071_71' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385253206256451288547_0000_m_000071
15:57:45.377 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (Logging.scala:57) attempt_202607081557385253206256451288547_0000_m_000071_71: Committed
15:57:45.378 [INFO - Executor task launch worker for task 71.0 in stage 0.0 (TID 71)] (Logging.scala:57) Finished task 71.0 in stage 0.0 (TID 71). 6300 bytes result sent to driver
15:57:45.379 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 0.0 (TID 72) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 72, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.379 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (Logging.scala:57) Running task 72.0 in stage 0.0 (TID 72)
15:57:45.380 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 71.0 in stage 0.0 (TID 71) in 44 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (72/102)
15:57:45.389 [DEBUG - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.392 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.394 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.394 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.394 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.394 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.394 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.394 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.398 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=58ddb4e03ae2454a89aef9a12bb75700, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.408 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.408 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.409 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.410 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.420 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.423 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557382883283426042884959_0000_m_000072_72' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557382883283426042884959_0000_m_000072
15:57:45.423 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (Logging.scala:57) attempt_202607081557382883283426042884959_0000_m_000072_72: Committed
15:57:45.424 [INFO - Executor task launch worker for task 72.0 in stage 0.0 (TID 72)] (Logging.scala:57) Finished task 72.0 in stage 0.0 (TID 72). 6300 bytes result sent to driver
15:57:45.425 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 73.0 in stage 0.0 (TID 73) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 73, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.426 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (Logging.scala:57) Running task 73.0 in stage 0.0 (TID 73)
15:57:45.426 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 72.0 in stage 0.0 (TID 72) in 48 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (73/102)
15:57:45.441 [DEBUG - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.445 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.445 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.446 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.446 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.446 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.446 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.450 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=ae5a0cd561ab4c8ca440482abb1cc748, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.463 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.464 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.465 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.465 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.465 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.465 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.466 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.477 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.479 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388922274928496030600_0000_m_000073_73' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388922274928496030600_0000_m_000073
15:57:45.480 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (Logging.scala:57) attempt_202607081557388922274928496030600_0000_m_000073_73: Committed
15:57:45.481 [INFO - Executor task launch worker for task 73.0 in stage 0.0 (TID 73)] (Logging.scala:57) Finished task 73.0 in stage 0.0 (TID 73). 6300 bytes result sent to driver
15:57:45.482 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 0.0 (TID 74) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 74, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.482 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 73.0 in stage 0.0 (TID 73) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (74/102)
15:57:45.483 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (Logging.scala:57) Running task 74.0 in stage 0.0 (TID 74)
15:57:45.505 [DEBUG - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.508 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.510 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.510 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.510 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.510 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.511 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.511 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.514 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=d7b85620df7d4c228376d9994de0603c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.524 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.525 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.525 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.525 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.525 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.525 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.525 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.526 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.526 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.526 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.526 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.526 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.527 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.540 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.543 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385895496961028900624_0000_m_000074_74' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385895496961028900624_0000_m_000074
15:57:45.543 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (Logging.scala:57) attempt_202607081557385895496961028900624_0000_m_000074_74: Committed
15:57:45.544 [INFO - Executor task launch worker for task 74.0 in stage 0.0 (TID 74)] (Logging.scala:57) Finished task 74.0 in stage 0.0 (TID 74). 6343 bytes result sent to driver
15:57:45.545 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 75.0 in stage 0.0 (TID 75) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 75, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.546 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (Logging.scala:57) Running task 75.0 in stage 0.0 (TID 75)
15:57:45.546 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 74.0 in stage 0.0 (TID 74) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (75/102)
15:57:45.559 [DEBUG - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.563 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.564 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.564 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.565 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.565 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.565 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.565 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.568 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=c8ce7bf89d124d2cb68486fc839d03a5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.581 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.581 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.582 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.583 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.593 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.595 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384591273516830187318_0000_m_000075_75' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384591273516830187318_0000_m_000075
15:57:45.595 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (Logging.scala:57) attempt_202607081557384591273516830187318_0000_m_000075_75: Committed
15:57:45.596 [INFO - Executor task launch worker for task 75.0 in stage 0.0 (TID 75)] (Logging.scala:57) Finished task 75.0 in stage 0.0 (TID 75). 6300 bytes result sent to driver
15:57:45.598 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 0.0 (TID 76) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 76, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.598 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 75.0 in stage 0.0 (TID 75) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (76/102)
15:57:45.599 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (Logging.scala:57) Running task 76.0 in stage 0.0 (TID 76)
15:57:45.608 [DEBUG - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.612 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.613 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.613 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.613 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.613 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.613 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.613 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.616 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=00f441a6ae9c48c2bee6aa9a922869b9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.626 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.626 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.627 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.628 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.637 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.641 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557389199942593656759124_0000_m_000076_76' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557389199942593656759124_0000_m_000076
15:57:45.641 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (Logging.scala:57) attempt_202607081557389199942593656759124_0000_m_000076_76: Committed
15:57:45.642 [INFO - Executor task launch worker for task 76.0 in stage 0.0 (TID 76)] (Logging.scala:57) Finished task 76.0 in stage 0.0 (TID 76). 6300 bytes result sent to driver
15:57:45.643 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 77.0 in stage 0.0 (TID 77) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 77, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.644 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (Logging.scala:57) Running task 77.0 in stage 0.0 (TID 77)
15:57:45.644 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 76.0 in stage 0.0 (TID 76) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (77/102)
15:57:45.655 [DEBUG - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.658 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.659 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.659 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.659 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.660 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.660 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.660 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.663 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=77ea97f325af421a9eda3bf395d37411, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.672 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.672 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.673 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.674 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.683 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.687 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388407177796531087677_0000_m_000077_77' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388407177796531087677_0000_m_000077
15:57:45.687 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (Logging.scala:57) attempt_202607081557388407177796531087677_0000_m_000077_77: Committed
15:57:45.688 [INFO - Executor task launch worker for task 77.0 in stage 0.0 (TID 77)] (Logging.scala:57) Finished task 77.0 in stage 0.0 (TID 77). 6300 bytes result sent to driver
15:57:45.689 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 0.0 (TID 78) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 78, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.690 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (Logging.scala:57) Running task 78.0 in stage 0.0 (TID 78)
15:57:45.691 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 77.0 in stage 0.0 (TID 77) in 48 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (78/102)
15:57:45.704 [DEBUG - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.707 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.708 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.708 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.709 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.709 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.709 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.709 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.713 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=9e09b71956c0415ea3f1bce3f1401270, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.738 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.739 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.741 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.750 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.753 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383193699384053410131_0000_m_000078_78' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383193699384053410131_0000_m_000078
15:57:45.753 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (Logging.scala:57) attempt_202607081557383193699384053410131_0000_m_000078_78: Committed
15:57:45.754 [INFO - Executor task launch worker for task 78.0 in stage 0.0 (TID 78)] (Logging.scala:57) Finished task 78.0 in stage 0.0 (TID 78). 6343 bytes result sent to driver
15:57:45.755 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 79.0 in stage 0.0 (TID 79) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 79, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.756 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 78.0 in stage 0.0 (TID 78) in 67 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (79/102)
15:57:45.756 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (Logging.scala:57) Running task 79.0 in stage 0.0 (TID 79)
15:57:45.766 [DEBUG - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.769 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.771 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.771 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.771 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.771 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.771 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.771 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.775 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=0adecf2a472e46ce9775ef62cf0b69a3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.783 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.784 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.785 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.795 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.798 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381446375148817277196_0000_m_000079_79' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381446375148817277196_0000_m_000079
15:57:45.798 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (Logging.scala:57) attempt_202607081557381446375148817277196_0000_m_000079_79: Committed
15:57:45.799 [INFO - Executor task launch worker for task 79.0 in stage 0.0 (TID 79)] (Logging.scala:57) Finished task 79.0 in stage 0.0 (TID 79). 6300 bytes result sent to driver
15:57:45.801 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 0.0 (TID 80) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 80, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.802 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 79.0 in stage 0.0 (TID 79) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (80/102)
15:57:45.803 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (Logging.scala:57) Running task 80.0 in stage 0.0 (TID 80)
15:57:45.812 [DEBUG - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.815 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.816 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.816 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.817 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.817 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.817 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.817 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.820 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4f74b594be27498abe95cead8770eac8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.833 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.833 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.833 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.833 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.833 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.834 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.835 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.844 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.847 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155738152198489148058788_0000_m_000080_80' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_20260708155738152198489148058788_0000_m_000080
15:57:45.847 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (Logging.scala:57) attempt_20260708155738152198489148058788_0000_m_000080_80: Committed
15:57:45.849 [INFO - Executor task launch worker for task 80.0 in stage 0.0 (TID 80)] (Logging.scala:57) Finished task 80.0 in stage 0.0 (TID 80). 6300 bytes result sent to driver
15:57:45.850 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 81.0 in stage 0.0 (TID 81) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 81, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.850 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (Logging.scala:57) Running task 81.0 in stage 0.0 (TID 81)
15:57:45.850 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 80.0 in stage 0.0 (TID 80) in 49 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (81/102)
15:57:45.860 [DEBUG - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.862 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.864 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.864 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.864 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.864 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.864 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.864 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.868 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=96754fc940b7495a987ed375b871fff8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.880 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.881 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.882 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.882 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.882 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.883 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.894 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:45.897 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388366030089221751370_0000_m_000081_81' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388366030089221751370_0000_m_000081
15:57:45.897 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (Logging.scala:57) attempt_202607081557388366030089221751370_0000_m_000081_81: Committed
15:57:45.898 [INFO - Executor task launch worker for task 81.0 in stage 0.0 (TID 81)] (Logging.scala:57) Finished task 81.0 in stage 0.0 (TID 81). 6300 bytes result sent to driver
15:57:45.899 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 0.0 (TID 82) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 82, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.900 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 81.0 in stage 0.0 (TID 81) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (82/102)
15:57:45.901 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (Logging.scala:57) Running task 82.0 in stage 0.0 (TID 82)
15:57:45.911 [DEBUG - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.916 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.916 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.917 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.917 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.917 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.917 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.920 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=503933f41a6c4069ab16221d153746f1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.935 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.936 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (CodecConfig.java:95) Compression: SNAPPY
15:57:45.936 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:45.936 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:380) Validation is off
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:45.937 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:45.939 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:45.951 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:45.955 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387094541600386792097_0000_m_000082_82' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387094541600386792097_0000_m_000082
15:57:45.955 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (Logging.scala:57) attempt_202607081557387094541600386792097_0000_m_000082_82: Committed
15:57:45.956 [INFO - Executor task launch worker for task 82.0 in stage 0.0 (TID 82)] (Logging.scala:57) Finished task 82.0 in stage 0.0 (TID 82). 6300 bytes result sent to driver
15:57:45.957 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 83.0 in stage 0.0 (TID 83) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 83, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:45.959 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 82.0 in stage 0.0 (TID 82) in 59 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (83/102)
15:57:45.959 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (Logging.scala:57) Running task 83.0 in stage 0.0 (TID 83)
15:57:45.982 [DEBUG - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:45.985 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:45.987 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.987 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.987 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.987 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:45.987 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:45.987 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:45.990 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=338fcf00df434b64b70259ba905a6323, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:45.999 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.000 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.002 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.014 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.017 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387270454437840225826_0000_m_000083_83' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387270454437840225826_0000_m_000083
15:57:46.017 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (Logging.scala:57) attempt_202607081557387270454437840225826_0000_m_000083_83: Committed
15:57:46.018 [INFO - Executor task launch worker for task 83.0 in stage 0.0 (TID 83)] (Logging.scala:57) Finished task 83.0 in stage 0.0 (TID 83). 6343 bytes result sent to driver
15:57:46.020 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 0.0 (TID 84) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 84, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.021 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (Logging.scala:57) Running task 84.0 in stage 0.0 (TID 84)
15:57:46.021 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 83.0 in stage 0.0 (TID 83) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (84/102)
15:57:46.032 [DEBUG - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.035 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.036 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.037 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.037 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.037 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.037 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.037 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.041 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=8922ddcd6e5c439cb716c076e8afb01c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.050 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.050 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.051 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.053 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.063 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.066 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387604477153242619177_0000_m_000084_84' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387604477153242619177_0000_m_000084
15:57:46.066 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (Logging.scala:57) attempt_202607081557387604477153242619177_0000_m_000084_84: Committed
15:57:46.067 [INFO - Executor task launch worker for task 84.0 in stage 0.0 (TID 84)] (Logging.scala:57) Finished task 84.0 in stage 0.0 (TID 84). 6300 bytes result sent to driver
15:57:46.068 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 85.0 in stage 0.0 (TID 85) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 85, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.069 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (Logging.scala:57) Running task 85.0 in stage 0.0 (TID 85)
15:57:46.070 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 84.0 in stage 0.0 (TID 84) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (85/102)
15:57:46.079 [DEBUG - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.083 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.084 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.084 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.084 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.085 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.085 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.085 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.088 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=4a6f0a34668d4087906e85a91638c588, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.098 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.099 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.099 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.099 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.100 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.112 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.115 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388411927086160722209_0000_m_000085_85' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388411927086160722209_0000_m_000085
15:57:46.115 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (Logging.scala:57) attempt_202607081557388411927086160722209_0000_m_000085_85: Committed
15:57:46.116 [INFO - Executor task launch worker for task 85.0 in stage 0.0 (TID 85)] (Logging.scala:57) Finished task 85.0 in stage 0.0 (TID 85). 6300 bytes result sent to driver
15:57:46.118 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 0.0 (TID 86) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 86, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.118 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (Logging.scala:57) Running task 86.0 in stage 0.0 (TID 86)
15:57:46.118 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 85.0 in stage 0.0 (TID 85) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (86/102)
15:57:46.128 [DEBUG - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.133 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.133 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.133 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.133 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.133 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.133 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.137 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=9d6dd87b67e54c5d8bd006070c81cbb0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.147 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.148 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.149 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.161 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.165 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387462425066326599040_0000_m_000086_86' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387462425066326599040_0000_m_000086
15:57:46.165 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (Logging.scala:57) attempt_202607081557387462425066326599040_0000_m_000086_86: Committed
15:57:46.166 [INFO - Executor task launch worker for task 86.0 in stage 0.0 (TID 86)] (Logging.scala:57) Finished task 86.0 in stage 0.0 (TID 86). 6300 bytes result sent to driver
15:57:46.167 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 87.0 in stage 0.0 (TID 87) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 87, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.168 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (Logging.scala:57) Running task 87.0 in stage 0.0 (TID 87)
15:57:46.168 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 86.0 in stage 0.0 (TID 86) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (87/102)
15:57:46.181 [DEBUG - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.184 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.186 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.186 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.186 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.186 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.187 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.187 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.191 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=f99f33d08d4e407193a56bc6dded99ec, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.205 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.205 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.206 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.208 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.232 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.236 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381875248839669139063_0000_m_000087_87' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381875248839669139063_0000_m_000087
15:57:46.236 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (Logging.scala:57) attempt_202607081557381875248839669139063_0000_m_000087_87: Committed
15:57:46.237 [INFO - Executor task launch worker for task 87.0 in stage 0.0 (TID 87)] (Logging.scala:57) Finished task 87.0 in stage 0.0 (TID 87). 6343 bytes result sent to driver
15:57:46.238 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 0.0 (TID 88) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 88, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.239 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (Logging.scala:57) Running task 88.0 in stage 0.0 (TID 88)
15:57:46.239 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 87.0 in stage 0.0 (TID 87) in 72 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (88/102)
15:57:46.249 [DEBUG - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.251 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.253 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.253 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.254 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.254 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.254 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.254 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.257 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=ec4bc9b14edf4ab0a7158525ff135781, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.267 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.268 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.268 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.268 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.268 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.268 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.269 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.280 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.283 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557387591074449363702526_0000_m_000088_88' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557387591074449363702526_0000_m_000088
15:57:46.283 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (Logging.scala:57) attempt_202607081557387591074449363702526_0000_m_000088_88: Committed
15:57:46.284 [INFO - Executor task launch worker for task 88.0 in stage 0.0 (TID 88)] (Logging.scala:57) Finished task 88.0 in stage 0.0 (TID 88). 6300 bytes result sent to driver
15:57:46.285 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 89.0 in stage 0.0 (TID 89) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 89, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.286 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 88.0 in stage 0.0 (TID 88) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (89/102)
15:57:46.287 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (Logging.scala:57) Running task 89.0 in stage 0.0 (TID 89)
15:57:46.297 [DEBUG - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.300 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.301 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.301 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.301 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.302 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.302 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.302 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.305 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=d92ac9a75f964f06a75fd8e24e1915b4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.314 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.315 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.316 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.327 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.331 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557384144512898956858898_0000_m_000089_89' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557384144512898956858898_0000_m_000089
15:57:46.331 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (Logging.scala:57) attempt_202607081557384144512898956858898_0000_m_000089_89: Committed
15:57:46.332 [INFO - Executor task launch worker for task 89.0 in stage 0.0 (TID 89)] (Logging.scala:57) Finished task 89.0 in stage 0.0 (TID 89). 6300 bytes result sent to driver
15:57:46.333 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 0.0 (TID 90) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 90, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.334 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (Logging.scala:57) Running task 90.0 in stage 0.0 (TID 90)
15:57:46.334 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 89.0 in stage 0.0 (TID 89) in 49 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (90/102)
15:57:46.345 [DEBUG - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.348 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.350 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.350 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.350 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.350 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.350 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.350 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.354 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=c6576423810f48a0bdbf6a1333339b64, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.362 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.362 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.362 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.363 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.364 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.373 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.376 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388036963569080187970_0000_m_000090_90' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388036963569080187970_0000_m_000090
15:57:46.376 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (Logging.scala:57) attempt_202607081557388036963569080187970_0000_m_000090_90: Committed
15:57:46.377 [INFO - Executor task launch worker for task 90.0 in stage 0.0 (TID 90)] (Logging.scala:57) Finished task 90.0 in stage 0.0 (TID 90). 6300 bytes result sent to driver
15:57:46.378 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 91.0 in stage 0.0 (TID 91) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 91, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.378 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 90.0 in stage 0.0 (TID 90) in 45 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (91/102)
15:57:46.378 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (Logging.scala:57) Running task 91.0 in stage 0.0 (TID 91)
15:57:46.387 [DEBUG - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.390 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.392 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.392 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.393 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.393 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.393 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.393 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.397 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=dede99cee7e44ab6a4ad7822bfbf1264, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.409 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.410 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.410 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.410 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.410 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.410 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.410 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.411 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.411 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.411 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.411 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.411 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.412 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.421 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.424 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557383696461971528562937_0000_m_000091_91' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557383696461971528562937_0000_m_000091
15:57:46.424 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (Logging.scala:57) attempt_202607081557383696461971528562937_0000_m_000091_91: Committed
15:57:46.425 [INFO - Executor task launch worker for task 91.0 in stage 0.0 (TID 91)] (Logging.scala:57) Finished task 91.0 in stage 0.0 (TID 91). 6300 bytes result sent to driver
15:57:46.426 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 0.0 (TID 92) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 92, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.427 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (Logging.scala:57) Running task 92.0 in stage 0.0 (TID 92)
15:57:46.427 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 91.0 in stage 0.0 (TID 91) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (92/102)
15:57:46.440 [DEBUG - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.462 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.462 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.462 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.462 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.462 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.463 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.466 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=532c0de441254a4199119b62c828e227, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.476 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.476 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.477 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.478 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.488 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.492 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388923434789237196145_0000_m_000092_92' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388923434789237196145_0000_m_000092
15:57:46.492 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (Logging.scala:57) attempt_202607081557388923434789237196145_0000_m_000092_92: Committed
15:57:46.493 [INFO - Executor task launch worker for task 92.0 in stage 0.0 (TID 92)] (Logging.scala:57) Finished task 92.0 in stage 0.0 (TID 92). 6343 bytes result sent to driver
15:57:46.494 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 93.0 in stage 0.0 (TID 93) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 93, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.495 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (Logging.scala:57) Running task 93.0 in stage 0.0 (TID 93)
15:57:46.495 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 92.0 in stage 0.0 (TID 92) in 69 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (93/102)
15:57:46.506 [DEBUG - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.511 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.511 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.512 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.512 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.512 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.512 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.515 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=7d5433e25dac44d39a148f846ae14b18, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.525 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.525 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.526 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.527 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.539 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.542 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385829110427581637201_0000_m_000093_93' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385829110427581637201_0000_m_000093
15:57:46.542 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (Logging.scala:57) attempt_202607081557385829110427581637201_0000_m_000093_93: Committed
15:57:46.543 [INFO - Executor task launch worker for task 93.0 in stage 0.0 (TID 93)] (Logging.scala:57) Finished task 93.0 in stage 0.0 (TID 93). 6300 bytes result sent to driver
15:57:46.544 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 0.0 (TID 94) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 94, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.545 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (Logging.scala:57) Running task 94.0 in stage 0.0 (TID 94)
15:57:46.545 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 93.0 in stage 0.0 (TID 93) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (94/102)
15:57:46.554 [DEBUG - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.557 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.558 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.559 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.559 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.559 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.559 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.559 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.562 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=1c59f5840d8b4404bcb7816f921cf341, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.571 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.571 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.571 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.571 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.572 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.573 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.583 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.587 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381390639655324057284_0000_m_000094_94' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381390639655324057284_0000_m_000094
15:57:46.587 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (Logging.scala:57) attempt_202607081557381390639655324057284_0000_m_000094_94: Committed
15:57:46.588 [INFO - Executor task launch worker for task 94.0 in stage 0.0 (TID 94)] (Logging.scala:57) Finished task 94.0 in stage 0.0 (TID 94). 6300 bytes result sent to driver
15:57:46.589 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 95.0 in stage 0.0 (TID 95) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 95, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.590 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (Logging.scala:57) Running task 95.0 in stage 0.0 (TID 95)
15:57:46.590 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 94.0 in stage 0.0 (TID 94) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (95/102)
15:57:46.602 [DEBUG - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.605 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.606 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.607 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.607 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.607 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.607 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.607 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.610 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=dd365a85f22f48ecb1a7241ecaeb01f6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.620 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.621 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.622 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.622 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.622 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.622 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.624 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.633 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.637 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557386574395720158577336_0000_m_000095_95' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557386574395720158577336_0000_m_000095
15:57:46.637 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (Logging.scala:57) attempt_202607081557386574395720158577336_0000_m_000095_95: Committed
15:57:46.638 [INFO - Executor task launch worker for task 95.0 in stage 0.0 (TID 95)] (Logging.scala:57) Finished task 95.0 in stage 0.0 (TID 95). 6300 bytes result sent to driver
15:57:46.639 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 0.0 (TID 96) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 96, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.640 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (Logging.scala:57) Running task 96.0 in stage 0.0 (TID 96)
15:57:46.641 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 95.0 in stage 0.0 (TID 95) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (96/102)
15:57:46.650 [DEBUG - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.653 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.654 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.654 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.655 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.655 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.655 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.655 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.659 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=0ae40393a77442e49bd55d2cea7369aa, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.670 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.670 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.670 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.670 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.670 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.671 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.672 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.682 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.704 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385429331824409483345_0000_m_000096_96' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385429331824409483345_0000_m_000096
15:57:46.704 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (Logging.scala:57) attempt_202607081557385429331824409483345_0000_m_000096_96: Committed
15:57:46.705 [INFO - Executor task launch worker for task 96.0 in stage 0.0 (TID 96)] (Logging.scala:57) Finished task 96.0 in stage 0.0 (TID 96). 6343 bytes result sent to driver
15:57:46.706 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 97.0 in stage 0.0 (TID 97) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 97, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.707 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (Logging.scala:57) Running task 97.0 in stage 0.0 (TID 97)
15:57:46.707 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 96.0 in stage 0.0 (TID 96) in 68 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (97/102)
15:57:46.717 [DEBUG - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.721 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.721 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.722 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.722 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.722 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.722 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.725 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=6313d3d6d27448789da760b80f2a206a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.734 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.735 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.736 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.747 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.750 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381411270179554424862_0000_m_000097_97' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381411270179554424862_0000_m_000097
15:57:46.750 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (Logging.scala:57) attempt_202607081557381411270179554424862_0000_m_000097_97: Committed
15:57:46.751 [INFO - Executor task launch worker for task 97.0 in stage 0.0 (TID 97)] (Logging.scala:57) Finished task 97.0 in stage 0.0 (TID 97). 6300 bytes result sent to driver
15:57:46.752 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 0.0 (TID 98) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 98, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.752 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (Logging.scala:57) Running task 98.0 in stage 0.0 (TID 98)
15:57:46.753 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 97.0 in stage 0.0 (TID 97) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (98/102)
15:57:46.762 [DEBUG - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.765 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.767 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.767 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.767 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.767 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.767 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.767 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.770 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=0b029ed3e49c4d82af50695aeb5ac39b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.779 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.781 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.790 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.792 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557385632347740102901691_0000_m_000098_98' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557385632347740102901691_0000_m_000098
15:57:46.792 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (Logging.scala:57) attempt_202607081557385632347740102901691_0000_m_000098_98: Committed
15:57:46.793 [INFO - Executor task launch worker for task 98.0 in stage 0.0 (TID 98)] (Logging.scala:57) Finished task 98.0 in stage 0.0 (TID 98). 6300 bytes result sent to driver
15:57:46.794 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 99.0 in stage 0.0 (TID 99) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 99, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.795 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (Logging.scala:57) Running task 99.0 in stage 0.0 (TID 99)
15:57:46.795 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 98.0 in stage 0.0 (TID 98) in 44 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (99/102)
15:57:46.808 [DEBUG - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.812 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.813 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.813 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.814 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.814 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.814 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.814 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.817 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=1ee34eb810fc451e98c771c129aaa3ed, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.826 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.827 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.827 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.827 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.827 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.828 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.837 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2224
15:57:46.841 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557388721428869036327597_0000_m_000099_99' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557388721428869036327597_0000_m_000099
15:57:46.841 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (Logging.scala:57) attempt_202607081557388721428869036327597_0000_m_000099_99: Committed
15:57:46.842 [INFO - Executor task launch worker for task 99.0 in stage 0.0 (TID 99)] (Logging.scala:57) Finished task 99.0 in stage 0.0 (TID 99). 6300 bytes result sent to driver
15:57:46.843 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 0.0 (TID 100) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 100, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.843 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 99.0 in stage 0.0 (TID 99) in 49 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (100/102)
15:57:46.844 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (Logging.scala:57) Running task 100.0 in stage 0.0 (TID 100)
15:57:46.853 [DEBUG - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.856 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.858 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.858 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.858 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.858 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.858 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.858 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.861 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=1647e9a1ef7a44898d4e8aaa8cc44c89, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (CodecConfig.java:95) Compression: SNAPPY
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:379) Dictionary is on
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:380) Validation is off
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:57:46.870 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:57:46.871 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:57:46.871 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:57:46.871 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:57:46.872 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:57:46.881 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2204
15:57:46.884 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081557381652874660348031782_0000_m_000100_100' to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/_temporary/0/task_202607081557381652874660348031782_0000_m_000100
15:57:46.884 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (Logging.scala:57) attempt_202607081557381652874660348031782_0000_m_000100_100: Committed
15:57:46.885 [INFO - Executor task launch worker for task 100.0 in stage 0.0 (TID 100)] (Logging.scala:57) Finished task 100.0 in stage 0.0 (TID 100). 6300 bytes result sent to driver
15:57:46.886 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 101.0 in stage 0.0 (TID 101) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 101, ANY, 5141 bytes) taskResourceAssignments Map()
15:57:46.887 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (Logging.scala:57) Running task 101.0 in stage 0.0 (TID 101)
15:57:46.887 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 100.0 in stage 0.0 (TID 100) in 45 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (101/102)
15:57:46.897 [DEBUG - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:46.900 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:46.901 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.901 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.901 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.901 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:57:46.901 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:57:46.902 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:57:46.905 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323536220160000) for scanner KuduScanner(table=many-partitions-table, tablet=b6bd34b9cdf64e68ba310736ec073ee7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:46.906 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081557383087418578289563784_0000_m_000101_101
15:57:46.907 [INFO - Executor task launch worker for task 101.0 in stage 0.0 (TID 101)] (Logging.scala:57) Finished task 101.0 in stage 0.0 (TID 101). 6214 bytes result sent to driver
15:57:46.908 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 101.0 in stage 0.0 (TID 101) in 22 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (102/102)
15:57:46.910 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:57:46.911 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 8.032 s
15:57:46.916 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:57:46.916 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:57:46.931 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 8.114258 s
15:57:47.023 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Write Job 359da120-75d1-4161-89be-225c1b40f6a1 committed.
15:57:47.030 [INFO - ForkJoinPool-2-worker-1] (Logging.scala:57) Finished processing stats for write job 359da120-75d1-4161-89be-225c1b40f6a1.
15:57:47.077 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9904a644514068b840a6a83b53b3be for table 'many-partitions-table' with partition [0x7FFFFFFB, 0x7FFFFFFC)
15:57:47.077 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 775bf1b1a367479ea1a4c7dcd013bd77 for table 'many-partitions-table' with partition [0x80000000, 0x80000001)
15:57:47.077 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5692796028d24fe68ce7c6bd03782942 for table 'many-partitions-table' with partition [0x80000001, 0x80000002)
15:57:47.077 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 45eb9eb34ad5473a839819afce05eb02 for table 'many-partitions-table' with partition [0x80000002, 0x80000003)
15:57:47.077 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2b767c975b4b43189279150e170eb528 for table 'many-partitions-table' with partition [0x80000003, 0x80000004)
15:57:47.078 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dd38b081506b401fab6a8e6cfea819f6 for table 'many-partitions-table' with partition [0x80000004, 0x80000005)
15:57:47.078 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8cfa45c527bf4506b09216d62b207cb6 for table 'many-partitions-table' with partition [0x80000005, 0x80000006)
15:57:47.078 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 259a621a07214951ba88793a2d242a50 for table 'many-partitions-table' with partition [0x80000006, 0x80000007)
15:57:47.078 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b24dfcc0d8274a42ae48aa4698efe250 for table 'many-partitions-table' with partition [0x80000007, 0x80000008)
15:57:47.078 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f0f0ffc72d574026bcd26432590345ee for table 'many-partitions-table' with partition [0x80000008, 0x80000009)
15:57:47.078 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x7FFFFFFB, ttl=299999}, Tablet{lowerBoundPartitionKey=0x7FFFFFFB, upperBoundPartitionKey=0x7FFFFFFC, ttl=299999, tablet=2d9904a644514068b840a6a83b53b3be@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x7FFFFFFC, upperBoundPartitionKey=0x80000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x80000001, ttl=299999, tablet=775bf1b1a367479ea1a4c7dcd013bd77@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000001, upperBoundPartitionKey=0x80000002, ttl=299999, tablet=5692796028d24fe68ce7c6bd03782942@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000002, upperBoundPartitionKey=0x80000003, ttl=299999, tablet=45eb9eb34ad5473a839819afce05eb02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000003, upperBoundPartitionKey=0x80000004, ttl=299999, tablet=2b767c975b4b43189279150e170eb528@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299999, tablet=dd38b081506b401fab6a8e6cfea819f6@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299999, tablet=8cfa45c527bf4506b09216d62b207cb6@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299999, tablet=259a621a07214951ba88793a2d242a50@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299999, tablet=b24dfcc0d8274a42ae48aa4698efe250@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299999, tablet=f0f0ffc72d574026bcd26432590345ee@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:47.081 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b6bd34b9cdf64e68ba310736ec073ee7 for table 'many-partitions-table' with partition [0x80000064, 0x80000065)
15:57:47.082 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000064, upperBoundPartitionKey=0x80000065, ttl=299999, tablet=b6bd34b9cdf64e68ba310736ec073ee7@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000065, upperBoundPartitionKey=0x, ttl=299999}]
15:57:47.227 [INFO - ForkJoinPool-2-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/.kudu-metadata.json
15:57:47.385 [INFO - ForkJoinPool-2-worker-1] (KuduBackup.scala:149) Successfully backed up table many-partitions-table
15:57:47.393 [DEBUG - main] (Connection.java:748) [peer master-127.10.172.61:35383(127.10.172.61:35383)] connecting to peer
15:57:47.395 [DEBUG - main] (Connection.java:748) [peer master-127.10.172.60:34889(127.10.172.60:34889)] connecting to peer
15:57:47.397 [DEBUG - main] (Connection.java:748) [peer master-127.10.172.62:37163(127.10.172.62:37163)] connecting to peer
15:57:47.397 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.172.61:35383(127.10.172.61:35383)] Successfully connected to peer
15:57:47.405 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.172.60:34889(127.10.172.60:34889)] Successfully connected to peer
15:57:47.407 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.172.61
15:57:47.409 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.172.60
15:57:47.411 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.172.62:37163(127.10.172.62:37163)] Successfully connected to peer
15:57:47.412 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.172.62
15:57:47.430 [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:57:47.432 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x379cca5a, L:/127.0.0.1:59942 - R:/127.10.172.60:34889] using SASL/PLAIN
15:57:47.435 [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:57:47.436 [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:57:47.437 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc8fc8261, L:/127.0.0.1:37254 - R:/127.10.172.62:37163] using SASL/PLAIN
15:57:47.438 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd3c1137c, L:/127.0.0.1:57608 - R:/127.10.172.61:35383] using SASL/PLAIN
15:57:47.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:57:47.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=47), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.10.172.61:35383, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.10.172.60:34889, [4ms] Sub RPC ConnectToMaster: sending RPC to server master-127.10.172.62:37163, [40ms] Sub RPC ConnectToMaster: received response from server master-127.10.172.60:34889: OK, [46ms] Sub RPC ConnectToMaster: received response from server master-127.10.172.62:37163: OK, deferred=null) after lookup
15:57:47.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 824385e3e2e1407ab75bacf89031ee6f
15:57:47.598 [INFO - main] (Logging.scala:57) It took 46 ms to list leaf files for 1 paths.
15:57:47.672 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:57:47.674 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:57:47.677 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:57:47.834 [INFO - main] (Logging.scala:57) Code generated in 70.345197 ms
15:57:47.852 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 314.0 KiB, free 1993.3 MiB)
15:57:47.871 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:57:47.872 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 (size: 28.6 KiB, free: 1993.8 MiB)
15:57:47.874 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:57:47.891 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 134217728 bytes, open cost is considered as scanning 4194304 bytes.
15:57:47.980 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:57:47.981 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 4 output partitions
15:57:47.981 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:57:47.981 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:57:47.981 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:57:47.984 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:57:47.990 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:57:47.992 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:57:47.993 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 (size: 7.1 KiB, free: 1993.8 MiB)
15:57:47.993 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:57:47.994 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:57:47.994 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 4 tasks resource profile 0
15:57:47.999 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 102) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 11323 bytes) taskResourceAssignments Map()
15:57:47.999 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 102)
15:57:48.133 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00053-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.208 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (CodecPool.java:184) Got brand-new decompressor [.snappy]
15:57:48.257 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00051-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.265 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00055-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.272 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00037-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.281 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00041-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.290 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00029-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.298 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00097-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.306 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00017-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.315 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00095-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.323 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00085-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.331 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00025-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.339 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00031-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.347 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00043-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.356 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00071-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.364 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00063-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.372 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00065-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.380 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00069-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.387 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00091-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.394 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00049-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.400 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00079-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.407 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00061-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.413 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00099-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.421 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00081-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.426 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00083-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.432 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00021-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.437 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00035-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.444 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00067-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.448 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00075-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.465 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00087-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.471 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00033-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.476 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00027-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.481 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00011-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.490 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 102)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 102). 3752 bytes result sent to driver
15:57:48.491 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 103) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 11323 bytes) taskResourceAssignments Map()
15:57:48.492 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 102) in 497 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/4)
15:57:48.492 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Running task 1.0 in stage 1.0 (TID 103)
15:57:48.495 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00047-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.502 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00059-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.508 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00023-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.513 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00039-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.518 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00093-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.523 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00057-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.529 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00015-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.535 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00045-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.541 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00089-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.546 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00019-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.551 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00077-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.557 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00073-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.562 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00013-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:48.567 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00009-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:48.573 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00003-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:48.578 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00005-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:48.583 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00001-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:48.587 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00007-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:48.592 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00026-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.603 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00052-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.608 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00044-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.613 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00058-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.618 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00050-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.636 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00036-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.642 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00012-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.649 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00020-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.653 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00080-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.658 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00048-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.663 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00074-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.668 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00062-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.674 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00096-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.678 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00046-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.683 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 103)] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 103). 3845 bytes result sent to driver
15:57:48.684 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 1.0 (TID 104) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, PROCESS_LOCAL, 11323 bytes) taskResourceAssignments Map()
15:57:48.685 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 103) in 194 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/4)
15:57:48.685 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Running task 2.0 in stage 1.0 (TID 104)
15:57:48.688 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00082-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.693 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00056-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.697 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00076-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.703 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00014-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.709 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00040-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.714 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00084-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.718 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00024-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.723 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00072-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.728 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00034-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.734 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00098-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.739 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00068-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.743 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00030-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.748 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00032-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.753 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00100-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.758 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00064-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.763 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00022-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.767 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00092-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.771 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00088-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.786 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00042-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.792 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00070-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.798 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00038-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.803 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00090-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.809 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00078-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.814 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00028-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.819 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00018-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.823 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00016-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.827 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00054-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.831 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00094-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.835 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00060-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.839 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00066-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.843 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00086-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:48.847 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00004-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:48.851 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 104)] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 104). 3851 bytes result sent to driver
15:57:48.852 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 1.0 (TID 105) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, PROCESS_LOCAL, 5815 bytes) taskResourceAssignments Map()
15:57:48.853 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Running task 3.0 in stage 1.0 (TID 105)
15:57:48.853 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 104) in 169 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/4)
15:57:48.855 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00010-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:48.859 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00008-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:48.863 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00006-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:48.867 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00002-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:48.871 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00000-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-1736, partition values: [empty row]
15:57:48.874 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 105)] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 105). 1976 bytes result sent to driver
15:57:48.877 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 105) in 25 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/4)
15:57:48.877 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:57:48.878 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.891 s
15:57:48.878 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:57:48.878 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:57:48.879 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.898234 s
15:57:48.941 [INFO - main] (Logging.scala:57) Code generated in 35.431926 ms
15:57:48.976 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup1091442135358010217/
15:57:49.006 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table
15:57:49.021 [INFO - ForkJoinPool-5-worker-1] (KuduRestore.scala:104) Restoring table many-partitions-table from path: file:/tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960
15:57:49.021 [INFO - ForkJoinPool-5-worker-1] (KuduRestore.scala:112) Creating restore table many-partitions-table-restore
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.028944 10970 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "many-partitions-table-restore"
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:57:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\001\000\000\000\373\377\377\377\007\001\000\000\000\374\377\377\377"
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:57:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:49.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:49.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:49.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "slave"
15:57:49.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:57:49.040 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9c6d708021c641988c83f6754726f391
15:57:49.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.043529 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 68e1572a16da4d42b989fbfaaf136efc (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION -5 <= VALUES < -4
15:57:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.043962 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 68e1572a16da4d42b989fbfaaf136efc. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.046411 12672 tablet_bootstrap.cc:492] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.047534 12672 tablet_bootstrap.cc:654] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.048554 12672 tablet_bootstrap.cc:492] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.048633 12672 ts_tablet_manager.cc:1397] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049072 12672 raft_consensus.cc:348] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049172 12672 raft_consensus.cc:374] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049196 12672 raft_consensus.cc:729] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049332 12672 consensus_queue.cc:260] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049415 12672 raft_consensus.cc:388] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049438 12672 raft_consensus.cc:482] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.049649 12672 raft_consensus.cc:3037] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.050866 12672 raft_consensus.cc:504] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.051033 12672 leader_election.cc:302] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.051236 12672 leader_election.cc:288] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.051374 12674 raft_consensus.cc:2781] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.051577 12674 raft_consensus.cc:686] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.051626 12672 ts_tablet_manager.cc:1428] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:49.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.051715 12674 consensus_queue.cc:237] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.054288 10970 catalog_manager.cc:5495] T 68e1572a16da4d42b989fbfaaf136efc P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.079187 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000\001\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.086037 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dd605d934e0844369bc4f7bca9101e43 has no consensus state
15:57:49.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.090752 11404 tablet_service.cc:1467] Processing CreateTablet for tablet dd605d934e0844369bc4f7bca9101e43 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 0 <= VALUES < 1
15:57:49.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.091116 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dd605d934e0844369bc4f7bca9101e43. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.093307 12679 tablet_bootstrap.cc:492] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.094177 12679 tablet_bootstrap.cc:654] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.095177 12679 tablet_bootstrap.cc:492] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.095254 12679 ts_tablet_manager.cc:1397] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.095736 12679 raft_consensus.cc:348] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.095870 12679 raft_consensus.cc:374] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.095970 12679 raft_consensus.cc:729] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.096114 12679 consensus_queue.cc:260] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.096210 12679 raft_consensus.cc:388] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.096246 12679 raft_consensus.cc:482] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.096287 12679 raft_consensus.cc:3037] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.097158 12679 raft_consensus.cc:504] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.097265 12679 leader_election.cc:302] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.097424 12679 leader_election.cc:288] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.097543 12681 raft_consensus.cc:2781] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.097705 12681 raft_consensus.cc:686] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.097764 12679 ts_tablet_manager.cc:1428] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:49.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.098021 12681 consensus_queue.cc:237] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.099845 10970 catalog_manager.cc:5495] T dd605d934e0844369bc4f7bca9101e43 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.106787 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.116510 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\001\000\000\000\007\001\000\000\000\002\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.122574 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f038c667953f42e6940a3a39dd775a22 has no consensus state
15:57:49.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.128163 11541 tablet_service.cc:1467] Processing CreateTablet for tablet f038c667953f42e6940a3a39dd775a22 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 1 <= VALUES < 2
15:57:49.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.128537 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f038c667953f42e6940a3a39dd775a22. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.131238 12686 tablet_bootstrap.cc:492] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.132267 12686 tablet_bootstrap.cc:654] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.133507 12686 tablet_bootstrap.cc:492] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.133625 12686 ts_tablet_manager.cc:1397] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134030 12686 raft_consensus.cc:348] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134160 12686 raft_consensus.cc:374] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134196 12686 raft_consensus.cc:729] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134367 12686 consensus_queue.cc:260] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134519 12686 raft_consensus.cc:388] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134557 12686 raft_consensus.cc:482] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.134603 12686 raft_consensus.cc:3037] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.135784 12686 raft_consensus.cc:504] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.136082 12686 leader_election.cc:302] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.136379 12686 leader_election.cc:288] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.136924 12686 ts_tablet_manager.cc:1428] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:49.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.137288 12689 raft_consensus.cc:2781] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.137589 12689 raft_consensus.cc:686] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.137814 12689 consensus_queue.cc:237] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.142066 10970 catalog_manager.cc:5495] T f038c667953f42e6940a3a39dd775a22 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.152638 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.157451 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\002\000\000\000\007\001\000\000\000\003\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.164109 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 89ce0ae9fff54d6fafd7c2dc9a90f5f9 has no consensus state
15:57:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.169796 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 89ce0ae9fff54d6fafd7c2dc9a90f5f9 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 2 <= VALUES < 3
15:57:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.170135 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 89ce0ae9fff54d6fafd7c2dc9a90f5f9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.172634 12672 tablet_bootstrap.cc:492] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.173498 12672 tablet_bootstrap.cc:654] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.174609 12672 tablet_bootstrap.cc:492] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.174737 12672 ts_tablet_manager.cc:1397] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175194 12672 raft_consensus.cc:348] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175311 12672 raft_consensus.cc:374] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175346 12672 raft_consensus.cc:729] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175473 12672 consensus_queue.cc:260] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175558 12672 raft_consensus.cc:388] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175591 12672 raft_consensus.cc:482] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.175630 12672 raft_consensus.cc:3037] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.176532 12672 raft_consensus.cc:504] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.176671 12672 leader_election.cc:302] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.176790 12672 leader_election.cc:288] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.176855 12676 raft_consensus.cc:2781] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.176955 12676 raft_consensus.cc:686] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.177074 12672 ts_tablet_manager.cc:1428] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:49.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.177083 12676 consensus_queue.cc:237] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.180652 10970 catalog_manager.cc:5495] T 89ce0ae9fff54d6fafd7c2dc9a90f5f9 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.188613 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.196976 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\003\000\000\000\007\001\000\000\000\004\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.204600 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7b1ea5f1b8794e5ca895440638e3eb6c has no consensus state
15:57:49.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.210160 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 7b1ea5f1b8794e5ca895440638e3eb6c (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 3 <= VALUES < 4
15:57:49.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.210569 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7b1ea5f1b8794e5ca895440638e3eb6c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.213195 12679 tablet_bootstrap.cc:492] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.214124 12679 tablet_bootstrap.cc:654] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.215425 12679 tablet_bootstrap.cc:492] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.215528 12679 ts_tablet_manager.cc:1397] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.215910 12679 raft_consensus.cc:348] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.216025 12679 raft_consensus.cc:374] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.216056 12679 raft_consensus.cc:729] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.216167 12679 consensus_queue.cc:260] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.216241 12679 raft_consensus.cc:388] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.216270 12679 raft_consensus.cc:482] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.216307 12679 raft_consensus.cc:3037] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.217334 12679 raft_consensus.cc:504] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.217471 12679 leader_election.cc:302] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.217756 12679 leader_election.cc:288] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.217834 12681 raft_consensus.cc:2781] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.218184 12681 raft_consensus.cc:686] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.218326 12681 consensus_queue.cc:237] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.218690 12679 ts_tablet_manager.cc:1428] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:49.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.221243 10970 catalog_manager.cc:5495] T 7b1ea5f1b8794e5ca895440638e3eb6c P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.229228 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.236371 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\004\000\000\000\007\001\000\000\000\005\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.243672 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e81a307607bb492bbcc2eb8e8a32222e has no consensus state
15:57:49.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.248099 11541 tablet_service.cc:1467] Processing CreateTablet for tablet e81a307607bb492bbcc2eb8e8a32222e (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 4 <= VALUES < 5
15:57:49.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.248461 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e81a307607bb492bbcc2eb8e8a32222e. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.250885 12686 tablet_bootstrap.cc:492] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.251792 12686 tablet_bootstrap.cc:654] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.252934 12686 tablet_bootstrap.cc:492] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253029 12686 ts_tablet_manager.cc:1397] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253468 12686 raft_consensus.cc:348] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253592 12686 raft_consensus.cc:374] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253626 12686 raft_consensus.cc:729] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253752 12686 consensus_queue.cc:260] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253867 12686 raft_consensus.cc:388] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253913 12686 raft_consensus.cc:482] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.253960 12686 raft_consensus.cc:3037] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.254890 12686 raft_consensus.cc:504] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.255048 12686 leader_election.cc:302] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.255149 12686 leader_election.cc:288] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.255191 12690 raft_consensus.cc:2781] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.255266 12690 raft_consensus.cc:686] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.255406 12686 ts_tablet_manager.cc:1428] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.255369 12690 consensus_queue.cc:237] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.260335 10970 catalog_manager.cc:5495] T e81a307607bb492bbcc2eb8e8a32222e P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.267509 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.277210 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\005\000\000\000\007\001\000\000\000\006\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.285604 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2796078cd2f2401d8c566a375dbad386 has no consensus state
15:57:49.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.290949 11268 tablet_service.cc:1467] Processing CreateTablet for tablet 2796078cd2f2401d8c566a375dbad386 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 5 <= VALUES < 6
15:57:49.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.291345 11268 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2796078cd2f2401d8c566a375dbad386. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.293358 12672 tablet_bootstrap.cc:492] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.294333 12672 tablet_bootstrap.cc:654] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.295397 12672 tablet_bootstrap.cc:492] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.295472 12672 ts_tablet_manager.cc:1397] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:49.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.295774 12672 raft_consensus.cc:348] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.295861 12672 raft_consensus.cc:374] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.295881 12672 raft_consensus.cc:729] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.296041 12672 consensus_queue.cc:260] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.296108 12672 raft_consensus.cc:388] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.296129 12672 raft_consensus.cc:482] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.296162 12672 raft_consensus.cc:3037] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297052 12672 raft_consensus.cc:504] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297183 12672 leader_election.cc:302] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297282 12672 leader_election.cc:288] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297323 12676 raft_consensus.cc:2781] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297430 12676 raft_consensus.cc:686] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297554 12676 consensus_queue.cc:237] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.297909 12672 ts_tablet_manager.cc:1428] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:49.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.299472 10970 catalog_manager.cc:5495] T 2796078cd2f2401d8c566a375dbad386 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.306111 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.316388 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\006\000\000\000\007\001\000\000\000\007\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.323225 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2e6809893c9f4bc1be3e92868ac1721a has no consensus state
15:57:49.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.327898 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 2e6809893c9f4bc1be3e92868ac1721a (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 6 <= VALUES < 7
15:57:49.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.328248 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2e6809893c9f4bc1be3e92868ac1721a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.330291 12679 tablet_bootstrap.cc:492] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.331084 12679 tablet_bootstrap.cc:654] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332123 12679 tablet_bootstrap.cc:492] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332198 12679 ts_tablet_manager.cc:1397] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332509 12679 raft_consensus.cc:348] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332599 12679 raft_consensus.cc:374] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332620 12679 raft_consensus.cc:729] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332758 12679 consensus_queue.cc:260] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332911 12679 raft_consensus.cc:388] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332937 12679 raft_consensus.cc:482] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.332965 12679 raft_consensus.cc:3037] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.333716 12679 raft_consensus.cc:504] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.333936 12679 leader_election.cc:302] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.334091 12679 leader_election.cc:288] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.334141 12683 raft_consensus.cc:2781] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.334254 12683 raft_consensus.cc:686] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.334429 12683 consensus_queue.cc:237] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.334416 12679 ts_tablet_manager.cc:1428] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.336611 10968 catalog_manager.cc:5495] T 2e6809893c9f4bc1be3e92868ac1721a P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.343262 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.357314 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\007\000\000\000\007\001\000\000\000\010\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.363781 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d0af585e47004e00b6b509fb522ef97c has no consensus state
15:57:49.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.368063 11541 tablet_service.cc:1467] Processing CreateTablet for tablet d0af585e47004e00b6b509fb522ef97c (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 7 <= VALUES < 8
15:57:49.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.368382 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d0af585e47004e00b6b509fb522ef97c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.370342 12686 tablet_bootstrap.cc:492] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.371115 12686 tablet_bootstrap.cc:654] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.372238 12686 tablet_bootstrap.cc:492] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.372351 12686 ts_tablet_manager.cc:1397] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.372730 12686 raft_consensus.cc:348] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.372908 12686 raft_consensus.cc:374] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.372947 12686 raft_consensus.cc:729] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.373077 12686 consensus_queue.cc:260] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.373194 12686 raft_consensus.cc:388] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.373231 12686 raft_consensus.cc:482] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.373277 12686 raft_consensus.cc:3037] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374097 12686 raft_consensus.cc:504] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374241 12686 leader_election.cc:302] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374365 12686 leader_election.cc:288] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374411 12688 raft_consensus.cc:2781] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374490 12688 raft_consensus.cc:686] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374598 12688 consensus_queue.cc:237] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.374899 12686 ts_tablet_manager.cc:1428] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.001s
15:57:49.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.377041 10968 catalog_manager.cc:5495] T d0af585e47004e00b6b509fb522ef97c P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.384843 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.396682 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\010\000\000\000\007\001\000\000\000\t\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.403041 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b05347d1ab094ab7b19e3a98b670deb8 has no consensus state
15:57:49.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.408079 11268 tablet_service.cc:1467] Processing CreateTablet for tablet b05347d1ab094ab7b19e3a98b670deb8 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 8 <= VALUES < 9
15:57:49.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.408434 11268 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b05347d1ab094ab7b19e3a98b670deb8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.410401 12672 tablet_bootstrap.cc:492] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.411334 12672 tablet_bootstrap.cc:654] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.412487 12672 tablet_bootstrap.cc:492] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.412559 12672 ts_tablet_manager.cc:1397] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.412949 12672 raft_consensus.cc:348] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.413039 12672 raft_consensus.cc:374] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.413061 12672 raft_consensus.cc:729] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.413185 12672 consensus_queue.cc:260] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.413264 12672 raft_consensus.cc:388] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.413288 12672 raft_consensus.cc:482] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.413317 12672 raft_consensus.cc:3037] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414059 12672 raft_consensus.cc:504] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414165 12672 leader_election.cc:302] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414263 12672 leader_election.cc:288] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414306 12676 raft_consensus.cc:2781] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414414 12676 raft_consensus.cc:686] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414528 12676 consensus_queue.cc:237] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.414599 12672 ts_tablet_manager.cc:1428] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.417253 10970 catalog_manager.cc:5495] T b05347d1ab094ab7b19e3a98b670deb8 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.423786 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.436414 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\t\000\000\000\007\001\000\000\000\n\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.443639 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d4caf55c48f245f287ba0879d97e62a5 has no consensus state
15:57:49.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.448145 11404 tablet_service.cc:1467] Processing CreateTablet for tablet d4caf55c48f245f287ba0879d97e62a5 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 9 <= VALUES < 10
15:57:49.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.448500 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d4caf55c48f245f287ba0879d97e62a5. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.450461 12679 tablet_bootstrap.cc:492] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.451232 12679 tablet_bootstrap.cc:654] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.452642 12679 tablet_bootstrap.cc:492] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.452744 12679 ts_tablet_manager.cc:1397] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453258 12679 raft_consensus.cc:348] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453351 12679 raft_consensus.cc:374] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453373 12679 raft_consensus.cc:729] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453508 12679 consensus_queue.cc:260] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453614 12679 raft_consensus.cc:388] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453649 12679 raft_consensus.cc:482] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.453689 12679 raft_consensus.cc:3037] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.454499 12679 raft_consensus.cc:504] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.454644 12679 leader_election.cc:302] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.454756 12679 leader_election.cc:288] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.454797 12683 raft_consensus.cc:2781] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.454864 12683 raft_consensus.cc:686] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.455001 12679 ts_tablet_manager.cc:1428] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:49.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.454989 12683 consensus_queue.cc:237] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.456950 10970 catalog_manager.cc:5495] T d4caf55c48f245f287ba0879d97e62a5 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.464512 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.477507 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\n\000\000\000\007\001\000\000\000\013\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.483583 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d42e5a47a126409fb591f343907a901f has no consensus state
15:57:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.494278 11544 tablet_service.cc:1467] Processing CreateTablet for tablet d42e5a47a126409fb591f343907a901f (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 10 <= VALUES < 11
15:57:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.494637 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d42e5a47a126409fb591f343907a901f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.496814 12686 tablet_bootstrap.cc:492] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.497749 12686 tablet_bootstrap.cc:654] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.498762 12686 tablet_bootstrap.cc:492] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.498838 12686 ts_tablet_manager.cc:1397] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499181 12686 raft_consensus.cc:348] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499274 12686 raft_consensus.cc:374] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499295 12686 raft_consensus.cc:729] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499387 12686 consensus_queue.cc:260] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499439 12686 raft_consensus.cc:388] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499460 12686 raft_consensus.cc:482] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.499506 12686 raft_consensus.cc:3037] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.500233 12686 raft_consensus.cc:504] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.500379 12686 leader_election.cc:302] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.500481 12686 leader_election.cc:288] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.500545 12688 raft_consensus.cc:2781] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.500665 12688 raft_consensus.cc:686] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.500814 12688 consensus_queue.cc:237] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.501029 12686 ts_tablet_manager.cc:1428] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.503625 10970 catalog_manager.cc:5495] T d42e5a47a126409fb591f343907a901f P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.510226 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.516579 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\013\000\000\000\007\001\000\000\000\014\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.522948 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 20ca56d432014c5093f66b8bf7356314 has no consensus state
15:57:49.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.527748 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 20ca56d432014c5093f66b8bf7356314 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 11 <= VALUES < 12
15:57:49.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.528091 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 20ca56d432014c5093f66b8bf7356314. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.530232 12672 tablet_bootstrap.cc:492] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.531147 12672 tablet_bootstrap.cc:654] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532107 12672 tablet_bootstrap.cc:492] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532177 12672 ts_tablet_manager.cc:1397] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532475 12672 raft_consensus.cc:348] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532562 12672 raft_consensus.cc:374] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532583 12672 raft_consensus.cc:729] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532658 12672 consensus_queue.cc:260] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532714 12672 raft_consensus.cc:388] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532737 12672 raft_consensus.cc:482] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.532819 12672 raft_consensus.cc:3037] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.533551 12672 raft_consensus.cc:504] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.533658 12672 leader_election.cc:302] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.533751 12672 leader_election.cc:288] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.533797 12676 raft_consensus.cc:2781] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.533880 12676 raft_consensus.cc:686] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.534001 12676 consensus_queue.cc:237] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.537336 12672 ts_tablet_manager.cc:1428] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
15:57:49.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.540722 10970 catalog_manager.cc:5495] T 20ca56d432014c5093f66b8bf7356314 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.543601 10954 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 20ca56d432014c5093f66b8bf7356314 (table many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 20ca56d432014c5093f66b8bf7356314 consensus state has no leader
15:57:49.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.547525 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.556663 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\014\000\000\000\007\001\000\000\000\r\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.564808 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1a5c4d930825473f98f56d859c948ea3 has no consensus state
15:57:49.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.569092 11400 tablet_service.cc:1467] Processing CreateTablet for tablet 1a5c4d930825473f98f56d859c948ea3 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 12 <= VALUES < 13
15:57:49.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.569418 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1a5c4d930825473f98f56d859c948ea3. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.571277 12679 tablet_bootstrap.cc:492] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.572059 12679 tablet_bootstrap.cc:654] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.573397 12679 tablet_bootstrap.cc:492] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.573480 12679 ts_tablet_manager.cc:1397] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.573871 12679 raft_consensus.cc:348] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.573964 12679 raft_consensus.cc:374] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.573988 12679 raft_consensus.cc:729] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.574081 12679 consensus_queue.cc:260] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.574131 12679 raft_consensus.cc:388] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.574154 12679 raft_consensus.cc:482] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.574182 12679 raft_consensus.cc:3037] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.574956 12679 raft_consensus.cc:504] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.575083 12679 leader_election.cc:302] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.575186 12679 leader_election.cc:288] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.575280 12681 raft_consensus.cc:2781] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.575414 12681 raft_consensus.cc:686] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.575554 12679 ts_tablet_manager.cc:1428] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:49.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.575519 12681 consensus_queue.cc:237] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.577960 10970 catalog_manager.cc:5495] T 1a5c4d930825473f98f56d859c948ea3 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.584846 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.596941 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\r\000\000\000\007\001\000\000\000\016\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.604907 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9f422d87ef7940b39c1f974acd6a47ce has no consensus state
15:57:49.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.610227 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 9f422d87ef7940b39c1f974acd6a47ce (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 13 <= VALUES < 14
15:57:49.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.610651 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9f422d87ef7940b39c1f974acd6a47ce. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.612855 12686 tablet_bootstrap.cc:492] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.613845 12686 tablet_bootstrap.cc:654] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.615116 12686 tablet_bootstrap.cc:492] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.615227 12686 ts_tablet_manager.cc:1397] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.615621 12686 raft_consensus.cc:348] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.615756 12686 raft_consensus.cc:374] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.615790 12686 raft_consensus.cc:729] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.615952 12686 consensus_queue.cc:260] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.616026 12686 raft_consensus.cc:388] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.616050 12686 raft_consensus.cc:482] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.616079 12686 raft_consensus.cc:3037] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.617201 12686 raft_consensus.cc:504] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.617352 12686 leader_election.cc:302] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.617462 12686 leader_election.cc:288] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.617507 12690 raft_consensus.cc:2781] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.617611 12690 raft_consensus.cc:686] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.617720 12690 consensus_queue.cc:237] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.620406 12686 ts_tablet_manager.cc:1428] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
15:57:49.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.622967 10970 catalog_manager.cc:5495] T 9f422d87ef7940b39c1f974acd6a47ce P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.629890 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.637553 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\016\000\000\000\007\001\000\000\000\017\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.647454 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e9e255b663f8425dbc374e0d9dbc0a47 has no consensus state
15:57:49.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.653055 11266 tablet_service.cc:1467] Processing CreateTablet for tablet e9e255b663f8425dbc374e0d9dbc0a47 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 14 <= VALUES < 15
15:57:49.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.653402 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e9e255b663f8425dbc374e0d9dbc0a47. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.655787 12672 tablet_bootstrap.cc:492] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.656656 12672 tablet_bootstrap.cc:654] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.657811 12672 tablet_bootstrap.cc:492] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.657904 12672 ts_tablet_manager.cc:1397] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658263 12672 raft_consensus.cc:348] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658366 12672 raft_consensus.cc:374] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658393 12672 raft_consensus.cc:729] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658501 12672 consensus_queue.cc:260] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658565 12672 raft_consensus.cc:388] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658593 12672 raft_consensus.cc:482] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.658627 12672 raft_consensus.cc:3037] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.659569 12672 raft_consensus.cc:504] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.659713 12672 leader_election.cc:302] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.659857 12672 leader_election.cc:288] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.659924 12676 raft_consensus.cc:2781] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.660136 12676 raft_consensus.cc:686] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.660276 12676 consensus_queue.cc:237] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.660730 12672 ts_tablet_manager.cc:1428] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:49.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.663626 10970 catalog_manager.cc:5495] T e9e255b663f8425dbc374e0d9dbc0a47 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.670885 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.677908 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\017\000\000\000\007\001\000\000\000\020\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.686846 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 315cb2451226498a967173b87fbea666 has no consensus state
15:57:49.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.693708 11400 tablet_service.cc:1467] Processing CreateTablet for tablet 315cb2451226498a967173b87fbea666 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 15 <= VALUES < 16
15:57:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.694052 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 315cb2451226498a967173b87fbea666. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.696439 12679 tablet_bootstrap.cc:492] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.697364 12679 tablet_bootstrap.cc:654] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.698585 12679 tablet_bootstrap.cc:492] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.698658 12679 ts_tablet_manager.cc:1397] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699021 12679 raft_consensus.cc:348] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699117 12679 raft_consensus.cc:374] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699139 12679 raft_consensus.cc:729] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699263 12679 consensus_queue.cc:260] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699342 12679 raft_consensus.cc:388] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699373 12679 raft_consensus.cc:482] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.699402 12679 raft_consensus.cc:3037] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700182 12679 raft_consensus.cc:504] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700295 12679 leader_election.cc:302] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700387 12679 leader_election.cc:288] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700431 12681 raft_consensus.cc:2781] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700507 12681 raft_consensus.cc:686] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700650 12679 ts_tablet_manager.cc:1428] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.700626 12681 consensus_queue.cc:237] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.702752 10970 catalog_manager.cc:5495] T 315cb2451226498a967173b87fbea666 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.710901 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.717338 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\020\000\000\000\007\001\000\000\000\021\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.725023 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b13b6f69d7574b1487338ef0453cdc9c has no consensus state
15:57:49.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.730770 11543 tablet_service.cc:1467] Processing CreateTablet for tablet b13b6f69d7574b1487338ef0453cdc9c (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 16 <= VALUES < 17
15:57:49.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.731133 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b13b6f69d7574b1487338ef0453cdc9c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.733578 12686 tablet_bootstrap.cc:492] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.734501 12686 tablet_bootstrap.cc:654] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.735947 12686 tablet_bootstrap.cc:492] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736049 12686 ts_tablet_manager.cc:1397] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736443 12686 raft_consensus.cc:348] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736557 12686 raft_consensus.cc:374] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736588 12686 raft_consensus.cc:729] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736706 12686 consensus_queue.cc:260] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736809 12686 raft_consensus.cc:388] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736843 12686 raft_consensus.cc:482] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.736884 12686 raft_consensus.cc:3037] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.737893 12686 raft_consensus.cc:504] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.738055 12686 leader_election.cc:302] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.738152 12686 leader_election.cc:288] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.738248 12688 raft_consensus.cc:2781] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.738374 12688 raft_consensus.cc:686] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.738417 12686 ts_tablet_manager.cc:1428] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.738482 12688 consensus_queue.cc:237] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.740475 10970 catalog_manager.cc:5495] T b13b6f69d7574b1487338ef0453cdc9c P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.748171 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.756662 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\021\000\000\000\007\001\000\000\000\022\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.765749 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 78f732ec2d6943f9b1a78d37513d072f has no consensus state
15:57:49.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.770296 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 78f732ec2d6943f9b1a78d37513d072f (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 17 <= VALUES < 18
15:57:49.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.770619 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 78f732ec2d6943f9b1a78d37513d072f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.772532 12672 tablet_bootstrap.cc:492] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.773363 12672 tablet_bootstrap.cc:654] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.774469 12672 tablet_bootstrap.cc:492] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.774575 12672 ts_tablet_manager.cc:1397] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775061 12672 raft_consensus.cc:348] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775177 12672 raft_consensus.cc:374] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775209 12672 raft_consensus.cc:729] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775338 12672 consensus_queue.cc:260] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775463 12672 raft_consensus.cc:388] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775502 12672 raft_consensus.cc:482] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.775545 12672 raft_consensus.cc:3037] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.776420 12672 raft_consensus.cc:504] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.776566 12672 leader_election.cc:302] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.776679 12672 leader_election.cc:288] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.776739 12676 raft_consensus.cc:2781] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.776881 12676 raft_consensus.cc:686] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.777010 12676 consensus_queue.cc:237] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.777248 12672 ts_tablet_manager.cc:1428] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.002s
15:57:49.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.778684 10970 catalog_manager.cc:5495] T 78f732ec2d6943f9b1a78d37513d072f P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.785579 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.796438 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\022\000\000\000\007\001\000\000\000\023\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.805213 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fe61c973270b4fee92b39696d5d7b04e has no consensus state
15:57:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.810351 11400 tablet_service.cc:1467] Processing CreateTablet for tablet fe61c973270b4fee92b39696d5d7b04e (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 18 <= VALUES < 19
15:57:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.810668 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fe61c973270b4fee92b39696d5d7b04e. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.812621 12679 tablet_bootstrap.cc:492] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.813398 12679 tablet_bootstrap.cc:654] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.814399 12679 tablet_bootstrap.cc:492] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.814512 12679 ts_tablet_manager.cc:1397] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.814885 12679 raft_consensus.cc:348] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.814976 12679 raft_consensus.cc:374] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.815008 12679 raft_consensus.cc:729] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.815141 12679 consensus_queue.cc:260] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.815234 12679 raft_consensus.cc:388] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.815274 12679 raft_consensus.cc:482] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.815318 12679 raft_consensus.cc:3037] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816097 12679 raft_consensus.cc:504] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816206 12679 leader_election.cc:302] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816296 12679 leader_election.cc:288] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816337 12681 raft_consensus.cc:2781] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816488 12681 raft_consensus.cc:686] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816565 12679 ts_tablet_manager.cc:1428] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:49.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.816604 12681 consensus_queue.cc:237] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.818866 10970 catalog_manager.cc:5495] T fe61c973270b4fee92b39696d5d7b04e P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.825727 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.837162 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\023\000\000\000\007\001\000\000\000\024\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.846541 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 99b1a82194064fd495a5010b93ddf43c has no consensus state
15:57:49.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.851649 11544 tablet_service.cc:1467] Processing CreateTablet for tablet 99b1a82194064fd495a5010b93ddf43c (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 19 <= VALUES < 20
15:57:49.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.851941 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 99b1a82194064fd495a5010b93ddf43c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.853883 12686 tablet_bootstrap.cc:492] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.854857 12686 tablet_bootstrap.cc:654] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.856045 12686 tablet_bootstrap.cc:492] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.856163 12686 ts_tablet_manager.cc:1397] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.856557 12686 raft_consensus.cc:348] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.856667 12686 raft_consensus.cc:374] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.856702 12686 raft_consensus.cc:729] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.856986 12686 consensus_queue.cc:260] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.857137 12686 raft_consensus.cc:388] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.857178 12686 raft_consensus.cc:482] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.857220 12686 raft_consensus.cc:3037] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.858069 12686 raft_consensus.cc:504] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.858227 12686 leader_election.cc:302] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.858338 12686 leader_election.cc:288] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.858420 12688 raft_consensus.cc:2781] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.858603 12688 raft_consensus.cc:686] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.858721 12688 consensus_queue.cc:237] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.859050 12686 ts_tablet_manager.cc:1428] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:49.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.860678 10970 catalog_manager.cc:5495] T 99b1a82194064fd495a5010b93ddf43c P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.867736 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.876523 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\024\000\000\000\007\001\000\000\000\025\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.885942 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ca43abfb56fa4135b76da5c86aef201c has no consensus state
15:57:49.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.890686 11271 tablet_service.cc:1467] Processing CreateTablet for tablet ca43abfb56fa4135b76da5c86aef201c (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 20 <= VALUES < 21
15:57:49.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.891031 11271 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ca43abfb56fa4135b76da5c86aef201c. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.893230 12672 tablet_bootstrap.cc:492] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:49.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.894120 12672 tablet_bootstrap.cc:654] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:49.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.895423 12672 tablet_bootstrap.cc:492] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:49.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.895534 12672 ts_tablet_manager.cc:1397] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896070 12672 raft_consensus.cc:348] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896224 12672 raft_consensus.cc:374] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896258 12672 raft_consensus.cc:729] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896440 12672 consensus_queue.cc:260] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896559 12672 raft_consensus.cc:388] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896595 12672 raft_consensus.cc:482] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.896642 12672 raft_consensus.cc:3037] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.897465 12672 raft_consensus.cc:504] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.897619 12672 leader_election.cc:302] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.897734 12672 leader_election.cc:288] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.897795 12675 raft_consensus.cc:2781] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.897912 12675 raft_consensus.cc:686] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:49.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.898043 12675 consensus_queue.cc:237] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:49.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.898350 12672 ts_tablet_manager.cc:1428] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.002s
15:57:49.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.900591 10970 catalog_manager.cc:5495] T ca43abfb56fa4135b76da5c86aef201c P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:49.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.908092 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.917500 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\025\000\000\000\007\001\000\000\000\026\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.926903 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6f56f51cb03643938ba6819f948a37a7 has no consensus state
15:57:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.937980 11400 tablet_service.cc:1467] Processing CreateTablet for tablet 6f56f51cb03643938ba6819f948a37a7 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 21 <= VALUES < 22
15:57:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.938333 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6f56f51cb03643938ba6819f948a37a7. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.940380 12679 tablet_bootstrap.cc:492] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:49.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.941445 12679 tablet_bootstrap.cc:654] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.942916 12679 tablet_bootstrap.cc:492] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943032 12679 ts_tablet_manager.cc:1397] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943380 12679 raft_consensus.cc:348] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943471 12679 raft_consensus.cc:374] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943496 12679 raft_consensus.cc:729] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943591 12679 consensus_queue.cc:260] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943642 12679 raft_consensus.cc:388] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943663 12679 raft_consensus.cc:482] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.943692 12679 raft_consensus.cc:3037] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:49.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944398 12679 raft_consensus.cc:504] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944516 12679 leader_election.cc:302] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:49.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944618 12679 leader_election.cc:288] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944664 12683 raft_consensus.cc:2781] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944799 12683 raft_consensus.cc:686] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:49.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944921 12683 consensus_queue.cc:237] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:49.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.944977 12679 ts_tablet_manager.cc:1428] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.947466 10970 catalog_manager.cc:5495] T 6f56f51cb03643938ba6819f948a37a7 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.953789 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.956705 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\026\000\000\000\007\001\000\000\000\027\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:49.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:49.965934 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6878307782854098855bb3a3e0f90aa7 has no consensus state
15:57:49.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.971371 11541 tablet_service.cc:1467] Processing CreateTablet for tablet 6878307782854098855bb3a3e0f90aa7 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 22 <= VALUES < 23
15:57:49.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.971659 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6878307782854098855bb3a3e0f90aa7. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:49.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.973713 12686 tablet_bootstrap.cc:492] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.974761 12686 tablet_bootstrap.cc:654] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.976173 12686 tablet_bootstrap.cc:492] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.976289 12686 ts_tablet_manager.cc:1397] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.976814 12686 raft_consensus.cc:348] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.976923 12686 raft_consensus.cc:374] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.976948 12686 raft_consensus.cc:729] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.977073 12686 consensus_queue.cc:260] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.977146 12686 raft_consensus.cc:388] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.977170 12686 raft_consensus.cc:482] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.977200 12686 raft_consensus.cc:3037] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978224 12686 raft_consensus.cc:504] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978353 12686 leader_election.cc:302] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978426 12686 leader_election.cc:288] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978559 12690 raft_consensus.cc:2781] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978634 12690 raft_consensus.cc:686] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978710 12686 ts_tablet_manager.cc:1428] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:49.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.978745 12690 consensus_queue.cc:237] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:49.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.981065 10970 catalog_manager.cc:5495] T 6878307782854098855bb3a3e0f90aa7 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:49.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.989073 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:49.996634 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\027\000\000\000\007\001\000\000\000\030\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.008193 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a3a05cdbedcf42acbf5464b099b806f7 has no consensus state
15:57:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.014350 11273 tablet_service.cc:1467] Processing CreateTablet for tablet a3a05cdbedcf42acbf5464b099b806f7 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 23 <= VALUES < 24
15:57:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.014675 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a3a05cdbedcf42acbf5464b099b806f7. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.017158 12672 tablet_bootstrap.cc:492] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.018105 12672 tablet_bootstrap.cc:654] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.019328 12672 tablet_bootstrap.cc:492] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.019448 12672 ts_tablet_manager.cc:1397] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:50.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020063 12672 raft_consensus.cc:348] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020198 12672 raft_consensus.cc:374] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020236 12672 raft_consensus.cc:729] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020382 12672 consensus_queue.cc:260] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020520 12672 raft_consensus.cc:388] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020560 12672 raft_consensus.cc:482] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.020613 12672 raft_consensus.cc:3037] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.021791 12672 raft_consensus.cc:504] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.021960 12672 leader_election.cc:302] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.022089 12672 leader_election.cc:288] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.022213 12675 raft_consensus.cc:2781] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.022323 12675 raft_consensus.cc:686] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.022450 12675 consensus_queue.cc:237] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.022732 12672 ts_tablet_manager.cc:1428] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:50.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.024732 10970 catalog_manager.cc:5495] T a3a05cdbedcf42acbf5464b099b806f7 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.031885 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.037359 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\030\000\000\000\007\001\000\000\000\031\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.049227 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 52eaa37552dc4261bf592e44ca4563ad has no consensus state
15:57:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.055378 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 52eaa37552dc4261bf592e44ca4563ad (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 24 <= VALUES < 25
15:57:50.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.055776 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 52eaa37552dc4261bf592e44ca4563ad. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.057832 12679 tablet_bootstrap.cc:492] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.058698 12679 tablet_bootstrap.cc:654] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.060074 12679 tablet_bootstrap.cc:492] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.060207 12679 ts_tablet_manager.cc:1397] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.060705 12679 raft_consensus.cc:348] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.060977 12679 raft_consensus.cc:374] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.061025 12679 raft_consensus.cc:729] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.061219 12679 consensus_queue.cc:260] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.061332 12679 raft_consensus.cc:388] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.061372 12679 raft_consensus.cc:482] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.061420 12679 raft_consensus.cc:3037] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.062466 12679 raft_consensus.cc:504] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.062640 12679 leader_election.cc:302] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.062764 12679 leader_election.cc:288] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.062849 12682 raft_consensus.cc:2781] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.062973 12682 raft_consensus.cc:686] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.063097 12682 consensus_queue.cc:237] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.063436 12679 ts_tablet_manager.cc:1428] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:50.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.066622 10970 catalog_manager.cc:5495] T 52eaa37552dc4261bf592e44ca4563ad P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.074070 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.076735 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\031\000\000\000\007\001\000\000\000\032\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.088557 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dce78e7e0eb04e59b4d35418419e3033 has no consensus state
15:57:50.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.093534 11543 tablet_service.cc:1467] Processing CreateTablet for tablet dce78e7e0eb04e59b4d35418419e3033 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 25 <= VALUES < 26
15:57:50.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.093883 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dce78e7e0eb04e59b4d35418419e3033. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.095960 12686 tablet_bootstrap.cc:492] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.097010 12686 tablet_bootstrap.cc:654] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.098521 12686 tablet_bootstrap.cc:492] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.098632 12686 ts_tablet_manager.cc:1397] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099143 12686 raft_consensus.cc:348] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099256 12686 raft_consensus.cc:374] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099287 12686 raft_consensus.cc:729] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099433 12686 consensus_queue.cc:260] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099537 12686 raft_consensus.cc:388] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099581 12686 raft_consensus.cc:482] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.099624 12686 raft_consensus.cc:3037] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.100502 12686 raft_consensus.cc:504] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.100616 12686 leader_election.cc:302] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.100732 12686 leader_election.cc:288] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.100803 12689 raft_consensus.cc:2781] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.100870 12689 raft_consensus.cc:686] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.101011 12686 ts_tablet_manager.cc:1428] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.101003 12689 consensus_queue.cc:237] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.103049 10968 catalog_manager.cc:5495] T dce78e7e0eb04e59b4d35418419e3033 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.110170 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.116739 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\032\000\000\000\007\001\000\000\000\033\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.130023 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet afa54f6d4892441b94e1940324085936 has no consensus state
15:57:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.135910 11266 tablet_service.cc:1467] Processing CreateTablet for tablet afa54f6d4892441b94e1940324085936 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 26 <= VALUES < 27
15:57:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.136204 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet afa54f6d4892441b94e1940324085936. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.138099 12672 tablet_bootstrap.cc:492] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.139006 12672 tablet_bootstrap.cc:654] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.140172 12672 tablet_bootstrap.cc:492] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.140273 12672 ts_tablet_manager.cc:1397] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:50.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.140651 12672 raft_consensus.cc:348] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.140765 12672 raft_consensus.cc:374] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.140820 12672 raft_consensus.cc:729] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.140949 12672 consensus_queue.cc:260] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.141068 12672 raft_consensus.cc:388] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.141103 12672 raft_consensus.cc:482] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.141149 12672 raft_consensus.cc:3037] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.141863 12672 raft_consensus.cc:504] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.142009 12672 leader_election.cc:302] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.142141 12672 leader_election.cc:288] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.142215 12675 raft_consensus.cc:2781] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.142352 12675 raft_consensus.cc:686] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.142421 12672 ts_tablet_manager.cc:1428] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.142469 12675 consensus_queue.cc:237] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.144280 10968 catalog_manager.cc:5495] T afa54f6d4892441b94e1940324085936 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.150944 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.157013 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\033\000\000\000\007\001\000\000\000\034\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.167994 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f8b8dd3fe21c416fb7b3c623b17bee61 has no consensus state
15:57:50.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.173120 11400 tablet_service.cc:1467] Processing CreateTablet for tablet f8b8dd3fe21c416fb7b3c623b17bee61 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 27 <= VALUES < 28
15:57:50.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.173552 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f8b8dd3fe21c416fb7b3c623b17bee61. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.176095 12679 tablet_bootstrap.cc:492] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.177155 12679 tablet_bootstrap.cc:654] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.178289 12679 tablet_bootstrap.cc:492] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.178364 12679 ts_tablet_manager.cc:1397] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.178748 12679 raft_consensus.cc:348] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.178844 12679 raft_consensus.cc:374] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.178866 12679 raft_consensus.cc:729] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.179092 12679 consensus_queue.cc:260] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.179185 12679 raft_consensus.cc:388] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.179210 12679 raft_consensus.cc:482] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.179239 12679 raft_consensus.cc:3037] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.179956 12679 raft_consensus.cc:504] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.180068 12679 leader_election.cc:302] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.180166 12679 leader_election.cc:288] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.180214 12681 raft_consensus.cc:2781] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.180294 12681 raft_consensus.cc:686] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.180431 12679 ts_tablet_manager.cc:1428] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.180402 12681 consensus_queue.cc:237] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.182349 10968 catalog_manager.cc:5495] T f8b8dd3fe21c416fb7b3c623b17bee61 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.189975 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.196913 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\034\000\000\000\007\001\000\000\000\035\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.208609 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 34c9448a66da4535b847954bbc087b90 has no consensus state
15:57:50.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.216130 11544 tablet_service.cc:1467] Processing CreateTablet for tablet 34c9448a66da4535b847954bbc087b90 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 28 <= VALUES < 29
15:57:50.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.216502 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 34c9448a66da4535b847954bbc087b90. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.218518 12686 tablet_bootstrap.cc:492] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.219435 12686 tablet_bootstrap.cc:654] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.220628 12686 tablet_bootstrap.cc:492] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.220717 12686 ts_tablet_manager.cc:1397] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221326 12686 raft_consensus.cc:348] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221418 12686 raft_consensus.cc:374] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221442 12686 raft_consensus.cc:729] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221580 12686 consensus_queue.cc:260] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221639 12686 raft_consensus.cc:388] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221663 12686 raft_consensus.cc:482] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.221691 12686 raft_consensus.cc:3037] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222457 12686 raft_consensus.cc:504] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222564 12686 leader_election.cc:302] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222656 12686 leader_election.cc:288] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222697 12688 raft_consensus.cc:2781] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222784 12688 raft_consensus.cc:686] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222919 12686 ts_tablet_manager.cc:1428] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:50.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.222899 12688 consensus_queue.cc:237] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.224783 10968 catalog_manager.cc:5495] T 34c9448a66da4535b847954bbc087b90 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.231895 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.237347 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\035\000\000\000\007\001\000\000\000\036\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.250838 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 14270f9d6ceb45f3a67377e1ce1e354f has no consensus state
15:57:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.256146 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 14270f9d6ceb45f3a67377e1ce1e354f (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 29 <= VALUES < 30
15:57:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.256484 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 14270f9d6ceb45f3a67377e1ce1e354f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.258773 12672 tablet_bootstrap.cc:492] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.259704 12672 tablet_bootstrap.cc:654] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.260737 12672 tablet_bootstrap.cc:492] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.260963 12672 ts_tablet_manager.cc:1397] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261386 12672 raft_consensus.cc:348] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261500 12672 raft_consensus.cc:374] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261534 12672 raft_consensus.cc:729] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261660 12672 consensus_queue.cc:260] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261772 12672 raft_consensus.cc:388] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261807 12672 raft_consensus.cc:482] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.261854 12672 raft_consensus.cc:3037] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.262573 12672 raft_consensus.cc:504] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.262712 12672 leader_election.cc:302] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.262842 12672 leader_election.cc:288] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.262902 12675 raft_consensus.cc:2781] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.263013 12675 raft_consensus.cc:686] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.263130 12675 consensus_queue.cc:237] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.263105 12672 ts_tablet_manager.cc:1428] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:50.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.265084 10968 catalog_manager.cc:5495] T 14270f9d6ceb45f3a67377e1ce1e354f P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.274096 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.276829 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\036\000\000\000\007\001\000\000\000\037\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.292440 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6c5062d7f68448768ea89c30c0ef5f03 has no consensus state
15:57:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.298223 11400 tablet_service.cc:1467] Processing CreateTablet for tablet 6c5062d7f68448768ea89c30c0ef5f03 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 30 <= VALUES < 31
15:57:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.298602 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6c5062d7f68448768ea89c30c0ef5f03. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.301062 12679 tablet_bootstrap.cc:492] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.302131 12679 tablet_bootstrap.cc:654] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.303273 12679 tablet_bootstrap.cc:492] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.303380 12679 ts_tablet_manager.cc:1397] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.303813 12679 raft_consensus.cc:348] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.303916 12679 raft_consensus.cc:374] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.303939 12679 raft_consensus.cc:729] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.304070 12679 consensus_queue.cc:260] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.304143 12679 raft_consensus.cc:388] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.304167 12679 raft_consensus.cc:482] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.304195 12679 raft_consensus.cc:3037] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305022 12679 raft_consensus.cc:504] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305140 12679 leader_election.cc:302] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305233 12679 leader_election.cc:288] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305279 12681 raft_consensus.cc:2781] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305379 12681 raft_consensus.cc:686] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305513 12681 consensus_queue.cc:237] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.305874 12679 ts_tablet_manager.cc:1428] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:50.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.308144 10968 catalog_manager.cc:5495] T 6c5062d7f68448768ea89c30c0ef5f03 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.316434 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.336515 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\037\000\000\000\007\001\000\000\000 \000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.346408 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 029ed05c10854d08b171bff40d94badf has no consensus state
15:57:50.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.351377 11542 tablet_service.cc:1467] Processing CreateTablet for tablet 029ed05c10854d08b171bff40d94badf (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 31 <= VALUES < 32
15:57:50.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.351732 11542 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 029ed05c10854d08b171bff40d94badf. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.353969 12686 tablet_bootstrap.cc:492] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.355350 12686 tablet_bootstrap.cc:654] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.356647 12686 tablet_bootstrap.cc:492] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.356786 12686 ts_tablet_manager.cc:1397] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357185 12686 raft_consensus.cc:348] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357287 12686 raft_consensus.cc:374] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357311 12686 raft_consensus.cc:729] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357405 12686 consensus_queue.cc:260] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357460 12686 raft_consensus.cc:388] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357489 12686 raft_consensus.cc:482] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.357518 12686 raft_consensus.cc:3037] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358253 12686 raft_consensus.cc:504] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358364 12686 leader_election.cc:302] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358458 12686 leader_election.cc:288] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358507 12689 raft_consensus.cc:2781] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358611 12689 raft_consensus.cc:686] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358743 12686 ts_tablet_manager.cc:1428] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.358727 12689 consensus_queue.cc:237] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.361027 10968 catalog_manager.cc:5495] T 029ed05c10854d08b171bff40d94badf P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.368127 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.376654 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000 \000\000\000\007\001\000\000\000!\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.388151 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3d447b5002c04690a590fd7303ee7228 has no consensus state
15:57:50.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.393682 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 3d447b5002c04690a590fd7303ee7228 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 32 <= VALUES < 33
15:57:50.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.393966 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3d447b5002c04690a590fd7303ee7228. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.396309 12672 tablet_bootstrap.cc:492] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.397233 12672 tablet_bootstrap.cc:654] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.398279 12672 tablet_bootstrap.cc:492] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.398350 12672 ts_tablet_manager.cc:1397] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:50.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.398685 12672 raft_consensus.cc:348] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.398772 12672 raft_consensus.cc:374] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.398792 12672 raft_consensus.cc:729] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.398916 12672 consensus_queue.cc:260] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399022 12672 raft_consensus.cc:388] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399047 12672 raft_consensus.cc:482] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399076 12672 raft_consensus.cc:3037] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399745 12672 raft_consensus.cc:504] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399852 12672 leader_election.cc:302] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399941 12672 leader_election.cc:288] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.399986 12674 raft_consensus.cc:2781] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.400084 12674 raft_consensus.cc:686] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.400200 12674 consensus_queue.cc:237] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.400362 12672 ts_tablet_manager.cc:1428] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.402030 10968 catalog_manager.cc:5495] T 3d447b5002c04690a590fd7303ee7228 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.408751 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.416607 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000!\000\000\000\007\001\000\000\000\"\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.427927 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 752523db032049bda6c1009595ec1996 has no consensus state
15:57:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.433261 11402 tablet_service.cc:1467] Processing CreateTablet for tablet 752523db032049bda6c1009595ec1996 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 33 <= VALUES < 34
15:57:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.433586 11402 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 752523db032049bda6c1009595ec1996. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.435792 12679 tablet_bootstrap.cc:492] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.436741 12679 tablet_bootstrap.cc:654] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.437877 12679 tablet_bootstrap.cc:492] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.437987 12679 ts_tablet_manager.cc:1397] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438405 12679 raft_consensus.cc:348] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438530 12679 raft_consensus.cc:374] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438565 12679 raft_consensus.cc:729] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438692 12679 consensus_queue.cc:260] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438799 12679 raft_consensus.cc:388] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438834 12679 raft_consensus.cc:482] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.438880 12679 raft_consensus.cc:3037] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.439641 12679 raft_consensus.cc:504] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.439788 12679 leader_election.cc:302] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.439924 12679 leader_election.cc:288] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.440042 12681 raft_consensus.cc:2781] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.440208 12679 ts_tablet_manager.cc:1428] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:50.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.440551 12681 raft_consensus.cc:686] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.440712 12681 consensus_queue.cc:237] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.443034 10968 catalog_manager.cc:5495] T 752523db032049bda6c1009595ec1996 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.450182 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.456308 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\"\000\000\000\007\001\000\000\000#\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.469823 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet cf451d60574e4870bc080e748bf01c46 has no consensus state
15:57:50.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.476889 11536 tablet_service.cc:1467] Processing CreateTablet for tablet cf451d60574e4870bc080e748bf01c46 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 34 <= VALUES < 35
15:57:50.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.477258 11536 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cf451d60574e4870bc080e748bf01c46. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.480101 12686 tablet_bootstrap.cc:492] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.481000 12686 tablet_bootstrap.cc:654] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482080 12686 tablet_bootstrap.cc:492] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482187 12686 ts_tablet_manager.cc:1397] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482607 12686 raft_consensus.cc:348] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482724 12686 raft_consensus.cc:374] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482757 12686 raft_consensus.cc:729] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482884 12686 consensus_queue.cc:260] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.482997 12686 raft_consensus.cc:388] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.483032 12686 raft_consensus.cc:482] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.483080 12686 raft_consensus.cc:3037] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.483826 12686 raft_consensus.cc:504] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.483970 12686 leader_election.cc:302] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.484187 12686 leader_election.cc:288] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.484226 12688 raft_consensus.cc:2781] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.485019 12688 raft_consensus.cc:686] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.485168 12688 consensus_queue.cc:237] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.488929 12686 ts_tablet_manager.cc:1428] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.000s
15:57:50.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.493544 10968 catalog_manager.cc:5495] T cf451d60574e4870bc080e748bf01c46 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.500547 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.516969 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000#\000\000\000\007\001\000\000\000$\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.533983 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 301fdc6b6b184bfb98af11806f2344a0 has no consensus state
15:57:50.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.540855 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 301fdc6b6b184bfb98af11806f2344a0 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 35 <= VALUES < 36
15:57:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.541211 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 301fdc6b6b184bfb98af11806f2344a0. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.543826 12672 tablet_bootstrap.cc:492] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.544677 12672 tablet_bootstrap.cc:654] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.577473 12672 tablet_bootstrap.cc:492] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.577617 12672 ts_tablet_manager.cc:1397] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.034s	user 0.002s	sys 0.000s
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578074 12672 raft_consensus.cc:348] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578174 12672 raft_consensus.cc:374] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578197 12672 raft_consensus.cc:729] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578334 12672 consensus_queue.cc:260] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578408 12672 raft_consensus.cc:388] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578431 12672 raft_consensus.cc:482] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.578460 12672 raft_consensus.cc:3037] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.579618 12672 raft_consensus.cc:504] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.579792 12672 leader_election.cc:302] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.579939 12674 raft_consensus.cc:2781] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.580026 12674 raft_consensus.cc:686] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.580144 12674 consensus_queue.cc:237] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.580595 12672 leader_election.cc:288] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.581283 12672 ts_tablet_manager.cc:1428] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.582679 10968 catalog_manager.cc:5495] T 301fdc6b6b184bfb98af11806f2344a0 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.590914 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.596634 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000$\000\000\000\007\001\000\000\000%\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.610296 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fd9be8aab16c46e5b54be2a19a7fb058 has no consensus state
15:57:50.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.615823 11402 tablet_service.cc:1467] Processing CreateTablet for tablet fd9be8aab16c46e5b54be2a19a7fb058 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 36 <= VALUES < 37
15:57:50.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.616178 11402 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fd9be8aab16c46e5b54be2a19a7fb058. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.618173 12679 tablet_bootstrap.cc:492] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.619278 12679 tablet_bootstrap.cc:654] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.635742 10955 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet fd9be8aab16c46e5b54be2a19a7fb058 (table many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet fd9be8aab16c46e5b54be2a19a7fb058 consensus state has no leader
15:57:50.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.638000 12679 tablet_bootstrap.cc:492] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.638144 12679 ts_tablet_manager.cc:1397] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.020s	user 0.002s	sys 0.000s
15:57:50.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.638743 12679 raft_consensus.cc:348] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.638846 12679 raft_consensus.cc:374] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.638870 12679 raft_consensus.cc:729] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.639052 12679 consensus_queue.cc:260] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.639145 12679 raft_consensus.cc:388] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.639170 12679 raft_consensus.cc:482] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.639200 12679 raft_consensus.cc:3037] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640013 12679 raft_consensus.cc:504] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640131 12679 leader_election.cc:302] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640211 12679 leader_election.cc:288] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640326 12681 raft_consensus.cc:2781] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640463 12681 raft_consensus.cc:686] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640511 12679 ts_tablet_manager.cc:1428] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.001s
15:57:50.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.640575 12681 consensus_queue.cc:237] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.643184 10968 catalog_manager.cc:5495] T fd9be8aab16c46e5b54be2a19a7fb058 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.650220 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.656663 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000%\000\000\000\007\001\000\000\000&\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.669206 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 18d1e29df05d4e3a9f2b3c6635b5458e has no consensus state
15:57:50.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.673969 11541 tablet_service.cc:1467] Processing CreateTablet for tablet 18d1e29df05d4e3a9f2b3c6635b5458e (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 37 <= VALUES < 38
15:57:50.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.674271 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 18d1e29df05d4e3a9f2b3c6635b5458e. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.676501 12686 tablet_bootstrap.cc:492] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.677441 12686 tablet_bootstrap.cc:654] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.693292 12686 tablet_bootstrap.cc:492] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.693429 12686 ts_tablet_manager.cc:1397] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.000s
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.693929 12686 raft_consensus.cc:348] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.694041 12686 raft_consensus.cc:374] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.694064 12686 raft_consensus.cc:729] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.694205 12686 consensus_queue.cc:260] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.694281 12686 raft_consensus.cc:388] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.694305 12686 raft_consensus.cc:482] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.694334 12686 raft_consensus.cc:3037] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695168 12686 raft_consensus.cc:504] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695307 12686 leader_election.cc:302] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695421 12686 leader_election.cc:288] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695477 12688 raft_consensus.cc:2781] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695577 12688 raft_consensus.cc:686] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695675 12686 ts_tablet_manager.cc:1428] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:50.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.695683 12688 consensus_queue.cc:237] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.698043 10968 catalog_manager.cc:5495] T 18d1e29df05d4e3a9f2b3c6635b5458e P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.706363 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.716428 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000&\000\000\000\007\001\000\000\000\'\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.731547 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4ad91ae0b5c341f4848236f9aeafec9f has no consensus state
15:57:50.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.738065 11267 tablet_service.cc:1467] Processing CreateTablet for tablet 4ad91ae0b5c341f4848236f9aeafec9f (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 38 <= VALUES < 39
15:57:50.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.738413 11267 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4ad91ae0b5c341f4848236f9aeafec9f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.740525 12672 tablet_bootstrap.cc:492] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.741600 12672 tablet_bootstrap.cc:654] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.742645 12672 tablet_bootstrap.cc:492] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.742714 12672 ts_tablet_manager.cc:1397] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743036 12672 raft_consensus.cc:348] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743119 12672 raft_consensus.cc:374] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743140 12672 raft_consensus.cc:729] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743268 12672 consensus_queue.cc:260] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743355 12672 raft_consensus.cc:388] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743379 12672 raft_consensus.cc:482] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.743414 12672 raft_consensus.cc:3037] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.744086 12672 raft_consensus.cc:504] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.744192 12672 leader_election.cc:302] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.744266 12672 leader_election.cc:288] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.744369 12676 raft_consensus.cc:2781] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.744484 12676 raft_consensus.cc:686] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.744585 12676 consensus_queue.cc:237] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.746166 12672 ts_tablet_manager.cc:1428] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:50.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.746856 10968 catalog_manager.cc:5495] T 4ad91ae0b5c341f4848236f9aeafec9f P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.752727 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.756608 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\'\000\000\000\007\001\000\000\000(\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.768944 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ffa6c8ccb9b44b0b920bf4e08ac3b284 has no consensus state
15:57:50.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.773985 11400 tablet_service.cc:1467] Processing CreateTablet for tablet ffa6c8ccb9b44b0b920bf4e08ac3b284 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 39 <= VALUES < 40
15:57:50.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.774319 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ffa6c8ccb9b44b0b920bf4e08ac3b284. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.776891 12679 tablet_bootstrap.cc:492] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.777783 12679 tablet_bootstrap.cc:654] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.778762 12679 tablet_bootstrap.cc:492] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.778867 12679 ts_tablet_manager.cc:1397] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779292 12679 raft_consensus.cc:348] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779382 12679 raft_consensus.cc:374] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779404 12679 raft_consensus.cc:729] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779531 12679 consensus_queue.cc:260] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779609 12679 raft_consensus.cc:388] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779640 12679 raft_consensus.cc:482] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.779668 12679 raft_consensus.cc:3037] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780321 12679 raft_consensus.cc:504] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780426 12679 leader_election.cc:302] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780517 12679 leader_election.cc:288] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780560 12681 raft_consensus.cc:2781] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780639 12681 raft_consensus.cc:686] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780798 12679 ts_tablet_manager.cc:1428] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:50.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.780736 12681 consensus_queue.cc:237] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.782716 10968 catalog_manager.cc:5495] T ffa6c8ccb9b44b0b920bf4e08ac3b284 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.790381 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.796473 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000(\000\000\000\007\001\000\000\000)\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.809569 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b4047a64a6e149a8be47f3ffa5e89d02 has no consensus state
15:57:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.815182 11542 tablet_service.cc:1467] Processing CreateTablet for tablet b4047a64a6e149a8be47f3ffa5e89d02 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 40 <= VALUES < 41
15:57:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.815521 11542 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b4047a64a6e149a8be47f3ffa5e89d02. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.817427 12686 tablet_bootstrap.cc:492] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.818295 12686 tablet_bootstrap.cc:654] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.819432 12686 tablet_bootstrap.cc:492] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.819546 12686 ts_tablet_manager.cc:1397] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.819957 12686 raft_consensus.cc:348] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.820078 12686 raft_consensus.cc:374] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.820112 12686 raft_consensus.cc:729] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.820241 12686 consensus_queue.cc:260] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.820374 12686 raft_consensus.cc:388] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.820418 12686 raft_consensus.cc:482] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.820472 12686 raft_consensus.cc:3037] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.821398 12686 raft_consensus.cc:504] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.821568 12686 leader_election.cc:302] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.821671 12686 leader_election.cc:288] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.821753 12688 raft_consensus.cc:2781] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.821861 12688 raft_consensus.cc:686] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.822021 12688 consensus_queue.cc:237] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.822681 12686 ts_tablet_manager.cc:1428] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:50.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.824314 10968 catalog_manager.cc:5495] T b4047a64a6e149a8be47f3ffa5e89d02 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.832942 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.837265 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000)\000\000\000\007\001\000\000\000*\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.850690 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a7eba8d5b24d4056b1a60247c70c9c74 has no consensus state
15:57:50.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.856570 11268 tablet_service.cc:1467] Processing CreateTablet for tablet a7eba8d5b24d4056b1a60247c70c9c74 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 41 <= VALUES < 42
15:57:50.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.856945 11268 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a7eba8d5b24d4056b1a60247c70c9c74. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.859022 12672 tablet_bootstrap.cc:492] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:50.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.859880 12672 tablet_bootstrap.cc:654] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:50.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861115 12672 tablet_bootstrap.cc:492] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:50.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861197 12672 ts_tablet_manager.cc:1397] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:50.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861570 12672 raft_consensus.cc:348] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861665 12672 raft_consensus.cc:374] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861685 12672 raft_consensus.cc:729] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:50.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861819 12672 consensus_queue.cc:260] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861897 12672 raft_consensus.cc:388] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861922 12672 raft_consensus.cc:482] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.861950 12672 raft_consensus.cc:3037] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.862723 12672 raft_consensus.cc:504] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.862836 12672 leader_election.cc:302] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:50.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.862936 12672 leader_election.cc:288] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.862991 12676 raft_consensus.cc:2781] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.863106 12676 raft_consensus.cc:686] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:50.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.863226 12676 consensus_queue.cc:237] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:50.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.864166 12672 ts_tablet_manager.cc:1428] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:50.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.866708 10970 catalog_manager.cc:5495] T a7eba8d5b24d4056b1a60247c70c9c74 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:50.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.873513 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.876540 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000*\000\000\000\007\001\000\000\000+\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.888945 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 146969546f9946999af9b04d9ce93a41 has no consensus state
15:57:50.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.894728 11400 tablet_service.cc:1467] Processing CreateTablet for tablet 146969546f9946999af9b04d9ce93a41 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 42 <= VALUES < 43
15:57:50.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.895088 11400 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 146969546f9946999af9b04d9ce93a41. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.897200 12679 tablet_bootstrap.cc:492] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:50.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.898118 12679 tablet_bootstrap.cc:654] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:50.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.899755 12679 tablet_bootstrap.cc:492] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.899829 12679 ts_tablet_manager.cc:1397] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900355 12679 raft_consensus.cc:348] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900468 12679 raft_consensus.cc:374] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900491 12679 raft_consensus.cc:729] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900615 12679 consensus_queue.cc:260] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900708 12679 raft_consensus.cc:388] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900733 12679 raft_consensus.cc:482] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.900810 12679 raft_consensus.cc:3037] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:50.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.901836 12679 raft_consensus.cc:504] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.901970 12679 leader_election.cc:302] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:50.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.902107 12683 raft_consensus.cc:2781] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.902194 12683 raft_consensus.cc:686] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:50.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.902309 12683 consensus_queue.cc:237] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:50.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.903627 12679 leader_election.cc:288] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.903940 12679 ts_tablet_manager.cc:1428] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.003s
15:57:50.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.904358 10970 catalog_manager.cc:5495] T 146969546f9946999af9b04d9ce93a41 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:50.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.911031 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.917466 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000+\000\000\000\007\001\000\000\000,\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.935782 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4f2e6ce7cd774ac2be4a7766532a83a8 has no consensus state
15:57:50.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.941423 11544 tablet_service.cc:1467] Processing CreateTablet for tablet 4f2e6ce7cd774ac2be4a7766532a83a8 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 43 <= VALUES < 44
15:57:50.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.941795 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4f2e6ce7cd774ac2be4a7766532a83a8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:50.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.943950 12686 tablet_bootstrap.cc:492] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:50.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.944842 12686 tablet_bootstrap.cc:654] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.945951 12686 tablet_bootstrap.cc:492] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946046 12686 ts_tablet_manager.cc:1397] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946408 12686 raft_consensus.cc:348] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946501 12686 raft_consensus.cc:374] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946523 12686 raft_consensus.cc:729] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946614 12686 consensus_queue.cc:260] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946663 12686 raft_consensus.cc:388] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946686 12686 raft_consensus.cc:482] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:50.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.946713 12686 raft_consensus.cc:3037] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:50.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.947517 12686 raft_consensus.cc:504] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.947670 12686 leader_election.cc:302] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:50.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.947741 12686 leader_election.cc:288] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:50.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.947916 12690 raft_consensus.cc:2781] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:50.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.948086 12690 raft_consensus.cc:686] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:50.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.948194 12690 consensus_queue.cc:237] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:50.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.948287 12686 ts_tablet_manager.cc:1428] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.002s
15:57:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.951030 10968 catalog_manager.cc:5495] T 4f2e6ce7cd774ac2be4a7766532a83a8 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:50.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.963275 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:50.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:50.977456 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:50.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000,\000\000\000\007\001\000\000\000-\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:50.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:50.995805 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 233486432c8f41f0b85606c380b920ee has no consensus state
15:57:51.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.001149 11271 tablet_service.cc:1467] Processing CreateTablet for tablet 233486432c8f41f0b85606c380b920ee (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 44 <= VALUES < 45
15:57:51.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.001470 11271 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 233486432c8f41f0b85606c380b920ee. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.003486 12672 tablet_bootstrap.cc:492] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:51.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.004608 12672 tablet_bootstrap.cc:654] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:51.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.005656 12672 tablet_bootstrap.cc:492] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:51.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.005759 12672 ts_tablet_manager.cc:1397] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:51.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006179 12672 raft_consensus.cc:348] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006294 12672 raft_consensus.cc:374] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006326 12672 raft_consensus.cc:729] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006451 12672 consensus_queue.cc:260] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006554 12672 raft_consensus.cc:388] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006588 12672 raft_consensus.cc:482] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.006637 12672 raft_consensus.cc:3037] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.007588 12672 raft_consensus.cc:504] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.007730 12672 leader_election.cc:302] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:51.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.007840 12672 leader_election.cc:288] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.007970 12676 raft_consensus.cc:2781] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.008070 12676 raft_consensus.cc:686] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:51.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.008198 12676 consensus_queue.cc:237] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.008720 12672 ts_tablet_manager.cc:1428] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:51.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.011016 10968 catalog_manager.cc:5495] T 233486432c8f41f0b85606c380b920ee P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:51.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.017724 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.037364 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000-\000\000\000\007\001\000\000\000.\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.051389 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3a770780312346fdaf84695c00db38af has no consensus state
15:57:51.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.057086 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 3a770780312346fdaf84695c00db38af (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 45 <= VALUES < 46
15:57:51.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.057471 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3a770780312346fdaf84695c00db38af. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.059387 12679 tablet_bootstrap.cc:492] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:51.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.060250 12679 tablet_bootstrap.cc:654] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:51.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061314 12679 tablet_bootstrap.cc:492] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:51.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061385 12679 ts_tablet_manager.cc:1397] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:51.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061734 12679 raft_consensus.cc:348] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061826 12679 raft_consensus.cc:374] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061849 12679 raft_consensus.cc:729] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061937 12679 consensus_queue.cc:260] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.061986 12679 raft_consensus.cc:388] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.062008 12679 raft_consensus.cc:482] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.062036 12679 raft_consensus.cc:3037] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.062726 12679 raft_consensus.cc:504] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.062840 12679 leader_election.cc:302] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:51.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.062906 12679 leader_election.cc:288] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.063036 12683 raft_consensus.cc:2781] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.063117 12683 raft_consensus.cc:686] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:51.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.063221 12683 consensus_queue.cc:237] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.063397 12679 ts_tablet_manager.cc:1428] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:51.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.065428 10968 catalog_manager.cc:5495] T 3a770780312346fdaf84695c00db38af P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:51.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.072885 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.076386 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000.\000\000\000\007\001\000\000\000/\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.091207 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c695d99bf6c74f9fb966e0ee011e2657 has no consensus state
15:57:51.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.096998 11545 tablet_service.cc:1467] Processing CreateTablet for tablet c695d99bf6c74f9fb966e0ee011e2657 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 46 <= VALUES < 47
15:57:51.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.097332 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c695d99bf6c74f9fb966e0ee011e2657. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.099567 12686 tablet_bootstrap.cc:492] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:51.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.100553 12686 tablet_bootstrap.cc:654] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:51.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.101938 12686 tablet_bootstrap.cc:492] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:51.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.102052 12686 ts_tablet_manager.cc:1397] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:51.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.102555 12686 raft_consensus.cc:348] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.102679 12686 raft_consensus.cc:374] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.102717 12686 raft_consensus.cc:729] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:51.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.102908 12686 consensus_queue.cc:260] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.103031 12686 raft_consensus.cc:388] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.103070 12686 raft_consensus.cc:482] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.103121 12686 raft_consensus.cc:3037] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:51.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104001 12686 raft_consensus.cc:504] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104166 12686 leader_election.cc:302] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:51.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104285 12686 leader_election.cc:288] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104339 12690 raft_consensus.cc:2781] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104502 12690 raft_consensus.cc:686] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:51.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104583 12686 ts_tablet_manager.cc:1428] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:51.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.104637 12690 consensus_queue.cc:237] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.107704 10968 catalog_manager.cc:5495] T c695d99bf6c74f9fb966e0ee011e2657 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:51.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.114799 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.117213 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000/\000\000\000\007\001\000\000\0000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.134477 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d9f27c52c5e944238bb629a9bd882efb has no consensus state
15:57:51.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.140429 11274 tablet_service.cc:1467] Processing CreateTablet for tablet d9f27c52c5e944238bb629a9bd882efb (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 47 <= VALUES < 48
15:57:51.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.140848 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d9f27c52c5e944238bb629a9bd882efb. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.142943 12672 tablet_bootstrap.cc:492] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:51.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.143992 12672 tablet_bootstrap.cc:654] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:51.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.145236 12672 tablet_bootstrap.cc:492] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:51.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.145344 12672 ts_tablet_manager.cc:1397] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:51.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.145735 12672 raft_consensus.cc:348] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.145849 12672 raft_consensus.cc:374] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.145882 12672 raft_consensus.cc:729] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.146059 12672 consensus_queue.cc:260] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.146163 12672 raft_consensus.cc:388] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.146198 12672 raft_consensus.cc:482] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.146248 12672 raft_consensus.cc:3037] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147032 12672 raft_consensus.cc:504] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147185 12672 leader_election.cc:302] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:51.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147300 12672 leader_election.cc:288] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147425 12676 raft_consensus.cc:2781] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147538 12676 raft_consensus.cc:686] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:51.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147600 12672 ts_tablet_manager.cc:1428] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:51.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.147653 12676 consensus_queue.cc:237] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.149741 10970 catalog_manager.cc:5495] T d9f27c52c5e944238bb629a9bd882efb P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:51.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.157966 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.177037 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0000\000\000\000\007\001\000\000\0001\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.189334 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet cc7fb64260d14f78b27f45c73fee43f8 has no consensus state
15:57:51.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.195741 11409 tablet_service.cc:1467] Processing CreateTablet for tablet cc7fb64260d14f78b27f45c73fee43f8 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 48 <= VALUES < 49
15:57:51.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.196120 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cc7fb64260d14f78b27f45c73fee43f8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.198289 12679 tablet_bootstrap.cc:492] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:51.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.199136 12679 tablet_bootstrap.cc:654] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:51.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.200328 12679 tablet_bootstrap.cc:492] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:51.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.200423 12679 ts_tablet_manager.cc:1397] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.200891 12679 raft_consensus.cc:348] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.200987 12679 raft_consensus.cc:374] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.201010 12679 raft_consensus.cc:729] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.201169 12679 consensus_queue.cc:260] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.201300 12679 raft_consensus.cc:388] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.201342 12679 raft_consensus.cc:482] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.201388 12679 raft_consensus.cc:3037] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.202201 12679 raft_consensus.cc:504] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.202386 12679 leader_election.cc:302] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.202487 12679 leader_election.cc:288] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.202520 12683 raft_consensus.cc:2781] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.202602 12683 raft_consensus.cc:686] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:51.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.202702 12683 consensus_queue.cc:237] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.203012 12679 ts_tablet_manager.cc:1428] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:51.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.204741 10970 catalog_manager.cc:5495] T cc7fb64260d14f78b27f45c73fee43f8 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:51.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.211781 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.216531 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0001\000\000\000\007\001\000\000\0002\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.229050 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4cefbfaa335a441f93457e127cae41dd has no consensus state
15:57:51.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.234661 11544 tablet_service.cc:1467] Processing CreateTablet for tablet 4cefbfaa335a441f93457e127cae41dd (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 49 <= VALUES < 50
15:57:51.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.235018 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4cefbfaa335a441f93457e127cae41dd. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.237257 12686 tablet_bootstrap.cc:492] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:51.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.238543 12686 tablet_bootstrap.cc:654] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:51.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.239720 12686 tablet_bootstrap.cc:492] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:51.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.239804 12686 ts_tablet_manager.cc:1397] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240196 12686 raft_consensus.cc:348] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240298 12686 raft_consensus.cc:374] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240321 12686 raft_consensus.cc:729] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240437 12686 consensus_queue.cc:260] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240504 12686 raft_consensus.cc:388] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240530 12686 raft_consensus.cc:482] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.240561 12686 raft_consensus.cc:3037] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241398 12686 raft_consensus.cc:504] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241519 12686 leader_election.cc:302] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241626 12686 leader_election.cc:288] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241676 12690 raft_consensus.cc:2781] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241858 12690 raft_consensus.cc:686] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241935 12686 ts_tablet_manager.cc:1428] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.241998 12690 consensus_queue.cc:237] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.243876 10970 catalog_manager.cc:5495] T 4cefbfaa335a441f93457e127cae41dd P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:51.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.253227 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.257091 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\001\000\000\0003\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.272639 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 157fc2ab9d14441bb730486a5bb83e02 has no consensus state
15:57:51.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.281179 11267 tablet_service.cc:1467] Processing CreateTablet for tablet 157fc2ab9d14441bb730486a5bb83e02 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 50 <= VALUES < 51
15:57:51.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.281561 11267 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 157fc2ab9d14441bb730486a5bb83e02. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.283727 12672 tablet_bootstrap.cc:492] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:51.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.285569 12672 tablet_bootstrap.cc:654] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:51.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.286645 12672 tablet_bootstrap.cc:492] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:51.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.286722 12672 ts_tablet_manager.cc:1397] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287081 12672 raft_consensus.cc:348] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287173 12672 raft_consensus.cc:374] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287195 12672 raft_consensus.cc:729] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287292 12672 consensus_queue.cc:260] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287340 12672 raft_consensus.cc:388] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287362 12672 raft_consensus.cc:482] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.287390 12672 raft_consensus.cc:3037] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288141 12672 raft_consensus.cc:504] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288251 12672 leader_election.cc:302] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:51.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288317 12672 leader_election.cc:288] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288384 12676 raft_consensus.cc:2781] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288552 12676 raft_consensus.cc:686] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:51.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288599 12672 ts_tablet_manager.cc:1428] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:51.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.288676 12676 consensus_queue.cc:237] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.290843 10968 catalog_manager.cc:5495] T 157fc2ab9d14441bb730486a5bb83e02 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:51.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.298004 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.317278 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0003\000\000\000\007\001\000\000\0004\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.332726 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d2bfe709bf344a9981267eb3bd335e1f has no consensus state
15:57:51.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.338546 11403 tablet_service.cc:1467] Processing CreateTablet for tablet d2bfe709bf344a9981267eb3bd335e1f (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 51 <= VALUES < 52
15:57:51.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.338905 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d2bfe709bf344a9981267eb3bd335e1f. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.340844 12679 tablet_bootstrap.cc:492] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:51.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.341708 12679 tablet_bootstrap.cc:654] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.342823 12679 tablet_bootstrap.cc:492] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.342926 12679 ts_tablet_manager.cc:1397] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343344 12679 raft_consensus.cc:348] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343461 12679 raft_consensus.cc:374] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343494 12679 raft_consensus.cc:729] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343617 12679 consensus_queue.cc:260] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343691 12679 raft_consensus.cc:388] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343719 12679 raft_consensus.cc:482] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.343755 12679 raft_consensus.cc:3037] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.344527 12679 raft_consensus.cc:504] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.344668 12679 leader_election.cc:302] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:51.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.344822 12679 leader_election.cc:288] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.344879 12681 raft_consensus.cc:2781] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.345011 12681 raft_consensus.cc:686] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:51.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.345105 12679 ts_tablet_manager.cc:1428] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:51.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.345140 12681 consensus_queue.cc:237] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.347550 10968 catalog_manager.cc:5495] T d2bfe709bf344a9981267eb3bd335e1f P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:51.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.354162 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.357156 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0004\000\000\000\007\001\000\000\0005\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.373281 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e46e9fb427f2451ba2797805957bda23 has no consensus state
15:57:51.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.378968 11542 tablet_service.cc:1467] Processing CreateTablet for tablet e46e9fb427f2451ba2797805957bda23 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 52 <= VALUES < 53
15:57:51.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.379293 11542 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e46e9fb427f2451ba2797805957bda23. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.381513 12686 tablet_bootstrap.cc:492] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:51.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.382368 12686 tablet_bootstrap.cc:654] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.383386 12686 tablet_bootstrap.cc:492] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.383458 12686 ts_tablet_manager.cc:1397] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.383780 12686 raft_consensus.cc:348] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.383867 12686 raft_consensus.cc:374] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.383889 12686 raft_consensus.cc:729] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.384060 12686 consensus_queue.cc:260] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.384135 12686 raft_consensus.cc:388] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.384163 12686 raft_consensus.cc:482] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.384191 12686 raft_consensus.cc:3037] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.384907 12686 raft_consensus.cc:504] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.385017 12686 leader_election.cc:302] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.385105 12686 leader_election.cc:288] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.385160 12690 raft_consensus.cc:2781] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.385281 12690 raft_consensus.cc:686] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.385401 12690 consensus_queue.cc:237] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.385774 12686 ts_tablet_manager.cc:1428] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:51.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.387594 10968 catalog_manager.cc:5495] T e46e9fb427f2451ba2797805957bda23 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:51.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.395306 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.396932 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0005\000\000\000\007\001\000\000\0006\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.414177 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3ecc2119734342209e1c41242a9b870a has no consensus state
15:57:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.419800 11267 tablet_service.cc:1467] Processing CreateTablet for tablet 3ecc2119734342209e1c41242a9b870a (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 53 <= VALUES < 54
15:57:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.420149 11267 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3ecc2119734342209e1c41242a9b870a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.422384 12672 tablet_bootstrap.cc:492] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:51.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.423302 12672 tablet_bootstrap.cc:654] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:51.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.424489 12672 tablet_bootstrap.cc:492] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:51.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.424604 12672 ts_tablet_manager.cc:1397] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425124 12672 raft_consensus.cc:348] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425247 12672 raft_consensus.cc:374] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425283 12672 raft_consensus.cc:729] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425415 12672 consensus_queue.cc:260] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425540 12672 raft_consensus.cc:388] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425576 12672 raft_consensus.cc:482] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.425622 12672 raft_consensus.cc:3037] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.426936 12672 raft_consensus.cc:504] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.427084 12672 leader_election.cc:302] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.427217 12672 leader_election.cc:288] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.427289 12676 raft_consensus.cc:2781] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.427410 12676 raft_consensus.cc:686] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.427662 12676 consensus_queue.cc:237] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.427736 12672 ts_tablet_manager.cc:1428] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:51.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.430254 10968 catalog_manager.cc:5495] T 3ecc2119734342209e1c41242a9b870a P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:51.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.437177 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.456406 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0006\000\000\000\007\001\000\000\0007\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.473018 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0a9099fa8dad49499d4e25dc4e85466d has no consensus state
15:57:51.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.478204 11401 tablet_service.cc:1467] Processing CreateTablet for tablet 0a9099fa8dad49499d4e25dc4e85466d (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 54 <= VALUES < 55
15:57:51.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.478591 11401 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0a9099fa8dad49499d4e25dc4e85466d. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.481287 12679 tablet_bootstrap.cc:492] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:51.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.482401 12679 tablet_bootstrap.cc:654] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:51.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.483676 12679 tablet_bootstrap.cc:492] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:51.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.483767 12679 ts_tablet_manager.cc:1397] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484222 12679 raft_consensus.cc:348] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484350 12679 raft_consensus.cc:374] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484381 12679 raft_consensus.cc:729] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484505 12679 consensus_queue.cc:260] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484583 12679 raft_consensus.cc:388] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484617 12679 raft_consensus.cc:482] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.484660 12679 raft_consensus.cc:3037] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.485723 12679 raft_consensus.cc:504] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.485878 12679 leader_election.cc:302] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:51.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.486037 12681 raft_consensus.cc:2781] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.486123 12681 raft_consensus.cc:686] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:51.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.486254 12681 consensus_queue.cc:237] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.486680 12679 leader_election.cc:288] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.487154 12679 ts_tablet_manager.cc:1428] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:51.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.493484 10968 catalog_manager.cc:5495] T 0a9099fa8dad49499d4e25dc4e85466d P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:51.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.501470 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.516378 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0007\000\000\000\007\001\000\000\0008\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.532922 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 73294994f34e4a4ca4d9d621bdc1a086 has no consensus state
15:57:51.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.539974 11536 tablet_service.cc:1467] Processing CreateTablet for tablet 73294994f34e4a4ca4d9d621bdc1a086 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 55 <= VALUES < 56
15:57:51.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.540313 11536 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 73294994f34e4a4ca4d9d621bdc1a086. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.542371 12686 tablet_bootstrap.cc:492] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:51.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.543221 12686 tablet_bootstrap.cc:654] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:51.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.544387 12686 tablet_bootstrap.cc:492] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:51.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.544497 12686 ts_tablet_manager.cc:1397] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.544968 12686 raft_consensus.cc:348] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.545095 12686 raft_consensus.cc:374] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.545130 12686 raft_consensus.cc:729] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.545265 12686 consensus_queue.cc:260] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.545382 12686 raft_consensus.cc:388] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.545416 12686 raft_consensus.cc:482] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.545469 12686 raft_consensus.cc:3037] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546303 12686 raft_consensus.cc:504] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546452 12686 leader_election.cc:302] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546550 12686 leader_election.cc:288] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546666 12688 raft_consensus.cc:2781] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546783 12686 ts_tablet_manager.cc:1428] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546797 12688 raft_consensus.cc:686] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:51.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.546921 12688 consensus_queue.cc:237] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.548914 10968 catalog_manager.cc:5495] T 73294994f34e4a4ca4d9d621bdc1a086 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:51.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.555773 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.576988 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0008\000\000\000\007\001\000\000\0009\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.596310 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89 has no consensus state
15:57:51.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.602032 11267 tablet_service.cc:1467] Processing CreateTablet for tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 56 <= VALUES < 57
15:57:51.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.602422 11267 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.604799 12672 tablet_bootstrap.cc:492] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:51.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.605605 12672 tablet_bootstrap.cc:654] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:51.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.606727 12672 tablet_bootstrap.cc:492] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:51.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.606861 12672 ts_tablet_manager.cc:1397] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607206 12672 raft_consensus.cc:348] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607293 12672 raft_consensus.cc:374] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607327 12672 raft_consensus.cc:729] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607421 12672 consensus_queue.cc:260] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607474 12672 raft_consensus.cc:388] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607496 12672 raft_consensus.cc:482] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.607524 12672 raft_consensus.cc:3037] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608268 12672 raft_consensus.cc:504] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608381 12672 leader_election.cc:302] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:51.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608453 12672 leader_election.cc:288] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608636 12675 raft_consensus.cc:2781] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608749 12675 raft_consensus.cc:686] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:51.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608872 12672 ts_tablet_manager.cc:1428] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:51.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.608996 12675 consensus_queue.cc:237] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.611058 10968 catalog_manager.cc:5495] T 0dc4fcc8ff2548f5bc9a9d8a32b06b89 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:51.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.618937 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.637113 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0009\000\000\000\007\001\000\000\000:\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.656665 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 10d8a601769b4a5e828571ace0b63b29 has no consensus state
15:57:51.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.662532 11403 tablet_service.cc:1467] Processing CreateTablet for tablet 10d8a601769b4a5e828571ace0b63b29 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 57 <= VALUES < 58
15:57:51.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.662905 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 10d8a601769b4a5e828571ace0b63b29. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.664940 12679 tablet_bootstrap.cc:492] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:51.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.665825 12679 tablet_bootstrap.cc:654] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667011 12679 tablet_bootstrap.cc:492] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667104 12679 ts_tablet_manager.cc:1397] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667506 12679 raft_consensus.cc:348] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667624 12679 raft_consensus.cc:374] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667657 12679 raft_consensus.cc:729] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:51.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667788 12679 consensus_queue.cc:260] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667898 12679 raft_consensus.cc:388] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667933 12679 raft_consensus.cc:482] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.667982 12679 raft_consensus.cc:3037] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.668711 12679 raft_consensus.cc:504] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.668897 12679 leader_election.cc:302] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.668970 12679 leader_election.cc:288] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.669086 12682 raft_consensus.cc:2781] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.669166 12682 raft_consensus.cc:686] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.669263 12682 consensus_queue.cc:237] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.669456 12679 ts_tablet_manager.cc:1428] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:51.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.671833 10968 catalog_manager.cc:5495] T 10d8a601769b4a5e828571ace0b63b29 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:51.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.679294 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.696911 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000:\000\000\000\007\001\000\000\000;\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.715211 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 77b9a87667d44180ab177bb6807da4f1 has no consensus state
15:57:51.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.721592 11536 tablet_service.cc:1467] Processing CreateTablet for tablet 77b9a87667d44180ab177bb6807da4f1 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 58 <= VALUES < 59
15:57:51.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.721946 11536 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 77b9a87667d44180ab177bb6807da4f1. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.723944 12686 tablet_bootstrap.cc:492] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:51.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.724908 12686 tablet_bootstrap.cc:654] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:51.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726064 12686 tablet_bootstrap.cc:492] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:51.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726141 12686 ts_tablet_manager.cc:1397] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:51.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726527 12686 raft_consensus.cc:348] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726636 12686 raft_consensus.cc:374] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726675 12686 raft_consensus.cc:729] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726784 12686 consensus_queue.cc:260] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726861 12686 raft_consensus.cc:388] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726890 12686 raft_consensus.cc:482] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.726928 12686 raft_consensus.cc:3037] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.727838 12686 raft_consensus.cc:504] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.727962 12686 leader_election.cc:302] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.728046 12686 leader_election.cc:288] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.728130 12688 raft_consensus.cc:2781] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.728235 12688 raft_consensus.cc:686] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.728339 12688 consensus_queue.cc:237] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.729408 12686 ts_tablet_manager.cc:1428] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.002s
15:57:51.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.730419 10968 catalog_manager.cc:5495] T 77b9a87667d44180ab177bb6807da4f1 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:51.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.738643 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.756343 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000;\000\000\000\007\001\000\000\000<\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.777153 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0fe6c2ffcc574dec9b434a942b51a186 has no consensus state
15:57:51.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.783133 11265 tablet_service.cc:1467] Processing CreateTablet for tablet 0fe6c2ffcc574dec9b434a942b51a186 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 59 <= VALUES < 60
15:57:51.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.783465 11265 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0fe6c2ffcc574dec9b434a942b51a186. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.785599 12672 tablet_bootstrap.cc:492] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:51.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.786634 12672 tablet_bootstrap.cc:654] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.787911 12672 tablet_bootstrap.cc:492] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788009 12672 ts_tablet_manager.cc:1397] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788493 12672 raft_consensus.cc:348] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788622 12672 raft_consensus.cc:374] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788661 12672 raft_consensus.cc:729] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:51.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788842 12672 consensus_queue.cc:260] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788952 12672 raft_consensus.cc:388] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.788990 12672 raft_consensus.cc:482] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.789037 12672 raft_consensus.cc:3037] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.807847 12672 raft_consensus.cc:504] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.808104 12672 leader_election.cc:302] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.808240 12672 leader_election.cc:288] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.808362 12675 raft_consensus.cc:2781] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.808511 12675 raft_consensus.cc:686] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:51.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.808612 12672 ts_tablet_manager.cc:1428] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.021s	user 0.003s	sys 0.000s
15:57:51.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.808666 12675 consensus_queue.cc:237] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:51.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.811561 10968 catalog_manager.cc:5495] T 0fe6c2ffcc574dec9b434a942b51a186 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:51.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.819056 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.836745 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000<\000\000\000\007\001\000\000\000=\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.854012 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2954f5da5f014db180032437357fe0a9 has no consensus state
15:57:51.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.860078 11398 tablet_service.cc:1467] Processing CreateTablet for tablet 2954f5da5f014db180032437357fe0a9 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 60 <= VALUES < 61
15:57:51.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.860368 11398 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2954f5da5f014db180032437357fe0a9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.862421 12679 tablet_bootstrap.cc:492] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:51.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.863297 12679 tablet_bootstrap.cc:654] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:51.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.864316 12679 tablet_bootstrap.cc:492] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:51.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.864387 12679 ts_tablet_manager.cc:1397] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:51.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.864740 12679 raft_consensus.cc:348] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.864907 12679 raft_consensus.cc:374] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.864938 12679 raft_consensus.cc:729] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.865078 12679 consensus_queue.cc:260] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.865171 12679 raft_consensus.cc:388] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.865203 12679 raft_consensus.cc:482] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.865233 12679 raft_consensus.cc:3037] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:51.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.882148 12679 raft_consensus.cc:504] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.882392 12679 leader_election.cc:302] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:51.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.882501 12679 leader_election.cc:288] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.882718 12682 raft_consensus.cc:2781] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.882786 12679 ts_tablet_manager.cc:1428] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.018s	user 0.000s	sys 0.002s
15:57:51.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.882994 12682 raft_consensus.cc:686] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:51.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.883178 12682 consensus_queue.cc:237] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:51.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.886250 10968 catalog_manager.cc:5495] T 2954f5da5f014db180032437357fe0a9 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:51.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.893134 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.896224 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000=\000\000\000\007\001\000\000\000>\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:51.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.914119 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ae8fa9a9555a46f588009c12346b663b has no consensus state
15:57:51.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.920271 11541 tablet_service.cc:1467] Processing CreateTablet for tablet ae8fa9a9555a46f588009c12346b663b (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 61 <= VALUES < 62
15:57:51.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.920624 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ae8fa9a9555a46f588009c12346b663b. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:51.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.922791 12686 tablet_bootstrap.cc:492] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:51.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.923720 12686 tablet_bootstrap.cc:654] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:51.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.925133 12686 tablet_bootstrap.cc:492] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:51.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.925236 12686 ts_tablet_manager.cc:1397] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:57:51.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.925822 12686 raft_consensus.cc:348] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.925953 12686 raft_consensus.cc:374] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:51.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.926018 12686 raft_consensus.cc:729] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:51.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.926162 12686 consensus_queue.cc:260] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.926292 12686 raft_consensus.cc:388] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:51.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.926337 12686 raft_consensus.cc:482] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:51.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.926399 12686 raft_consensus.cc:3037] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:51.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:51.953003 10955 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet ae8fa9a9555a46f588009c12346b663b (table many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet ae8fa9a9555a46f588009c12346b663b consensus state has no leader
15:57:51.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.981874 12686 raft_consensus.cc:504] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.982084 12686 leader_election.cc:302] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:51.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.982208 12686 leader_election.cc:288] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:51.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.982266 12688 raft_consensus.cc:2781] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:51.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.982465 12688 raft_consensus.cc:686] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:51.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.982610 12688 consensus_queue.cc:237] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:51.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.982892 12686 ts_tablet_manager.cc:1428] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.058s	user 0.003s	sys 0.000s
15:57:51.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.985143 10968 catalog_manager.cc:5495] T ae8fa9a9555a46f588009c12346b663b P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:51.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.992601 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:51.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:51.996644 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:51.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000>\000\000\000\007\001\000\000\000?\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.013859 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ca1b54845495472e85236930f6f88878 has no consensus state
15:57:52.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.025373 11271 tablet_service.cc:1467] Processing CreateTablet for tablet ca1b54845495472e85236930f6f88878 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 62 <= VALUES < 63
15:57:52.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.025760 11271 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ca1b54845495472e85236930f6f88878. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.028334 12672 tablet_bootstrap.cc:492] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:52.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.029410 12672 tablet_bootstrap.cc:654] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:52.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.030768 12672 tablet_bootstrap.cc:492] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:52.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.030916 12672 ts_tablet_manager.cc:1397] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:52.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.031596 12672 raft_consensus.cc:348] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.031713 12672 raft_consensus.cc:374] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.031747 12672 raft_consensus.cc:729] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:52.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.031972 12672 consensus_queue.cc:260] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.032084 12672 raft_consensus.cc:388] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.032117 12672 raft_consensus.cc:482] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.032155 12672 raft_consensus.cc:3037] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.080272 12672 raft_consensus.cc:504] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.080524 12672 leader_election.cc:302] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:52.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.080725 12675 raft_consensus.cc:2781] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.080852 12675 raft_consensus.cc:686] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:52.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.081038 12675 consensus_queue.cc:237] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.081271 12672 leader_election.cc:288] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.082957 12672 ts_tablet_manager.cc:1428] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.052s	user 0.004s	sys 0.000s
15:57:52.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.083853 10968 catalog_manager.cc:5495] T ca1b54845495472e85236930f6f88878 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:52.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.090457 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.097266 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000?\000\000\000\007\001\000\000\000@\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.119732 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 24293b49915143a78c0e8d593a8e75d6 has no consensus state
15:57:52.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.126900 11409 tablet_service.cc:1467] Processing CreateTablet for tablet 24293b49915143a78c0e8d593a8e75d6 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 63 <= VALUES < 64
15:57:52.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.127290 11409 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 24293b49915143a78c0e8d593a8e75d6. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.129945 12679 tablet_bootstrap.cc:492] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:52.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.130795 12679 tablet_bootstrap.cc:654] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:52.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.131839 12679 tablet_bootstrap.cc:492] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.131908 12679 ts_tablet_manager.cc:1397] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132241 12679 raft_consensus.cc:348] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132328 12679 raft_consensus.cc:374] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132350 12679 raft_consensus.cc:729] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132486 12679 consensus_queue.cc:260] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132573 12679 raft_consensus.cc:388] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132598 12679 raft_consensus.cc:482] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.132627 12679 raft_consensus.cc:3037] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.133394 12679 raft_consensus.cc:504] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.133509 12679 leader_election.cc:302] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:52.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.133599 12679 leader_election.cc:288] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.133651 12681 raft_consensus.cc:2781] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.133738 12681 raft_consensus.cc:686] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:52.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.133852 12681 consensus_queue.cc:237] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.136777 10970 catalog_manager.cc:5495] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:52.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.137601 12679 ts_tablet_manager.cc:1428] T 24293b49915143a78c0e8d593a8e75d6 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
15:57:52.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.145027 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.156490 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000@\000\000\000\007\001\000\000\000A\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.177539 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 46a89a4f04064f7c996527663d16f77b has no consensus state
15:57:52.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.182988 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 46a89a4f04064f7c996527663d16f77b (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 64 <= VALUES < 65
15:57:52.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.183333 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 46a89a4f04064f7c996527663d16f77b. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.185596 12686 tablet_bootstrap.cc:492] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:52.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.186452 12686 tablet_bootstrap.cc:654] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:52.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.187610 12686 tablet_bootstrap.cc:492] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:52.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.187714 12686 ts_tablet_manager.cc:1397] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188133 12686 raft_consensus.cc:348] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188247 12686 raft_consensus.cc:374] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188280 12686 raft_consensus.cc:729] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188410 12686 consensus_queue.cc:260] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188525 12686 raft_consensus.cc:388] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188560 12686 raft_consensus.cc:482] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.188606 12686 raft_consensus.cc:3037] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:52.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.189433 12686 raft_consensus.cc:504] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.189576 12686 leader_election.cc:302] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:52.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.189687 12686 leader_election.cc:288] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.189757 12688 raft_consensus.cc:2781] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.189855 12688 raft_consensus.cc:686] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:52.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.189970 12688 consensus_queue.cc:237] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.190558 12686 ts_tablet_manager.cc:1428] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:52.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.192379 10970 catalog_manager.cc:5495] T 46a89a4f04064f7c996527663d16f77b P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:52.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.200977 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.216207 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000A\000\000\000\007\001\000\000\000B\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.237272 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 936de417068344348db98bef660bfc2b has no consensus state
15:57:52.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.244127 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 936de417068344348db98bef660bfc2b (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 65 <= VALUES < 66
15:57:52.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.244427 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 936de417068344348db98bef660bfc2b. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.246353 12672 tablet_bootstrap.cc:492] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:52.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.247172 12672 tablet_bootstrap.cc:654] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248183 12672 tablet_bootstrap.cc:492] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248252 12672 ts_tablet_manager.cc:1397] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248582 12672 raft_consensus.cc:348] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248670 12672 raft_consensus.cc:374] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248690 12672 raft_consensus.cc:729] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248857 12672 consensus_queue.cc:260] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248941 12672 raft_consensus.cc:388] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.248965 12672 raft_consensus.cc:482] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.249001 12672 raft_consensus.cc:3037] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.249683 12672 raft_consensus.cc:504] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.249784 12672 leader_election.cc:302] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.249876 12672 leader_election.cc:288] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.249917 12675 raft_consensus.cc:2781] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.249993 12675 raft_consensus.cc:686] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:52.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.250106 12675 consensus_queue.cc:237] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.252036 10970 catalog_manager.cc:5495] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:52.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.259464 12672 ts_tablet_manager.cc:1428] T 936de417068344348db98bef660bfc2b P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.002s
15:57:52.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.260000 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.277297 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000B\000\000\000\007\001\000\000\000C\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.302654 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1dfcce009cf148789a312d9e18f14143 has no consensus state
15:57:52.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.308496 11403 tablet_service.cc:1467] Processing CreateTablet for tablet 1dfcce009cf148789a312d9e18f14143 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 66 <= VALUES < 67
15:57:52.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.308856 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1dfcce009cf148789a312d9e18f14143. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.311193 12679 tablet_bootstrap.cc:492] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:52.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.312156 12679 tablet_bootstrap.cc:654] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:52.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.313716 12679 tablet_bootstrap.cc:492] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:52.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.313805 12679 ts_tablet_manager.cc:1397] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:52.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314289 12679 raft_consensus.cc:348] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314421 12679 raft_consensus.cc:374] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314452 12679 raft_consensus.cc:729] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314571 12679 consensus_queue.cc:260] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314639 12679 raft_consensus.cc:388] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314672 12679 raft_consensus.cc:482] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.314711 12679 raft_consensus.cc:3037] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.315622 12679 raft_consensus.cc:504] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.315750 12679 leader_election.cc:302] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.315837 12679 leader_election.cc:288] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.315900 12682 raft_consensus.cc:2781] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.316385 12682 raft_consensus.cc:686] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:52.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.316537 12682 consensus_queue.cc:237] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.316704 12679 ts_tablet_manager.cc:1428] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:52.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.318595 10970 catalog_manager.cc:5495] T 1dfcce009cf148789a312d9e18f14143 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:52.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.327389 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.336748 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000C\000\000\000\007\001\000\000\000D\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.361711 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c14eec87fa934b3288456623ddf45130 has no consensus state
15:57:52.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.367345 11543 tablet_service.cc:1467] Processing CreateTablet for tablet c14eec87fa934b3288456623ddf45130 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 67 <= VALUES < 68
15:57:52.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.367702 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c14eec87fa934b3288456623ddf45130. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.370386 12686 tablet_bootstrap.cc:492] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:52.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.371246 12686 tablet_bootstrap.cc:654] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:52.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.372385 12686 tablet_bootstrap.cc:492] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:52.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.372473 12686 ts_tablet_manager.cc:1397] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.372915 12686 raft_consensus.cc:348] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.373023 12686 raft_consensus.cc:374] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.373054 12686 raft_consensus.cc:729] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:52.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.373169 12686 consensus_queue.cc:260] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.373238 12686 raft_consensus.cc:388] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.373270 12686 raft_consensus.cc:482] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.373307 12686 raft_consensus.cc:3037] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.374289 12686 raft_consensus.cc:504] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.374459 12686 leader_election.cc:302] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.375221 12815 raft_consensus.cc:2781] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.375311 12815 raft_consensus.cc:686] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:52.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.375451 12815 consensus_queue.cc:237] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.378144 12686 leader_election.cc:288] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.378471 12686 ts_tablet_manager.cc:1428] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:57:52.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.380582 10970 catalog_manager.cc:5495] T c14eec87fa934b3288456623ddf45130 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:52.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.389425 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.396587 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000D\000\000\000\007\001\000\000\000E\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.425882 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 72fcb58d8c39443eb072b5e442ae3e82 has no consensus state
15:57:52.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.431049 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 72fcb58d8c39443eb072b5e442ae3e82 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 68 <= VALUES < 69
15:57:52.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.431377 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 72fcb58d8c39443eb072b5e442ae3e82. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.433780 12672 tablet_bootstrap.cc:492] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:52.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.434679 12672 tablet_bootstrap.cc:654] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.435963 12672 tablet_bootstrap.cc:492] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436070 12672 ts_tablet_manager.cc:1397] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436448 12672 raft_consensus.cc:348] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436538 12672 raft_consensus.cc:374] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436563 12672 raft_consensus.cc:729] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436687 12672 consensus_queue.cc:260] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436821 12672 raft_consensus.cc:388] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436861 12672 raft_consensus.cc:482] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.436892 12672 raft_consensus.cc:3037] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.437608 12672 raft_consensus.cc:504] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.437714 12672 leader_election.cc:302] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:52.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.437808 12672 leader_election.cc:288] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.437853 12675 raft_consensus.cc:2781] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.437944 12675 raft_consensus.cc:686] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:52.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.438058 12675 consensus_queue.cc:237] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.438416 12672 ts_tablet_manager.cc:1428] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:52.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.441201 10970 catalog_manager.cc:5495] T 72fcb58d8c39443eb072b5e442ae3e82 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:52.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.448793 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.457324 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000E\000\000\000\007\001\000\000\000F\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.489521 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ceffeb03fa484d2295307148d3bcd0a3 has no consensus state
15:57:52.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.494782 11403 tablet_service.cc:1467] Processing CreateTablet for tablet ceffeb03fa484d2295307148d3bcd0a3 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 69 <= VALUES < 70
15:57:52.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.495122 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ceffeb03fa484d2295307148d3bcd0a3. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.497413 12679 tablet_bootstrap.cc:492] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:52.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.498378 12679 tablet_bootstrap.cc:654] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.499620 12679 tablet_bootstrap.cc:492] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.499701 12679 ts_tablet_manager.cc:1397] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500092 12679 raft_consensus.cc:348] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500181 12679 raft_consensus.cc:374] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500209 12679 raft_consensus.cc:729] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500312 12679 consensus_queue.cc:260] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500373 12679 raft_consensus.cc:388] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500401 12679 raft_consensus.cc:482] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.500437 12679 raft_consensus.cc:3037] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.502116 12679 raft_consensus.cc:504] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.502271 12679 leader_election.cc:302] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:52.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.502514 12679 leader_election.cc:288] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.502590 12812 raft_consensus.cc:2781] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.502750 12812 raft_consensus.cc:686] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:52.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.502894 12812 consensus_queue.cc:237] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.505573 12679 ts_tablet_manager.cc:1428] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
15:57:52.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.505656 10970 catalog_manager.cc:5495] T ceffeb03fa484d2295307148d3bcd0a3 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:52.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.513489 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.517724 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000F\000\000\000\007\001\000\000\000G\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.536398 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8c3466c1d4a9414c8d5c33c8d0da5640 has no consensus state
15:57:52.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.541976 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 8c3466c1d4a9414c8d5c33c8d0da5640 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 70 <= VALUES < 71
15:57:52.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.542310 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8c3466c1d4a9414c8d5c33c8d0da5640. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.544327 12686 tablet_bootstrap.cc:492] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:52.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.545881 12686 tablet_bootstrap.cc:654] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:52.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.547490 12686 tablet_bootstrap.cc:492] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:52.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.547566 12686 ts_tablet_manager.cc:1397] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.547921 12686 raft_consensus.cc:348] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.548017 12686 raft_consensus.cc:374] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.548077 12686 raft_consensus.cc:729] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.548202 12686 consensus_queue.cc:260] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.548319 12686 raft_consensus.cc:388] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.548346 12686 raft_consensus.cc:482] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.548377 12686 raft_consensus.cc:3037] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:52.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549202 12686 raft_consensus.cc:504] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549315 12686 leader_election.cc:302] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:52.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549408 12686 leader_election.cc:288] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549453 12688 raft_consensus.cc:2781] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549646 12688 raft_consensus.cc:686] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:52.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549691 12686 ts_tablet_manager.cc:1428] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.549764 12688 consensus_queue.cc:237] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.552497 10968 catalog_manager.cc:5495] T 8c3466c1d4a9414c8d5c33c8d0da5640 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:52.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.559916 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.577107 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000G\000\000\000\007\001\000\000\000H\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.600582 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 077aa8bbd0bf4a75a8a3548c358a8199 has no consensus state
15:57:52.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.609084 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 077aa8bbd0bf4a75a8a3548c358a8199 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 71 <= VALUES < 72
15:57:52.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.609426 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 077aa8bbd0bf4a75a8a3548c358a8199. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.612882 12672 tablet_bootstrap.cc:492] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:52.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.613937 12672 tablet_bootstrap.cc:654] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:52.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615026 12672 tablet_bootstrap.cc:492] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:52.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615116 12672 ts_tablet_manager.cc:1397] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615587 12672 raft_consensus.cc:348] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615717 12672 raft_consensus.cc:374] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615758 12672 raft_consensus.cc:729] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:52.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615873 12672 consensus_queue.cc:260] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615963 12672 raft_consensus.cc:388] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.615998 12672 raft_consensus.cc:482] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.616041 12672 raft_consensus.cc:3037] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.616961 12672 raft_consensus.cc:504] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.617103 12672 leader_election.cc:302] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.617273 12676 raft_consensus.cc:2781] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.617350 12676 raft_consensus.cc:686] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.617457 12676 consensus_queue.cc:237] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.619772 10968 catalog_manager.cc:5495] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:52.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.620463 12672 leader_election.cc:288] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.620889 12672 ts_tablet_manager.cc:1428] T 077aa8bbd0bf4a75a8a3548c358a8199 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.002s
15:57:52.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.627501 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.650944 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000H\000\000\000\007\001\000\000\000I\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.688563 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet eddc9712f88d431ba6036027aeafae30 has no consensus state
15:57:52.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.695652 11398 tablet_service.cc:1467] Processing CreateTablet for tablet eddc9712f88d431ba6036027aeafae30 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 72 <= VALUES < 73
15:57:52.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.696193 11398 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eddc9712f88d431ba6036027aeafae30. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.697 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:57:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.699430 12679 tablet_bootstrap.cc:492] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:52.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.700341 12679 tablet_bootstrap.cc:654] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:52.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.701526 12679 tablet_bootstrap.cc:492] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:52.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.701627 12679 ts_tablet_manager.cc:1397] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:52.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702112 12679 raft_consensus.cc:348] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702231 12679 raft_consensus.cc:374] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702266 12679 raft_consensus.cc:729] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:52.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702401 12679 consensus_queue.cc:260] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702493 12679 raft_consensus.cc:388] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702533 12679 raft_consensus.cc:482] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.702572 12679 raft_consensus.cc:3037] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.703488 12679 raft_consensus.cc:504] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.703629 12679 leader_election.cc:302] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:52.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.703730 12679 leader_election.cc:288] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.703773 12812 raft_consensus.cc:2781] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.704167 12812 raft_consensus.cc:686] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:52.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.704340 12812 consensus_queue.cc:237] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.704535 12679 ts_tablet_manager.cc:1428] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:52.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.707091 10970 catalog_manager.cc:5495] T eddc9712f88d431ba6036027aeafae30 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:52.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.714702 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.718021 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000I\000\000\000\007\001\000\000\000J\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.738619 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bd27d27613e34f129c000820e369ab43 has no consensus state
15:57:52.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.745062 11542 tablet_service.cc:1467] Processing CreateTablet for tablet bd27d27613e34f129c000820e369ab43 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 73 <= VALUES < 74
15:57:52.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.745335 11542 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bd27d27613e34f129c000820e369ab43. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.747188 12686 tablet_bootstrap.cc:492] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:52.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.748188 12686 tablet_bootstrap.cc:654] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:52.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.749505 12686 tablet_bootstrap.cc:492] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:52.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.749594 12686 ts_tablet_manager.cc:1397] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750006 12686 raft_consensus.cc:348] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750119 12686 raft_consensus.cc:374] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750151 12686 raft_consensus.cc:729] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750281 12686 consensus_queue.cc:260] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750375 12686 raft_consensus.cc:388] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750418 12686 raft_consensus.cc:482] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.750468 12686 raft_consensus.cc:3037] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:52.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.751410 12686 raft_consensus.cc:504] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.751543 12686 leader_election.cc:302] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:52.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.751641 12686 leader_election.cc:288] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.751736 12835 raft_consensus.cc:2781] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.751873 12835 raft_consensus.cc:686] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:52.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.752031 12835 consensus_queue.cc:237] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.752252 12686 ts_tablet_manager.cc:1428] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:52.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.753984 10970 catalog_manager.cc:5495] T bd27d27613e34f129c000820e369ab43 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:52.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.762938 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.777180 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000J\000\000\000\007\001\000\000\000K\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.795437 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e2366321821344c1bd4826708c049c73 has no consensus state
15:57:52.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.802225 11273 tablet_service.cc:1467] Processing CreateTablet for tablet e2366321821344c1bd4826708c049c73 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 74 <= VALUES < 75
15:57:52.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.802600 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e2366321821344c1bd4826708c049c73. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.804621 12672 tablet_bootstrap.cc:492] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:52.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.805565 12672 tablet_bootstrap.cc:654] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:52.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.806847 12672 tablet_bootstrap.cc:492] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.806945 12672 ts_tablet_manager.cc:1397] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807493 12672 raft_consensus.cc:348] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807610 12672 raft_consensus.cc:374] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807639 12672 raft_consensus.cc:729] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807778 12672 consensus_queue.cc:260] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807854 12672 raft_consensus.cc:388] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807878 12672 raft_consensus.cc:482] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.807909 12672 raft_consensus.cc:3037] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.808650 12672 raft_consensus.cc:504] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.808808 12672 leader_election.cc:302] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.808900 12672 leader_election.cc:288] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.809063 12675 raft_consensus.cc:2781] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.809167 12675 raft_consensus.cc:686] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:52.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.809177 12672 ts_tablet_manager.cc:1428] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:52.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.809289 12675 consensus_queue.cc:237] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.812951 10970 catalog_manager.cc:5495] T e2366321821344c1bd4826708c049c73 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:52.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.820422 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.836660 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000K\000\000\000\007\001\000\000\000L\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.861425 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 12a99b5d24c94bd7948811d15683a519 has no consensus state
15:57:52.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.867066 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 12a99b5d24c94bd7948811d15683a519 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 75 <= VALUES < 76
15:57:52.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.867422 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 12a99b5d24c94bd7948811d15683a519. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.869436 12679 tablet_bootstrap.cc:492] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:52.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.870249 12679 tablet_bootstrap.cc:654] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:52.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871306 12679 tablet_bootstrap.cc:492] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:52.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871376 12679 ts_tablet_manager.cc:1397] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871708 12679 raft_consensus.cc:348] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871798 12679 raft_consensus.cc:374] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871819 12679 raft_consensus.cc:729] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:52.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871907 12679 consensus_queue.cc:260] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.871955 12679 raft_consensus.cc:388] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.872027 12679 raft_consensus.cc:482] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.872069 12679 raft_consensus.cc:3037] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.872860 12679 raft_consensus.cc:504] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.872979 12679 leader_election.cc:302] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:52.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.873047 12679 leader_election.cc:288] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.873142 12812 raft_consensus.cc:2781] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.873260 12812 raft_consensus.cc:686] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:52.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.873346 12679 ts_tablet_manager.cc:1428] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:52.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.873380 12812 consensus_queue.cc:237] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:52.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.875383 10970 catalog_manager.cc:5495] T 12a99b5d24c94bd7948811d15683a519 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:52.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.882404 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.896947 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000L\000\000\000\007\001\000\000\000M\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.917523 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2d6c3ba9c6764a61b55d746ec24d55bb has no consensus state
15:57:52.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.923673 11545 tablet_service.cc:1467] Processing CreateTablet for tablet 2d6c3ba9c6764a61b55d746ec24d55bb (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 76 <= VALUES < 77
15:57:52.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.924024 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2d6c3ba9c6764a61b55d746ec24d55bb. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.926018 12686 tablet_bootstrap.cc:492] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:52.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.926918 12686 tablet_bootstrap.cc:654] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.928081 12686 tablet_bootstrap.cc:492] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.928200 12686 ts_tablet_manager.cc:1397] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.928640 12686 raft_consensus.cc:348] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.928797 12686 raft_consensus.cc:374] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.928836 12686 raft_consensus.cc:729] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:52.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.928974 12686 consensus_queue.cc:260] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.929097 12686 raft_consensus.cc:388] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.929137 12686 raft_consensus.cc:482] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.929180 12686 raft_consensus.cc:3037] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.930011 12686 raft_consensus.cc:504] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.930162 12686 leader_election.cc:302] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.930300 12686 leader_election.cc:288] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.930359 12835 raft_consensus.cc:2781] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.930505 12835 raft_consensus.cc:686] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.930636 12835 consensus_queue.cc:237] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:52.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.932399 12686 ts_tablet_manager.cc:1428] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:52.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.933395 10970 catalog_manager.cc:5495] T 2d6c3ba9c6764a61b55d746ec24d55bb P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:52.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.940759 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:52.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.957372 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:52.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000M\000\000\000\007\001\000\000\000N\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:52.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.978638 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3b0e9b1bc4f7491b9096da36e2e7e16a has no consensus state
15:57:52.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.984313 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 3b0e9b1bc4f7491b9096da36e2e7e16a (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 77 <= VALUES < 78
15:57:52.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.984664 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3b0e9b1bc4f7491b9096da36e2e7e16a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:52.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.986574 12672 tablet_bootstrap.cc:492] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:52.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.987881 12672 tablet_bootstrap.cc:654] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989040 12672 tablet_bootstrap.cc:492] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989142 12672 ts_tablet_manager.cc:1397] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989529 12672 raft_consensus.cc:348] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989642 12672 raft_consensus.cc:374] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989675 12672 raft_consensus.cc:729] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989804 12672 consensus_queue.cc:260] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989917 12672 raft_consensus.cc:388] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989951 12672 raft_consensus.cc:482] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.989995 12672 raft_consensus.cc:3037] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.990787 12672 raft_consensus.cc:504] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.990928 12672 leader_election.cc:302] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:52.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.991063 12672 leader_election.cc:288] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:52.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.991137 12675 raft_consensus.cc:2781] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:52.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.991310 12675 raft_consensus.cc:686] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:52.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.991345 12672 ts_tablet_manager.cc:1428] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:52.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.991426 12675 consensus_queue.cc:237] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:52.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:52.995090 10970 catalog_manager.cc:5495] T 3b0e9b1bc4f7491b9096da36e2e7e16a P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:52.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:52.995265 10957 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 3b0e9b1bc4f7491b9096da36e2e7e16a (table many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 3b0e9b1bc4f7491b9096da36e2e7e16a consensus state has no leader
15:57:53.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.002053 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.017174 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000N\000\000\000\007\001\000\000\000O\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.040437 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d985d847591a4d5794f49446d9e32161 has no consensus state
15:57:53.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.047212 11403 tablet_service.cc:1467] Processing CreateTablet for tablet d985d847591a4d5794f49446d9e32161 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 78 <= VALUES < 79
15:57:53.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.047569 11403 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d985d847591a4d5794f49446d9e32161. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.049662 12679 tablet_bootstrap.cc:492] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:53.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.050601 12679 tablet_bootstrap.cc:654] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:53.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.051707 12679 tablet_bootstrap.cc:492] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:53.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.051819 12679 ts_tablet_manager.cc:1397] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:53.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052274 12679 raft_consensus.cc:348] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052398 12679 raft_consensus.cc:374] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052433 12679 raft_consensus.cc:729] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:53.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052561 12679 consensus_queue.cc:260] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052685 12679 raft_consensus.cc:388] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052721 12679 raft_consensus.cc:482] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.052791 12679 raft_consensus.cc:3037] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.053622 12679 raft_consensus.cc:504] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.053766 12679 leader_election.cc:302] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:53.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.053898 12679 leader_election.cc:288] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.053982 12812 raft_consensus.cc:2781] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.054150 12812 raft_consensus.cc:686] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:53.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.054198 12679 ts_tablet_manager.cc:1428] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:53.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.054265 12812 consensus_queue.cc:237] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.057193 10970 catalog_manager.cc:5495] T d985d847591a4d5794f49446d9e32161 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:53.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.064711 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.077414 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000O\000\000\000\007\001\000\000\000P\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.095338 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet deca213369744a618d2d9189685c33b1 has no consensus state
15:57:53.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.101580 11544 tablet_service.cc:1467] Processing CreateTablet for tablet deca213369744a618d2d9189685c33b1 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 79 <= VALUES < 80
15:57:53.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.101938 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet deca213369744a618d2d9189685c33b1. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.104225 12686 tablet_bootstrap.cc:492] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:53.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.105170 12686 tablet_bootstrap.cc:654] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106180 12686 tablet_bootstrap.cc:492] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106253 12686 ts_tablet_manager.cc:1397] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106626 12686 raft_consensus.cc:348] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106719 12686 raft_consensus.cc:374] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106742 12686 raft_consensus.cc:729] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106832 12686 consensus_queue.cc:260] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106884 12686 raft_consensus.cc:388] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106909 12686 raft_consensus.cc:482] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.106940 12686 raft_consensus.cc:3037] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:53.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.107643 12686 raft_consensus.cc:504] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.107755 12686 leader_election.cc:302] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:53.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.107822 12686 leader_election.cc:288] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.107960 12815 raft_consensus.cc:2781] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.108043 12815 raft_consensus.cc:686] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:53.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.108147 12815 consensus_queue.cc:237] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.108354 12686 ts_tablet_manager.cc:1428] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:53.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.110277 10970 catalog_manager.cc:5495] T deca213369744a618d2d9189685c33b1 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:53.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.117069 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.136646 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000P\000\000\000\007\001\000\000\000Q\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.158679 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 75e57e19762d403b8d2196b7222aa201 has no consensus state
15:57:53.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.164979 11266 tablet_service.cc:1467] Processing CreateTablet for tablet 75e57e19762d403b8d2196b7222aa201 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 80 <= VALUES < 81
15:57:53.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.165284 11266 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 75e57e19762d403b8d2196b7222aa201. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.167352 12672 tablet_bootstrap.cc:492] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:53.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.168376 12672 tablet_bootstrap.cc:654] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:53.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.169799 12672 tablet_bootstrap.cc:492] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:53.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170024 12672 ts_tablet_manager.cc:1397] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:53.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170503 12672 raft_consensus.cc:348] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170636 12672 raft_consensus.cc:374] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170676 12672 raft_consensus.cc:729] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:53.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170842 12672 consensus_queue.cc:260] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170957 12672 raft_consensus.cc:388] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.170995 12672 raft_consensus.cc:482] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.171047 12672 raft_consensus.cc:3037] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.171912 12672 raft_consensus.cc:504] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.172070 12672 leader_election.cc:302] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.172222 12672 leader_election.cc:288] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.172349 12676 raft_consensus.cc:2781] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.172461 12676 raft_consensus.cc:686] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.172482 12672 ts_tablet_manager.cc:1428] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.172608 12676 consensus_queue.cc:237] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.175576 10970 catalog_manager.cc:5495] T 75e57e19762d403b8d2196b7222aa201 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:53.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.183409 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.197980 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000Q\000\000\000\007\001\000\000\000R\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.220410 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e4309657e7524a03ac724f5e62654ba7 has no consensus state
15:57:53.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.227192 11405 tablet_service.cc:1467] Processing CreateTablet for tablet e4309657e7524a03ac724f5e62654ba7 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 81 <= VALUES < 82
15:57:53.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.227581 11405 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e4309657e7524a03ac724f5e62654ba7. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.229727 12679 tablet_bootstrap.cc:492] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:53.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.230751 12679 tablet_bootstrap.cc:654] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:53.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.232731 12679 tablet_bootstrap.cc:492] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:53.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.232877 12679 ts_tablet_manager.cc:1397] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.001s
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.233552 12679 raft_consensus.cc:348] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.233989 12679 raft_consensus.cc:374] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.234036 12679 raft_consensus.cc:729] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.234196 12679 consensus_queue.cc:260] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.234298 12679 raft_consensus.cc:388] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.234344 12679 raft_consensus.cc:482] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.234413 12679 raft_consensus.cc:3037] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.236843 12679 raft_consensus.cc:504] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.237010 12679 leader_election.cc:302] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.237138 12679 leader_election.cc:288] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.237231 12812 raft_consensus.cc:2781] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.237421 12812 raft_consensus.cc:686] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.237454 12679 ts_tablet_manager.cc:1428] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.005s
15:57:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.237556 12812 consensus_queue.cc:237] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.240960 10970 catalog_manager.cc:5495] T e4309657e7524a03ac724f5e62654ba7 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.248108 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.256675 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000R\000\000\000\007\001\000\000\000S\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.291149 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b760bba94b2941beac498561d420c2ec has no consensus state
15:57:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.297940 11545 tablet_service.cc:1467] Processing CreateTablet for tablet b760bba94b2941beac498561d420c2ec (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 82 <= VALUES < 83
15:57:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.298300 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b760bba94b2941beac498561d420c2ec. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.300351 12686 tablet_bootstrap.cc:492] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:53.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.301473 12686 tablet_bootstrap.cc:654] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:53.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.302840 12686 tablet_bootstrap.cc:492] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.302949 12686 ts_tablet_manager.cc:1397] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303364 12686 raft_consensus.cc:348] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303484 12686 raft_consensus.cc:374] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303522 12686 raft_consensus.cc:729] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303649 12686 consensus_queue.cc:260] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303747 12686 raft_consensus.cc:388] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303798 12686 raft_consensus.cc:482] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.303846 12686 raft_consensus.cc:3037] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:53.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.305375 12686 raft_consensus.cc:504] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.305562 12686 leader_election.cc:302] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:53.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.305681 12686 leader_election.cc:288] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.305759 12815 raft_consensus.cc:2781] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.305912 12815 raft_consensus.cc:686] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.305961 12686 ts_tablet_manager.cc:1428] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.306072 12815 consensus_queue.cc:237] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.308926 10970 catalog_manager.cc:5495] T b760bba94b2941beac498561d420c2ec P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:53.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.317188 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.336489 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000S\000\000\000\007\001\000\000\000T\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.354843 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9e50c99c96d140f490afaf0a1a786445 has no consensus state
15:57:53.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.361735 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 9e50c99c96d140f490afaf0a1a786445 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 83 <= VALUES < 84
15:57:53.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.362107 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9e50c99c96d140f490afaf0a1a786445. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.364419 12672 tablet_bootstrap.cc:492] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:53.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.365413 12672 tablet_bootstrap.cc:654] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:53.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.366534 12672 tablet_bootstrap.cc:492] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:53.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.366609 12672 ts_tablet_manager.cc:1397] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.366943 12672 raft_consensus.cc:348] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.367046 12672 raft_consensus.cc:374] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.367069 12672 raft_consensus.cc:729] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.367211 12672 consensus_queue.cc:260] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.367291 12672 raft_consensus.cc:388] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.367316 12672 raft_consensus.cc:482] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.367345 12672 raft_consensus.cc:3037] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368104 12672 raft_consensus.cc:504] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368217 12672 leader_election.cc:302] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368288 12672 leader_election.cc:288] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368410 12675 raft_consensus.cc:2781] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368554 12675 raft_consensus.cc:686] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368585 12672 ts_tablet_manager.cc:1428] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.368674 12675 consensus_queue.cc:237] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.370846 10970 catalog_manager.cc:5495] T 9e50c99c96d140f490afaf0a1a786445 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:53.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.377787 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.396824 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000T\000\000\000\007\001\000\000\000U\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.418771 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1529e62ddd7e45b09808753105a19896 has no consensus state
15:57:53.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.425004 11408 tablet_service.cc:1467] Processing CreateTablet for tablet 1529e62ddd7e45b09808753105a19896 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 84 <= VALUES < 85
15:57:53.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.425374 11408 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1529e62ddd7e45b09808753105a19896. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.427677 12679 tablet_bootstrap.cc:492] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:53.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.428709 12679 tablet_bootstrap.cc:654] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.429935 12679 tablet_bootstrap.cc:492] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430012 12679 ts_tablet_manager.cc:1397] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430418 12679 raft_consensus.cc:348] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430518 12679 raft_consensus.cc:374] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430543 12679 raft_consensus.cc:729] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430646 12679 consensus_queue.cc:260] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430708 12679 raft_consensus.cc:388] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430733 12679 raft_consensus.cc:482] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.430764 12679 raft_consensus.cc:3037] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.431566 12679 raft_consensus.cc:504] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.431681 12679 leader_election.cc:302] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:53.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.431759 12679 leader_election.cc:288] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.431854 12864 raft_consensus.cc:2781] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.432021 12864 raft_consensus.cc:686] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.432132 12864 consensus_queue.cc:237] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.432374 12679 ts_tablet_manager.cc:1428] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.001s
15:57:53.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.434330 10970 catalog_manager.cc:5495] T 1529e62ddd7e45b09808753105a19896 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:53.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.441792 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.456683 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000U\000\000\000\007\001\000\000\000V\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.478173 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 44cb7894d3bd462a9c7a1342e64e25b3 has no consensus state
15:57:53.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.485960 11543 tablet_service.cc:1467] Processing CreateTablet for tablet 44cb7894d3bd462a9c7a1342e64e25b3 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 85 <= VALUES < 86
15:57:53.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.486369 11543 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 44cb7894d3bd462a9c7a1342e64e25b3. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.488454 12686 tablet_bootstrap.cc:492] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:53.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.489537 12686 tablet_bootstrap.cc:654] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.490834 12686 tablet_bootstrap.cc:492] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.490909 12686 ts_tablet_manager.cc:1397] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491320 12686 raft_consensus.cc:348] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491413 12686 raft_consensus.cc:374] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491441 12686 raft_consensus.cc:729] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491557 12686 consensus_queue.cc:260] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491619 12686 raft_consensus.cc:388] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491652 12686 raft_consensus.cc:482] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.491688 12686 raft_consensus.cc:3037] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:53.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.492619 12686 raft_consensus.cc:504] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.492925 12686 leader_election.cc:302] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:53.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.493142 12815 raft_consensus.cc:2781] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.493212 12815 raft_consensus.cc:686] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:53.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.493323 12815 consensus_queue.cc:237] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.496481 12686 leader_election.cc:288] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.496788 10970 catalog_manager.cc:5495] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:53.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.502290 12686 ts_tablet_manager.cc:1428] T 44cb7894d3bd462a9c7a1342e64e25b3 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.000s
15:57:53.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.506886 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.516523 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000V\000\000\000\007\001\000\000\000W\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.547254 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d8c5184f3b3b4348994718a2fe73fbc9 has no consensus state
15:57:53.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.553591 11274 tablet_service.cc:1467] Processing CreateTablet for tablet d8c5184f3b3b4348994718a2fe73fbc9 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 86 <= VALUES < 87
15:57:53.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.553958 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d8c5184f3b3b4348994718a2fe73fbc9. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.556243 12672 tablet_bootstrap.cc:492] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:53.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.557313 12672 tablet_bootstrap.cc:654] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:53.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.558449 12672 tablet_bootstrap.cc:492] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:53.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.558539 12672 ts_tablet_manager.cc:1397] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.558920 12672 raft_consensus.cc:348] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.559037 12672 raft_consensus.cc:374] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.559064 12672 raft_consensus.cc:729] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.559168 12672 consensus_queue.cc:260] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.559223 12672 raft_consensus.cc:388] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.559247 12672 raft_consensus.cc:482] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.559278 12672 raft_consensus.cc:3037] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560067 12672 raft_consensus.cc:504] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560185 12672 leader_election.cc:302] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560294 12672 leader_election.cc:288] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560351 12675 raft_consensus.cc:2781] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560462 12675 raft_consensus.cc:686] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560585 12672 ts_tablet_manager.cc:1428] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.560596 12675 consensus_queue.cc:237] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.563005 10970 catalog_manager.cc:5495] T d8c5184f3b3b4348994718a2fe73fbc9 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:53.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.569940 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.577343 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000W\000\000\000\007\001\000\000\000X\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.602386 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5eb357bfe718458bb2525a498d2be79d has no consensus state
15:57:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.608668 11404 tablet_service.cc:1467] Processing CreateTablet for tablet 5eb357bfe718458bb2525a498d2be79d (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 87 <= VALUES < 88
15:57:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.609035 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5eb357bfe718458bb2525a498d2be79d. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.610859 12679 tablet_bootstrap.cc:492] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:53.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.611857 12679 tablet_bootstrap.cc:654] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:53.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.613094 12679 tablet_bootstrap.cc:492] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:53.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.613202 12679 ts_tablet_manager.cc:1397] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:53.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.613623 12679 raft_consensus.cc:348] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.613741 12679 raft_consensus.cc:374] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.613775 12679 raft_consensus.cc:729] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.613904 12679 consensus_queue.cc:260] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.614022 12679 raft_consensus.cc:388] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.614058 12679 raft_consensus.cc:482] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.614104 12679 raft_consensus.cc:3037] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615051 12679 raft_consensus.cc:504] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615200 12679 leader_election.cc:302] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615324 12679 leader_election.cc:288] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615404 12864 raft_consensus.cc:2781] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615509 12864 raft_consensus.cc:686] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615563 12679 ts_tablet_manager.cc:1428] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:57:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.615633 12864 consensus_queue.cc:237] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.618466 10970 catalog_manager.cc:5495] T 5eb357bfe718458bb2525a498d2be79d P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:53.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.626544 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.636674 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000X\000\000\000\007\001\000\000\000Y\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.657503 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f32fa123563c43a5a28bd51b1c2d34f3 has no consensus state
15:57:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.665691 11544 tablet_service.cc:1467] Processing CreateTablet for tablet f32fa123563c43a5a28bd51b1c2d34f3 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 88 <= VALUES < 89
15:57:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.666476 11544 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f32fa123563c43a5a28bd51b1c2d34f3. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.669234 12686 tablet_bootstrap.cc:492] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:53.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.670243 12686 tablet_bootstrap.cc:654] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.671518 12686 tablet_bootstrap.cc:492] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.671627 12686 ts_tablet_manager.cc:1397] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672029 12686 raft_consensus.cc:348] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672151 12686 raft_consensus.cc:374] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672185 12686 raft_consensus.cc:729] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672328 12686 consensus_queue.cc:260] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672448 12686 raft_consensus.cc:388] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672483 12686 raft_consensus.cc:482] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.672530 12686 raft_consensus.cc:3037] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.673352 12686 raft_consensus.cc:504] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.673501 12686 leader_election.cc:302] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.673638 12686 leader_election.cc:288] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.673709 12688 raft_consensus.cc:2781] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.673944 12688 raft_consensus.cc:686] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.674085 12688 consensus_queue.cc:237] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.674193 12686 ts_tablet_manager.cc:1428] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:53.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.676545 10970 catalog_manager.cc:5495] T f32fa123563c43a5a28bd51b1c2d34f3 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:53.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.684607 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.696532 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000Y\000\000\000\007\001\000\000\000Z\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.722339 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 00083a83e20a40b4b73c11c50ab6e47a has no consensus state
15:57:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.728163 11274 tablet_service.cc:1467] Processing CreateTablet for tablet 00083a83e20a40b4b73c11c50ab6e47a (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 89 <= VALUES < 90
15:57:53.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.728492 11274 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00083a83e20a40b4b73c11c50ab6e47a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.730883 12672 tablet_bootstrap.cc:492] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:53.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.731850 12672 tablet_bootstrap.cc:654] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:53.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.733274 12672 tablet_bootstrap.cc:492] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.733348 12672 ts_tablet_manager.cc:1397] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.733773 12672 raft_consensus.cc:348] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.733870 12672 raft_consensus.cc:374] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.733897 12672 raft_consensus.cc:729] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.734012 12672 consensus_queue.cc:260] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.734092 12672 raft_consensus.cc:388] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.734122 12672 raft_consensus.cc:482] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.734158 12672 raft_consensus.cc:3037] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735075 12672 raft_consensus.cc:504] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735203 12672 leader_election.cc:302] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735296 12672 leader_election.cc:288] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735337 12675 raft_consensus.cc:2781] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735406 12675 raft_consensus.cc:686] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735502 12675 consensus_queue.cc:237] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.735574 12672 ts_tablet_manager.cc:1428] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:57:53.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.738098 10970 catalog_manager.cc:5495] T 00083a83e20a40b4b73c11c50ab6e47a P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:53.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.746031 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.757215 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000Z\000\000\000\007\001\000\000\000[\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.783828 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a802998a6f6246a29df0874ae8441a38 has no consensus state
15:57:53.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.789227 11404 tablet_service.cc:1467] Processing CreateTablet for tablet a802998a6f6246a29df0874ae8441a38 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 90 <= VALUES < 91
15:57:53.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.789520 11404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a802998a6f6246a29df0874ae8441a38. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.791308 12679 tablet_bootstrap.cc:492] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:53.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.792289 12679 tablet_bootstrap.cc:654] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:53.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.793350 12679 tablet_bootstrap.cc:492] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:53.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.793424 12679 ts_tablet_manager.cc:1397] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.793784 12679 raft_consensus.cc:348] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.793875 12679 raft_consensus.cc:374] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.793897 12679 raft_consensus.cc:729] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.793995 12679 consensus_queue.cc:260] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.794050 12679 raft_consensus.cc:388] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.794072 12679 raft_consensus.cc:482] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.794100 12679 raft_consensus.cc:3037] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.795013 12679 raft_consensus.cc:504] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.795157 12679 leader_election.cc:302] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:53.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.795243 12679 leader_election.cc:288] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.795346 12812 raft_consensus.cc:2781] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.795524 12812 raft_consensus.cc:686] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.795650 12812 consensus_queue.cc:237] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.796288 12679 ts_tablet_manager.cc:1428] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:53.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.798974 10970 catalog_manager.cc:5495] T a802998a6f6246a29df0874ae8441a38 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:53.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.807492 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.817710 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000[\000\000\000\007\001\000\000\000\\\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.849630 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6877838114a34e31a412cff7797d2c98 has no consensus state
15:57:53.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.855782 11545 tablet_service.cc:1467] Processing CreateTablet for tablet 6877838114a34e31a412cff7797d2c98 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 91 <= VALUES < 92
15:57:53.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.856072 11545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6877838114a34e31a412cff7797d2c98. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.858374 12686 tablet_bootstrap.cc:492] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:53.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.859107 12686 tablet_bootstrap.cc:654] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:53.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.860188 12686 tablet_bootstrap.cc:492] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:53.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.860296 12686 ts_tablet_manager.cc:1397] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:53.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.860666 12686 raft_consensus.cc:348] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.860801 12686 raft_consensus.cc:374] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.860837 12686 raft_consensus.cc:729] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:53.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.860962 12686 consensus_queue.cc:260] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.861075 12686 raft_consensus.cc:388] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.861109 12686 raft_consensus.cc:482] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.861155 12686 raft_consensus.cc:3037] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.861922 12686 raft_consensus.cc:504] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.862072 12686 leader_election.cc:302] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.862283 12686 leader_election.cc:288] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.862320 12688 raft_consensus.cc:2781] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.862411 12688 raft_consensus.cc:686] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.862527 12688 consensus_queue.cc:237] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:53.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.864964 12686 ts_tablet_manager.cc:1428] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:57:53.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.865072 10970 catalog_manager.cc:5495] T 6877838114a34e31a412cff7797d2c98 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:53.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.871995 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.876509 10970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\\\000\000\000\007\001\000\000\000]\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.899080 10970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 27867ba21824419fb945af85642baf19 has no consensus state
15:57:53.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.904942 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 27867ba21824419fb945af85642baf19 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 92 <= VALUES < 93
15:57:53.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.906672 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 27867ba21824419fb945af85642baf19. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.908905 12672 tablet_bootstrap.cc:492] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:53.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.909798 12672 tablet_bootstrap.cc:654] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911027 12672 tablet_bootstrap.cc:492] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911113 12672 ts_tablet_manager.cc:1397] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911502 12672 raft_consensus.cc:348] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911602 12672 raft_consensus.cc:374] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911633 12672 raft_consensus.cc:729] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:53.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911774 12672 consensus_queue.cc:260] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911883 12672 raft_consensus.cc:388] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911912 12672 raft_consensus.cc:482] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.911944 12672 raft_consensus.cc:3037] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.912842 12672 raft_consensus.cc:504] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.912979 12672 leader_election.cc:302] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.913077 12672 leader_election.cc:288] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.913125 12675 raft_consensus.cc:2781] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.913216 12675 raft_consensus.cc:686] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.913334 12675 consensus_queue.cc:237] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:53.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.915270 12672 ts_tablet_manager.cc:1428] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:57:53.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.916145 10970 catalog_manager.cc:5495] T 27867ba21824419fb945af85642baf19 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:53.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.923748 10970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.938140 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000]\000\000\000\007\001\000\000\000^\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:53.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:53.951006 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 36d8cb64d89d43b2995b65abc409c358 has no consensus state
15:57:53.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.961747 11398 tablet_service.cc:1467] Processing CreateTablet for tablet 36d8cb64d89d43b2995b65abc409c358 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 93 <= VALUES < 94
15:57:53.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.962121 11398 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 36d8cb64d89d43b2995b65abc409c358. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:53.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.964399 12679 tablet_bootstrap.cc:492] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:53.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.965417 12679 tablet_bootstrap.cc:654] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:53.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.966665 12679 tablet_bootstrap.cc:492] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.966913 12679 ts_tablet_manager.cc:1397] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967386 12679 raft_consensus.cc:348] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967509 12679 raft_consensus.cc:374] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967541 12679 raft_consensus.cc:729] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967680 12679 consensus_queue.cc:260] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967816 12679 raft_consensus.cc:388] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967855 12679 raft_consensus.cc:482] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.967901 12679 raft_consensus.cc:3037] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.968734 12679 raft_consensus.cc:504] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.968961 12679 leader_election.cc:302] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:53.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.969076 12679 leader_election.cc:288] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:53.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.969175 12812 raft_consensus.cc:2781] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:53.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.969303 12812 raft_consensus.cc:686] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:53.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.969463 12812 consensus_queue.cc:237] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:53.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.969774 12679 ts_tablet_manager.cc:1428] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:53.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.972086 10968 catalog_manager.cc:5495] T 36d8cb64d89d43b2995b65abc409c358 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:53.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.980011 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:53.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:53.996626 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:53.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000^\000\000\000\007\001\000\000\000_\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.018764 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 59279e476d994535b3a2902426b21cbe has no consensus state
15:57:54.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.024734 11532 tablet_service.cc:1467] Processing CreateTablet for tablet 59279e476d994535b3a2902426b21cbe (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 94 <= VALUES < 95
15:57:54.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.025162 11532 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 59279e476d994535b3a2902426b21cbe. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.027186 12686 tablet_bootstrap.cc:492] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:54.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.027947 12686 tablet_bootstrap.cc:654] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029111 12686 tablet_bootstrap.cc:492] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029182 12686 ts_tablet_manager.cc:1397] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029520 12686 raft_consensus.cc:348] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029605 12686 raft_consensus.cc:374] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029628 12686 raft_consensus.cc:729] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029749 12686 consensus_queue.cc:260] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029832 12686 raft_consensus.cc:388] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029856 12686 raft_consensus.cc:482] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.029886 12686 raft_consensus.cc:3037] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:54.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.030633 12686 raft_consensus.cc:504] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.030745 12686 leader_election.cc:302] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:54.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.030812 12686 leader_election.cc:288] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.030966 12815 raft_consensus.cc:2781] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.031056 12815 raft_consensus.cc:686] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:54.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.031157 12815 consensus_queue.cc:237] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.031308 12686 ts_tablet_manager.cc:1428] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:54.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.033352 10968 catalog_manager.cc:5495] T 59279e476d994535b3a2902426b21cbe P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:54.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.040284 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.057201 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:54.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000_\000\000\000\007\001\000\000\000`\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.082628 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4d8a3d710f0b4d0396309fc1cbcbaf39 has no consensus state
15:57:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.088750 11273 tablet_service.cc:1467] Processing CreateTablet for tablet 4d8a3d710f0b4d0396309fc1cbcbaf39 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 95 <= VALUES < 96
15:57:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.089121 11273 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4d8a3d710f0b4d0396309fc1cbcbaf39. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.090986 12672 tablet_bootstrap.cc:492] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:54.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.091879 12672 tablet_bootstrap.cc:654] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:54.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.093268 12672 tablet_bootstrap.cc:492] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:54.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.093386 12672 ts_tablet_manager.cc:1397] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:54.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.093819 12672 raft_consensus.cc:348] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.093936 12672 raft_consensus.cc:374] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.093981 12672 raft_consensus.cc:729] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.094121 12672 consensus_queue.cc:260] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.094223 12672 raft_consensus.cc:388] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.094256 12672 raft_consensus.cc:482] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.094305 12672 raft_consensus.cc:3037] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.095248 12672 raft_consensus.cc:504] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.095396 12672 leader_election.cc:302] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.095496 12672 leader_election.cc:288] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.095541 12675 raft_consensus.cc:2781] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.095862 12675 raft_consensus.cc:686] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.095981 12672 ts_tablet_manager.cc:1428] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:57:54.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.096028 12675 consensus_queue.cc:237] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.101390 10968 catalog_manager.cc:5495] T 4d8a3d710f0b4d0396309fc1cbcbaf39 P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:54.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.104171 10957 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 4d8a3d710f0b4d0396309fc1cbcbaf39 (table many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 4d8a3d710f0b4d0396309fc1cbcbaf39 consensus state has no leader
15:57:54.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.109030 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.116730 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:54.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000`\000\000\000\007\001\000\000\000a\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.138046 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e5a066c67f984513802cb8e260f1bb5e has no consensus state
15:57:54.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.143806 11407 tablet_service.cc:1467] Processing CreateTablet for tablet e5a066c67f984513802cb8e260f1bb5e (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 96 <= VALUES < 97
15:57:54.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.144169 11407 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e5a066c67f984513802cb8e260f1bb5e. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.146509 12679 tablet_bootstrap.cc:492] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:54.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.147460 12679 tablet_bootstrap.cc:654] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:54.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.148504 12679 tablet_bootstrap.cc:492] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:54.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.148577 12679 ts_tablet_manager.cc:1397] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149114 12679 raft_consensus.cc:348] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149215 12679 raft_consensus.cc:374] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149240 12679 raft_consensus.cc:729] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149375 12679 consensus_queue.cc:260] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149469 12679 raft_consensus.cc:388] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149497 12679 raft_consensus.cc:482] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.149529 12679 raft_consensus.cc:3037] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.150310 12679 raft_consensus.cc:504] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.150429 12679 leader_election.cc:302] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.150508 12679 leader_election.cc:288] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.150632 12864 raft_consensus.cc:2781] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.150736 12864 raft_consensus.cc:686] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:54.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.150846 12864 consensus_queue.cc:237] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.151302 12679 ts_tablet_manager.cc:1428] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:57:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.153430 10968 catalog_manager.cc:5495] T e5a066c67f984513802cb8e260f1bb5e P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:54.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.161238 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.176235 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:54.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000a\000\000\000\007\001\000\000\000b\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.202642 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet abcb949d903247599d50fa66d6287de8 has no consensus state
15:57:54.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.208856 11541 tablet_service.cc:1467] Processing CreateTablet for tablet abcb949d903247599d50fa66d6287de8 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 97 <= VALUES < 98
15:57:54.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.209201 11541 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet abcb949d903247599d50fa66d6287de8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.211122 12686 tablet_bootstrap.cc:492] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:54.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.212052 12686 tablet_bootstrap.cc:654] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:54.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.213243 12686 tablet_bootstrap.cc:492] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:54.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.213353 12686 ts_tablet_manager.cc:1397] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:54.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.213816 12686 raft_consensus.cc:348] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.213946 12686 raft_consensus.cc:374] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.213980 12686 raft_consensus.cc:729] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.214112 12686 consensus_queue.cc:260] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.214218 12686 raft_consensus.cc:388] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.214255 12686 raft_consensus.cc:482] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.214303 12686 raft_consensus.cc:3037] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:54.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.215143 12686 raft_consensus.cc:504] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.215288 12686 leader_election.cc:302] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:54.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.215389 12686 leader_election.cc:288] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.215430 12815 raft_consensus.cc:2781] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.215507 12815 raft_consensus.cc:686] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:54.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.215631 12815 consensus_queue.cc:237] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.216934 12686 ts_tablet_manager.cc:1428] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.001s
15:57:54.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.217451 10968 catalog_manager.cc:5495] T abcb949d903247599d50fa66d6287de8 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:54.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.224220 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.236105 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:54.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000b\000\000\000\007\001\000\000\000c\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.262681 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 932ed53572a34e0da42c8eaf54d00b4a has no consensus state
15:57:54.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.268611 11270 tablet_service.cc:1467] Processing CreateTablet for tablet 932ed53572a34e0da42c8eaf54d00b4a (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 98 <= VALUES < 99
15:57:54.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.269011 11270 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 932ed53572a34e0da42c8eaf54d00b4a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.271425 12672 tablet_bootstrap.cc:492] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0: Bootstrap starting.
15:57:54.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.272430 12672 tablet_bootstrap.cc:654] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0: Neither blocks nor log segments found. Creating new log.
15:57:54.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.273483 12672 tablet_bootstrap.cc:492] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0: No bootstrap required, opened a new log
15:57:54.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.273555 12672 ts_tablet_manager.cc:1397] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.273963 12672 raft_consensus.cc:348] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.274060 12672 raft_consensus.cc:374] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.274081 12672 raft_consensus.cc:729] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Initialized, Role: FOLLOWER
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.274204 12672 consensus_queue.cc:260] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.274329 12672 raft_consensus.cc:388] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.274365 12672 raft_consensus.cc:482] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.274403 12672 raft_consensus.cc:3037] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 0 FOLLOWER]: Advancing to term 1
15:57:54.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.275365 12672 raft_consensus.cc:504] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.275502 12672 leader_election.cc:302] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [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: ed508af349f143edbc5d15e4359ce4a0; no voters: 
15:57:54.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.275609 12672 leader_election.cc:288] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.275665 12676 raft_consensus.cc:2781] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.275781 12676 raft_consensus.cc:686] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [term 1 LEADER]: Becoming Leader. State: Replica: ed508af349f143edbc5d15e4359ce4a0, State: Running, Role: LEADER
15:57:54.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.275892 12676 consensus_queue.cc:237] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 [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: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } }
15:57:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.278688 10968 catalog_manager.cc:5495] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to ed508af349f143edbc5d15e4359ce4a0 (127.10.172.1). New cstate: current_term: 1 leader_uuid: "ed508af349f143edbc5d15e4359ce4a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed508af349f143edbc5d15e4359ce4a0" member_type: VOTER last_known_addr { host: "127.10.172.1" port: 44141 } health_report { overall_health: HEALTHY } } }
15:57:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.279246 12672 ts_tablet_manager.cc:1428] T 932ed53572a34e0da42c8eaf54d00b4a P ed508af349f143edbc5d15e4359ce4a0: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:57:54.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.288044 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.297070 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:54.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000c\000\000\000\007\001\000\000\000d\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.323240 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3b2b942e1d524175ab10c70510760507 has no consensus state
15:57:54.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.329533 11407 tablet_service.cc:1467] Processing CreateTablet for tablet 3b2b942e1d524175ab10c70510760507 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 99 <= VALUES < 100
15:57:54.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.329836 11407 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3b2b942e1d524175ab10c70510760507. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.331686 12679 tablet_bootstrap.cc:492] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04: Bootstrap starting.
15:57:54.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.332568 12679 tablet_bootstrap.cc:654] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04: Neither blocks nor log segments found. Creating new log.
15:57:54.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.333673 12679 tablet_bootstrap.cc:492] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04: No bootstrap required, opened a new log
15:57:54.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.333743 12679 ts_tablet_manager.cc:1397] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334079 12679 raft_consensus.cc:348] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334172 12679 raft_consensus.cc:374] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334193 12679 raft_consensus.cc:729] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Initialized, Role: FOLLOWER
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334281 12679 consensus_queue.cc:260] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334331 12679 raft_consensus.cc:388] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334352 12679 raft_consensus.cc:482] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.334379 12679 raft_consensus.cc:3037] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 0 FOLLOWER]: Advancing to term 1
15:57:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.335206 12679 raft_consensus.cc:504] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.335316 12679 leader_election.cc:302] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [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: 7aad0c40e0b74075be190f78aed35d04; no voters: 
15:57:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.335407 12679 leader_election.cc:288] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.335450 12864 raft_consensus.cc:2781] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.335523 12864 raft_consensus.cc:686] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [term 1 LEADER]: Becoming Leader. State: Replica: 7aad0c40e0b74075be190f78aed35d04, State: Running, Role: LEADER
15:57:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.335660 12864 consensus_queue.cc:237] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 [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: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } }
15:57:54.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.336711 12679 ts_tablet_manager.cc:1428] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:57:54.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.337841 10968 catalog_manager.cc:5495] T 3b2b942e1d524175ab10c70510760507 P 7aad0c40e0b74075be190f78aed35d04 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aad0c40e0b74075be190f78aed35d04 (127.10.172.2). New cstate: current_term: 1 leader_uuid: "7aad0c40e0b74075be190f78aed35d04" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7aad0c40e0b74075be190f78aed35d04" member_type: VOTER last_known_addr { host: "127.10.172.2" port: 37663 } health_report { overall_health: HEALTHY } } }
15:57:54.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.344892 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.356547 10968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34826:
15:57:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "many-partitions-table-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000e\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:57:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:54.381742 10968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b1aa42c324cc439d9c4535dc879ef543 has no consensus state
15:57:54.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.387250 11536 tablet_service.cc:1467] Processing CreateTablet for tablet b1aa42c324cc439d9c4535dc879ef543 (DEFAULT_TABLE table=many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391]), partition=RANGE (key) PARTITION 100 <= VALUES < 101
15:57:54.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.387588 11536 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b1aa42c324cc439d9c4535dc879ef543. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:54.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.389729 12686 tablet_bootstrap.cc:492] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba: Bootstrap starting.
15:57:54.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.390553 12686 tablet_bootstrap.cc:654] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba: Neither blocks nor log segments found. Creating new log.
15:57:54.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.391551 12686 tablet_bootstrap.cc:492] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba: No bootstrap required, opened a new log
15:57:54.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.391623 12686 ts_tablet_manager.cc:1397] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392040 12686 raft_consensus.cc:348] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392131 12686 raft_consensus.cc:374] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392153 12686 raft_consensus.cc:729] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Initialized, Role: FOLLOWER
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392282 12686 consensus_queue.cc:260] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392360 12686 raft_consensus.cc:388] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392386 12686 raft_consensus.cc:482] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.392416 12686 raft_consensus.cc:3037] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 0 FOLLOWER]: Advancing to term 1
15:57:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393198 12686 raft_consensus.cc:504] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393306 12686 leader_election.cc:302] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [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: fe5a72b98f854ff29f4cc20581a69dba; no voters: 
15:57:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393381 12686 leader_election.cc:288] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393536 12880 raft_consensus.cc:2781] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 1 FOLLOWER]: Leader election won for term 1
15:57:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393636 12880 raft_consensus.cc:686] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [term 1 LEADER]: Becoming Leader. State: Replica: fe5a72b98f854ff29f4cc20581a69dba, State: Running, Role: LEADER
15:57:54.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393790 12880 consensus_queue.cc:237] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba [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: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } }
15:57:54.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.393636 12686 ts_tablet_manager.cc:1428] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:57:54.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.396206 10968 catalog_manager.cc:5495] T b1aa42c324cc439d9c4535dc879ef543 P fe5a72b98f854ff29f4cc20581a69dba reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5a72b98f854ff29f4cc20581a69dba (127.10.172.3). New cstate: current_term: 1 leader_uuid: "fe5a72b98f854ff29f4cc20581a69dba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5a72b98f854ff29f4cc20581a69dba" member_type: VOTER last_known_addr { host: "127.10.172.3" port: 45739 } health_report { overall_health: HEALTHY } } }
15:57:54.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:54.403874 10968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 50ee8e3c9585499e9846a17494fce32e: many-partitions-table-restore [id=9c6d708021c641988c83f6754726f391] alter complete (version 0)
15:57:54.444 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) It took 17 ms to list leaf files for 1 paths.
15:57:54.666 [INFO - ForkJoinPool-5-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:57:54.698 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Pushed Filters: 
15:57:54.698 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:57:54.699 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:57:54.770 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Code generated in 36.117939 ms
15:57:54.779 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 314.3 KiB, free 1993.0 MiB)
15:57:54.794 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:57:54.795 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 (size: 28.7 KiB, free: 1993.8 MiB)
15:57:54.796 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Created broadcast 3 from toRdd at KuduRestore.scala:140
15:57:54.797 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 134217728 bytes, open cost is considered as scanning 4194304 bytes.
15:57:54.853 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:57:54.854 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 4 output partitions
15:57:54.855 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:57:54.855 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:57:54.855 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:57:54.856 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140), which has no missing parents
15:57:54.880 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 36.3 KiB, free 1992.9 MiB)
15:57:54.883 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 16.2 KiB, free 1992.9 MiB)
15:57:54.883 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 (size: 16.2 KiB, free: 1993.7 MiB)
15:57:54.884 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:57:54.885 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:57:54.885 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 4 tasks resource profile 0
15:57:54.886 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 106) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 11323 bytes) taskResourceAssignments Map()
15:57:54.887 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 106)
15:57:54.912 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:54.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9c6d708021c641988c83f6754726f391
15:57:54.921 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00053-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.934 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00051-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.934 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e46e9fb427f2451ba2797805957bda23 for table 'many-partitions-table-restore' with partition [0x80000034, 0x80000035)
15:57:54.934 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3ecc2119734342209e1c41242a9b870a for table 'many-partitions-table-restore' with partition [0x80000035, 0x80000036)
15:57:54.934 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0a9099fa8dad49499d4e25dc4e85466d for table 'many-partitions-table-restore' with partition [0x80000036, 0x80000037)
15:57:54.934 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 73294994f34e4a4ca4d9d621bdc1a086 for table 'many-partitions-table-restore' with partition [0x80000037, 0x80000038)
15:57:54.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89 for table 'many-partitions-table-restore' with partition [0x80000038, 0x80000039)
15:57:54.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 10d8a601769b4a5e828571ace0b63b29 for table 'many-partitions-table-restore' with partition [0x80000039, 0x8000003A)
15:57:54.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 77b9a87667d44180ab177bb6807da4f1 for table 'many-partitions-table-restore' with partition [0x8000003A, 0x8000003B)
15:57:54.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0fe6c2ffcc574dec9b434a942b51a186 for table 'many-partitions-table-restore' with partition [0x8000003B, 0x8000003C)
15:57:54.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2954f5da5f014db180032437357fe0a9 for table 'many-partitions-table-restore' with partition [0x8000003C, 0x8000003D)
15:57:54.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ae8fa9a9555a46f588009c12346b663b for table 'many-partitions-table-restore' with partition [0x8000003D, 0x8000003E)
15:57:54.936 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299999, tablet=e46e9fb427f2451ba2797805957bda23@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299999, tablet=3ecc2119734342209e1c41242a9b870a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299999, tablet=0a9099fa8dad49499d4e25dc4e85466d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299999, tablet=73294994f34e4a4ca4d9d621bdc1a086@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000038, upperBoundPartitionKey=0x80000039, ttl=299999, tablet=0dc4fcc8ff2548f5bc9a9d8a32b06b89@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000039, upperBoundPartitionKey=0x8000003A, ttl=299999, tablet=10d8a601769b4a5e828571ace0b63b29@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003A, upperBoundPartitionKey=0x8000003B, ttl=299999, tablet=77b9a87667d44180ab177bb6807da4f1@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003B, upperBoundPartitionKey=0x8000003C, ttl=299999, tablet=0fe6c2ffcc574dec9b434a942b51a186@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003C, upperBoundPartitionKey=0x8000003D, ttl=299999, tablet=2954f5da5f014db180032437357fe0a9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003D, upperBoundPartitionKey=0x8000003E, ttl=299999, tablet=ae8fa9a9555a46f588009c12346b663b@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:54.940 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00055-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.942 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 157fc2ab9d14441bb730486a5bb83e02 for table 'many-partitions-table-restore' with partition [0x80000032, 0x80000033)
15:57:54.942 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d2bfe709bf344a9981267eb3bd335e1f for table 'many-partitions-table-restore' with partition [0x80000033, 0x80000034)
15:57:54.943 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e46e9fb427f2451ba2797805957bda23 for table 'many-partitions-table-restore' with partition [0x80000034, 0x80000035)
15:57:54.943 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3ecc2119734342209e1c41242a9b870a for table 'many-partitions-table-restore' with partition [0x80000035, 0x80000036)
15:57:54.943 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0a9099fa8dad49499d4e25dc4e85466d for table 'many-partitions-table-restore' with partition [0x80000036, 0x80000037)
15:57:54.943 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 73294994f34e4a4ca4d9d621bdc1a086 for table 'many-partitions-table-restore' with partition [0x80000037, 0x80000038)
15:57:54.943 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89 for table 'many-partitions-table-restore' with partition [0x80000038, 0x80000039)
15:57:54.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 10d8a601769b4a5e828571ace0b63b29 for table 'many-partitions-table-restore' with partition [0x80000039, 0x8000003A)
15:57:54.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 77b9a87667d44180ab177bb6807da4f1 for table 'many-partitions-table-restore' with partition [0x8000003A, 0x8000003B)
15:57:54.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0fe6c2ffcc574dec9b434a942b51a186 for table 'many-partitions-table-restore' with partition [0x8000003B, 0x8000003C)
15:57:54.944 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x80000033, ttl=299999, tablet=157fc2ab9d14441bb730486a5bb83e02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000033, upperBoundPartitionKey=0x80000034, ttl=299999, tablet=d2bfe709bf344a9981267eb3bd335e1f@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299999, tablet=e46e9fb427f2451ba2797805957bda23@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299999, tablet=3ecc2119734342209e1c41242a9b870a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299999, tablet=0a9099fa8dad49499d4e25dc4e85466d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299999, tablet=73294994f34e4a4ca4d9d621bdc1a086@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000038, upperBoundPartitionKey=0x80000039, ttl=299999, tablet=0dc4fcc8ff2548f5bc9a9d8a32b06b89@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000039, upperBoundPartitionKey=0x8000003A, ttl=299999, tablet=10d8a601769b4a5e828571ace0b63b29@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003A, upperBoundPartitionKey=0x8000003B, ttl=299999, tablet=77b9a87667d44180ab177bb6807da4f1@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003B, upperBoundPartitionKey=0x8000003C, ttl=299999, tablet=0fe6c2ffcc574dec9b434a942b51a186@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:54.946 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00037-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.951 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00041-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fd9be8aab16c46e5b54be2a19a7fb058 for table 'many-partitions-table-restore' with partition [0x80000024, 0x80000025)
15:57:54.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 18d1e29df05d4e3a9f2b3c6635b5458e for table 'many-partitions-table-restore' with partition [0x80000025, 0x80000026)
15:57:54.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4ad91ae0b5c341f4848236f9aeafec9f for table 'many-partitions-table-restore' with partition [0x80000026, 0x80000027)
15:57:54.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ffa6c8ccb9b44b0b920bf4e08ac3b284 for table 'many-partitions-table-restore' with partition [0x80000027, 0x80000028)
15:57:54.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b4047a64a6e149a8be47f3ffa5e89d02 for table 'many-partitions-table-restore' with partition [0x80000028, 0x80000029)
15:57:54.954 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a7eba8d5b24d4056b1a60247c70c9c74 for table 'many-partitions-table-restore' with partition [0x80000029, 0x8000002A)
15:57:54.954 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 146969546f9946999af9b04d9ce93a41 for table 'many-partitions-table-restore' with partition [0x8000002A, 0x8000002B)
15:57:54.954 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4f2e6ce7cd774ac2be4a7766532a83a8 for table 'many-partitions-table-restore' with partition [0x8000002B, 0x8000002C)
15:57:54.954 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 233486432c8f41f0b85606c380b920ee for table 'many-partitions-table-restore' with partition [0x8000002C, 0x8000002D)
15:57:54.971 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3a770780312346fdaf84695c00db38af for table 'many-partitions-table-restore' with partition [0x8000002D, 0x8000002E)
15:57:54.972 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000024, upperBoundPartitionKey=0x80000025, ttl=299999, tablet=fd9be8aab16c46e5b54be2a19a7fb058@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000025, upperBoundPartitionKey=0x80000026, ttl=299999, tablet=18d1e29df05d4e3a9f2b3c6635b5458e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000026, upperBoundPartitionKey=0x80000027, ttl=299999, tablet=4ad91ae0b5c341f4848236f9aeafec9f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000027, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=ffa6c8ccb9b44b0b920bf4e08ac3b284@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000029, ttl=299999, tablet=b4047a64a6e149a8be47f3ffa5e89d02@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000029, upperBoundPartitionKey=0x8000002A, ttl=299999, tablet=a7eba8d5b24d4056b1a60247c70c9c74@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002A, upperBoundPartitionKey=0x8000002B, ttl=299999, tablet=146969546f9946999af9b04d9ce93a41@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002B, upperBoundPartitionKey=0x8000002C, ttl=299999, tablet=4f2e6ce7cd774ac2be4a7766532a83a8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002C, upperBoundPartitionKey=0x8000002D, ttl=299999, tablet=233486432c8f41f0b85606c380b920ee@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002D, upperBoundPartitionKey=0x8000002E, ttl=299999, tablet=3a770780312346fdaf84695c00db38af@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:54.974 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00029-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.980 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00097-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.982 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34c9448a66da4535b847954bbc087b90 for table 'many-partitions-table-restore' with partition [0x8000001C, 0x8000001D)
15:57:54.982 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 14270f9d6ceb45f3a67377e1ce1e354f for table 'many-partitions-table-restore' with partition [0x8000001D, 0x8000001E)
15:57:54.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6c5062d7f68448768ea89c30c0ef5f03 for table 'many-partitions-table-restore' with partition [0x8000001E, 0x8000001F)
15:57:54.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 029ed05c10854d08b171bff40d94badf for table 'many-partitions-table-restore' with partition [0x8000001F, 0x80000020)
15:57:54.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3d447b5002c04690a590fd7303ee7228 for table 'many-partitions-table-restore' with partition [0x80000020, 0x80000021)
15:57:54.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 752523db032049bda6c1009595ec1996 for table 'many-partitions-table-restore' with partition [0x80000021, 0x80000022)
15:57:54.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet cf451d60574e4870bc080e748bf01c46 for table 'many-partitions-table-restore' with partition [0x80000022, 0x80000023)
15:57:54.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 301fdc6b6b184bfb98af11806f2344a0 for table 'many-partitions-table-restore' with partition [0x80000023, 0x80000024)
15:57:54.984 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fd9be8aab16c46e5b54be2a19a7fb058 for table 'many-partitions-table-restore' with partition [0x80000024, 0x80000025)
15:57:54.984 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 18d1e29df05d4e3a9f2b3c6635b5458e for table 'many-partitions-table-restore' with partition [0x80000025, 0x80000026)
15:57:54.984 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001C, upperBoundPartitionKey=0x8000001D, ttl=299999, tablet=34c9448a66da4535b847954bbc087b90@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001D, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=14270f9d6ceb45f3a67377e1ce1e354f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x8000001F, ttl=299999, tablet=6c5062d7f68448768ea89c30c0ef5f03@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001F, upperBoundPartitionKey=0x80000020, ttl=299999, tablet=029ed05c10854d08b171bff40d94badf@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000020, upperBoundPartitionKey=0x80000021, ttl=299999, tablet=3d447b5002c04690a590fd7303ee7228@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000021, upperBoundPartitionKey=0x80000022, ttl=299999, tablet=752523db032049bda6c1009595ec1996@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000022, upperBoundPartitionKey=0x80000023, ttl=299999, tablet=cf451d60574e4870bc080e748bf01c46@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000023, upperBoundPartitionKey=0x80000024, ttl=299999, tablet=301fdc6b6b184bfb98af11806f2344a0@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000024, upperBoundPartitionKey=0x80000025, ttl=299999, tablet=fd9be8aab16c46e5b54be2a19a7fb058@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000025, upperBoundPartitionKey=0x80000026, ttl=299999, tablet=18d1e29df05d4e3a9f2b3c6635b5458e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:54.986 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00017-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.988 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5a066c67f984513802cb8e260f1bb5e for table 'many-partitions-table-restore' with partition [0x80000060, 0x80000061)
15:57:54.988 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abcb949d903247599d50fa66d6287de8 for table 'many-partitions-table-restore' with partition [0x80000061, 0x80000062)
15:57:54.988 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 932ed53572a34e0da42c8eaf54d00b4a for table 'many-partitions-table-restore' with partition [0x80000062, 0x80000063)
15:57:54.988 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3b2b942e1d524175ab10c70510760507 for table 'many-partitions-table-restore' with partition [0x80000063, 0x80000064)
15:57:54.989 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b1aa42c324cc439d9c4535dc879ef543 for table 'many-partitions-table-restore' with partition [0x80000064, 0x80000065)
15:57:54.989 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000060, upperBoundPartitionKey=0x80000061, ttl=299999, tablet=e5a066c67f984513802cb8e260f1bb5e@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000061, upperBoundPartitionKey=0x80000062, ttl=299999, tablet=abcb949d903247599d50fa66d6287de8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000062, upperBoundPartitionKey=0x80000063, ttl=299999, tablet=932ed53572a34e0da42c8eaf54d00b4a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000063, upperBoundPartitionKey=0x80000064, ttl=299999, tablet=3b2b942e1d524175ab10c70510760507@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000064, upperBoundPartitionKey=0x80000065, ttl=299999, tablet=b1aa42c324cc439d9c4535dc879ef543@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000065, upperBoundPartitionKey=0x, ttl=299999}]
15:57:54.992 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00095-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:54.994 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b13b6f69d7574b1487338ef0453cdc9c for table 'many-partitions-table-restore' with partition [0x80000010, 0x80000011)
15:57:54.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 78f732ec2d6943f9b1a78d37513d072f for table 'many-partitions-table-restore' with partition [0x80000011, 0x80000012)
15:57:54.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fe61c973270b4fee92b39696d5d7b04e for table 'many-partitions-table-restore' with partition [0x80000012, 0x80000013)
15:57:54.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 99b1a82194064fd495a5010b93ddf43c for table 'many-partitions-table-restore' with partition [0x80000013, 0x80000014)
15:57:54.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca43abfb56fa4135b76da5c86aef201c for table 'many-partitions-table-restore' with partition [0x80000014, 0x80000015)
15:57:54.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6f56f51cb03643938ba6819f948a37a7 for table 'many-partitions-table-restore' with partition [0x80000015, 0x80000016)
15:57:54.996 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6878307782854098855bb3a3e0f90aa7 for table 'many-partitions-table-restore' with partition [0x80000016, 0x80000017)
15:57:54.996 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3a05cdbedcf42acbf5464b099b806f7 for table 'many-partitions-table-restore' with partition [0x80000017, 0x80000018)
15:57:54.996 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52eaa37552dc4261bf592e44ca4563ad for table 'many-partitions-table-restore' with partition [0x80000018, 0x80000019)
15:57:54.996 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dce78e7e0eb04e59b4d35418419e3033 for table 'many-partitions-table-restore' with partition [0x80000019, 0x8000001A)
15:57:54.996 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000010, upperBoundPartitionKey=0x80000011, ttl=299999, tablet=b13b6f69d7574b1487338ef0453cdc9c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000011, upperBoundPartitionKey=0x80000012, ttl=299999, tablet=78f732ec2d6943f9b1a78d37513d072f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000012, upperBoundPartitionKey=0x80000013, ttl=299999, tablet=fe61c973270b4fee92b39696d5d7b04e@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000013, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=99b1a82194064fd495a5010b93ddf43c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x80000015, ttl=299999, tablet=ca43abfb56fa4135b76da5c86aef201c@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000015, upperBoundPartitionKey=0x80000016, ttl=299999, tablet=6f56f51cb03643938ba6819f948a37a7@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000016, upperBoundPartitionKey=0x80000017, ttl=299999, tablet=6878307782854098855bb3a3e0f90aa7@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000017, upperBoundPartitionKey=0x80000018, ttl=299999, tablet=a3a05cdbedcf42acbf5464b099b806f7@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000018, upperBoundPartitionKey=0x80000019, ttl=299999, tablet=52eaa37552dc4261bf592e44ca4563ad@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000019, upperBoundPartitionKey=0x8000001A, ttl=299999, tablet=dce78e7e0eb04e59b4d35418419e3033@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:54.999 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00085-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.001 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59279e476d994535b3a2902426b21cbe for table 'many-partitions-table-restore' with partition [0x8000005E, 0x8000005F)
15:57:55.001 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4d8a3d710f0b4d0396309fc1cbcbaf39 for table 'many-partitions-table-restore' with partition [0x8000005F, 0x80000060)
15:57:55.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5a066c67f984513802cb8e260f1bb5e for table 'many-partitions-table-restore' with partition [0x80000060, 0x80000061)
15:57:55.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abcb949d903247599d50fa66d6287de8 for table 'many-partitions-table-restore' with partition [0x80000061, 0x80000062)
15:57:55.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 932ed53572a34e0da42c8eaf54d00b4a for table 'many-partitions-table-restore' with partition [0x80000062, 0x80000063)
15:57:55.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3b2b942e1d524175ab10c70510760507 for table 'many-partitions-table-restore' with partition [0x80000063, 0x80000064)
15:57:55.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b1aa42c324cc439d9c4535dc879ef543 for table 'many-partitions-table-restore' with partition [0x80000064, 0x80000065)
15:57:55.002 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000005E, upperBoundPartitionKey=0x8000005F, ttl=299999, tablet=59279e476d994535b3a2902426b21cbe@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005F, upperBoundPartitionKey=0x80000060, ttl=299999, tablet=4d8a3d710f0b4d0396309fc1cbcbaf39@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000060, upperBoundPartitionKey=0x80000061, ttl=299999, tablet=e5a066c67f984513802cb8e260f1bb5e@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000061, upperBoundPartitionKey=0x80000062, ttl=299999, tablet=abcb949d903247599d50fa66d6287de8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000062, upperBoundPartitionKey=0x80000063, ttl=299999, tablet=932ed53572a34e0da42c8eaf54d00b4a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000063, upperBoundPartitionKey=0x80000064, ttl=299999, tablet=3b2b942e1d524175ab10c70510760507@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000064, upperBoundPartitionKey=0x80000065, ttl=299999, tablet=b1aa42c324cc439d9c4535dc879ef543@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000065, upperBoundPartitionKey=0x, ttl=299999}]
15:57:55.005 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00025-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1529e62ddd7e45b09808753105a19896 for table 'many-partitions-table-restore' with partition [0x80000054, 0x80000055)
15:57:55.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 44cb7894d3bd462a9c7a1342e64e25b3 for table 'many-partitions-table-restore' with partition [0x80000055, 0x80000056)
15:57:55.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d8c5184f3b3b4348994718a2fe73fbc9 for table 'many-partitions-table-restore' with partition [0x80000056, 0x80000057)
15:57:55.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5eb357bfe718458bb2525a498d2be79d for table 'many-partitions-table-restore' with partition [0x80000057, 0x80000058)
15:57:55.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f32fa123563c43a5a28bd51b1c2d34f3 for table 'many-partitions-table-restore' with partition [0x80000058, 0x80000059)
15:57:55.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 00083a83e20a40b4b73c11c50ab6e47a for table 'many-partitions-table-restore' with partition [0x80000059, 0x8000005A)
15:57:55.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a802998a6f6246a29df0874ae8441a38 for table 'many-partitions-table-restore' with partition [0x8000005A, 0x8000005B)
15:57:55.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6877838114a34e31a412cff7797d2c98 for table 'many-partitions-table-restore' with partition [0x8000005B, 0x8000005C)
15:57:55.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 27867ba21824419fb945af85642baf19 for table 'many-partitions-table-restore' with partition [0x8000005C, 0x8000005D)
15:57:55.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 36d8cb64d89d43b2995b65abc409c358 for table 'many-partitions-table-restore' with partition [0x8000005D, 0x8000005E)
15:57:55.009 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000054, upperBoundPartitionKey=0x80000055, ttl=299999, tablet=1529e62ddd7e45b09808753105a19896@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000055, upperBoundPartitionKey=0x80000056, ttl=299999, tablet=44cb7894d3bd462a9c7a1342e64e25b3@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000056, upperBoundPartitionKey=0x80000057, ttl=299999, tablet=d8c5184f3b3b4348994718a2fe73fbc9@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000057, upperBoundPartitionKey=0x80000058, ttl=299999, tablet=5eb357bfe718458bb2525a498d2be79d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000058, upperBoundPartitionKey=0x80000059, ttl=299999, tablet=f32fa123563c43a5a28bd51b1c2d34f3@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000059, upperBoundPartitionKey=0x8000005A, ttl=299999, tablet=00083a83e20a40b4b73c11c50ab6e47a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005A, upperBoundPartitionKey=0x8000005B, ttl=299999, tablet=a802998a6f6246a29df0874ae8441a38@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005B, upperBoundPartitionKey=0x8000005C, ttl=299999, tablet=6877838114a34e31a412cff7797d2c98@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005C, upperBoundPartitionKey=0x8000005D, ttl=299999, tablet=27867ba21824419fb945af85642baf19@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005D, upperBoundPartitionKey=0x8000005E, ttl=299999, tablet=36d8cb64d89d43b2995b65abc409c358@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:55.011 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00031-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.015 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00043-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.020 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00071-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.026 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00063-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.028 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8c3466c1d4a9414c8d5c33c8d0da5640 for table 'many-partitions-table-restore' with partition [0x80000046, 0x80000047)
15:57:55.028 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 077aa8bbd0bf4a75a8a3548c358a8199 for table 'many-partitions-table-restore' with partition [0x80000047, 0x80000048)
15:57:55.028 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet eddc9712f88d431ba6036027aeafae30 for table 'many-partitions-table-restore' with partition [0x80000048, 0x80000049)
15:57:55.028 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bd27d27613e34f129c000820e369ab43 for table 'many-partitions-table-restore' with partition [0x80000049, 0x8000004A)
15:57:55.028 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2366321821344c1bd4826708c049c73 for table 'many-partitions-table-restore' with partition [0x8000004A, 0x8000004B)
15:57:55.029 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 12a99b5d24c94bd7948811d15683a519 for table 'many-partitions-table-restore' with partition [0x8000004B, 0x8000004C)
15:57:55.029 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d6c3ba9c6764a61b55d746ec24d55bb for table 'many-partitions-table-restore' with partition [0x8000004C, 0x8000004D)
15:57:55.029 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3b0e9b1bc4f7491b9096da36e2e7e16a for table 'many-partitions-table-restore' with partition [0x8000004D, 0x8000004E)
15:57:55.029 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d985d847591a4d5794f49446d9e32161 for table 'many-partitions-table-restore' with partition [0x8000004E, 0x8000004F)
15:57:55.029 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet deca213369744a618d2d9189685c33b1 for table 'many-partitions-table-restore' with partition [0x8000004F, 0x80000050)
15:57:55.029 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000046, upperBoundPartitionKey=0x80000047, ttl=299999, tablet=8c3466c1d4a9414c8d5c33c8d0da5640@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000047, upperBoundPartitionKey=0x80000048, ttl=299999, tablet=077aa8bbd0bf4a75a8a3548c358a8199@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000048, upperBoundPartitionKey=0x80000049, ttl=299999, tablet=eddc9712f88d431ba6036027aeafae30@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000049, upperBoundPartitionKey=0x8000004A, ttl=299999, tablet=bd27d27613e34f129c000820e369ab43@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004A, upperBoundPartitionKey=0x8000004B, ttl=299999, tablet=e2366321821344c1bd4826708c049c73@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004B, upperBoundPartitionKey=0x8000004C, ttl=299999, tablet=12a99b5d24c94bd7948811d15683a519@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004C, upperBoundPartitionKey=0x8000004D, ttl=299999, tablet=2d6c3ba9c6764a61b55d746ec24d55bb@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004D, upperBoundPartitionKey=0x8000004E, ttl=299999, tablet=3b0e9b1bc4f7491b9096da36e2e7e16a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004E, upperBoundPartitionKey=0x8000004F, ttl=299999, tablet=d985d847591a4d5794f49446d9e32161@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004F, upperBoundPartitionKey=0x80000050, ttl=299999, tablet=deca213369744a618d2d9189685c33b1@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:55.031 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00065-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.033 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca1b54845495472e85236930f6f88878 for table 'many-partitions-table-restore' with partition [0x8000003E, 0x8000003F)
15:57:55.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 24293b49915143a78c0e8d593a8e75d6 for table 'many-partitions-table-restore' with partition [0x8000003F, 0x80000040)
15:57:55.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 46a89a4f04064f7c996527663d16f77b for table 'many-partitions-table-restore' with partition [0x80000040, 0x80000041)
15:57:55.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 936de417068344348db98bef660bfc2b for table 'many-partitions-table-restore' with partition [0x80000041, 0x80000042)
15:57:55.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1dfcce009cf148789a312d9e18f14143 for table 'many-partitions-table-restore' with partition [0x80000042, 0x80000043)
15:57:55.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c14eec87fa934b3288456623ddf45130 for table 'many-partitions-table-restore' with partition [0x80000043, 0x80000044)
15:57:55.035 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 72fcb58d8c39443eb072b5e442ae3e82 for table 'many-partitions-table-restore' with partition [0x80000044, 0x80000045)
15:57:55.035 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ceffeb03fa484d2295307148d3bcd0a3 for table 'many-partitions-table-restore' with partition [0x80000045, 0x80000046)
15:57:55.035 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8c3466c1d4a9414c8d5c33c8d0da5640 for table 'many-partitions-table-restore' with partition [0x80000046, 0x80000047)
15:57:55.035 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 077aa8bbd0bf4a75a8a3548c358a8199 for table 'many-partitions-table-restore' with partition [0x80000047, 0x80000048)
15:57:55.035 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000003E, upperBoundPartitionKey=0x8000003F, ttl=299999, tablet=ca1b54845495472e85236930f6f88878@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003F, upperBoundPartitionKey=0x80000040, ttl=299999, tablet=24293b49915143a78c0e8d593a8e75d6@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000040, upperBoundPartitionKey=0x80000041, ttl=299999, tablet=46a89a4f04064f7c996527663d16f77b@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000041, upperBoundPartitionKey=0x80000042, ttl=299999, tablet=936de417068344348db98bef660bfc2b@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000042, upperBoundPartitionKey=0x80000043, ttl=299999, tablet=1dfcce009cf148789a312d9e18f14143@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000043, upperBoundPartitionKey=0x80000044, ttl=299999, tablet=c14eec87fa934b3288456623ddf45130@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000044, upperBoundPartitionKey=0x80000045, ttl=299999, tablet=72fcb58d8c39443eb072b5e442ae3e82@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000045, upperBoundPartitionKey=0x80000046, ttl=299999, tablet=ceffeb03fa484d2295307148d3bcd0a3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000046, upperBoundPartitionKey=0x80000047, ttl=299999, tablet=8c3466c1d4a9414c8d5c33c8d0da5640@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000047, upperBoundPartitionKey=0x80000048, ttl=299999, tablet=077aa8bbd0bf4a75a8a3548c358a8199@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:55.036 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00069-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.041 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00091-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.045 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00049-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.050 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00079-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.051 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet cc7fb64260d14f78b27f45c73fee43f8 for table 'many-partitions-table-restore' with partition [0x80000030, 0x80000031)
15:57:55.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4cefbfaa335a441f93457e127cae41dd for table 'many-partitions-table-restore' with partition [0x80000031, 0x80000032)
15:57:55.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 157fc2ab9d14441bb730486a5bb83e02 for table 'many-partitions-table-restore' with partition [0x80000032, 0x80000033)
15:57:55.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d2bfe709bf344a9981267eb3bd335e1f for table 'many-partitions-table-restore' with partition [0x80000033, 0x80000034)
15:57:55.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e46e9fb427f2451ba2797805957bda23 for table 'many-partitions-table-restore' with partition [0x80000034, 0x80000035)
15:57:55.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3ecc2119734342209e1c41242a9b870a for table 'many-partitions-table-restore' with partition [0x80000035, 0x80000036)
15:57:55.053 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0a9099fa8dad49499d4e25dc4e85466d for table 'many-partitions-table-restore' with partition [0x80000036, 0x80000037)
15:57:55.053 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 73294994f34e4a4ca4d9d621bdc1a086 for table 'many-partitions-table-restore' with partition [0x80000037, 0x80000038)
15:57:55.053 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89 for table 'many-partitions-table-restore' with partition [0x80000038, 0x80000039)
15:57:55.053 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 10d8a601769b4a5e828571ace0b63b29 for table 'many-partitions-table-restore' with partition [0x80000039, 0x8000003A)
15:57:55.054 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000030, upperBoundPartitionKey=0x80000031, ttl=299999, tablet=cc7fb64260d14f78b27f45c73fee43f8@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000031, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=4cefbfaa335a441f93457e127cae41dd@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x80000033, ttl=299999, tablet=157fc2ab9d14441bb730486a5bb83e02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000033, upperBoundPartitionKey=0x80000034, ttl=299999, tablet=d2bfe709bf344a9981267eb3bd335e1f@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299999, tablet=e46e9fb427f2451ba2797805957bda23@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299999, tablet=3ecc2119734342209e1c41242a9b870a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299999, tablet=0a9099fa8dad49499d4e25dc4e85466d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299999, tablet=73294994f34e4a4ca4d9d621bdc1a086@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000038, upperBoundPartitionKey=0x80000039, ttl=299999, tablet=0dc4fcc8ff2548f5bc9a9d8a32b06b89@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000039, upperBoundPartitionKey=0x8000003A, ttl=299999, tablet=10d8a601769b4a5e828571ace0b63b29@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:55.055 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00061-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.061 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00099-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.066 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00081-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.071 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00083-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.074 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 75e57e19762d403b8d2196b7222aa201 for table 'many-partitions-table-restore' with partition [0x80000050, 0x80000051)
15:57:55.074 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e4309657e7524a03ac724f5e62654ba7 for table 'many-partitions-table-restore' with partition [0x80000051, 0x80000052)
15:57:55.074 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b760bba94b2941beac498561d420c2ec for table 'many-partitions-table-restore' with partition [0x80000052, 0x80000053)
15:57:55.074 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e50c99c96d140f490afaf0a1a786445 for table 'many-partitions-table-restore' with partition [0x80000053, 0x80000054)
15:57:55.075 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1529e62ddd7e45b09808753105a19896 for table 'many-partitions-table-restore' with partition [0x80000054, 0x80000055)
15:57:55.075 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 44cb7894d3bd462a9c7a1342e64e25b3 for table 'many-partitions-table-restore' with partition [0x80000055, 0x80000056)
15:57:55.075 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d8c5184f3b3b4348994718a2fe73fbc9 for table 'many-partitions-table-restore' with partition [0x80000056, 0x80000057)
15:57:55.075 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5eb357bfe718458bb2525a498d2be79d for table 'many-partitions-table-restore' with partition [0x80000057, 0x80000058)
15:57:55.075 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f32fa123563c43a5a28bd51b1c2d34f3 for table 'many-partitions-table-restore' with partition [0x80000058, 0x80000059)
15:57:55.076 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 00083a83e20a40b4b73c11c50ab6e47a for table 'many-partitions-table-restore' with partition [0x80000059, 0x8000005A)
15:57:55.076 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000050, upperBoundPartitionKey=0x80000051, ttl=299999, tablet=75e57e19762d403b8d2196b7222aa201@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000051, upperBoundPartitionKey=0x80000052, ttl=299999, tablet=e4309657e7524a03ac724f5e62654ba7@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000052, upperBoundPartitionKey=0x80000053, ttl=299999, tablet=b760bba94b2941beac498561d420c2ec@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000053, upperBoundPartitionKey=0x80000054, ttl=299999, tablet=9e50c99c96d140f490afaf0a1a786445@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000054, upperBoundPartitionKey=0x80000055, ttl=299999, tablet=1529e62ddd7e45b09808753105a19896@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000055, upperBoundPartitionKey=0x80000056, ttl=299999, tablet=44cb7894d3bd462a9c7a1342e64e25b3@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000056, upperBoundPartitionKey=0x80000057, ttl=299999, tablet=d8c5184f3b3b4348994718a2fe73fbc9@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000057, upperBoundPartitionKey=0x80000058, ttl=299999, tablet=5eb357bfe718458bb2525a498d2be79d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000058, upperBoundPartitionKey=0x80000059, ttl=299999, tablet=f32fa123563c43a5a28bd51b1c2d34f3@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000059, upperBoundPartitionKey=0x8000005A, ttl=299999, tablet=00083a83e20a40b4b73c11c50ab6e47a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:55.077 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00021-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.081 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00035-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.085 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00067-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.090 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00075-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.094 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00087-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.098 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00033-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.102 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00027-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.129 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00011-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.130 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet afa54f6d4892441b94e1940324085936 for table 'many-partitions-table-restore' with partition [0x8000001A, 0x8000001B)
15:57:55.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f8b8dd3fe21c416fb7b3c623b17bee61 for table 'many-partitions-table-restore' with partition [0x8000001B, 0x8000001C)
15:57:55.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34c9448a66da4535b847954bbc087b90 for table 'many-partitions-table-restore' with partition [0x8000001C, 0x8000001D)
15:57:55.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 14270f9d6ceb45f3a67377e1ce1e354f for table 'many-partitions-table-restore' with partition [0x8000001D, 0x8000001E)
15:57:55.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6c5062d7f68448768ea89c30c0ef5f03 for table 'many-partitions-table-restore' with partition [0x8000001E, 0x8000001F)
15:57:55.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 029ed05c10854d08b171bff40d94badf for table 'many-partitions-table-restore' with partition [0x8000001F, 0x80000020)
15:57:55.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3d447b5002c04690a590fd7303ee7228 for table 'many-partitions-table-restore' with partition [0x80000020, 0x80000021)
15:57:55.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 752523db032049bda6c1009595ec1996 for table 'many-partitions-table-restore' with partition [0x80000021, 0x80000022)
15:57:55.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet cf451d60574e4870bc080e748bf01c46 for table 'many-partitions-table-restore' with partition [0x80000022, 0x80000023)
15:57:55.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 301fdc6b6b184bfb98af11806f2344a0 for table 'many-partitions-table-restore' with partition [0x80000023, 0x80000024)
15:57:55.133 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001A, upperBoundPartitionKey=0x8000001B, ttl=299999, tablet=afa54f6d4892441b94e1940324085936@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001B, upperBoundPartitionKey=0x8000001C, ttl=299999, tablet=f8b8dd3fe21c416fb7b3c623b17bee61@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001C, upperBoundPartitionKey=0x8000001D, ttl=299999, tablet=34c9448a66da4535b847954bbc087b90@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001D, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=14270f9d6ceb45f3a67377e1ce1e354f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x8000001F, ttl=299999, tablet=6c5062d7f68448768ea89c30c0ef5f03@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001F, upperBoundPartitionKey=0x80000020, ttl=299999, tablet=029ed05c10854d08b171bff40d94badf@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000020, upperBoundPartitionKey=0x80000021, ttl=299999, tablet=3d447b5002c04690a590fd7303ee7228@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000021, upperBoundPartitionKey=0x80000022, ttl=299999, tablet=752523db032049bda6c1009595ec1996@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000022, upperBoundPartitionKey=0x80000023, ttl=299999, tablet=cf451d60574e4870bc080e748bf01c46@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000023, upperBoundPartitionKey=0x80000024, ttl=299999, tablet=301fdc6b6b184bfb98af11806f2344a0@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:55.135 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=32, operationSize=4800, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@70549732, flushNotification=Deferred@792079368(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:57:55.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d42e5a47a126409fb591f343907a901f for table 'many-partitions-table-restore' with partition [0x8000000A, 0x8000000B)
15:57:55.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 20ca56d432014c5093f66b8bf7356314 for table 'many-partitions-table-restore' with partition [0x8000000B, 0x8000000C)
15:57:55.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1a5c4d930825473f98f56d859c948ea3 for table 'many-partitions-table-restore' with partition [0x8000000C, 0x8000000D)
15:57:55.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9f422d87ef7940b39c1f974acd6a47ce for table 'many-partitions-table-restore' with partition [0x8000000D, 0x8000000E)
15:57:55.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e9e255b663f8425dbc374e0d9dbc0a47 for table 'many-partitions-table-restore' with partition [0x8000000E, 0x8000000F)
15:57:55.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 315cb2451226498a967173b87fbea666 for table 'many-partitions-table-restore' with partition [0x8000000F, 0x80000010)
15:57:55.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b13b6f69d7574b1487338ef0453cdc9c for table 'many-partitions-table-restore' with partition [0x80000010, 0x80000011)
15:57:55.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 78f732ec2d6943f9b1a78d37513d072f for table 'many-partitions-table-restore' with partition [0x80000011, 0x80000012)
15:57:55.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fe61c973270b4fee92b39696d5d7b04e for table 'many-partitions-table-restore' with partition [0x80000012, 0x80000013)
15:57:55.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 99b1a82194064fd495a5010b93ddf43c for table 'many-partitions-table-restore' with partition [0x80000013, 0x80000014)
15:57:55.138 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299999, tablet=d42e5a47a126409fb591f343907a901f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299999, tablet=20ca56d432014c5093f66b8bf7356314@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000C, upperBoundPartitionKey=0x8000000D, ttl=299999, tablet=1a5c4d930825473f98f56d859c948ea3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000D, upperBoundPartitionKey=0x8000000E, ttl=299999, tablet=9f422d87ef7940b39c1f974acd6a47ce@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000E, upperBoundPartitionKey=0x8000000F, ttl=299999, tablet=e9e255b663f8425dbc374e0d9dbc0a47@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000F, upperBoundPartitionKey=0x80000010, ttl=299999, tablet=315cb2451226498a967173b87fbea666@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000010, upperBoundPartitionKey=0x80000011, ttl=299999, tablet=b13b6f69d7574b1487338ef0453cdc9c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000011, upperBoundPartitionKey=0x80000012, ttl=299999, tablet=78f732ec2d6943f9b1a78d37513d072f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000012, upperBoundPartitionKey=0x80000013, ttl=299999, tablet=fe61c973270b4fee92b39696d5d7b04e@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000013, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=99b1a82194064fd495a5010b93ddf43c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:55.180 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 106)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 106). 5465 bytes result sent to driver
15:57:55.181 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 107) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 11323 bytes) taskResourceAssignments Map()
15:57:55.182 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 107)
15:57:55.182 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 106) in 296 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/4)
15:57:55.188 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9c6d708021c641988c83f6754726f391
15:57:55.192 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00047-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.199 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00059-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.201 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c695d99bf6c74f9fb966e0ee011e2657 for table 'many-partitions-table-restore' with partition [0x8000002E, 0x8000002F)
15:57:55.201 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d9f27c52c5e944238bb629a9bd882efb for table 'many-partitions-table-restore' with partition [0x8000002F, 0x80000030)
15:57:55.201 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet cc7fb64260d14f78b27f45c73fee43f8 for table 'many-partitions-table-restore' with partition [0x80000030, 0x80000031)
15:57:55.201 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4cefbfaa335a441f93457e127cae41dd for table 'many-partitions-table-restore' with partition [0x80000031, 0x80000032)
15:57:55.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 157fc2ab9d14441bb730486a5bb83e02 for table 'many-partitions-table-restore' with partition [0x80000032, 0x80000033)
15:57:55.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d2bfe709bf344a9981267eb3bd335e1f for table 'many-partitions-table-restore' with partition [0x80000033, 0x80000034)
15:57:55.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e46e9fb427f2451ba2797805957bda23 for table 'many-partitions-table-restore' with partition [0x80000034, 0x80000035)
15:57:55.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3ecc2119734342209e1c41242a9b870a for table 'many-partitions-table-restore' with partition [0x80000035, 0x80000036)
15:57:55.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0a9099fa8dad49499d4e25dc4e85466d for table 'many-partitions-table-restore' with partition [0x80000036, 0x80000037)
15:57:55.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 73294994f34e4a4ca4d9d621bdc1a086 for table 'many-partitions-table-restore' with partition [0x80000037, 0x80000038)
15:57:55.202 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000002E, upperBoundPartitionKey=0x8000002F, ttl=299999, tablet=c695d99bf6c74f9fb966e0ee011e2657@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002F, upperBoundPartitionKey=0x80000030, ttl=299999, tablet=d9f27c52c5e944238bb629a9bd882efb@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000030, upperBoundPartitionKey=0x80000031, ttl=299999, tablet=cc7fb64260d14f78b27f45c73fee43f8@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000031, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=4cefbfaa335a441f93457e127cae41dd@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x80000033, ttl=299999, tablet=157fc2ab9d14441bb730486a5bb83e02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000033, upperBoundPartitionKey=0x80000034, ttl=299999, tablet=d2bfe709bf344a9981267eb3bd335e1f@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299999, tablet=e46e9fb427f2451ba2797805957bda23@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299999, tablet=3ecc2119734342209e1c41242a9b870a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299999, tablet=0a9099fa8dad49499d4e25dc4e85466d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299999, tablet=73294994f34e4a4ca4d9d621bdc1a086@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:55.205 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00023-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.211 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00039-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.217 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00093-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.223 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00057-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.230 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00015-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.235 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00045-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.241 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00089-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.248 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00019-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.254 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00077-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.260 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00073-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.266 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00013-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4032, partition values: [empty row]
15:57:55.272 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00009-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:55.278 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00003-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:55.281 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b05347d1ab094ab7b19e3a98b670deb8 for table 'many-partitions-table-restore' with partition [0x80000008, 0x80000009)
15:57:55.281 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4caf55c48f245f287ba0879d97e62a5 for table 'many-partitions-table-restore' with partition [0x80000009, 0x8000000A)
15:57:55.281 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d42e5a47a126409fb591f343907a901f for table 'many-partitions-table-restore' with partition [0x8000000A, 0x8000000B)
15:57:55.281 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 20ca56d432014c5093f66b8bf7356314 for table 'many-partitions-table-restore' with partition [0x8000000B, 0x8000000C)
15:57:55.281 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1a5c4d930825473f98f56d859c948ea3 for table 'many-partitions-table-restore' with partition [0x8000000C, 0x8000000D)
15:57:55.281 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9f422d87ef7940b39c1f974acd6a47ce for table 'many-partitions-table-restore' with partition [0x8000000D, 0x8000000E)
15:57:55.282 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e9e255b663f8425dbc374e0d9dbc0a47 for table 'many-partitions-table-restore' with partition [0x8000000E, 0x8000000F)
15:57:55.282 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 315cb2451226498a967173b87fbea666 for table 'many-partitions-table-restore' with partition [0x8000000F, 0x80000010)
15:57:55.282 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b13b6f69d7574b1487338ef0453cdc9c for table 'many-partitions-table-restore' with partition [0x80000010, 0x80000011)
15:57:55.282 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 78f732ec2d6943f9b1a78d37513d072f for table 'many-partitions-table-restore' with partition [0x80000011, 0x80000012)
15:57:55.282 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299999, tablet=b05347d1ab094ab7b19e3a98b670deb8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=d4caf55c48f245f287ba0879d97e62a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299999, tablet=d42e5a47a126409fb591f343907a901f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299999, tablet=20ca56d432014c5093f66b8bf7356314@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000C, upperBoundPartitionKey=0x8000000D, ttl=299999, tablet=1a5c4d930825473f98f56d859c948ea3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000D, upperBoundPartitionKey=0x8000000E, ttl=299999, tablet=9f422d87ef7940b39c1f974acd6a47ce@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000E, upperBoundPartitionKey=0x8000000F, ttl=299999, tablet=e9e255b663f8425dbc374e0d9dbc0a47@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000F, upperBoundPartitionKey=0x80000010, ttl=299999, tablet=315cb2451226498a967173b87fbea666@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000010, upperBoundPartitionKey=0x80000011, ttl=299999, tablet=b13b6f69d7574b1487338ef0453cdc9c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000011, upperBoundPartitionKey=0x80000012, ttl=299999, tablet=78f732ec2d6943f9b1a78d37513d072f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:55.289 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00005-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:55.293 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 89ce0ae9fff54d6fafd7c2dc9a90f5f9 for table 'many-partitions-table-restore' with partition [0x80000002, 0x80000003)
15:57:55.294 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7b1ea5f1b8794e5ca895440638e3eb6c for table 'many-partitions-table-restore' with partition [0x80000003, 0x80000004)
15:57:55.294 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e81a307607bb492bbcc2eb8e8a32222e for table 'many-partitions-table-restore' with partition [0x80000004, 0x80000005)
15:57:55.294 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2796078cd2f2401d8c566a375dbad386 for table 'many-partitions-table-restore' with partition [0x80000005, 0x80000006)
15:57:55.294 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e6809893c9f4bc1be3e92868ac1721a for table 'many-partitions-table-restore' with partition [0x80000006, 0x80000007)
15:57:55.294 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0af585e47004e00b6b509fb522ef97c for table 'many-partitions-table-restore' with partition [0x80000007, 0x80000008)
15:57:55.295 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b05347d1ab094ab7b19e3a98b670deb8 for table 'many-partitions-table-restore' with partition [0x80000008, 0x80000009)
15:57:55.295 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4caf55c48f245f287ba0879d97e62a5 for table 'many-partitions-table-restore' with partition [0x80000009, 0x8000000A)
15:57:55.295 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d42e5a47a126409fb591f343907a901f for table 'many-partitions-table-restore' with partition [0x8000000A, 0x8000000B)
15:57:55.295 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 20ca56d432014c5093f66b8bf7356314 for table 'many-partitions-table-restore' with partition [0x8000000B, 0x8000000C)
15:57:55.295 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00001-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:55.295 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000002, upperBoundPartitionKey=0x80000003, ttl=299999, tablet=89ce0ae9fff54d6fafd7c2dc9a90f5f9@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000003, upperBoundPartitionKey=0x80000004, ttl=299999, tablet=7b1ea5f1b8794e5ca895440638e3eb6c@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299999, tablet=e81a307607bb492bbcc2eb8e8a32222e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299999, tablet=2796078cd2f2401d8c566a375dbad386@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299999, tablet=2e6809893c9f4bc1be3e92868ac1721a@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299999, tablet=d0af585e47004e00b6b509fb522ef97c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299999, tablet=b05347d1ab094ab7b19e3a98b670deb8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=d4caf55c48f245f287ba0879d97e62a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299999, tablet=d42e5a47a126409fb591f343907a901f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299999, tablet=20ca56d432014c5093f66b8bf7356314@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}]
15:57:55.297 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e81a307607bb492bbcc2eb8e8a32222e for table 'many-partitions-table-restore' with partition [0x80000004, 0x80000005)
15:57:55.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2796078cd2f2401d8c566a375dbad386 for table 'many-partitions-table-restore' with partition [0x80000005, 0x80000006)
15:57:55.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e6809893c9f4bc1be3e92868ac1721a for table 'many-partitions-table-restore' with partition [0x80000006, 0x80000007)
15:57:55.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0af585e47004e00b6b509fb522ef97c for table 'many-partitions-table-restore' with partition [0x80000007, 0x80000008)
15:57:55.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b05347d1ab094ab7b19e3a98b670deb8 for table 'many-partitions-table-restore' with partition [0x80000008, 0x80000009)
15:57:55.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4caf55c48f245f287ba0879d97e62a5 for table 'many-partitions-table-restore' with partition [0x80000009, 0x8000000A)
15:57:55.299 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d42e5a47a126409fb591f343907a901f for table 'many-partitions-table-restore' with partition [0x8000000A, 0x8000000B)
15:57:55.299 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 20ca56d432014c5093f66b8bf7356314 for table 'many-partitions-table-restore' with partition [0x8000000B, 0x8000000C)
15:57:55.299 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1a5c4d930825473f98f56d859c948ea3 for table 'many-partitions-table-restore' with partition [0x8000000C, 0x8000000D)
15:57:55.299 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9f422d87ef7940b39c1f974acd6a47ce for table 'many-partitions-table-restore' with partition [0x8000000D, 0x8000000E)
15:57:55.299 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299998, tablet=e81a307607bb492bbcc2eb8e8a32222e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299998, tablet=2796078cd2f2401d8c566a375dbad386@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299998, tablet=2e6809893c9f4bc1be3e92868ac1721a@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299998, tablet=d0af585e47004e00b6b509fb522ef97c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299998, tablet=b05347d1ab094ab7b19e3a98b670deb8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299998, tablet=d4caf55c48f245f287ba0879d97e62a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299998, tablet=d42e5a47a126409fb591f343907a901f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299998, tablet=20ca56d432014c5093f66b8bf7356314@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000C, upperBoundPartitionKey=0x8000000D, ttl=299998, tablet=1a5c4d930825473f98f56d859c948ea3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000D, upperBoundPartitionKey=0x8000000E, ttl=299998, tablet=9f422d87ef7940b39c1f974acd6a47ce@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}]
15:57:55.301 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00007-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:57:55.306 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dd605d934e0844369bc4f7bca9101e43 for table 'many-partitions-table-restore' with partition [0x80000000, 0x80000001)
15:57:55.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f038c667953f42e6940a3a39dd775a22 for table 'many-partitions-table-restore' with partition [0x80000001, 0x80000002)
15:57:55.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 89ce0ae9fff54d6fafd7c2dc9a90f5f9 for table 'many-partitions-table-restore' with partition [0x80000002, 0x80000003)
15:57:55.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7b1ea5f1b8794e5ca895440638e3eb6c for table 'many-partitions-table-restore' with partition [0x80000003, 0x80000004)
15:57:55.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e81a307607bb492bbcc2eb8e8a32222e for table 'many-partitions-table-restore' with partition [0x80000004, 0x80000005)
15:57:55.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2796078cd2f2401d8c566a375dbad386 for table 'many-partitions-table-restore' with partition [0x80000005, 0x80000006)
15:57:55.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e6809893c9f4bc1be3e92868ac1721a for table 'many-partitions-table-restore' with partition [0x80000006, 0x80000007)
15:57:55.307 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00026-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.308 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0af585e47004e00b6b509fb522ef97c for table 'many-partitions-table-restore' with partition [0x80000007, 0x80000008)
15:57:55.309 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b05347d1ab094ab7b19e3a98b670deb8 for table 'many-partitions-table-restore' with partition [0x80000008, 0x80000009)
15:57:55.309 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4caf55c48f245f287ba0879d97e62a5 for table 'many-partitions-table-restore' with partition [0x80000009, 0x8000000A)
15:57:55.309 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x80000001, ttl=299999, tablet=dd605d934e0844369bc4f7bca9101e43@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000001, upperBoundPartitionKey=0x80000002, ttl=299999, tablet=f038c667953f42e6940a3a39dd775a22@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000002, upperBoundPartitionKey=0x80000003, ttl=299999, tablet=89ce0ae9fff54d6fafd7c2dc9a90f5f9@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000003, upperBoundPartitionKey=0x80000004, ttl=299999, tablet=7b1ea5f1b8794e5ca895440638e3eb6c@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299999, tablet=e81a307607bb492bbcc2eb8e8a32222e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299999, tablet=2796078cd2f2401d8c566a375dbad386@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299999, tablet=2e6809893c9f4bc1be3e92868ac1721a@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299999, tablet=d0af585e47004e00b6b509fb522ef97c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299999, tablet=b05347d1ab094ab7b19e3a98b670deb8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=d4caf55c48f245f287ba0879d97e62a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}]
15:57:55.313 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00052-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.319 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00044-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.325 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00058-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.331 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00050-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.337 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00036-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.344 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00012-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.368 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00020-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.372 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00080-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.378 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00048-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.383 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00074-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.389 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00062-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.393 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00096-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.398 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00046-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.406 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=32, operationSize=4729, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1eb2073, flushNotification=Deferred@2063429952(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:57:55.441 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 107)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 107). 5465 bytes result sent to driver
15:57:55.442 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 108) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, PROCESS_LOCAL, 11323 bytes) taskResourceAssignments Map()
15:57:55.442 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Running task 2.0 in stage 2.0 (TID 108)
15:57:55.443 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 107) in 261 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/4)
15:57:55.448 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.451 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9c6d708021c641988c83f6754726f391
15:57:55.452 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00082-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.457 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00056-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.461 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00076-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.466 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00014-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.471 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00040-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.477 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00084-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.483 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00024-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.489 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00072-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.495 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00034-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.501 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00098-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.507 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00068-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.512 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00030-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.518 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00032-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.523 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00100-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.529 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00064-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.534 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00022-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.540 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00092-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.545 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00088-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.549 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00042-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.565 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00070-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.572 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00038-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.578 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00090-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.583 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00078-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.588 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00028-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.592 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00018-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.597 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00016-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.602 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00054-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.608 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00094-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.613 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00060-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.617 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00066-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.622 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00086-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3956, partition values: [empty row]
15:57:55.626 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00004-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:55.632 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=32, operationSize=4671, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2a1ac86e, flushNotification=Deferred@2080053322(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:57:55.663 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 108)] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 108). 5465 bytes result sent to driver
15:57:55.664 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 109) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, PROCESS_LOCAL, 5815 bytes) taskResourceAssignments Map()
15:57:55.665 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Running task 3.0 in stage 2.0 (TID 109)
15:57:55.665 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 108) in 223 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/4)
15:57:55.670 [DEBUG - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.673 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9c6d708021c641988c83f6754726f391
15:57:55.675 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00010-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:55.681 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00008-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:55.687 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00006-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:55.693 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00002-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-3947, partition values: [empty row]
15:57:55.698 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Reading File path: file:///tmp/backup1091442135358010217/824385e3e2e1407ab75bacf89031ee6f-many-partitions-table/1783526253960/part-00000-ebcf8cee-0841-4354-afb7-3a7dd9ca5c42-c000.snappy.parquet, range: 0-1736, partition values: [empty row]
15:57:55.702 [DEBUG - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=4, operationSize=580, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@e6d3e42, flushNotification=Deferred@129805986(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:57:55.713 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 109)] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 109). 5422 bytes result sent to driver
15:57:55.715 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 109) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/4)
15:57:55.715 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:57:55.716 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.856 s
15:57:55.716 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:57:55.717 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:57:55.717 [INFO - ForkJoinPool-5-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.864245 s
15:57:55.718 [INFO - ForkJoinPool-5-worker-1] (KuduRestore.scala:237) Successfully restored table many-partitions-table
15:57:55.725 [DEBUG - main] (AsyncKuduClient.java:894) Opened table 9c6d708021c641988c83f6754726f391
15:57:55.735 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 68e1572a16da4d42b989fbfaaf136efc for table 'many-partitions-table-restore' with partition [0x7FFFFFFB, 0x7FFFFFFC)
15:57:55.736 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet dd605d934e0844369bc4f7bca9101e43 for table 'many-partitions-table-restore' with partition [0x80000000, 0x80000001)
15:57:55.736 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet f038c667953f42e6940a3a39dd775a22 for table 'many-partitions-table-restore' with partition [0x80000001, 0x80000002)
15:57:55.736 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 89ce0ae9fff54d6fafd7c2dc9a90f5f9 for table 'many-partitions-table-restore' with partition [0x80000002, 0x80000003)
15:57:55.736 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 7b1ea5f1b8794e5ca895440638e3eb6c for table 'many-partitions-table-restore' with partition [0x80000003, 0x80000004)
15:57:55.736 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet e81a307607bb492bbcc2eb8e8a32222e for table 'many-partitions-table-restore' with partition [0x80000004, 0x80000005)
15:57:55.736 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 2796078cd2f2401d8c566a375dbad386 for table 'many-partitions-table-restore' with partition [0x80000005, 0x80000006)
15:57:55.737 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 2e6809893c9f4bc1be3e92868ac1721a for table 'many-partitions-table-restore' with partition [0x80000006, 0x80000007)
15:57:55.737 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d0af585e47004e00b6b509fb522ef97c for table 'many-partitions-table-restore' with partition [0x80000007, 0x80000008)
15:57:55.737 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet b05347d1ab094ab7b19e3a98b670deb8 for table 'many-partitions-table-restore' with partition [0x80000008, 0x80000009)
15:57:55.737 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d4caf55c48f245f287ba0879d97e62a5 for table 'many-partitions-table-restore' with partition [0x80000009, 0x8000000A)
15:57:55.737 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d42e5a47a126409fb591f343907a901f for table 'many-partitions-table-restore' with partition [0x8000000A, 0x8000000B)
15:57:55.737 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 20ca56d432014c5093f66b8bf7356314 for table 'many-partitions-table-restore' with partition [0x8000000B, 0x8000000C)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 1a5c4d930825473f98f56d859c948ea3 for table 'many-partitions-table-restore' with partition [0x8000000C, 0x8000000D)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 9f422d87ef7940b39c1f974acd6a47ce for table 'many-partitions-table-restore' with partition [0x8000000D, 0x8000000E)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet e9e255b663f8425dbc374e0d9dbc0a47 for table 'many-partitions-table-restore' with partition [0x8000000E, 0x8000000F)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 315cb2451226498a967173b87fbea666 for table 'many-partitions-table-restore' with partition [0x8000000F, 0x80000010)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet b13b6f69d7574b1487338ef0453cdc9c for table 'many-partitions-table-restore' with partition [0x80000010, 0x80000011)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 78f732ec2d6943f9b1a78d37513d072f for table 'many-partitions-table-restore' with partition [0x80000011, 0x80000012)
15:57:55.738 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet fe61c973270b4fee92b39696d5d7b04e for table 'many-partitions-table-restore' with partition [0x80000012, 0x80000013)
15:57:55.739 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 99b1a82194064fd495a5010b93ddf43c for table 'many-partitions-table-restore' with partition [0x80000013, 0x80000014)
15:57:55.739 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet ca43abfb56fa4135b76da5c86aef201c for table 'many-partitions-table-restore' with partition [0x80000014, 0x80000015)
15:57:55.739 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 6f56f51cb03643938ba6819f948a37a7 for table 'many-partitions-table-restore' with partition [0x80000015, 0x80000016)
15:57:55.739 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 6878307782854098855bb3a3e0f90aa7 for table 'many-partitions-table-restore' with partition [0x80000016, 0x80000017)
15:57:55.739 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet a3a05cdbedcf42acbf5464b099b806f7 for table 'many-partitions-table-restore' with partition [0x80000017, 0x80000018)
15:57:55.739 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 52eaa37552dc4261bf592e44ca4563ad for table 'many-partitions-table-restore' with partition [0x80000018, 0x80000019)
15:57:55.740 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet dce78e7e0eb04e59b4d35418419e3033 for table 'many-partitions-table-restore' with partition [0x80000019, 0x8000001A)
15:57:55.740 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet afa54f6d4892441b94e1940324085936 for table 'many-partitions-table-restore' with partition [0x8000001A, 0x8000001B)
15:57:55.740 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet f8b8dd3fe21c416fb7b3c623b17bee61 for table 'many-partitions-table-restore' with partition [0x8000001B, 0x8000001C)
15:57:55.740 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 34c9448a66da4535b847954bbc087b90 for table 'many-partitions-table-restore' with partition [0x8000001C, 0x8000001D)
15:57:55.741 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 14270f9d6ceb45f3a67377e1ce1e354f for table 'many-partitions-table-restore' with partition [0x8000001D, 0x8000001E)
15:57:55.741 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 6c5062d7f68448768ea89c30c0ef5f03 for table 'many-partitions-table-restore' with partition [0x8000001E, 0x8000001F)
15:57:55.741 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 029ed05c10854d08b171bff40d94badf for table 'many-partitions-table-restore' with partition [0x8000001F, 0x80000020)
15:57:55.741 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 3d447b5002c04690a590fd7303ee7228 for table 'many-partitions-table-restore' with partition [0x80000020, 0x80000021)
15:57:55.742 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 752523db032049bda6c1009595ec1996 for table 'many-partitions-table-restore' with partition [0x80000021, 0x80000022)
15:57:55.742 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet cf451d60574e4870bc080e748bf01c46 for table 'many-partitions-table-restore' with partition [0x80000022, 0x80000023)
15:57:55.742 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 301fdc6b6b184bfb98af11806f2344a0 for table 'many-partitions-table-restore' with partition [0x80000023, 0x80000024)
15:57:55.742 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet fd9be8aab16c46e5b54be2a19a7fb058 for table 'many-partitions-table-restore' with partition [0x80000024, 0x80000025)
15:57:55.742 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 18d1e29df05d4e3a9f2b3c6635b5458e for table 'many-partitions-table-restore' with partition [0x80000025, 0x80000026)
15:57:55.742 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 4ad91ae0b5c341f4848236f9aeafec9f for table 'many-partitions-table-restore' with partition [0x80000026, 0x80000027)
15:57:55.743 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet ffa6c8ccb9b44b0b920bf4e08ac3b284 for table 'many-partitions-table-restore' with partition [0x80000027, 0x80000028)
15:57:55.743 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet b4047a64a6e149a8be47f3ffa5e89d02 for table 'many-partitions-table-restore' with partition [0x80000028, 0x80000029)
15:57:55.743 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet a7eba8d5b24d4056b1a60247c70c9c74 for table 'many-partitions-table-restore' with partition [0x80000029, 0x8000002A)
15:57:55.743 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 146969546f9946999af9b04d9ce93a41 for table 'many-partitions-table-restore' with partition [0x8000002A, 0x8000002B)
15:57:55.743 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 4f2e6ce7cd774ac2be4a7766532a83a8 for table 'many-partitions-table-restore' with partition [0x8000002B, 0x8000002C)
15:57:55.744 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 233486432c8f41f0b85606c380b920ee for table 'many-partitions-table-restore' with partition [0x8000002C, 0x8000002D)
15:57:55.744 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 3a770780312346fdaf84695c00db38af for table 'many-partitions-table-restore' with partition [0x8000002D, 0x8000002E)
15:57:55.744 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet c695d99bf6c74f9fb966e0ee011e2657 for table 'many-partitions-table-restore' with partition [0x8000002E, 0x8000002F)
15:57:55.744 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d9f27c52c5e944238bb629a9bd882efb for table 'many-partitions-table-restore' with partition [0x8000002F, 0x80000030)
15:57:55.744 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet cc7fb64260d14f78b27f45c73fee43f8 for table 'many-partitions-table-restore' with partition [0x80000030, 0x80000031)
15:57:55.745 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 4cefbfaa335a441f93457e127cae41dd for table 'many-partitions-table-restore' with partition [0x80000031, 0x80000032)
15:57:55.745 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 157fc2ab9d14441bb730486a5bb83e02 for table 'many-partitions-table-restore' with partition [0x80000032, 0x80000033)
15:57:55.745 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d2bfe709bf344a9981267eb3bd335e1f for table 'many-partitions-table-restore' with partition [0x80000033, 0x80000034)
15:57:55.745 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet e46e9fb427f2451ba2797805957bda23 for table 'many-partitions-table-restore' with partition [0x80000034, 0x80000035)
15:57:55.745 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 3ecc2119734342209e1c41242a9b870a for table 'many-partitions-table-restore' with partition [0x80000035, 0x80000036)
15:57:55.745 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 0a9099fa8dad49499d4e25dc4e85466d for table 'many-partitions-table-restore' with partition [0x80000036, 0x80000037)
15:57:55.746 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 73294994f34e4a4ca4d9d621bdc1a086 for table 'many-partitions-table-restore' with partition [0x80000037, 0x80000038)
15:57:55.746 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 0dc4fcc8ff2548f5bc9a9d8a32b06b89 for table 'many-partitions-table-restore' with partition [0x80000038, 0x80000039)
15:57:55.746 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 10d8a601769b4a5e828571ace0b63b29 for table 'many-partitions-table-restore' with partition [0x80000039, 0x8000003A)
15:57:55.746 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 77b9a87667d44180ab177bb6807da4f1 for table 'many-partitions-table-restore' with partition [0x8000003A, 0x8000003B)
15:57:55.746 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 0fe6c2ffcc574dec9b434a942b51a186 for table 'many-partitions-table-restore' with partition [0x8000003B, 0x8000003C)
15:57:55.747 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 2954f5da5f014db180032437357fe0a9 for table 'many-partitions-table-restore' with partition [0x8000003C, 0x8000003D)
15:57:55.747 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet ae8fa9a9555a46f588009c12346b663b for table 'many-partitions-table-restore' with partition [0x8000003D, 0x8000003E)
15:57:55.747 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet ca1b54845495472e85236930f6f88878 for table 'many-partitions-table-restore' with partition [0x8000003E, 0x8000003F)
15:57:55.747 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 24293b49915143a78c0e8d593a8e75d6 for table 'many-partitions-table-restore' with partition [0x8000003F, 0x80000040)
15:57:55.747 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 46a89a4f04064f7c996527663d16f77b for table 'many-partitions-table-restore' with partition [0x80000040, 0x80000041)
15:57:55.747 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 936de417068344348db98bef660bfc2b for table 'many-partitions-table-restore' with partition [0x80000041, 0x80000042)
15:57:55.748 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 1dfcce009cf148789a312d9e18f14143 for table 'many-partitions-table-restore' with partition [0x80000042, 0x80000043)
15:57:55.748 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet c14eec87fa934b3288456623ddf45130 for table 'many-partitions-table-restore' with partition [0x80000043, 0x80000044)
15:57:55.748 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 72fcb58d8c39443eb072b5e442ae3e82 for table 'many-partitions-table-restore' with partition [0x80000044, 0x80000045)
15:57:55.748 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet ceffeb03fa484d2295307148d3bcd0a3 for table 'many-partitions-table-restore' with partition [0x80000045, 0x80000046)
15:57:55.749 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 8c3466c1d4a9414c8d5c33c8d0da5640 for table 'many-partitions-table-restore' with partition [0x80000046, 0x80000047)
15:57:55.749 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 077aa8bbd0bf4a75a8a3548c358a8199 for table 'many-partitions-table-restore' with partition [0x80000047, 0x80000048)
15:57:55.749 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet eddc9712f88d431ba6036027aeafae30 for table 'many-partitions-table-restore' with partition [0x80000048, 0x80000049)
15:57:55.750 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet bd27d27613e34f129c000820e369ab43 for table 'many-partitions-table-restore' with partition [0x80000049, 0x8000004A)
15:57:55.750 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet e2366321821344c1bd4826708c049c73 for table 'many-partitions-table-restore' with partition [0x8000004A, 0x8000004B)
15:57:55.750 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 12a99b5d24c94bd7948811d15683a519 for table 'many-partitions-table-restore' with partition [0x8000004B, 0x8000004C)
15:57:55.750 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 2d6c3ba9c6764a61b55d746ec24d55bb for table 'many-partitions-table-restore' with partition [0x8000004C, 0x8000004D)
15:57:55.750 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 3b0e9b1bc4f7491b9096da36e2e7e16a for table 'many-partitions-table-restore' with partition [0x8000004D, 0x8000004E)
15:57:55.751 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d985d847591a4d5794f49446d9e32161 for table 'many-partitions-table-restore' with partition [0x8000004E, 0x8000004F)
15:57:55.751 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet deca213369744a618d2d9189685c33b1 for table 'many-partitions-table-restore' with partition [0x8000004F, 0x80000050)
15:57:55.751 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 75e57e19762d403b8d2196b7222aa201 for table 'many-partitions-table-restore' with partition [0x80000050, 0x80000051)
15:57:55.751 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet e4309657e7524a03ac724f5e62654ba7 for table 'many-partitions-table-restore' with partition [0x80000051, 0x80000052)
15:57:55.751 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet b760bba94b2941beac498561d420c2ec for table 'many-partitions-table-restore' with partition [0x80000052, 0x80000053)
15:57:55.751 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 9e50c99c96d140f490afaf0a1a786445 for table 'many-partitions-table-restore' with partition [0x80000053, 0x80000054)
15:57:55.752 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 1529e62ddd7e45b09808753105a19896 for table 'many-partitions-table-restore' with partition [0x80000054, 0x80000055)
15:57:55.752 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 44cb7894d3bd462a9c7a1342e64e25b3 for table 'many-partitions-table-restore' with partition [0x80000055, 0x80000056)
15:57:55.752 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet d8c5184f3b3b4348994718a2fe73fbc9 for table 'many-partitions-table-restore' with partition [0x80000056, 0x80000057)
15:57:55.752 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 5eb357bfe718458bb2525a498d2be79d for table 'many-partitions-table-restore' with partition [0x80000057, 0x80000058)
15:57:55.752 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet f32fa123563c43a5a28bd51b1c2d34f3 for table 'many-partitions-table-restore' with partition [0x80000058, 0x80000059)
15:57:55.753 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 00083a83e20a40b4b73c11c50ab6e47a for table 'many-partitions-table-restore' with partition [0x80000059, 0x8000005A)
15:57:55.753 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet a802998a6f6246a29df0874ae8441a38 for table 'many-partitions-table-restore' with partition [0x8000005A, 0x8000005B)
15:57:55.753 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 6877838114a34e31a412cff7797d2c98 for table 'many-partitions-table-restore' with partition [0x8000005B, 0x8000005C)
15:57:55.753 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 27867ba21824419fb945af85642baf19 for table 'many-partitions-table-restore' with partition [0x8000005C, 0x8000005D)
15:57:55.753 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 36d8cb64d89d43b2995b65abc409c358 for table 'many-partitions-table-restore' with partition [0x8000005D, 0x8000005E)
15:57:55.753 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 59279e476d994535b3a2902426b21cbe for table 'many-partitions-table-restore' with partition [0x8000005E, 0x8000005F)
15:57:55.754 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 4d8a3d710f0b4d0396309fc1cbcbaf39 for table 'many-partitions-table-restore' with partition [0x8000005F, 0x80000060)
15:57:55.754 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet e5a066c67f984513802cb8e260f1bb5e for table 'many-partitions-table-restore' with partition [0x80000060, 0x80000061)
15:57:55.754 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet abcb949d903247599d50fa66d6287de8 for table 'many-partitions-table-restore' with partition [0x80000061, 0x80000062)
15:57:55.754 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 932ed53572a34e0da42c8eaf54d00b4a for table 'many-partitions-table-restore' with partition [0x80000062, 0x80000063)
15:57:55.754 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet 3b2b942e1d524175ab10c70510760507 for table 'many-partitions-table-restore' with partition [0x80000063, 0x80000064)
15:57:55.755 [DEBUG - main] (AsyncKuduClient.java:2538) Learned about tablet b1aa42c324cc439d9c4535dc879ef543 for table 'many-partitions-table-restore' with partition [0x80000064, 0x80000065)
15:57:55.755 [DEBUG - main] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x7FFFFFFB, ttl=299999}, Tablet{lowerBoundPartitionKey=0x7FFFFFFB, upperBoundPartitionKey=0x7FFFFFFC, ttl=299999, tablet=68e1572a16da4d42b989fbfaaf136efc@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x7FFFFFFC, upperBoundPartitionKey=0x80000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x80000001, ttl=299999, tablet=dd605d934e0844369bc4f7bca9101e43@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000001, upperBoundPartitionKey=0x80000002, ttl=299999, tablet=f038c667953f42e6940a3a39dd775a22@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000002, upperBoundPartitionKey=0x80000003, ttl=299999, tablet=89ce0ae9fff54d6fafd7c2dc9a90f5f9@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000003, upperBoundPartitionKey=0x80000004, ttl=299999, tablet=7b1ea5f1b8794e5ca895440638e3eb6c@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000004, upperBoundPartitionKey=0x80000005, ttl=299999, tablet=e81a307607bb492bbcc2eb8e8a32222e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000005, upperBoundPartitionKey=0x80000006, ttl=299999, tablet=2796078cd2f2401d8c566a375dbad386@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000006, upperBoundPartitionKey=0x80000007, ttl=299999, tablet=2e6809893c9f4bc1be3e92868ac1721a@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000007, upperBoundPartitionKey=0x80000008, ttl=299999, tablet=d0af585e47004e00b6b509fb522ef97c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000008, upperBoundPartitionKey=0x80000009, ttl=299999, tablet=b05347d1ab094ab7b19e3a98b670deb8@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000009, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=d4caf55c48f245f287ba0879d97e62a5@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x8000000B, ttl=299999, tablet=d42e5a47a126409fb591f343907a901f@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000B, upperBoundPartitionKey=0x8000000C, ttl=299999, tablet=20ca56d432014c5093f66b8bf7356314@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000C, upperBoundPartitionKey=0x8000000D, ttl=299999, tablet=1a5c4d930825473f98f56d859c948ea3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000D, upperBoundPartitionKey=0x8000000E, ttl=299999, tablet=9f422d87ef7940b39c1f974acd6a47ce@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000E, upperBoundPartitionKey=0x8000000F, ttl=299999, tablet=e9e255b663f8425dbc374e0d9dbc0a47@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000000F, upperBoundPartitionKey=0x80000010, ttl=299999, tablet=315cb2451226498a967173b87fbea666@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000010, upperBoundPartitionKey=0x80000011, ttl=299999, tablet=b13b6f69d7574b1487338ef0453cdc9c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000011, upperBoundPartitionKey=0x80000012, ttl=299999, tablet=78f732ec2d6943f9b1a78d37513d072f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000012, upperBoundPartitionKey=0x80000013, ttl=299999, tablet=fe61c973270b4fee92b39696d5d7b04e@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000013, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=99b1a82194064fd495a5010b93ddf43c@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x80000015, ttl=299999, tablet=ca43abfb56fa4135b76da5c86aef201c@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000015, upperBoundPartitionKey=0x80000016, ttl=299999, tablet=6f56f51cb03643938ba6819f948a37a7@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000016, upperBoundPartitionKey=0x80000017, ttl=299999, tablet=6878307782854098855bb3a3e0f90aa7@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000017, upperBoundPartitionKey=0x80000018, ttl=299999, tablet=a3a05cdbedcf42acbf5464b099b806f7@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000018, upperBoundPartitionKey=0x80000019, ttl=299999, tablet=52eaa37552dc4261bf592e44ca4563ad@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000019, upperBoundPartitionKey=0x8000001A, ttl=299999, tablet=dce78e7e0eb04e59b4d35418419e3033@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001A, upperBoundPartitionKey=0x8000001B, ttl=299999, tablet=afa54f6d4892441b94e1940324085936@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001B, upperBoundPartitionKey=0x8000001C, ttl=299999, tablet=f8b8dd3fe21c416fb7b3c623b17bee61@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001C, upperBoundPartitionKey=0x8000001D, ttl=299999, tablet=34c9448a66da4535b847954bbc087b90@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001D, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=14270f9d6ceb45f3a67377e1ce1e354f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x8000001F, ttl=299999, tablet=6c5062d7f68448768ea89c30c0ef5f03@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000001F, upperBoundPartitionKey=0x80000020, ttl=299999, tablet=029ed05c10854d08b171bff40d94badf@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000020, upperBoundPartitionKey=0x80000021, ttl=299999, tablet=3d447b5002c04690a590fd7303ee7228@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000021, upperBoundPartitionKey=0x80000022, ttl=299999, tablet=752523db032049bda6c1009595ec1996@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000022, upperBoundPartitionKey=0x80000023, ttl=299999, tablet=cf451d60574e4870bc080e748bf01c46@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000023, upperBoundPartitionKey=0x80000024, ttl=299999, tablet=301fdc6b6b184bfb98af11806f2344a0@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000024, upperBoundPartitionKey=0x80000025, ttl=299999, tablet=fd9be8aab16c46e5b54be2a19a7fb058@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000025, upperBoundPartitionKey=0x80000026, ttl=299999, tablet=18d1e29df05d4e3a9f2b3c6635b5458e@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000026, upperBoundPartitionKey=0x80000027, ttl=299999, tablet=4ad91ae0b5c341f4848236f9aeafec9f@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000027, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=ffa6c8ccb9b44b0b920bf4e08ac3b284@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000029, ttl=299999, tablet=b4047a64a6e149a8be47f3ffa5e89d02@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000029, upperBoundPartitionKey=0x8000002A, ttl=299999, tablet=a7eba8d5b24d4056b1a60247c70c9c74@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002A, upperBoundPartitionKey=0x8000002B, ttl=299999, tablet=146969546f9946999af9b04d9ce93a41@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002B, upperBoundPartitionKey=0x8000002C, ttl=299999, tablet=4f2e6ce7cd774ac2be4a7766532a83a8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002C, upperBoundPartitionKey=0x8000002D, ttl=299999, tablet=233486432c8f41f0b85606c380b920ee@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002D, upperBoundPartitionKey=0x8000002E, ttl=299999, tablet=3a770780312346fdaf84695c00db38af@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002E, upperBoundPartitionKey=0x8000002F, ttl=299999, tablet=c695d99bf6c74f9fb966e0ee011e2657@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000002F, upperBoundPartitionKey=0x80000030, ttl=299999, tablet=d9f27c52c5e944238bb629a9bd882efb@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000030, upperBoundPartitionKey=0x80000031, ttl=299999, tablet=cc7fb64260d14f78b27f45c73fee43f8@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000031, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=4cefbfaa335a441f93457e127cae41dd@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x80000033, ttl=299999, tablet=157fc2ab9d14441bb730486a5bb83e02@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000033, upperBoundPartitionKey=0x80000034, ttl=299999, tablet=d2bfe709bf344a9981267eb3bd335e1f@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000034, upperBoundPartitionKey=0x80000035, ttl=299999, tablet=e46e9fb427f2451ba2797805957bda23@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000035, upperBoundPartitionKey=0x80000036, ttl=299999, tablet=3ecc2119734342209e1c41242a9b870a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000036, upperBoundPartitionKey=0x80000037, ttl=299999, tablet=0a9099fa8dad49499d4e25dc4e85466d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000037, upperBoundPartitionKey=0x80000038, ttl=299999, tablet=73294994f34e4a4ca4d9d621bdc1a086@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000038, upperBoundPartitionKey=0x80000039, ttl=299999, tablet=0dc4fcc8ff2548f5bc9a9d8a32b06b89@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000039, upperBoundPartitionKey=0x8000003A, ttl=299999, tablet=10d8a601769b4a5e828571ace0b63b29@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003A, upperBoundPartitionKey=0x8000003B, ttl=299999, tablet=77b9a87667d44180ab177bb6807da4f1@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003B, upperBoundPartitionKey=0x8000003C, ttl=299999, tablet=0fe6c2ffcc574dec9b434a942b51a186@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003C, upperBoundPartitionKey=0x8000003D, ttl=299999, tablet=2954f5da5f014db180032437357fe0a9@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003D, upperBoundPartitionKey=0x8000003E, ttl=299999, tablet=ae8fa9a9555a46f588009c12346b663b@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003E, upperBoundPartitionKey=0x8000003F, ttl=299999, tablet=ca1b54845495472e85236930f6f88878@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000003F, upperBoundPartitionKey=0x80000040, ttl=299999, tablet=24293b49915143a78c0e8d593a8e75d6@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000040, upperBoundPartitionKey=0x80000041, ttl=299999, tablet=46a89a4f04064f7c996527663d16f77b@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000041, upperBoundPartitionKey=0x80000042, ttl=299999, tablet=936de417068344348db98bef660bfc2b@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000042, upperBoundPartitionKey=0x80000043, ttl=299999, tablet=1dfcce009cf148789a312d9e18f14143@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000043, upperBoundPartitionKey=0x80000044, ttl=299999, tablet=c14eec87fa934b3288456623ddf45130@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000044, upperBoundPartitionKey=0x80000045, ttl=299999, tablet=72fcb58d8c39443eb072b5e442ae3e82@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000045, upperBoundPartitionKey=0x80000046, ttl=299999, tablet=ceffeb03fa484d2295307148d3bcd0a3@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000046, upperBoundPartitionKey=0x80000047, ttl=299999, tablet=8c3466c1d4a9414c8d5c33c8d0da5640@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000047, upperBoundPartitionKey=0x80000048, ttl=299999, tablet=077aa8bbd0bf4a75a8a3548c358a8199@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000048, upperBoundPartitionKey=0x80000049, ttl=299999, tablet=eddc9712f88d431ba6036027aeafae30@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000049, upperBoundPartitionKey=0x8000004A, ttl=299999, tablet=bd27d27613e34f129c000820e369ab43@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004A, upperBoundPartitionKey=0x8000004B, ttl=299999, tablet=e2366321821344c1bd4826708c049c73@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004B, upperBoundPartitionKey=0x8000004C, ttl=299999, tablet=12a99b5d24c94bd7948811d15683a519@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004C, upperBoundPartitionKey=0x8000004D, ttl=299999, tablet=2d6c3ba9c6764a61b55d746ec24d55bb@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004D, upperBoundPartitionKey=0x8000004E, ttl=299999, tablet=3b0e9b1bc4f7491b9096da36e2e7e16a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004E, upperBoundPartitionKey=0x8000004F, ttl=299999, tablet=d985d847591a4d5794f49446d9e32161@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000004F, upperBoundPartitionKey=0x80000050, ttl=299999, tablet=deca213369744a618d2d9189685c33b1@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000050, upperBoundPartitionKey=0x80000051, ttl=299999, tablet=75e57e19762d403b8d2196b7222aa201@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000051, upperBoundPartitionKey=0x80000052, ttl=299999, tablet=e4309657e7524a03ac724f5e62654ba7@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000052, upperBoundPartitionKey=0x80000053, ttl=299999, tablet=b760bba94b2941beac498561d420c2ec@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000053, upperBoundPartitionKey=0x80000054, ttl=299999, tablet=9e50c99c96d140f490afaf0a1a786445@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000054, upperBoundPartitionKey=0x80000055, ttl=299999, tablet=1529e62ddd7e45b09808753105a19896@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000055, upperBoundPartitionKey=0x80000056, ttl=299999, tablet=44cb7894d3bd462a9c7a1342e64e25b3@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000056, upperBoundPartitionKey=0x80000057, ttl=299999, tablet=d8c5184f3b3b4348994718a2fe73fbc9@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000057, upperBoundPartitionKey=0x80000058, ttl=299999, tablet=5eb357bfe718458bb2525a498d2be79d@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000058, upperBoundPartitionKey=0x80000059, ttl=299999, tablet=f32fa123563c43a5a28bd51b1c2d34f3@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000059, upperBoundPartitionKey=0x8000005A, ttl=299999, tablet=00083a83e20a40b4b73c11c50ab6e47a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005A, upperBoundPartitionKey=0x8000005B, ttl=299999, tablet=a802998a6f6246a29df0874ae8441a38@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005B, upperBoundPartitionKey=0x8000005C, ttl=299999, tablet=6877838114a34e31a412cff7797d2c98@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005C, upperBoundPartitionKey=0x8000005D, ttl=299999, tablet=27867ba21824419fb945af85642baf19@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005D, upperBoundPartitionKey=0x8000005E, ttl=299999, tablet=36d8cb64d89d43b2995b65abc409c358@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005E, upperBoundPartitionKey=0x8000005F, ttl=299999, tablet=59279e476d994535b3a2902426b21cbe@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x8000005F, upperBoundPartitionKey=0x80000060, ttl=299999, tablet=4d8a3d710f0b4d0396309fc1cbcbaf39@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000060, upperBoundPartitionKey=0x80000061, ttl=299999, tablet=e5a066c67f984513802cb8e260f1bb5e@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000061, upperBoundPartitionKey=0x80000062, ttl=299999, tablet=abcb949d903247599d50fa66d6287de8@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, Tablet{lowerBoundPartitionKey=0x80000062, upperBoundPartitionKey=0x80000063, ttl=299999, tablet=932ed53572a34e0da42c8eaf54d00b4a@[ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)[L]]}, Tablet{lowerBoundPartitionKey=0x80000063, upperBoundPartitionKey=0x80000064, ttl=299999, tablet=3b2b942e1d524175ab10c70510760507@[7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000064, upperBoundPartitionKey=0x80000065, ttl=299999, tablet=b1aa42c324cc439d9c4535dc879ef543@[fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000065, upperBoundPartitionKey=0x, ttl=299999}]
15:57:55.785 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:57:55.786 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:1002) with 102 output partitions
15:57:55.786 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:1002)
15:57:55.786 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:57:55.787 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:57:55.788 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48), which has no missing parents
15:57:55.793 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 5.8 KiB, free 1992.9 MiB)
15:57:55.795 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.9 MiB)
15:57:55.796 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 (size: 3.4 KiB, free: 1993.7 MiB)
15:57:55.797 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:57:55.798 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 102 missing tasks from ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:57:55.798 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 102 tasks resource profile 0
15:57:55.801 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 110) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.801 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 110)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 110)
15:57:55.803 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 110)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.812 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323625720000512) for scanner KuduScanner(table=many-partitions-table-restore, tablet=68e1572a16da4d42b989fbfaaf136efc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.813 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 110)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 110). 4931 bytes result sent to driver
15:57:55.815 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 111) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.815 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 111)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 111)
15:57:55.815 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 110) in 16 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/102)
15:57:55.817 [DEBUG - Executor task launch worker for task 1.0 in stage 3.0 (TID 111)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.821 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323625751830528) for scanner KuduScanner(table=many-partitions-table-restore, tablet=dd605d934e0844369bc4f7bca9101e43, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.825 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 111)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 111). 5114 bytes result sent to driver
15:57:55.826 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 3.0 (TID 112) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.827 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 112)] (Logging.scala:57) Running task 2.0 in stage 3.0 (TID 112)
15:57:55.827 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 111) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/102)
15:57:55.828 [DEBUG - Executor task launch worker for task 2.0 in stage 3.0 (TID 112)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.832 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323625804144640) for scanner KuduScanner(table=many-partitions-table-restore, tablet=f038c667953f42e6940a3a39dd775a22, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.834 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 112)] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 112). 5071 bytes result sent to driver
15:57:55.835 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 3.0 (TID 113) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.836 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 113)] (Logging.scala:57) Running task 3.0 in stage 3.0 (TID 113)
15:57:55.836 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 112) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/102)
15:57:55.839 [DEBUG - Executor task launch worker for task 3.0 in stage 3.0 (TID 113)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.843 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323625848168448) for scanner KuduScanner(table=many-partitions-table-restore, tablet=89ce0ae9fff54d6fafd7c2dc9a90f5f9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.845 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 113)] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 113). 5071 bytes result sent to driver
15:57:55.846 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 3.0 (TID 114) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.846 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 114)] (Logging.scala:57) Running task 4.0 in stage 3.0 (TID 114)
15:57:55.847 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 113) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/102)
15:57:55.849 [DEBUG - Executor task launch worker for task 4.0 in stage 3.0 (TID 114)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.852 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323625879093248) for scanner KuduScanner(table=many-partitions-table-restore, tablet=7b1ea5f1b8794e5ca895440638e3eb6c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.853 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 114)] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 114). 5071 bytes result sent to driver
15:57:55.854 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 3.0 (TID 115) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.855 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 115)] (Logging.scala:57) Running task 5.0 in stage 3.0 (TID 115)
15:57:55.855 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 114) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/102)
15:57:55.856 [DEBUG - Executor task launch worker for task 5.0 in stage 3.0 (TID 115)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.859 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323625917186048) for scanner KuduScanner(table=many-partitions-table-restore, tablet=e81a307607bb492bbcc2eb8e8a32222e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.861 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 115)] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 115). 5071 bytes result sent to driver
15:57:55.862 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 3.0 (TID 116) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.865 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 115) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/102)
15:57:55.866 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 116)] (Logging.scala:57) Running task 6.0 in stage 3.0 (TID 116)
15:57:55.868 [DEBUG - Executor task launch worker for task 6.0 in stage 3.0 (TID 116)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.878 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323625990971392) for scanner KuduScanner(table=many-partitions-table-restore, tablet=2796078cd2f2401d8c566a375dbad386, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.880 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 116)] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 116). 5071 bytes result sent to driver
15:57:55.882 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 3.0 (TID 117) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.883 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 116) in 21 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/102)
15:57:55.885 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 117)] (Logging.scala:57) Running task 7.0 in stage 3.0 (TID 117)
15:57:55.887 [DEBUG - Executor task launch worker for task 7.0 in stage 3.0 (TID 117)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.892 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626041749504) for scanner KuduScanner(table=many-partitions-table-restore, tablet=2e6809893c9f4bc1be3e92868ac1721a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.893 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 117)] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 117). 5071 bytes result sent to driver
15:57:55.894 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 3.0 (TID 118) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.895 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 117) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/102)
15:57:55.896 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 118)] (Logging.scala:57) Running task 8.0 in stage 3.0 (TID 118)
15:57:55.899 [DEBUG - Executor task launch worker for task 8.0 in stage 3.0 (TID 118)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.905 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626101723136) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d0af585e47004e00b6b509fb522ef97c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.906 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 118)] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 118). 5071 bytes result sent to driver
15:57:55.907 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 3.0 (TID 119) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 9, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.908 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 119)] (Logging.scala:57) Running task 9.0 in stage 3.0 (TID 119)
15:57:55.908 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 118) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/102)
15:57:55.909 [DEBUG - Executor task launch worker for task 9.0 in stage 3.0 (TID 119)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.913 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626134241280) for scanner KuduScanner(table=many-partitions-table-restore, tablet=b05347d1ab094ab7b19e3a98b670deb8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.914 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 119)] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 119). 5071 bytes result sent to driver
15:57:55.918 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 3.0 (TID 120) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 10, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.918 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 120)] (Logging.scala:57) Running task 10.0 in stage 3.0 (TID 120)
15:57:55.919 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 119) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (10/102)
15:57:55.920 [DEBUG - Executor task launch worker for task 10.0 in stage 3.0 (TID 120)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.965 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626171437056) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d4caf55c48f245f287ba0879d97e62a5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.967 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 120)] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 120). 5114 bytes result sent to driver
15:57:55.968 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 3.0 (TID 121) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 11, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:55.970 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 120) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (11/102)
15:57:55.970 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 121)] (Logging.scala:57) Running task 11.0 in stage 3.0 (TID 121)
15:57:55.972 [DEBUG - Executor task launch worker for task 11.0 in stage 3.0 (TID 121)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:55.975 [ERROR - Executor task launch worker for task 11.0 in stage 3.0 (TID 121)] (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.scheduler.ResultTask.runTask(ResultTask.scala:90)
	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:57:55.986 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 in memory (size: 16.2 KiB, free: 1993.8 MiB)
15:57:55.997 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626477219840) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d42e5a47a126409fb591f343907a901f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:55.997 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38183 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:57:55.998 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 121)] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 121). 5071 bytes result sent to driver
15:57:56.002 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 3.0 (TID 122) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 12, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.004 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 121) in 36 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (12/102)
15:57:56.005 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 122)] (Logging.scala:57) Running task 12.0 in stage 3.0 (TID 122)
15:57:56.006 [DEBUG - Executor task launch worker for task 12.0 in stage 3.0 (TID 122)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.011 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626538532864) for scanner KuduScanner(table=many-partitions-table-restore, tablet=20ca56d432014c5093f66b8bf7356314, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.013 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 122)] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 122). 5071 bytes result sent to driver
15:57:56.014 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 3.0 (TID 123) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 13, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.014 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 122) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (13/102)
15:57:56.014 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 123)] (Logging.scala:57) Running task 13.0 in stage 3.0 (TID 123)
15:57:56.016 [DEBUG - Executor task launch worker for task 13.0 in stage 3.0 (TID 123)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.019 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626563870720) for scanner KuduScanner(table=many-partitions-table-restore, tablet=1a5c4d930825473f98f56d859c948ea3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.021 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 123)] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 123). 5071 bytes result sent to driver
15:57:56.022 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 3.0 (TID 124) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 14, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.023 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 123) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (14/102)
15:57:56.023 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 124)] (Logging.scala:57) Running task 14.0 in stage 3.0 (TID 124)
15:57:56.025 [DEBUG - Executor task launch worker for task 14.0 in stage 3.0 (TID 124)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.029 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626608648192) for scanner KuduScanner(table=many-partitions-table-restore, tablet=9f422d87ef7940b39c1f974acd6a47ce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.030 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 124)] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 124). 5071 bytes result sent to driver
15:57:56.031 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 3.0 (TID 125) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 15, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.032 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 124) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (15/102)
15:57:56.032 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 125)] (Logging.scala:57) Running task 15.0 in stage 3.0 (TID 125)
15:57:56.033 [DEBUG - Executor task launch worker for task 15.0 in stage 3.0 (TID 125)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.037 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626643607552) for scanner KuduScanner(table=many-partitions-table-restore, tablet=e9e255b663f8425dbc374e0d9dbc0a47, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.038 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 125)] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 125). 5071 bytes result sent to driver
15:57:56.041 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 3.0 (TID 126) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 16, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.042 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 125) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (16/102)
15:57:56.043 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 126)] (Logging.scala:57) Running task 16.0 in stage 3.0 (TID 126)
15:57:56.045 [DEBUG - Executor task launch worker for task 16.0 in stage 3.0 (TID 126)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.048 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626683621376) for scanner KuduScanner(table=many-partitions-table-restore, tablet=315cb2451226498a967173b87fbea666, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.050 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 126)] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 126). 5071 bytes result sent to driver
15:57:56.052 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 3.0 (TID 127) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 17, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.053 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 126) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (17/102)
15:57:56.053 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 127)] (Logging.scala:57) Running task 17.0 in stage 3.0 (TID 127)
15:57:56.055 [DEBUG - Executor task launch worker for task 17.0 in stage 3.0 (TID 127)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.059 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626733961216) for scanner KuduScanner(table=many-partitions-table-restore, tablet=b13b6f69d7574b1487338ef0453cdc9c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.060 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 127)] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 127). 5071 bytes result sent to driver
15:57:56.062 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 3.0 (TID 128) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 18, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.063 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 128)] (Logging.scala:57) Running task 18.0 in stage 3.0 (TID 128)
15:57:56.063 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 127) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (18/102)
15:57:56.066 [DEBUG - Executor task launch worker for task 18.0 in stage 3.0 (TID 128)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.069 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626775187456) for scanner KuduScanner(table=many-partitions-table-restore, tablet=78f732ec2d6943f9b1a78d37513d072f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.070 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 128)] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 128). 5071 bytes result sent to driver
15:57:56.071 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 3.0 (TID 129) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 19, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.072 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 128) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (19/102)
15:57:56.072 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 129)] (Logging.scala:57) Running task 19.0 in stage 3.0 (TID 129)
15:57:56.074 [DEBUG - Executor task launch worker for task 19.0 in stage 3.0 (TID 129)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.077 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626803744768) for scanner KuduScanner(table=many-partitions-table-restore, tablet=fe61c973270b4fee92b39696d5d7b04e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.079 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 129)] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 129). 5071 bytes result sent to driver
15:57:56.080 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 3.0 (TID 130) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 20, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.080 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 129) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (20/102)
15:57:56.082 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 130)] (Logging.scala:57) Running task 20.0 in stage 3.0 (TID 130)
15:57:56.083 [DEBUG - Executor task launch worker for task 20.0 in stage 3.0 (TID 130)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.086 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626846482432) for scanner KuduScanner(table=many-partitions-table-restore, tablet=99b1a82194064fd495a5010b93ddf43c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.089 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 130)] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 130). 5071 bytes result sent to driver
15:57:56.090 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 3.0 (TID 131) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 21, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.091 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 130) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (21/102)
15:57:56.091 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 131)] (Logging.scala:57) Running task 21.0 in stage 3.0 (TID 131)
15:57:56.093 [DEBUG - Executor task launch worker for task 21.0 in stage 3.0 (TID 131)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.096 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626885775360) for scanner KuduScanner(table=many-partitions-table-restore, tablet=ca43abfb56fa4135b76da5c86aef201c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.097 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 131)] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 131). 5071 bytes result sent to driver
15:57:56.098 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 3.0 (TID 132) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 22, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.099 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 132)] (Logging.scala:57) Running task 22.0 in stage 3.0 (TID 132)
15:57:56.099 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 131) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (22/102)
15:57:56.101 [DEBUG - Executor task launch worker for task 22.0 in stage 3.0 (TID 132)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.105 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626914148352) for scanner KuduScanner(table=many-partitions-table-restore, tablet=6f56f51cb03643938ba6819f948a37a7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.106 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 132)] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 132). 5071 bytes result sent to driver
15:57:56.106 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 3.0 (TID 133) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 23, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.107 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 133)] (Logging.scala:57) Running task 23.0 in stage 3.0 (TID 133)
15:57:56.107 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 132) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (23/102)
15:57:56.108 [DEBUG - Executor task launch worker for task 23.0 in stage 3.0 (TID 133)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.111 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626948685824) for scanner KuduScanner(table=many-partitions-table-restore, tablet=6878307782854098855bb3a3e0f90aa7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.112 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 133)] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 133). 5071 bytes result sent to driver
15:57:56.113 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 3.0 (TID 134) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 24, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.114 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 134)] (Logging.scala:57) Running task 24.0 in stage 3.0 (TID 134)
15:57:56.114 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 133) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (24/102)
15:57:56.115 [DEBUG - Executor task launch worker for task 24.0 in stage 3.0 (TID 134)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.124 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323626998484992) for scanner KuduScanner(table=many-partitions-table-restore, tablet=a3a05cdbedcf42acbf5464b099b806f7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.127 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 134)] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 134). 5071 bytes result sent to driver
15:57:56.129 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 3.0 (TID 135) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 25, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.129 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 134) in 16 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (25/102)
15:57:56.133 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 135)] (Logging.scala:57) Running task 25.0 in stage 3.0 (TID 135)
15:57:56.135 [DEBUG - Executor task launch worker for task 25.0 in stage 3.0 (TID 135)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.140 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627055919104) for scanner KuduScanner(table=many-partitions-table-restore, tablet=52eaa37552dc4261bf592e44ca4563ad, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.142 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 135)] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 135). 5071 bytes result sent to driver
15:57:56.143 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 3.0 (TID 136) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 26, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.144 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 135) in 16 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (26/102)
15:57:56.144 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 136)] (Logging.scala:57) Running task 26.0 in stage 3.0 (TID 136)
15:57:56.148 [DEBUG - Executor task launch worker for task 26.0 in stage 3.0 (TID 136)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.153 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627116236800) for scanner KuduScanner(table=many-partitions-table-restore, tablet=dce78e7e0eb04e59b4d35418419e3033, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.155 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 136)] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 136). 5071 bytes result sent to driver
15:57:56.156 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 3.0 (TID 137) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 27, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.156 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 136) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (27/102)
15:57:56.157 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 137)] (Logging.scala:57) Running task 27.0 in stage 3.0 (TID 137)
15:57:56.159 [DEBUG - Executor task launch worker for task 27.0 in stage 3.0 (TID 137)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.164 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627160854528) for scanner KuduScanner(table=many-partitions-table-restore, tablet=afa54f6d4892441b94e1940324085936, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.166 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 137)] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 137). 5071 bytes result sent to driver
15:57:56.167 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 3.0 (TID 138) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 28, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.169 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 138)] (Logging.scala:57) Running task 28.0 in stage 3.0 (TID 138)
15:57:56.169 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 137) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (28/102)
15:57:56.171 [DEBUG - Executor task launch worker for task 28.0 in stage 3.0 (TID 138)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.175 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627200557056) for scanner KuduScanner(table=many-partitions-table-restore, tablet=f8b8dd3fe21c416fb7b3c623b17bee61, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.177 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 138)] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 138). 5071 bytes result sent to driver
15:57:56.179 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 3.0 (TID 139) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 29, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.179 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 138) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (29/102)
15:57:56.180 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 139)] (Logging.scala:57) Running task 29.0 in stage 3.0 (TID 139)
15:57:56.182 [DEBUG - Executor task launch worker for task 29.0 in stage 3.0 (TID 139)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.187 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627256131584) for scanner KuduScanner(table=many-partitions-table-restore, tablet=34c9448a66da4535b847954bbc087b90, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.189 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 139)] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 139). 5071 bytes result sent to driver
15:57:56.190 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 3.0 (TID 140) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 30, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.191 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 140)] (Logging.scala:57) Running task 30.0 in stage 3.0 (TID 140)
15:57:56.192 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 139) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (30/102)
15:57:56.194 [DEBUG - Executor task launch worker for task 30.0 in stage 3.0 (TID 140)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.198 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627302555648) for scanner KuduScanner(table=many-partitions-table-restore, tablet=14270f9d6ceb45f3a67377e1ce1e354f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.200 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 140)] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 140). 5071 bytes result sent to driver
15:57:56.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 3.0 (TID 141) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 31, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.203 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 140) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (31/102)
15:57:56.204 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 141)] (Logging.scala:57) Running task 31.0 in stage 3.0 (TID 141)
15:57:56.206 [DEBUG - Executor task launch worker for task 31.0 in stage 3.0 (TID 141)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.209 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627341959168) for scanner KuduScanner(table=many-partitions-table-restore, tablet=6c5062d7f68448768ea89c30c0ef5f03, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.211 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 141)] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 141). 5071 bytes result sent to driver
15:57:56.212 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 3.0 (TID 142) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 32, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.213 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 141) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (32/102)
15:57:56.213 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 142)] (Logging.scala:57) Running task 32.0 in stage 3.0 (TID 142)
15:57:56.215 [DEBUG - Executor task launch worker for task 32.0 in stage 3.0 (TID 142)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.219 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627387957248) for scanner KuduScanner(table=many-partitions-table-restore, tablet=029ed05c10854d08b171bff40d94badf, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.220 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 142)] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 142). 5071 bytes result sent to driver
15:57:56.221 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 3.0 (TID 143) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 33, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.222 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 143)] (Logging.scala:57) Running task 33.0 in stage 3.0 (TID 143)
15:57:56.222 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 142) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (33/102)
15:57:56.224 [DEBUG - Executor task launch worker for task 33.0 in stage 3.0 (TID 143)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.228 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627427057664) for scanner KuduScanner(table=many-partitions-table-restore, tablet=3d447b5002c04690a590fd7303ee7228, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.230 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 143)] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 143). 5071 bytes result sent to driver
15:57:56.231 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 3.0 (TID 144) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 34, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.231 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 144)] (Logging.scala:57) Running task 34.0 in stage 3.0 (TID 144)
15:57:56.232 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 143) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (34/102)
15:57:56.234 [DEBUG - Executor task launch worker for task 34.0 in stage 3.0 (TID 144)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.238 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627458793472) for scanner KuduScanner(table=many-partitions-table-restore, tablet=752523db032049bda6c1009595ec1996, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.239 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 144)] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 144). 5071 bytes result sent to driver
15:57:56.240 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 3.0 (TID 145) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 35, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.241 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 144) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (35/102)
15:57:56.241 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 145)] (Logging.scala:57) Running task 35.0 in stage 3.0 (TID 145)
15:57:56.243 [DEBUG - Executor task launch worker for task 35.0 in stage 3.0 (TID 145)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.247 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627504128000) for scanner KuduScanner(table=many-partitions-table-restore, tablet=cf451d60574e4870bc080e748bf01c46, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.248 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 145)] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 145). 5071 bytes result sent to driver
15:57:56.249 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 3.0 (TID 146) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 36, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.250 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 145) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (36/102)
15:57:56.250 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 146)] (Logging.scala:57) Running task 36.0 in stage 3.0 (TID 146)
15:57:56.252 [DEBUG - Executor task launch worker for task 36.0 in stage 3.0 (TID 146)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.255 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627537944576) for scanner KuduScanner(table=many-partitions-table-restore, tablet=301fdc6b6b184bfb98af11806f2344a0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.257 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 146)] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 146). 5071 bytes result sent to driver
15:57:56.258 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 3.0 (TID 147) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 37, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.259 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 146) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (37/102)
15:57:56.260 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 147)] (Logging.scala:57) Running task 37.0 in stage 3.0 (TID 147)
15:57:56.264 [DEBUG - Executor task launch worker for task 37.0 in stage 3.0 (TID 147)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.268 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627582918656) for scanner KuduScanner(table=many-partitions-table-restore, tablet=fd9be8aab16c46e5b54be2a19a7fb058, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.271 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 147)] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 147). 5071 bytes result sent to driver
15:57:56.272 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 3.0 (TID 148) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 38, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.273 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 148)] (Logging.scala:57) Running task 38.0 in stage 3.0 (TID 148)
15:57:56.273 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 147) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (38/102)
15:57:56.276 [DEBUG - Executor task launch worker for task 38.0 in stage 3.0 (TID 148)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.282 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627645612032) for scanner KuduScanner(table=many-partitions-table-restore, tablet=18d1e29df05d4e3a9f2b3c6635b5458e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.283 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 148)] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 148). 5071 bytes result sent to driver
15:57:56.284 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 3.0 (TID 149) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 39, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.286 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 148) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (39/102)
15:57:56.292 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 149)] (Logging.scala:57) Running task 39.0 in stage 3.0 (TID 149)
15:57:56.295 [DEBUG - Executor task launch worker for task 39.0 in stage 3.0 (TID 149)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.298 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627714076672) for scanner KuduScanner(table=many-partitions-table-restore, tablet=4ad91ae0b5c341f4848236f9aeafec9f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.300 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 149)] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 149). 5071 bytes result sent to driver
15:57:56.301 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 3.0 (TID 150) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 40, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.302 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 149) in 18 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (40/102)
15:57:56.303 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 150)] (Logging.scala:57) Running task 40.0 in stage 3.0 (TID 150)
15:57:56.306 [DEBUG - Executor task launch worker for task 40.0 in stage 3.0 (TID 150)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.310 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627752546304) for scanner KuduScanner(table=many-partitions-table-restore, tablet=ffa6c8ccb9b44b0b920bf4e08ac3b284, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.311 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 150)] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 150). 5071 bytes result sent to driver
15:57:56.312 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 3.0 (TID 151) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 41, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.313 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 151)] (Logging.scala:57) Running task 41.0 in stage 3.0 (TID 151)
15:57:56.313 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 150) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (41/102)
15:57:56.316 [DEBUG - Executor task launch worker for task 41.0 in stage 3.0 (TID 151)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.320 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627804106752) for scanner KuduScanner(table=many-partitions-table-restore, tablet=b4047a64a6e149a8be47f3ffa5e89d02, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.322 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 151)] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 151). 5071 bytes result sent to driver
15:57:56.323 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 3.0 (TID 152) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 42, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.324 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 151) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (42/102)
15:57:56.325 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 152)] (Logging.scala:57) Running task 42.0 in stage 3.0 (TID 152)
15:57:56.328 [DEBUG - Executor task launch worker for task 42.0 in stage 3.0 (TID 152)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.331 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627848220672) for scanner KuduScanner(table=many-partitions-table-restore, tablet=a7eba8d5b24d4056b1a60247c70c9c74, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.332 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 152)] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 152). 5071 bytes result sent to driver
15:57:56.333 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 3.0 (TID 153) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 43, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.333 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 152) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (43/102)
15:57:56.334 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 153)] (Logging.scala:57) Running task 43.0 in stage 3.0 (TID 153)
15:57:56.337 [DEBUG - Executor task launch worker for task 43.0 in stage 3.0 (TID 153)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.341 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627879501824) for scanner KuduScanner(table=many-partitions-table-restore, tablet=146969546f9946999af9b04d9ce93a41, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.343 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 153)] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 153). 5071 bytes result sent to driver
15:57:56.343 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 3.0 (TID 154) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 44, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.344 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 153) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (44/102)
15:57:56.344 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 154)] (Logging.scala:57) Running task 44.0 in stage 3.0 (TID 154)
15:57:56.347 [DEBUG - Executor task launch worker for task 44.0 in stage 3.0 (TID 154)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.350 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627928010752) for scanner KuduScanner(table=many-partitions-table-restore, tablet=4f2e6ce7cd774ac2be4a7766532a83a8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.352 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 154)] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 154). 5071 bytes result sent to driver
15:57:56.353 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 3.0 (TID 155) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 45, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.354 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 154) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (45/102)
15:57:56.355 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 155)] (Logging.scala:57) Running task 45.0 in stage 3.0 (TID 155)
15:57:56.357 [DEBUG - Executor task launch worker for task 45.0 in stage 3.0 (TID 155)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.360 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323627967836160) for scanner KuduScanner(table=many-partitions-table-restore, tablet=233486432c8f41f0b85606c380b920ee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.362 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 155)] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 155). 5071 bytes result sent to driver
15:57:56.362 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 3.0 (TID 156) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 46, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.364 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 155) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (46/102)
15:57:56.364 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 156)] (Logging.scala:57) Running task 46.0 in stage 3.0 (TID 156)
15:57:56.367 [DEBUG - Executor task launch worker for task 46.0 in stage 3.0 (TID 156)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.372 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628006453248) for scanner KuduScanner(table=many-partitions-table-restore, tablet=3a770780312346fdaf84695c00db38af, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.373 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 156)] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 156). 5071 bytes result sent to driver
15:57:56.374 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 3.0 (TID 157) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 47, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.374 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 156) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (47/102)
15:57:56.375 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 157)] (Logging.scala:57) Running task 47.0 in stage 3.0 (TID 157)
15:57:56.377 [DEBUG - Executor task launch worker for task 47.0 in stage 3.0 (TID 157)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.380 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628048732160) for scanner KuduScanner(table=many-partitions-table-restore, tablet=c695d99bf6c74f9fb966e0ee011e2657, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.381 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 157)] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 157). 5071 bytes result sent to driver
15:57:56.382 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 3.0 (TID 158) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 48, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.382 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 158)] (Logging.scala:57) Running task 48.0 in stage 3.0 (TID 158)
15:57:56.383 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 157) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (48/102)
15:57:56.385 [DEBUG - Executor task launch worker for task 48.0 in stage 3.0 (TID 158)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.388 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628082819072) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d9f27c52c5e944238bb629a9bd882efb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.390 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 158)] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 158). 5071 bytes result sent to driver
15:57:56.390 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 3.0 (TID 159) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 49, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.391 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 158) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (49/102)
15:57:56.392 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 159)] (Logging.scala:57) Running task 49.0 in stage 3.0 (TID 159)
15:57:56.393 [DEBUG - Executor task launch worker for task 49.0 in stage 3.0 (TID 159)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.397 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628110323712) for scanner KuduScanner(table=many-partitions-table-restore, tablet=cc7fb64260d14f78b27f45c73fee43f8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.398 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 159)] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 159). 5071 bytes result sent to driver
15:57:56.399 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 3.0 (TID 160) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 50, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.399 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 160)] (Logging.scala:57) Running task 50.0 in stage 3.0 (TID 160)
15:57:56.399 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 159) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (50/102)
15:57:56.401 [DEBUG - Executor task launch worker for task 50.0 in stage 3.0 (TID 160)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.405 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628147982336) for scanner KuduScanner(table=many-partitions-table-restore, tablet=4cefbfaa335a441f93457e127cae41dd, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.406 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 160)] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 160). 5071 bytes result sent to driver
15:57:56.407 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 3.0 (TID 161) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 51, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.407 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 160) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (51/102)
15:57:56.408 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 161)] (Logging.scala:57) Running task 51.0 in stage 3.0 (TID 161)
15:57:56.409 [DEBUG - Executor task launch worker for task 51.0 in stage 3.0 (TID 161)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.412 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628182204416) for scanner KuduScanner(table=many-partitions-table-restore, tablet=157fc2ab9d14441bb730486a5bb83e02, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.413 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 161)] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 161). 5071 bytes result sent to driver
15:57:56.414 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 3.0 (TID 162) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 52, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.415 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 161) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (52/102)
15:57:56.415 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 162)] (Logging.scala:57) Running task 52.0 in stage 3.0 (TID 162)
15:57:56.417 [DEBUG - Executor task launch worker for task 52.0 in stage 3.0 (TID 162)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.420 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628206059520) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d2bfe709bf344a9981267eb3bd335e1f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.421 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 162)] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 162). 5071 bytes result sent to driver
15:57:56.422 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 3.0 (TID 163) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 53, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.423 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 162) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (53/102)
15:57:56.423 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 163)] (Logging.scala:57) Running task 53.0 in stage 3.0 (TID 163)
15:57:56.424 [DEBUG - Executor task launch worker for task 53.0 in stage 3.0 (TID 163)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.427 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628243292160) for scanner KuduScanner(table=many-partitions-table-restore, tablet=e46e9fb427f2451ba2797805957bda23, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.429 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 163)] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 163). 5028 bytes result sent to driver
15:57:56.430 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 3.0 (TID 164) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 54, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.430 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 163) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (54/102)
15:57:56.430 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 164)] (Logging.scala:57) Running task 54.0 in stage 3.0 (TID 164)
15:57:56.432 [DEBUG - Executor task launch worker for task 54.0 in stage 3.0 (TID 164)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.435 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628274077696) for scanner KuduScanner(table=many-partitions-table-restore, tablet=3ecc2119734342209e1c41242a9b870a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.436 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 164)] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 164). 5071 bytes result sent to driver
15:57:56.437 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 3.0 (TID 165) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 55, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.438 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 165)] (Logging.scala:57) Running task 55.0 in stage 3.0 (TID 165)
15:57:56.438 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 164) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (55/102)
15:57:56.439 [DEBUG - Executor task launch worker for task 55.0 in stage 3.0 (TID 165)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.442 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628297162752) for scanner KuduScanner(table=many-partitions-table-restore, tablet=0a9099fa8dad49499d4e25dc4e85466d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.443 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 165)] (Logging.scala:57) Finished task 55.0 in stage 3.0 (TID 165). 5071 bytes result sent to driver
15:57:56.444 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 3.0 (TID 166) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 56, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.444 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 166)] (Logging.scala:57) Running task 56.0 in stage 3.0 (TID 166)
15:57:56.444 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 55.0 in stage 3.0 (TID 165) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (56/102)
15:57:56.445 [DEBUG - Executor task launch worker for task 56.0 in stage 3.0 (TID 166)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.448 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628329119744) for scanner KuduScanner(table=many-partitions-table-restore, tablet=73294994f34e4a4ca4d9d621bdc1a086, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.449 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 166)] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 166). 5028 bytes result sent to driver
15:57:56.450 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 3.0 (TID 167) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 57, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.451 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 167)] (Logging.scala:57) Running task 57.0 in stage 3.0 (TID 167)
15:57:56.451 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 166) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (57/102)
15:57:56.452 [DEBUG - Executor task launch worker for task 57.0 in stage 3.0 (TID 167)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.456 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628358447104) for scanner KuduScanner(table=many-partitions-table-restore, tablet=0dc4fcc8ff2548f5bc9a9d8a32b06b89, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.457 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 167)] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 167). 5071 bytes result sent to driver
15:57:56.458 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 3.0 (TID 168) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 58, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.458 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 167) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (58/102)
15:57:56.458 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 168)] (Logging.scala:57) Running task 58.0 in stage 3.0 (TID 168)
15:57:56.460 [DEBUG - Executor task launch worker for task 58.0 in stage 3.0 (TID 168)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.463 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628381921280) for scanner KuduScanner(table=many-partitions-table-restore, tablet=10d8a601769b4a5e828571ace0b63b29, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.464 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 168)] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 168). 5071 bytes result sent to driver
15:57:56.465 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 3.0 (TID 169) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 59, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.465 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 169)] (Logging.scala:57) Running task 59.0 in stage 3.0 (TID 169)
15:57:56.466 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 168) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (59/102)
15:57:56.468 [DEBUG - Executor task launch worker for task 59.0 in stage 3.0 (TID 169)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.471 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628422221824) for scanner KuduScanner(table=many-partitions-table-restore, tablet=77b9a87667d44180ab177bb6807da4f1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.472 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 169)] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 169). 5071 bytes result sent to driver
15:57:56.473 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 3.0 (TID 170) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 60, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.474 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 169) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (60/102)
15:57:56.474 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 170)] (Logging.scala:57) Running task 60.0 in stage 3.0 (TID 170)
15:57:56.476 [DEBUG - Executor task launch worker for task 60.0 in stage 3.0 (TID 170)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.479 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628455079936) for scanner KuduScanner(table=many-partitions-table-restore, tablet=0fe6c2ffcc574dec9b434a942b51a186, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.480 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 170)] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 170). 5071 bytes result sent to driver
15:57:56.481 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 3.0 (TID 171) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 61, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.483 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 170) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (61/102)
15:57:56.484 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 171)] (Logging.scala:57) Running task 61.0 in stage 3.0 (TID 171)
15:57:56.488 [DEBUG - Executor task launch worker for task 61.0 in stage 3.0 (TID 171)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.492 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628498911232) for scanner KuduScanner(table=many-partitions-table-restore, tablet=2954f5da5f014db180032437357fe0a9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.493 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 171)] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 171). 5071 bytes result sent to driver
15:57:56.494 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 3.0 (TID 172) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 62, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.494 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 171) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (62/102)
15:57:56.495 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 172)] (Logging.scala:57) Running task 62.0 in stage 3.0 (TID 172)
15:57:56.497 [DEBUG - Executor task launch worker for task 62.0 in stage 3.0 (TID 172)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.500 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628540985344) for scanner KuduScanner(table=many-partitions-table-restore, tablet=ae8fa9a9555a46f588009c12346b663b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.501 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 172)] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 172). 5071 bytes result sent to driver
15:57:56.502 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 3.0 (TID 173) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 63, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.503 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 172) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (63/102)
15:57:56.503 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 173)] (Logging.scala:57) Running task 63.0 in stage 3.0 (TID 173)
15:57:56.505 [DEBUG - Executor task launch worker for task 63.0 in stage 3.0 (TID 173)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.508 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628573614080) for scanner KuduScanner(table=many-partitions-table-restore, tablet=ca1b54845495472e85236930f6f88878, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.509 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 173)] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 173). 5071 bytes result sent to driver
15:57:56.510 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 3.0 (TID 174) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 64, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.511 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 173) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (64/102)
15:57:56.511 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 174)] (Logging.scala:57) Running task 64.0 in stage 3.0 (TID 174)
15:57:56.513 [DEBUG - Executor task launch worker for task 64.0 in stage 3.0 (TID 174)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.516 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628599123968) for scanner KuduScanner(table=many-partitions-table-restore, tablet=24293b49915143a78c0e8d593a8e75d6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.517 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 174)] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 174). 5071 bytes result sent to driver
15:57:56.518 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 3.0 (TID 175) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 65, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.519 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 174) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (65/102)
15:57:56.519 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 175)] (Logging.scala:57) Running task 65.0 in stage 3.0 (TID 175)
15:57:56.521 [DEBUG - Executor task launch worker for task 65.0 in stage 3.0 (TID 175)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.525 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628640890880) for scanner KuduScanner(table=many-partitions-table-restore, tablet=46a89a4f04064f7c996527663d16f77b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.526 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 175)] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 175). 5071 bytes result sent to driver
15:57:56.527 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 3.0 (TID 176) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 66, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.527 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 176)] (Logging.scala:57) Running task 66.0 in stage 3.0 (TID 176)
15:57:56.527 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 175) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (66/102)
15:57:56.529 [DEBUG - Executor task launch worker for task 66.0 in stage 3.0 (TID 176)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.535 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628682952704) for scanner KuduScanner(table=many-partitions-table-restore, tablet=936de417068344348db98bef660bfc2b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.536 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 176)] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 176). 5071 bytes result sent to driver
15:57:56.537 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 3.0 (TID 177) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 67, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.537 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 177)] (Logging.scala:57) Running task 67.0 in stage 3.0 (TID 177)
15:57:56.538 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 176) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (67/102)
15:57:56.539 [DEBUG - Executor task launch worker for task 67.0 in stage 3.0 (TID 177)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.543 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628709244928) for scanner KuduScanner(table=many-partitions-table-restore, tablet=1dfcce009cf148789a312d9e18f14143, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.544 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 177)] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 177). 5071 bytes result sent to driver
15:57:56.545 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 3.0 (TID 178) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 68, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.546 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 178)] (Logging.scala:57) Running task 68.0 in stage 3.0 (TID 178)
15:57:56.546 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 177) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (68/102)
15:57:56.547 [DEBUG - Executor task launch worker for task 68.0 in stage 3.0 (TID 178)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.551 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628748083200) for scanner KuduScanner(table=many-partitions-table-restore, tablet=c14eec87fa934b3288456623ddf45130, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.552 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 178)] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 178). 5071 bytes result sent to driver
15:57:56.553 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 3.0 (TID 179) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 69, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.553 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 179)] (Logging.scala:57) Running task 69.0 in stage 3.0 (TID 179)
15:57:56.553 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 178) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (69/102)
15:57:56.555 [DEBUG - Executor task launch worker for task 69.0 in stage 3.0 (TID 179)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.558 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628778053632) for scanner KuduScanner(table=many-partitions-table-restore, tablet=72fcb58d8c39443eb072b5e442ae3e82, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.559 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 179)] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 179). 5071 bytes result sent to driver
15:57:56.560 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 3.0 (TID 180) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 70, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.560 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 180)] (Logging.scala:57) Running task 70.0 in stage 3.0 (TID 180)
15:57:56.560 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 179) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (70/102)
15:57:56.562 [DEBUG - Executor task launch worker for task 70.0 in stage 3.0 (TID 180)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.565 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628799062016) for scanner KuduScanner(table=many-partitions-table-restore, tablet=ceffeb03fa484d2295307148d3bcd0a3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.566 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 180)] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 180). 5071 bytes result sent to driver
15:57:56.567 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 3.0 (TID 181) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 71, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.567 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 181)] (Logging.scala:57) Running task 71.0 in stage 3.0 (TID 181)
15:57:56.567 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 180) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (71/102)
15:57:56.569 [DEBUG - Executor task launch worker for task 71.0 in stage 3.0 (TID 181)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.569 [ERROR - Executor task launch worker for task 71.0 in stage 3.0 (TID 181)] (HashedWheelTimer.java:472) You are creating too many HashedWheelTimer instances. HashedWheelTimer is a shared resource that must be reused across the JVM, so that only a few instances are created.
15:57:56.572 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628836306944) for scanner KuduScanner(table=many-partitions-table-restore, tablet=8c3466c1d4a9414c8d5c33c8d0da5640, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.574 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 181)] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 181). 5071 bytes result sent to driver
15:57:56.575 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 3.0 (TID 182) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 72, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.575 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 181) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (72/102)
15:57:56.575 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 182)] (Logging.scala:57) Running task 72.0 in stage 3.0 (TID 182)
15:57:56.577 [DEBUG - Executor task launch worker for task 72.0 in stage 3.0 (TID 182)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.581 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628871835648) for scanner KuduScanner(table=many-partitions-table-restore, tablet=077aa8bbd0bf4a75a8a3548c358a8199, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.582 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 182)] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 182). 5071 bytes result sent to driver
15:57:56.583 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 3.0 (TID 183) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 73, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.584 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 183)] (Logging.scala:57) Running task 73.0 in stage 3.0 (TID 183)
15:57:56.584 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 182) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (73/102)
15:57:56.586 [DEBUG - Executor task launch worker for task 73.0 in stage 3.0 (TID 183)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.589 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628896763904) for scanner KuduScanner(table=many-partitions-table-restore, tablet=eddc9712f88d431ba6036027aeafae30, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.590 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 183)] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 183). 5071 bytes result sent to driver
15:57:56.591 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 3.0 (TID 184) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 74, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.591 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 183) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (74/102)
15:57:56.591 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 184)] (Logging.scala:57) Running task 74.0 in stage 3.0 (TID 184)
15:57:56.593 [DEBUG - Executor task launch worker for task 74.0 in stage 3.0 (TID 184)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.597 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628936462336) for scanner KuduScanner(table=many-partitions-table-restore, tablet=bd27d27613e34f129c000820e369ab43, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.598 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 184)] (Logging.scala:57) Finished task 74.0 in stage 3.0 (TID 184). 5071 bytes result sent to driver
15:57:56.599 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 3.0 (TID 185) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 75, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.599 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 185)] (Logging.scala:57) Running task 75.0 in stage 3.0 (TID 185)
15:57:56.599 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 74.0 in stage 3.0 (TID 184) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (75/102)
15:57:56.601 [DEBUG - Executor task launch worker for task 75.0 in stage 3.0 (TID 185)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.604 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628968468480) for scanner KuduScanner(table=many-partitions-table-restore, tablet=e2366321821344c1bd4826708c049c73, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.606 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 185)] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 185). 5071 bytes result sent to driver
15:57:56.607 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 3.0 (TID 186) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 76, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.607 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 186)] (Logging.scala:57) Running task 76.0 in stage 3.0 (TID 186)
15:57:56.607 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 185) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (76/102)
15:57:56.609 [DEBUG - Executor task launch worker for task 76.0 in stage 3.0 (TID 186)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.612 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323628991451136) for scanner KuduScanner(table=many-partitions-table-restore, tablet=12a99b5d24c94bd7948811d15683a519, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.613 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 186)] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 186). 5071 bytes result sent to driver
15:57:56.613 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 3.0 (TID 187) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 77, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.614 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 187)] (Logging.scala:57) Running task 77.0 in stage 3.0 (TID 187)
15:57:56.614 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 186) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (77/102)
15:57:56.615 [DEBUG - Executor task launch worker for task 77.0 in stage 3.0 (TID 187)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.618 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629024755712) for scanner KuduScanner(table=many-partitions-table-restore, tablet=2d6c3ba9c6764a61b55d746ec24d55bb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.619 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 187)] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 187). 5028 bytes result sent to driver
15:57:56.620 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 3.0 (TID 188) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 78, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.620 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 188)] (Logging.scala:57) Running task 78.0 in stage 3.0 (TID 188)
15:57:56.620 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 187) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (78/102)
15:57:56.622 [DEBUG - Executor task launch worker for task 78.0 in stage 3.0 (TID 188)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.625 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629052121088) for scanner KuduScanner(table=many-partitions-table-restore, tablet=3b0e9b1bc4f7491b9096da36e2e7e16a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.626 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 188)] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 188). 5071 bytes result sent to driver
15:57:56.627 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 3.0 (TID 189) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 79, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.627 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 188) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (79/102)
15:57:56.627 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 189)] (Logging.scala:57) Running task 79.0 in stage 3.0 (TID 189)
15:57:56.629 [DEBUG - Executor task launch worker for task 79.0 in stage 3.0 (TID 189)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.632 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629082214400) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d985d847591a4d5794f49446d9e32161, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.633 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 189)] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 189). 5071 bytes result sent to driver
15:57:56.634 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 3.0 (TID 190) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 80, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.634 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 189) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (80/102)
15:57:56.634 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 190)] (Logging.scala:57) Running task 80.0 in stage 3.0 (TID 190)
15:57:56.636 [DEBUG - Executor task launch worker for task 80.0 in stage 3.0 (TID 190)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.639 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629109551104) for scanner KuduScanner(table=many-partitions-table-restore, tablet=deca213369744a618d2d9189685c33b1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.640 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 190)] (Logging.scala:57) Finished task 80.0 in stage 3.0 (TID 190). 5028 bytes result sent to driver
15:57:56.641 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 3.0 (TID 191) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 81, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.641 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 80.0 in stage 3.0 (TID 190) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (81/102)
15:57:56.641 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 191)] (Logging.scala:57) Running task 81.0 in stage 3.0 (TID 191)
15:57:56.643 [DEBUG - Executor task launch worker for task 81.0 in stage 3.0 (TID 191)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.647 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629140951040) for scanner KuduScanner(table=many-partitions-table-restore, tablet=75e57e19762d403b8d2196b7222aa201, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.648 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 191)] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 191). 5071 bytes result sent to driver
15:57:56.649 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 3.0 (TID 192) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 82, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.649 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 192)] (Logging.scala:57) Running task 82.0 in stage 3.0 (TID 192)
15:57:56.649 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 191) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (82/102)
15:57:56.651 [DEBUG - Executor task launch worker for task 82.0 in stage 3.0 (TID 192)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.655 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629174489088) for scanner KuduScanner(table=many-partitions-table-restore, tablet=e4309657e7524a03ac724f5e62654ba7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.656 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 192)] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 192). 5071 bytes result sent to driver
15:57:56.657 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 3.0 (TID 193) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 83, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.657 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 192) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (83/102)
15:57:56.657 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 193)] (Logging.scala:57) Running task 83.0 in stage 3.0 (TID 193)
15:57:56.659 [DEBUG - Executor task launch worker for task 83.0 in stage 3.0 (TID 193)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.663 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629208379392) for scanner KuduScanner(table=many-partitions-table-restore, tablet=b760bba94b2941beac498561d420c2ec, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.664 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 193)] (Logging.scala:57) Finished task 83.0 in stage 3.0 (TID 193). 5071 bytes result sent to driver
15:57:56.665 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 3.0 (TID 194) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 84, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.665 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 83.0 in stage 3.0 (TID 193) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (84/102)
15:57:56.665 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 194)] (Logging.scala:57) Running task 84.0 in stage 3.0 (TID 194)
15:57:56.667 [DEBUG - Executor task launch worker for task 84.0 in stage 3.0 (TID 194)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.670 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629235818496) for scanner KuduScanner(table=many-partitions-table-restore, tablet=9e50c99c96d140f490afaf0a1a786445, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.671 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 194)] (Logging.scala:57) Finished task 84.0 in stage 3.0 (TID 194). 5028 bytes result sent to driver
15:57:56.672 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 3.0 (TID 195) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 85, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.672 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 84.0 in stage 3.0 (TID 194) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (85/102)
15:57:56.673 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 195)] (Logging.scala:57) Running task 85.0 in stage 3.0 (TID 195)
15:57:56.674 [DEBUG - Executor task launch worker for task 85.0 in stage 3.0 (TID 195)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.678 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629269315584) for scanner KuduScanner(table=many-partitions-table-restore, tablet=1529e62ddd7e45b09808753105a19896, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.679 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 195)] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 195). 5071 bytes result sent to driver
15:57:56.680 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 3.0 (TID 196) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 86, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.680 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 195) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (86/102)
15:57:56.681 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 196)] (Logging.scala:57) Running task 86.0 in stage 3.0 (TID 196)
15:57:56.682 [DEBUG - Executor task launch worker for task 86.0 in stage 3.0 (TID 196)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.685 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629298319360) for scanner KuduScanner(table=many-partitions-table-restore, tablet=44cb7894d3bd462a9c7a1342e64e25b3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.686 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 196)] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 196). 5028 bytes result sent to driver
15:57:56.687 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 3.0 (TID 197) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 87, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.687 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 196) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (87/102)
15:57:56.687 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 197)] (Logging.scala:57) Running task 87.0 in stage 3.0 (TID 197)
15:57:56.689 [DEBUG - Executor task launch worker for task 87.0 in stage 3.0 (TID 197)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.692 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629327179776) for scanner KuduScanner(table=many-partitions-table-restore, tablet=d8c5184f3b3b4348994718a2fe73fbc9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.693 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 197)] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 197). 5071 bytes result sent to driver
15:57:56.694 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 3.0 (TID 198) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 88, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.694 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 197) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (88/102)
15:57:56.694 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 198)] (Logging.scala:57) Running task 88.0 in stage 3.0 (TID 198)
15:57:56.696 [DEBUG - Executor task launch worker for task 88.0 in stage 3.0 (TID 198)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.699 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629355012096) for scanner KuduScanner(table=many-partitions-table-restore, tablet=5eb357bfe718458bb2525a498d2be79d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.699 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 198)] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 198). 5071 bytes result sent to driver
15:57:56.700 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 3.0 (TID 199) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 89, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.701 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 198) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (89/102)
15:57:56.701 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 199)] (Logging.scala:57) Running task 89.0 in stage 3.0 (TID 199)
15:57:56.703 [DEBUG - Executor task launch worker for task 89.0 in stage 3.0 (TID 199)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.706 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629385904128) for scanner KuduScanner(table=many-partitions-table-restore, tablet=f32fa123563c43a5a28bd51b1c2d34f3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.710 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 199)] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 199). 5071 bytes result sent to driver
15:57:56.711 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 3.0 (TID 200) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 90, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.711 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 199) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (90/102)
15:57:56.711 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 200)] (Logging.scala:57) Running task 90.0 in stage 3.0 (TID 200)
15:57:56.714 [DEBUG - Executor task launch worker for task 90.0 in stage 3.0 (TID 200)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.717 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629428420608) for scanner KuduScanner(table=many-partitions-table-restore, tablet=00083a83e20a40b4b73c11c50ab6e47a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.718 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 200)] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 200). 5028 bytes result sent to driver
15:57:56.719 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 3.0 (TID 201) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 91, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.720 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 200) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (91/102)
15:57:56.720 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 201)] (Logging.scala:57) Running task 91.0 in stage 3.0 (TID 201)
15:57:56.722 [DEBUG - Executor task launch worker for task 91.0 in stage 3.0 (TID 201)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.725 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629462040576) for scanner KuduScanner(table=many-partitions-table-restore, tablet=a802998a6f6246a29df0874ae8441a38, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.726 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 201)] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 201). 5071 bytes result sent to driver
15:57:56.726 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 3.0 (TID 202) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 92, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.727 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 201) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (92/102)
15:57:56.728 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 202)] (Logging.scala:57) Running task 92.0 in stage 3.0 (TID 202)
15:57:56.729 [DEBUG - Executor task launch worker for task 92.0 in stage 3.0 (TID 202)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.733 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629493751808) for scanner KuduScanner(table=many-partitions-table-restore, tablet=6877838114a34e31a412cff7797d2c98, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.736 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 202)] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 202). 5028 bytes result sent to driver
15:57:56.736 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 3.0 (TID 203) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 93, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.737 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 202) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (93/102)
15:57:56.737 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 203)] (Logging.scala:57) Running task 93.0 in stage 3.0 (TID 203)
15:57:56.738 [DEBUG - Executor task launch worker for task 93.0 in stage 3.0 (TID 203)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.741 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629528342528) for scanner KuduScanner(table=many-partitions-table-restore, tablet=27867ba21824419fb945af85642baf19, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.742 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 203)] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 203). 5028 bytes result sent to driver
15:57:56.743 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 3.0 (TID 204) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 94, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.743 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 204)] (Logging.scala:57) Running task 94.0 in stage 3.0 (TID 204)
15:57:56.743 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 203) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (94/102)
15:57:56.745 [DEBUG - Executor task launch worker for task 94.0 in stage 3.0 (TID 204)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.749 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629559091200) for scanner KuduScanner(table=many-partitions-table-restore, tablet=36d8cb64d89d43b2995b65abc409c358, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.750 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 204)] (Logging.scala:57) Finished task 94.0 in stage 3.0 (TID 204). 5071 bytes result sent to driver
15:57:56.751 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 3.0 (TID 205) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 95, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.751 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 205)] (Logging.scala:57) Running task 95.0 in stage 3.0 (TID 205)
15:57:56.751 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 94.0 in stage 3.0 (TID 204) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (95/102)
15:57:56.753 [DEBUG - Executor task launch worker for task 95.0 in stage 3.0 (TID 205)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.756 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629589520384) for scanner KuduScanner(table=many-partitions-table-restore, tablet=59279e476d994535b3a2902426b21cbe, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.757 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 205)] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 205). 5071 bytes result sent to driver
15:57:56.758 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 3.0 (TID 206) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 96, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.758 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 206)] (Logging.scala:57) Running task 96.0 in stage 3.0 (TID 206)
15:57:56.758 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 205) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (96/102)
15:57:56.760 [DEBUG - Executor task launch worker for task 96.0 in stage 3.0 (TID 206)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.763 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629618819072) for scanner KuduScanner(table=many-partitions-table-restore, tablet=4d8a3d710f0b4d0396309fc1cbcbaf39, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.765 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 206)] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 206). 5071 bytes result sent to driver
15:57:56.765 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 3.0 (TID 207) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 97, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.766 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 207)] (Logging.scala:57) Running task 97.0 in stage 3.0 (TID 207)
15:57:56.766 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 206) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (97/102)
15:57:56.767 [DEBUG - Executor task launch worker for task 97.0 in stage 3.0 (TID 207)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.770 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629646966784) for scanner KuduScanner(table=many-partitions-table-restore, tablet=e5a066c67f984513802cb8e260f1bb5e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.771 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 207)] (Logging.scala:57) Finished task 97.0 in stage 3.0 (TID 207). 5028 bytes result sent to driver
15:57:56.771 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 3.0 (TID 208) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 98, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.772 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 208)] (Logging.scala:57) Running task 98.0 in stage 3.0 (TID 208)
15:57:56.772 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 97.0 in stage 3.0 (TID 207) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (98/102)
15:57:56.773 [DEBUG - Executor task launch worker for task 98.0 in stage 3.0 (TID 208)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.776 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629671096320) for scanner KuduScanner(table=many-partitions-table-restore, tablet=abcb949d903247599d50fa66d6287de8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.777 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 208)] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 208). 5028 bytes result sent to driver
15:57:56.778 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 3.0 (TID 209) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 99, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.778 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 208) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (99/102)
15:57:56.778 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 209)] (Logging.scala:57) Running task 99.0 in stage 3.0 (TID 209)
15:57:56.780 [DEBUG - Executor task launch worker for task 99.0 in stage 3.0 (TID 209)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.783 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629698686976) for scanner KuduScanner(table=many-partitions-table-restore, tablet=932ed53572a34e0da42c8eaf54d00b4a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.784 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 209)] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 209). 5071 bytes result sent to driver
15:57:56.785 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 3.0 (TID 210) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 100, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.785 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 210)] (Logging.scala:57) Running task 100.0 in stage 3.0 (TID 210)
15:57:56.785 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 209) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (100/102)
15:57:56.786 [DEBUG - Executor task launch worker for task 100.0 in stage 3.0 (TID 210)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.790 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323629727563776) for scanner KuduScanner(table=many-partitions-table-restore, tablet=3b2b942e1d524175ab10c70510760507, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.791 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 210)] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 210). 5028 bytes result sent to driver
15:57:56.791 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 3.0 (TID 211) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 101, ANY, 5296 bytes) taskResourceAssignments Map()
15:57:56.792 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 211)] (Logging.scala:57) Running task 101.0 in stage 3.0 (TID 211)
15:57:56.792 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 210) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (101/102)
15:57:56.793 [DEBUG - Executor task launch worker for task 101.0 in stage 3.0 (TID 211)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:57:56.796 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323629754486784) for scanner KuduScanner(table=many-partitions-table-restore, tablet=b1aa42c324cc439d9c4535dc879ef543, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:57:56.797 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 211)] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 211). 4931 bytes result sent to driver
15:57:56.798 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 211) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (102/102)
15:57:56.798 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:57:56.799 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:1002) finished in 1.007 s
15:57:56.799 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:57:56.799 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:57:56.799 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:1002, took 1.014053 s
15:57:56.834 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:57:56.845 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:57:56.846 [INFO - main] (Logging.scala:57) BlockManager stopped
15:57:56.851 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:57:56.854 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:57:56.859 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:57:56.862 [DEBUG - main] (Connection.java:575) [peer master-127.10.172.62:37163(127.10.172.62:37163)] disconnecting while in state READY
15:57:56.864 [DEBUG - main] (Connection.java:575) [peer fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)] disconnecting while in state READY
15:57:56.864 [DEBUG - main] (Connection.java:575) [peer ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)] disconnecting while in state READY
15:57:56.864 [DEBUG - main] (Connection.java:575) [peer 7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)] disconnecting while in state READY
15:57:56.864 [DEBUG - main] (Connection.java:575) [peer master-127.10.172.60:34889(127.10.172.60:34889)] disconnecting while in state READY
15:57:56.864 [DEBUG - main] (Connection.java:575) [peer master-127.10.172.61:35383(127.10.172.61:35383)] disconnecting while in state READY
15:57:56.871 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:57:56.872 [DEBUG - kudu-nio-1] (Connection.java:239) [peer ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)] handling channelInactive
15:57:56.872 [DEBUG - kudu-nio-1] (Connection.java:709) [peer ed508af349f143edbc5d15e4359ce4a0(127.10.172.1:44141)] cleaning up while in state READY due to: connection closed
15:57:56.873 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.172.62:37163(127.10.172.62:37163)] handling channelInactive
15:57:56.873 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.172.62:37163(127.10.172.62:37163)] cleaning up while in state READY due to: connection closed
15:57:56.873 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)] handling channelInactive
15:57:56.873 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 7aad0c40e0b74075be190f78aed35d04(127.10.172.2:37663)] cleaning up while in state READY due to: connection closed
15:57:56.873 [DEBUG - kudu-nio-0] (Connection.java:239) [peer fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)] handling channelInactive
15:57:56.874 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.172.60:34889(127.10.172.60:34889)] handling channelInactive
15:57:56.874 [DEBUG - kudu-nio-0] (Connection.java:709) [peer fe5a72b98f854ff29f4cc20581a69dba(127.10.172.3:45739)] cleaning up while in state READY due to: connection closed
15:57:56.874 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.172.60:34889(127.10.172.60:34889)] cleaning up while in state READY due to: connection closed
15:57:56.874 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.172.61:35383(127.10.172.61:35383)] handling channelInactive
15:57:56.874 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.172.61:35383(127.10.172.61:35383)] cleaning up while in state READY due to: connection closed
15:57:56.878 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 44 thread-local buffer(s) from thread: kudu-nio-0
15:57:56.880 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 38 thread-local buffer(s) from thread: kudu-nio-1
15:57:56.888 [DEBUG - main] (Connection.java:575) [peer master-127.10.172.62:37163(127.10.172.62:37163)] disconnecting while in state READY
15:57:56.888 [DEBUG - main] (Connection.java:575) [peer master-127.10.172.60:34889(127.10.172.60:34889)] disconnecting while in state READY
15:57:56.888 [DEBUG - main] (Connection.java:575) [peer master-127.10.172.61:35383(127.10.172.61:35383)] disconnecting while in state READY
15:57:56.890 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.172.60:34889(127.10.172.60:34889)] handling channelInactive
15:57:56.890 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.172.60:34889(127.10.172.60:34889)] cleaning up while in state READY due to: connection closed
15:57:56.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:57:56.891 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.172.62:37163(127.10.172.62:37163)] handling channelInactive
15:57:56.891 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.172.62:37163(127.10.172.62:37163)] cleaning up while in state READY due to: connection closed
15:57:56.891 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.172.61:35383(127.10.172.61:35383)] handling channelInactive
15:57:56.891 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.172.61:35383(127.10.172.61:35383)] cleaning up while in state READY due to: connection closed
15:57:56.891 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 23 thread-local buffer(s) from thread: kudu-nio-0
15:57:56.892 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 18 thread-local buffer(s) from thread: kudu-nio-1
15:57:56.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:56.893070 10928 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 11212
15:57:56.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:56.902295 10928 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 11348
15:57:56.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:56.911859 10928 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 11483
15:57:56.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:56.920099 10928 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 10939
15:57:56.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:56.926173 10928 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 11008
15:57:56.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:56.932000 10928 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 11081
15:57:57.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:57Z chronyd exiting
.15:57:57.310 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526277310
15:57:57.313 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:57:57.313 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:57:57.314 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:57:57.314 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:57:57.314 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:57:57.316 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:57:57.437 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:57:57.437 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:57:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.438763 13087 mini_oidc.cc:152] Starting JWKS server
15:57:57.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.441294 13087 webserver.cc:460] Webserver started at http://127.0.0.1:35909/ using document root <none> and password file <none>
15:57:57.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.441450 13087 mini_oidc.cc:189] Starting OIDC Discovery server
15:57:57.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.441763 13087 webserver.cc:460] Webserver started at http://127.0.0.1:45737/ using document root <none> and password file <none>
15:57:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:57Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:57:57.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:57Z Disabled control of system clock
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.461186 13087 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:57.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/logs
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data/info.pb
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.254:43355
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.254
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35909/jwks.json with env {}
15:57:57.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.582784 13098 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:57.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.583089 13098 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:57.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.583132 13098 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:57.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.587363 13098 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:57.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.587445 13098 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:57.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.587466 13098 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:57.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.587481 13098 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:57.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.587498 13098 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:57.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.587512 13098 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:35909/jwks.json
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.592695 13098 master_runner.cc:386] Master server non-default flags:
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.254:43355
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35909/jwks.json
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:57.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data/info.pb
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.254
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13098
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/logs
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.594162 13098 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:57:57.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.596033 13098 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:57.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.605682 13103 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:57:57.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.605806 13106 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:57:57.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.605686 13104 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:57:57.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.606007 13098 server_base.cc:1034] running on GCE node
15:57:57.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.606679 13098 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:57.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.608188 13098 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:57.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.609376 13098 hybrid_clock.cc:648] HybridClock initialized: now 1783526277609344 us; error 53 us; skew 500 ppm
15:57:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.611696 13098 webserver.cc:460] Webserver started at http://127.12.199.254:36231/ using document root <none> and password file <none>
15:57:57.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.612470 13098 fs_manager.cc:359] Metadata directory not provided
15:57:57.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.612555 13098 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:57.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.612798 13098 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.615653 13098 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data/instance:
15:57:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20938abece224795876e8324faa7ced5"
15:57:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:57 on dist-test-slave-vt7w"
15:57:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.616379 13098 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal/instance:
15:57:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20938abece224795876e8324faa7ced5"
15:57:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:57 on dist-test-slave-vt7w"
15:57:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.621665 13098 fs_manager.cc:691] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
15:57:57.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.624992 13112 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:57.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.626423 13098 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:57:57.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.626535 13098 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20938abece224795876e8324faa7ced5"
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:57 on dist-test-slave-vt7w"
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.626627 13098 fs_report.cc:383] FS layout report
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data/data
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.651391 13098 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:57.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.652177 13098 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:57:57.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.652397 13098 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:57.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.659838 13098 rpc_server.cc:307] RPC server started. Bound to: 127.12.199.254:43355
15:57:57.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.659848 13164 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.12.199.254:43355 every 8 connection(s)
15:57:57.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.660984 13098 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/data/info.pb
15:57:57.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.665143 13165 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:57:57.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.668587 13165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } has no permanent_uuid. Determining permanent_uuid...
15:57:57.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.669569 13087 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13098
15:57:57.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.669734 13087 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-0/wal/instance
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.671417 13087 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/logs
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data/info.pb
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.253:42777
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.253
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35909/jwks.json with env {}
15:57:57.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.683831 13165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } has no permanent_uuid. Determining permanent_uuid...
15:57:57.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.684712 13114 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.12.199.253:42777: connect: Connection refused (error 111)
15:57:57.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.685814 13165 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.253:42777: Network error: Client connection negotiation failed: client connection to 127.12.199.253:42777: connect: Connection refused (error 111)
15:57:57.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.735095 13165 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } attempt: 1
15:57:57.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.736871 13165 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.253:42777: Network error: Client connection negotiation failed: client connection to 127.12.199.253:42777: connect: Connection refused (error 111)
15:57:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.801277 13169 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.801594 13169 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.801637 13169 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:57.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.805047 13165 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } attempt: 2
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806208 13169 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806280 13169 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806311 13169 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806337 13169 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806362 13169 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806381 13169 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:35909/jwks.json
15:57:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.806619 13165 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.253:42777: Network error: Client connection negotiation failed: client connection to 127.12.199.253:42777: connect: Connection refused (error 111)
15:57:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.811554 13169 master_runner.cc:386] Master server non-default flags:
15:57:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.253:42777
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35909/jwks.json
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data/info.pb
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.253
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13169
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/logs
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.812714 13169 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:57:57.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.814244 13169 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:57.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.824466 13175 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:57:57.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.824483 13178 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:57:57.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.824509 13176 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:57:57.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.824816 13169 server_base.cc:1034] running on GCE node
15:57:57.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.825711 13169 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.827011 13169 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.828189 13169 hybrid_clock.cc:648] HybridClock initialized: now 1783526277828156 us; error 47 us; skew 500 ppm
15:57:57.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.830407 13169 webserver.cc:460] Webserver started at http://127.12.199.253:41745/ using document root <none> and password file <none>
15:57:57.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.831022 13169 fs_manager.cc:359] Metadata directory not provided
15:57:57.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.831085 13169 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:57.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.831249 13169 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.833316 13169 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data/instance:
15:57:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f5d15b4694924e66a11b6320989b84a7"
15:57:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:57 on dist-test-slave-vt7w"
15:57:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.833833 13169 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal/instance:
15:57:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f5d15b4694924e66a11b6320989b84a7"
15:57:57.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:57 on dist-test-slave-vt7w"
15:57:57.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.837584 13169 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:57:57.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.840123 13184 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.841574 13169 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.841722 13169 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f5d15b4694924e66a11b6320989b84a7"
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:57 on dist-test-slave-vt7w"
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.841869 13169 fs_report.cc:383] FS layout report
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data/data
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:57.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.856240 13169 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:57.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.857043 13169 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:57:57.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.857255 13169 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:57.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.865283 13169 rpc_server.cc:307] RPC server started. Bound to: 127.12.199.253:42777
15:57:57.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.865285 13236 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.12.199.253:42777 every 8 connection(s)
15:57:57.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.866300 13169 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/data/info.pb
15:57:57.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.868613 13087 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13169
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.868717 13087 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-1/wal/instance
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.869477 13087 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/logs
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data/info.pb
15:57:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.252:45463
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.252
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35909/jwks.json with env {}
15:57:57.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.870680 13237 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:57:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.876818 13237 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } has no permanent_uuid. Determining permanent_uuid...
15:57:57.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.889147 13237 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } has no permanent_uuid. Determining permanent_uuid...
15:57:57.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.897176 13237 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } has no permanent_uuid. Determining permanent_uuid...
15:57:57.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.897791 13165 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } attempt: 3
15:57:57.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.898180 13185 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:57.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.899662 13237 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.252:45463: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:57.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.902987 13165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } has no permanent_uuid. Determining permanent_uuid...
15:57:57.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.904467 13165 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.252:45463: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:57.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.935770 13165 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } attempt: 1
15:57:57.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.937438 13165 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.252:45463: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:57.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:57.948913 13237 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } attempt: 1
15:57:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.950489 13237 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.252:45463: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:57.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.997027 13239 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:57.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.997298 13239 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:57.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:57.997336 13239 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.001392 13239 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.001456 13239 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.001509 13239 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.001536 13239 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.001560 13239 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.001586 13239 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:35909/jwks.json
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.006444 13239 master_runner.cc:386] Master server non-default flags:
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.252:45463
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35909/jwks.json
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data/info.pb
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.252
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13239
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/logs
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.007572 13239 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:57:58.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.009099 13239 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:58.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.012758 13165 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } attempt: 2
15:57:58.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.014480 13165 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.252:45463: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.018086 13239 server_base.cc:1034] running on GCE node
15:57:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.018034 13248 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:57:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.018121 13250 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:57:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.018034 13247 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:57:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.018669 13237 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } attempt: 2
15:57:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.019085 13239 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.020133 13237 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.12.199.252:45463: Network error: Client connection negotiation failed: client connection to 127.12.199.252:45463: connect: Connection refused (error 111)
15:57:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.020533 13239 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:58.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.021706 13239 hybrid_clock.cc:648] HybridClock initialized: now 1783526278021735 us; error 89 us; skew 500 ppm
15:57:58.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.023763 13239 webserver.cc:460] Webserver started at http://127.12.199.252:35923/ using document root <none> and password file <none>
15:57:58.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.024308 13239 fs_manager.cc:359] Metadata directory not provided
15:57:58.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.024376 13239 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:58.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.024544 13239 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.026693 13239 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data/instance:
15:57:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "be988c99a6644d20bb14f4113ad932df"
15:57:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.027235 13239 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal/instance:
15:57:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "be988c99a6644d20bb14f4113ad932df"
15:57:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.031440 13239 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
15:57:58.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.034376 13256 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.035983 13239 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.036145 13239 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "be988c99a6644d20bb14f4113ad932df"
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.036278 13239 fs_report.cc:383] FS layout report
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data/data
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:58.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:58.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.054141 13239 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:58.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.054834 13239 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:57:58.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.054998 13239 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.062001 13239 rpc_server.cc:307] RPC server started. Bound to: 127.12.199.252:45463
15:57:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.062078 13308 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.12.199.252:45463 every 8 connection(s)
15:57:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.062888 13239 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/data/info.pb
15:57:58.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.066035 13309 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:57:58.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.066773 13087 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13239
15:57:58.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.066910 13087 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/master-2/wal/instance
15:57:58.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.069589 13309 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } has no permanent_uuid. Determining permanent_uuid...
15:57:58.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.080653 13309 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } has no permanent_uuid. Determining permanent_uuid...
15:57:58.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.086189 13309 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } has no permanent_uuid. Determining permanent_uuid...
15:57:58.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.093508 13309 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: Bootstrap starting.
15:57:58.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.095918 13309 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: Neither blocks nor log segments found. Creating new log.
15:57:58.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.096599 13309 log.cc:824] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: Log is configured to *not* fsync() on all Append() calls
15:57:58.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.098327 13309 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: No bootstrap required, opened a new log
15:57:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.101799 13309 raft_consensus.cc:348] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.102015 13309 raft_consensus.cc:374] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.102057 13309 raft_consensus.cc:729] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be988c99a6644d20bb14f4113ad932df, State: Initialized, Role: FOLLOWER
15:57:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.102471 13309 consensus_queue.cc:260] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.102908 13318 sys_catalog.cc:455] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.103056 13318 sys_catalog.cc:458] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.103562 13309 sys_catalog.cc:564] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [sys.catalog]: configured and running, proceeding with master startup.
15:57:58.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.108536 13329 catalog_manager.cc:1558] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:57:58.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.108618 13329 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:57:58.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.107509 13239 master_runner.cc:186] Error getting master registration for 127.12.199.254:43355: OK, instance_id { permanent_uuid: "20938abece224795876e8324faa7ced5" instance_seqno: 1783526277657756 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:57:58.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.110874 13239 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:57:58.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.111342 13237 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } attempt: 3
15:57:58.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.113673 13165 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } attempt: 3
15:57:58.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.118973 13237 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: Bootstrap starting.
15:57:58.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.122051 13237 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: Neither blocks nor log segments found. Creating new log.
15:57:58.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.123535 13237 log.cc:824] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: Log is configured to *not* fsync() on all Append() calls
15:57:58.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.123675 13165 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: Bootstrap starting.
15:57:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.125825 13237 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: No bootstrap required, opened a new log
15:57:58.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.126477 13165 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: Neither blocks nor log segments found. Creating new log.
15:57:58.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.127346 13165 log.cc:824] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: Log is configured to *not* fsync() on all Append() calls
15:57:58.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.129540 13165 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: No bootstrap required, opened a new log
15:57:58.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.130075 13237 raft_consensus.cc:348] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.130872 13237 raft_consensus.cc:374] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:58.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.131034 13237 raft_consensus.cc:729] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5d15b4694924e66a11b6320989b84a7, State: Initialized, Role: FOLLOWER
15:57:58.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.131592 13237 consensus_queue.cc:260] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.132251 13333 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.132515 13333 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.133212 13237 sys_catalog.cc:564] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [sys.catalog]: configured and running, proceeding with master startup.
15:57:58.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.134268 13165 raft_consensus.cc:348] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.134550 13165 raft_consensus.cc:374] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:58.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.134600 13165 raft_consensus.cc:729] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20938abece224795876e8324faa7ced5, State: Initialized, Role: FOLLOWER
15:57:58.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.135080 13165 consensus_queue.cc:260] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.136529 13165 sys_catalog.cc:564] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: configured and running, proceeding with master startup.
15:57:58.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.138468 13344 catalog_manager.cc:1558] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:57:58.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.138660 13344 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:57:58.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.136685 13169 master_runner.cc:186] Error getting master registration for 127.12.199.254:43355: OK, instance_id { permanent_uuid: "20938abece224795876e8324faa7ced5" instance_seqno: 1783526277657756 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:57:58.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.141183 13169 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:57:58.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.145462 13357 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:57:58.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.145715 13357 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:57:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.146813 13098 master_runner.cc:263] No leader master found from master 20938abece224795876e8324faa7ced5
15:57:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.146893 13098 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:57:58.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.149281 13345 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.149971 13345 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.154141 13118 tablet.cc:2369] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:57:58.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.222116 13345 raft_consensus.cc:482] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:57:58.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.222548 13345 raft_consensus.cc:504] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.224390 13211 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20938abece224795876e8324faa7ced5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5d15b4694924e66a11b6320989b84a7" is_pre_election: true
15:57:58.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.224704 13211 raft_consensus.cc:2454] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20938abece224795876e8324faa7ced5 in term 0.
15:57:58.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.225338 13114 leader_election.cc:302] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20938abece224795876e8324faa7ced5, f5d15b4694924e66a11b6320989b84a7; no voters: 
15:57:58.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.226436 13283 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20938abece224795876e8324faa7ced5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be988c99a6644d20bb14f4113ad932df" is_pre_election: true
15:57:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.226724 13283 raft_consensus.cc:2454] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20938abece224795876e8324faa7ced5 in term 0.
15:57:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.227269 13345 leader_election.cc:288] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f5d15b4694924e66a11b6320989b84a7 (127.12.199.253:42777), be988c99a6644d20bb14f4113ad932df (127.12.199.252:45463)
15:57:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.227625 13345 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:57:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.227836 13345 raft_consensus.cc:482] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:57:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.227983 13345 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 0 FOLLOWER]: Advancing to term 1
15:57:58.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.231680 13345 raft_consensus.cc:504] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.233562 13211 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20938abece224795876e8324faa7ced5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5d15b4694924e66a11b6320989b84a7"
15:57:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.233695 13211 raft_consensus.cc:3037] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 0 FOLLOWER]: Advancing to term 1
15:57:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.234961 13211 raft_consensus.cc:2454] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20938abece224795876e8324faa7ced5 in term 1.
15:57:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.235455 13114 leader_election.cc:302] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [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: 20938abece224795876e8324faa7ced5, f5d15b4694924e66a11b6320989b84a7; no voters: 
15:57:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.236198 13283 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20938abece224795876e8324faa7ced5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be988c99a6644d20bb14f4113ad932df"
15:57:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.236335 13283 raft_consensus.cc:3037] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 0 FOLLOWER]: Advancing to term 1
15:57:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.237473 13283 raft_consensus.cc:2454] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20938abece224795876e8324faa7ced5 in term 1.
15:57:58.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.238353 13345 leader_election.cc:288] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [CANDIDATE]: Term 1 election: Requested vote from peers f5d15b4694924e66a11b6320989b84a7 (127.12.199.253:42777), be988c99a6644d20bb14f4113ad932df (127.12.199.252:45463)
15:57:58.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.238605 13345 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 1 FOLLOWER]: Leader election won for term 1
15:57:58.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.238775 13345 raft_consensus.cc:686] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [term 1 LEADER]: Becoming Leader. State: Replica: 20938abece224795876e8324faa7ced5, State: Running, Role: LEADER
15:57:58.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.239190 13345 consensus_queue.cc:237] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [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: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } }
15:57:58.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.241323 13345 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20938abece224795876e8324faa7ced5. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.241638 13345 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: This master's current role is: LEADER
15:57:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.243161 13361 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:57:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.244232 13361 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:57:58.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.250641 13283 raft_consensus.cc:1261] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [term 1 FOLLOWER]: Refusing update from remote peer 20938abece224795876e8324faa7ced5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:57:58.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.251539 13345 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:57:58.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.258596 13318 sys_catalog.cc:455] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20938abece224795876e8324faa7ced5. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.258746 13318 sys_catalog.cc:458] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.260341 13211 raft_consensus.cc:1261] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [term 1 FOLLOWER]: Refusing update from remote peer 20938abece224795876e8324faa7ced5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:57:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.261157 13345 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:57:58.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.265739 13333 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20938abece224795876e8324faa7ced5. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.265897 13333 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.270957 13345 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.271126 13345 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: This master's current role is: LEADER
15:57:58.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.273093 13333 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.273231 13333 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7 [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.276422 13362 mvcc.cc:205] Tried to move back new op lower bound from 7305323635706335232 to 7305323635671760896. Current Snapshot: MvccSnapshot[applied={T|T < 7305323635706335232}]
15:57:58.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.278280 13365 mvcc.cc:205] Tried to move back new op lower bound from 7305323635706335232 to 7305323635671760896. Current Snapshot: MvccSnapshot[applied={T|T < 7305323635706335232 or (T in {7305323635706335232})}]
15:57:58.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.278590 13361 catalog_manager.cc:1347] Generated new cluster ID: b9abac63bc9041e3943f2c6148f56f44
15:57:58.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.278650 13361 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:57:58.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.292718 13359 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.293512 13359 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5 [sys.catalog]: This master's current role is: LEADER
15:57:58.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.296713 13318 sys_catalog.cc:455] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "20938abece224795876e8324faa7ced5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20938abece224795876e8324faa7ced5" member_type: VOTER last_known_addr { host: "127.12.199.254" port: 43355 } } peers { permanent_uuid: "f5d15b4694924e66a11b6320989b84a7" member_type: VOTER last_known_addr { host: "127.12.199.253" port: 42777 } } peers { permanent_uuid: "be988c99a6644d20bb14f4113ad932df" member_type: VOTER last_known_addr { host: "127.12.199.252" port: 45463 } } }
15:57:58.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.296854 13318 sys_catalog.cc:458] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df [sys.catalog]: This master's current role is: FOLLOWER
15:57:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.300279 13363 mvcc.cc:205] Tried to move back new op lower bound from 7305323635706335232 to 7305323635671760896. Current Snapshot: MvccSnapshot[applied={T|T < 7305323635706335232}]
15:57:58.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.308187 13361 catalog_manager.cc:1370] Generated new certificate authority record
15:57:58.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.309882 13361 catalog_manager.cc:1504] Loading token signing keys...
15:57:58.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.324879 13361 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 20938abece224795876e8324faa7ced5: Generated new TSK 0
15:57:58.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.326061 13361 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.340855 13087 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/logs
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data/info.pb
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.193:0
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.12.199.193
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.193
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:57:58.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.456911 13371 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:58.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.457185 13371 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:58.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.457221 13371 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:58.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.461537 13371 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:58.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.461637 13371 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.12.199.193
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.466450 13371 tablet_server_runner.cc:78] Tablet server non-default flags:
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.193:0
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data/info.pb
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.193
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13371
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.12.199.193
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/logs
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.467542 13371 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:57:58.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.469287 13371 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:58.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.479861 13376 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:57:58.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.479920 13371 server_base.cc:1034] running on GCE node
15:57:58.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.479861 13379 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:57:58.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.479944 13377 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:57:58.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.480535 13371 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:58.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.481316 13371 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:58.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.482523 13371 hybrid_clock.cc:648] HybridClock initialized: now 1783526278482499 us; error 35 us; skew 500 ppm
15:57:58.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.487951 13371 webserver.cc:460] Webserver started at http://127.12.199.193:35273/ using document root <none> and password file <none>
15:57:58.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.488621 13371 fs_manager.cc:359] Metadata directory not provided
15:57:58.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.488729 13371 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:58.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.489022 13371 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:58.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.491101 13371 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data/instance:
15:57:58.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6d9c475d5e04d5786c99d1fbdc42558"
15:57:58.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.491778 13371 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal/instance:
15:57:58.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6d9c475d5e04d5786c99d1fbdc42558"
15:57:58.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.496122 13371 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:57:58.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.499154 13385 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:58.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.500699 13371 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.500916 13371 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6d9c475d5e04d5786c99d1fbdc42558"
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.501077 13371 fs_report.cc:383] FS layout report
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data/data
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:58.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:58.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.515856 13371 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:58.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.516675 13371 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:57:58.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.516976 13371 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:58.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.517634 13371 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:57:58.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.518712 13371 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:57:58.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.518803 13371 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:57:58.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.518864 13371 ts_tablet_manager.cc:610] Registered 0 tablets
15:57:58.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.518893 13371 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:57:58.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.527860 13371 rpc_server.cc:307] RPC server started. Bound to: 127.12.199.193:40025
15:57:58.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.528008 13498 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.12.199.193:40025 every 8 connection(s)
15:57:58.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.528890 13371 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/data/info.pb
15:57:58.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.537477 13087 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13371
15:57:58.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.537590 13087 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-0/wal/instance
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.541239 13087 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/logs
15:57:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data/info.pb
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.194:0
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.12.199.194
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.194
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.541671 13500 heartbeater.cc:347] Connected to a master server at 127.12.199.254:43355
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.541929 13500 heartbeater.cc:464] Registering TS with master...
15:57:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.542529 13500 heartbeater.cc:511] Master 127.12.199.254:43355 requested a full tablet report, sending...
15:57:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.541684 13501 heartbeater.cc:347] Connected to a master server at 127.12.199.253:42777
15:57:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.543162 13501 heartbeater.cc:464] Registering TS with master...
15:57:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.543325 13501 heartbeater.cc:511] Master 127.12.199.253:42777 requested a full tablet report, sending...
15:57:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.544147 13129 ts_manager.cc:194] Registered new tserver with Master: a6d9c475d5e04d5786c99d1fbdc42558 (127.12.199.193:40025)
15:57:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.544553 13201 ts_manager.cc:194] Registered new tserver with Master: a6d9c475d5e04d5786c99d1fbdc42558 (127.12.199.193:40025)
15:57:58.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.545639 13129 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.12.199.193:50117
15:57:58.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.549088 13499 heartbeater.cc:347] Connected to a master server at 127.12.199.252:45463
15:57:58.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.549233 13499 heartbeater.cc:464] Registering TS with master...
15:57:58.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.549453 13499 heartbeater.cc:511] Master 127.12.199.252:45463 requested a full tablet report, sending...
15:57:58.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.550743 13272 ts_manager.cc:194] Registered new tserver with Master: a6d9c475d5e04d5786c99d1fbdc42558 (127.12.199.193:40025)
15:57:58.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.667456 13506 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:58.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.667788 13506 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:58.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.667840 13506 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:58.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.674028 13506 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:58.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.674166 13506 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.12.199.194
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.679525 13506 tablet_server_runner.cc:78] Tablet server non-default flags:
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal
15:57:58.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.194:0
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data/info.pb
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.194
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13506
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.12.199.194
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/logs
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:58.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:58.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.680637 13506 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:57:58.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.682044 13506 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:58.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.692341 13511 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:57:58.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.692334 13512 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:57:58.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.692811 13514 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:57:58.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.692595 13506 server_base.cc:1034] running on GCE node
15:57:58.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.693382 13506 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:58.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.694159 13506 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:58.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.695353 13506 hybrid_clock.cc:648] HybridClock initialized: now 1783526278695327 us; error 38 us; skew 500 ppm
15:57:58.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.697497 13506 webserver.cc:460] Webserver started at http://127.12.199.194:42407/ using document root <none> and password file <none>
15:57:58.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.698129 13506 fs_manager.cc:359] Metadata directory not provided
15:57:58.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.698231 13506 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:58.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.698459 13506 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.700644 13506 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data/instance:
15:57:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "697d3029045c4108b0a9b329494f2b6f"
15:57:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.701333 13506 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal/instance:
15:57:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "697d3029045c4108b0a9b329494f2b6f"
15:57:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.705935 13506 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:57:58.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.708588 13520 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.710057 13506 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.710222 13506 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "697d3029045c4108b0a9b329494f2b6f"
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.710403 13506 fs_report.cc:383] FS layout report
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data/data
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:58.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:58.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:58.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.735306 13506 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:58.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.736161 13506 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:57:58.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.736397 13506 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:58.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.737108 13506 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:57:58.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.738253 13506 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:57:58.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.738327 13506 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:57:58.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.738395 13506 ts_tablet_manager.cc:610] Registered 0 tablets
15:57:58.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.738425 13506 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:57:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.748553 13506 rpc_server.cc:307] RPC server started. Bound to: 127.12.199.194:40861
15:57:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.748570 13633 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.12.199.194:40861 every 8 connection(s)
15:57:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.749626 13506 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/data/info.pb
15:57:58.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.754236 13087 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13506
15:57:58.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.754312 13087 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-1/wal/instance
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.757104 13087 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/logs
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data/info.pb
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.195:0
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.12.199.195
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.195
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:57:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.762899 13636 heartbeater.cc:347] Connected to a master server at 127.12.199.253:42777
15:57:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.762974 13634 heartbeater.cc:347] Connected to a master server at 127.12.199.252:45463
15:57:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.763157 13636 heartbeater.cc:464] Registering TS with master...
15:57:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.763156 13634 heartbeater.cc:464] Registering TS with master...
15:57:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.762992 13635 heartbeater.cc:347] Connected to a master server at 127.12.199.254:43355
15:57:58.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.763362 13635 heartbeater.cc:464] Registering TS with master...
15:57:58.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.763859 13636 heartbeater.cc:511] Master 127.12.199.253:42777 requested a full tablet report, sending...
15:57:58.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.763859 13634 heartbeater.cc:511] Master 127.12.199.252:45463 requested a full tablet report, sending...
15:57:58.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.763859 13635 heartbeater.cc:511] Master 127.12.199.254:43355 requested a full tablet report, sending...
15:57:58.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.765064 13129 ts_manager.cc:194] Registered new tserver with Master: 697d3029045c4108b0a9b329494f2b6f (127.12.199.194:40861)
15:57:58.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.765117 13201 ts_manager.cc:194] Registered new tserver with Master: 697d3029045c4108b0a9b329494f2b6f (127.12.199.194:40861)
15:57:58.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.765112 13272 ts_manager.cc:194] Registered new tserver with Master: 697d3029045c4108b0a9b329494f2b6f (127.12.199.194:40861)
15:57:58.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.765766 13129 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.12.199.194:43177
15:57:58.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.882033 13641 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:58.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.882314 13641 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:58.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.882350 13641 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:58.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.886566 13641 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:58.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.886677 13641 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.12.199.195
15:57:58.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.891692 13641 tablet_server_runner.cc:78] Tablet server non-default flags:
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.12.199.212:36139
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.12.199.195:0
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data/info.pb
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.12.199.195
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.12.199.254:43355,127.12.199.253:42777,127.12.199.252:45463
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13641
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.12.199.195
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/logs
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:58.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:58.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.892870 13641 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:57:58.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.894269 13641 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:58.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.904589 13651 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:57:58.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.904737 13641 server_base.cc:1034] running on GCE node
15:57:58.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.904649 13649 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:57:58.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:58.904589 13648 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:57:58.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.905747 13641 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:58.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.906392 13641 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:58.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.907588 13641 hybrid_clock.cc:648] HybridClock initialized: now 1783526278907520 us; error 91 us; skew 500 ppm
15:57:58.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.909548 13641 webserver.cc:460] Webserver started at http://127.12.199.195:32985/ using document root <none> and password file <none>
15:57:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.910106 13641 fs_manager.cc:359] Metadata directory not provided
15:57:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.910171 13641 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.910344 13641 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:58.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.912349 13641 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data/instance:
15:57:58.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "11fdf9b6f72c46ce8b8239d9c727f56c"
15:57:58.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.912945 13641 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal/instance:
15:57:58.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "11fdf9b6f72c46ce8b8239d9c727f56c"
15:57:58.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.916896 13641 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:57:58.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.919468 13657 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.921278 13641 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.921401 13641 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "11fdf9b6f72c46ce8b8239d9c727f56c"
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:58 on dist-test-slave-vt7w"
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.921499 13641 fs_report.cc:383] FS layout report
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data/data
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:58.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.946470 13641 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:58.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.947184 13641 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:57:58.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.947340 13641 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:58.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.947865 13641 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:57:58.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.948899 13641 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:57:58.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.948948 13641 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:57:58.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.948992 13641 ts_tablet_manager.cc:610] Registered 0 tablets
15:57:58.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.949007 13641 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:57:58.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.957773 13641 rpc_server.cc:307] RPC server started. Bound to: 127.12.199.195:43251
15:57:58.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.957896 13770 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.12.199.195:43251 every 8 connection(s)
15:57:58.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.958652 13641 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/data/info.pb
15:57:58.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.966813 13087 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13641
15:57:58.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.966948 13087 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8034685061525905715/ts-2/wal/instance
15:57:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.971237 13773 heartbeater.cc:347] Connected to a master server at 127.12.199.253:42777
15:57:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.971386 13772 heartbeater.cc:347] Connected to a master server at 127.12.199.254:43355
15:57:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.971498 13773 heartbeater.cc:464] Registering TS with master...
15:57:58.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.971498 13772 heartbeater.cc:464] Registering TS with master...
15:57:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.972203 13773 heartbeater.cc:511] Master 127.12.199.253:42777 requested a full tablet report, sending...
15:57:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.972204 13772 heartbeater.cc:511] Master 127.12.199.254:43355 requested a full tablet report, sending...
15:57:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.973047 13771 heartbeater.cc:347] Connected to a master server at 127.12.199.252:45463
15:57:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.973232 13771 heartbeater.cc:464] Registering TS with master...
15:57:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.973344 13129 ts_manager.cc:194] Registered new tserver with Master: 11fdf9b6f72c46ce8b8239d9c727f56c (127.12.199.195:43251)
15:57:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.973440 13201 ts_manager.cc:194] Registered new tserver with Master: 11fdf9b6f72c46ce8b8239d9c727f56c (127.12.199.195:43251)
15:57:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.973486 13771 heartbeater.cc:511] Master 127.12.199.252:45463 requested a full tablet report, sending...
15:57:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.974123 13129 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.12.199.195:40071
15:57:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.974195 13272 ts_manager.cc:194] Registered new tserver with Master: 11fdf9b6f72c46ce8b8239d9c727f56c (127.12.199.195:43251)
15:57:58.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:58.988097 13087 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:57:58.989 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:57:58.989 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:57:58.990 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.12.199.254"
      port: 43355
    }
    bound_http_address {
      host: "127.12.199.254"
      port: 36231
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.12.199.253"
      port: 42777
    }
    bound_http_address {
      host: "127.12.199.253"
      port: 41745
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.12.199.252"
      port: 45463
    }
    bound_http_address {
      host: "127.12.199.252"
      port: 35923
    }
  }
}

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

15:57:58.993 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.12.199.193"
      port: 40025
    }
    bound_http_address {
      host: "127.12.199.193"
      port: 35273
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.12.199.194"
      port: 40861
    }
    bound_http_address {
      host: "127.12.199.194"
      port: 42407
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.12.199.195"
      port: 43251
    }
    bound_http_address {
      host: "127.12.199.195"
      port: 32985
    }
  }
}

15:57:58.994 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:57:59.005 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:57:59.006 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:57:59.007 [INFO - main] (Logging.scala:57) ==============================================================
15:57:59.007 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:57:59.007 [INFO - main] (Logging.scala:57) ==============================================================
15:57:59.008 [INFO - main] (Logging.scala:57) Submitted application: test
15:57:59.009 [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:57:59.009 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:57:59.009 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:57:59.010 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:57:59.010 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:57:59.010 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:57:59.010 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:57:59.011 [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:57:59.038 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 43509.
15:57:59.042 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:57:59.043 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:57:59.044 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:57:59.044 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:57:59.044 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:57:59.046 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-4c990928-a82d-4826-bef4-44d53194adf9
15:57:59.047 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:57:59.049 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:57:59.079 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:57:59.085 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 36043.
15:57:59.085 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:36043
15:57:59.085 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:57:59.086 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 36043, None)
15:57:59.086 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:36043 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 36043, None)
15:57:59.087 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 36043, None)
15:57:59.087 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 36043, None)
15:57:59.095 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:57:59.109 [DEBUG - main] (Connection.java:748) [peer master-127.12.199.254:43355(127.12.199.254:43355)] connecting to peer
15:57:59.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.110165 13329 catalog_manager.cc:1259] Loaded cluster ID: b9abac63bc9041e3943f2c6148f56f44
15:57:59.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.110255 13329 catalog_manager.cc:1552] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: loading cluster ID for follower catalog manager: success
15:57:59.110 [DEBUG - main] (Connection.java:748) [peer master-127.12.199.253:42777(127.12.199.253:42777)] connecting to peer
15:57:59.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.112212 13329 catalog_manager.cc:1574] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: acquiring CA information for follower catalog manager: success
15:57:59.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.113545 13329 catalog_manager.cc:1602] T 00000000000000000000000000000000 P be988c99a6644d20bb14f4113ad932df: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:57:59.114 [DEBUG - main] (Connection.java:748) [peer master-127.12.199.252:45463(127.12.199.252:45463)] connecting to peer
15:57:59.115 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.12.199.254:43355(127.12.199.254:43355)] Successfully connected to peer
15:57:59.120 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.12.199.254
15:57:59.121 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.12.199.253:42777(127.12.199.253:42777)] Successfully connected to peer
15:57:59.123 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.12.199.253
15:57:59.126 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.12.199.252:45463(127.12.199.252:45463)] Successfully connected to peer
15:57:59.138 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.12.199.252
15:57:59.139 [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:57:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.140331 13344 catalog_manager.cc:1259] Loaded cluster ID: b9abac63bc9041e3943f2c6148f56f44
15:57:59.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.140434 13344 catalog_manager.cc:1552] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: loading cluster ID for follower catalog manager: success
15:57:59.141 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9452a2a7, L:/127.0.0.1:35610 - R:/127.12.199.253:42777] using SASL/PLAIN
15:57:59.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.142773 13344 catalog_manager.cc:1574] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: acquiring CA information for follower catalog manager: success
15:57:59.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.144274 13344 catalog_manager.cc:1602] T 00000000000000000000000000000000 P f5d15b4694924e66a11b6320989b84a7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:57:59.148 [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:57:59.149 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x84430f45, L:/127.0.0.1:60284 - R:/127.12.199.254:43355] using SASL/PLAIN
15:57:59.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:57:59.161 [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:57:59.162 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x6978bf63, L:/127.0.0.1:44376 - R:/127.12.199.252:45463] using SASL/PLAIN
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.162879 13129 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60284:
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:57:59.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:57:59.169 [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:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:59.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:57:59.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bf96148261564c8180bde109fac7f961
15:57:59.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.189791 13705 tablet_service.cc:1467] Processing CreateTablet for tablet 2d37e3bd080a41b3802f47932139057a (DEFAULT_TABLE table=test [id=bf96148261564c8180bde109fac7f961]), partition=RANGE (key) PARTITION VALUES < 50
15:57:59.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.191157 13705 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2d37e3bd080a41b3802f47932139057a. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.194847 13433 tablet_service.cc:1467] Processing CreateTablet for tablet 1303197a67d94fca9e96ce894df18af1 (DEFAULT_TABLE table=test [id=bf96148261564c8180bde109fac7f961]), partition=RANGE (key) PARTITION 50 <= VALUES
15:57:59.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.195998 13433 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1303197a67d94fca9e96ce894df18af1. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:59.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.196973 13821 tablet_bootstrap.cc:492] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c: Bootstrap starting.
15:57:59.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.199090 13821 tablet_bootstrap.cc:654] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c: Neither blocks nor log segments found. Creating new log.
15:57:59.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.200139 13821 log.cc:824] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c: Log is configured to *not* fsync() on all Append() calls
15:57:59.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.201519 13823 tablet_bootstrap.cc:492] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558: Bootstrap starting.
15:57:59.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.202456 13821 tablet_bootstrap.cc:492] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c: No bootstrap required, opened a new log
15:57:59.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.202665 13821 ts_tablet_manager.cc:1397] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:57:59.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.203984 13823 tablet_bootstrap.cc:654] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558: Neither blocks nor log segments found. Creating new log.
15:57:59.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.204950 13823 log.cc:824] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558: Log is configured to *not* fsync() on all Append() calls
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.206947 13823 tablet_bootstrap.cc:492] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558: No bootstrap required, opened a new log
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.206781 13821 raft_consensus.cc:348] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "11fdf9b6f72c46ce8b8239d9c727f56c" member_type: VOTER last_known_addr { host: "127.12.199.195" port: 43251 } }
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207037 13821 raft_consensus.cc:374] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207085 13821 raft_consensus.cc:729] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11fdf9b6f72c46ce8b8239d9c727f56c, State: Initialized, Role: FOLLOWER
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207154 13823 ts_tablet_manager.cc:1397] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.004s
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207563 13821 consensus_queue.cc:260] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [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: "11fdf9b6f72c46ce8b8239d9c727f56c" member_type: VOTER last_known_addr { host: "127.12.199.195" port: 43251 } }
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207734 13821 raft_consensus.cc:388] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207795 13821 raft_consensus.cc:482] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:59.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.207885 13821 raft_consensus.cc:3037] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 0 FOLLOWER]: Advancing to term 1
15:57:59.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.209112 13821 raft_consensus.cc:504] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "11fdf9b6f72c46ce8b8239d9c727f56c" member_type: VOTER last_known_addr { host: "127.12.199.195" port: 43251 } }
15:57:59.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.209522 13821 leader_election.cc:302] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [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: 11fdf9b6f72c46ce8b8239d9c727f56c; no voters: 
15:57:59.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.209920 13821 leader_election.cc:288] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.210893 13821 ts_tablet_manager.cc:1428] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
15:57:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.211361 13826 raft_consensus.cc:2781] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 1 FOLLOWER]: Leader election won for term 1
15:57:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.211596 13772 heartbeater.cc:503] Master 127.12.199.254:43355 was elected leader, sending a full tablet report...
15:57:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.211655 13826 raft_consensus.cc:686] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [term 1 LEADER]: Becoming Leader. State: Replica: 11fdf9b6f72c46ce8b8239d9c727f56c, State: Running, Role: LEADER
15:57:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.211710 13823 raft_consensus.cc:348] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6d9c475d5e04d5786c99d1fbdc42558" member_type: VOTER last_known_addr { host: "127.12.199.193" port: 40025 } }
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.211969 13823 raft_consensus.cc:374] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.212009 13823 raft_consensus.cc:729] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6d9c475d5e04d5786c99d1fbdc42558, State: Initialized, Role: FOLLOWER
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.211946 13826 consensus_queue.cc:237] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c [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: "11fdf9b6f72c46ce8b8239d9c727f56c" member_type: VOTER last_known_addr { host: "127.12.199.195" port: 43251 } }
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.212404 13823 consensus_queue.cc:260] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [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: "a6d9c475d5e04d5786c99d1fbdc42558" member_type: VOTER last_known_addr { host: "127.12.199.193" port: 40025 } }
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.212531 13823 raft_consensus.cc:388] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.212574 13823 raft_consensus.cc:482] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:59.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.212634 13823 raft_consensus.cc:3037] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 0 FOLLOWER]: Advancing to term 1
15:57:59.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.213703 13823 raft_consensus.cc:504] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6d9c475d5e04d5786c99d1fbdc42558" member_type: VOTER last_known_addr { host: "127.12.199.193" port: 40025 } }
15:57:59.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.214169 13823 leader_election.cc:302] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [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: a6d9c475d5e04d5786c99d1fbdc42558; no voters: 
15:57:59.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.214628 13823 leader_election.cc:288] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:59.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.215178 13829 raft_consensus.cc:2781] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 1 FOLLOWER]: Leader election won for term 1
15:57:59.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.215557 13829 raft_consensus.cc:686] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [term 1 LEADER]: Becoming Leader. State: Replica: a6d9c475d5e04d5786c99d1fbdc42558, State: Running, Role: LEADER
15:57:59.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.215938 13829 consensus_queue.cc:237] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 [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: "a6d9c475d5e04d5786c99d1fbdc42558" member_type: VOTER last_known_addr { host: "127.12.199.193" port: 40025 } }
15:57:59.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.216826 13129 catalog_manager.cc:5495] T 2d37e3bd080a41b3802f47932139057a P 11fdf9b6f72c46ce8b8239d9c727f56c reported cstate change: term changed from 0 to 1, leader changed from <none> to 11fdf9b6f72c46ce8b8239d9c727f56c (127.12.199.195). New cstate: current_term: 1 leader_uuid: "11fdf9b6f72c46ce8b8239d9c727f56c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "11fdf9b6f72c46ce8b8239d9c727f56c" member_type: VOTER last_known_addr { host: "127.12.199.195" port: 43251 } health_report { overall_health: HEALTHY } } }
15:57:59.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.217427 13500 heartbeater.cc:503] Master 127.12.199.254:43355 was elected leader, sending a full tablet report...
15:57:59.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.218165 13823 ts_tablet_manager.cc:1428] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.004s
15:57:59.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.219339 13128 catalog_manager.cc:5495] T 1303197a67d94fca9e96ce894df18af1 P a6d9c475d5e04d5786c99d1fbdc42558 reported cstate change: term changed from 0 to 1, leader changed from <none> to a6d9c475d5e04d5786c99d1fbdc42558 (127.12.199.193). New cstate: current_term: 1 leader_uuid: "a6d9c475d5e04d5786c99d1fbdc42558" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6d9c475d5e04d5786c99d1fbdc42558" member_type: VOTER last_known_addr { host: "127.12.199.193" port: 40025 } health_report { overall_health: HEALTHY } } }
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.231009 13129 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60284:
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:57:59.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:57:59.239 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f48d67ed15634ded9490645fbe8e7468
15:57:59.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.247615 13568 tablet_service.cc:1467] Processing CreateTablet for tablet dc731f877828404a92bb53db325a18d8 (DEFAULT_TABLE table=simple-test [id=f48d67ed15634ded9490645fbe8e7468]), partition=RANGE (key) PARTITION UNBOUNDED
15:57:59.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.248657 13568 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dc731f877828404a92bb53db325a18d8. 1 dirs total, 0 dirs full, 0 dirs failed
15:57:59.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.254727 13835 tablet_bootstrap.cc:492] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f: Bootstrap starting.
15:57:59.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.256888 13835 tablet_bootstrap.cc:654] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f: Neither blocks nor log segments found. Creating new log.
15:57:59.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.258087 13835 log.cc:824] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f: Log is configured to *not* fsync() on all Append() calls
15:57:59.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.259931 13835 tablet_bootstrap.cc:492] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f: No bootstrap required, opened a new log
15:57:59.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.260156 13835 ts_tablet_manager.cc:1397] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.004s
15:57:59.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.263252 13835 raft_consensus.cc:348] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "697d3029045c4108b0a9b329494f2b6f" member_type: VOTER last_known_addr { host: "127.12.199.194" port: 40861 } }
15:57:59.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.263525 13835 raft_consensus.cc:374] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:57:59.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.263585 13835 raft_consensus.cc:729] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 697d3029045c4108b0a9b329494f2b6f, State: Initialized, Role: FOLLOWER
15:57:59.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.264021 13835 consensus_queue.cc:260] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [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: "697d3029045c4108b0a9b329494f2b6f" member_type: VOTER last_known_addr { host: "127.12.199.194" port: 40861 } }
15:57:59.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.264176 13835 raft_consensus.cc:388] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:57:59.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.264245 13835 raft_consensus.cc:482] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:57:59.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.264389 13835 raft_consensus.cc:3037] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 0 FOLLOWER]: Advancing to term 1
15:57:59.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.265339 13835 raft_consensus.cc:504] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "697d3029045c4108b0a9b329494f2b6f" member_type: VOTER last_known_addr { host: "127.12.199.194" port: 40861 } }
15:57:59.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.265719 13835 leader_election.cc:302] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [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: 697d3029045c4108b0a9b329494f2b6f; no voters: 
15:57:59.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.266076 13835 leader_election.cc:288] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:57:59.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.266175 13837 raft_consensus.cc:2781] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 1 FOLLOWER]: Leader election won for term 1
15:57:59.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.266376 13837 raft_consensus.cc:686] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [term 1 LEADER]: Becoming Leader. State: Replica: 697d3029045c4108b0a9b329494f2b6f, State: Running, Role: LEADER
15:57:59.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.266700 13635 heartbeater.cc:503] Master 127.12.199.254:43355 was elected leader, sending a full tablet report...
15:57:59.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.267091 13835 ts_tablet_manager.cc:1428] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:57:59.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.267228 13837 consensus_queue.cc:237] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f [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: "697d3029045c4108b0a9b329494f2b6f" member_type: VOTER last_known_addr { host: "127.12.199.194" port: 40861 } }
15:57:59.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.271179 13128 catalog_manager.cc:5495] T dc731f877828404a92bb53db325a18d8 P 697d3029045c4108b0a9b329494f2b6f reported cstate change: term changed from 0 to 1, leader changed from <none> to 697d3029045c4108b0a9b329494f2b6f (127.12.199.194). New cstate: current_term: 1 leader_uuid: "697d3029045c4108b0a9b329494f2b6f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "697d3029045c4108b0a9b329494f2b6f" member_type: VOTER last_known_addr { host: "127.12.199.194" port: 40861 } health_report { overall_health: HEALTHY } } }
15:57:59.290 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526279290
15:57:59.290 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526279290
15:57:59.290 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: -1
15:57:59.290 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 4095
15:57:59.291 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup5387808981464320708/
15:57:59.302 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526279302
15:57:59.302 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: -1
15:57:59.302 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 4095
15:57:59.302 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup5387808981464320708/
15:57:59.307 [ERROR - ForkJoinPool-9-worker-1] (KuduBackup.scala:154) Failed to back up table missingTable
org.apache.kudu.client.NonRecoverableException: the table does not exist: table_name: "missingTable"
	at org.apache.kudu.client.KuduException.transformException(KuduException.java:110) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
	at org.apache.kudu.client.KuduClient.joinAndHandleException(KuduClient.java:564) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
	at org.apache.kudu.client.KuduClient.openTable(KuduClient.java:354) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
	at org.apache.kudu.backup.KuduBackup$.doBackup(KuduBackup.scala:51) ~[main/:?]
	at org.apache.kudu.backup.KuduBackup$.$anonfun$run$6(KuduBackup.scala:146) ~[main/:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.Try$.apply(Try.scala:213) ~[scala-library-2.12.15.jar:?]
	at org.apache.kudu.backup.KuduBackup$.$anonfun$run$5(KuduBackup.scala:146) ~[main/:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner(RemainsIterator.scala:116) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner$(RemainsIterator.scala:113) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.immutable.ParVector$ParVectorIterator.map2combiner(ParVector.scala:66) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.leaf(ParIterableLike.scala:1064) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.tryLeaf(ParIterableLike.scala:1061) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:389) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:719) ~[?:1.8.0_362]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync$(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.sync(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult(Tasks.scala:423) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult$(Tasks.scala:416) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTaskSupport.executeAndWaitResult(TaskSupport.scala:60) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.leaf(ParIterableLike.scala:968) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.tryLeaf(ParIterableLike.scala:963) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) [scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_362]
	Suppressed: org.apache.kudu.client.KuduException$OriginalException: Original asynchronous stack trace
		at org.apache.kudu.client.RpcProxy.dispatchMasterError(RpcProxy.java:414) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy.responseReceived(RpcProxy.java:288) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy.access$000(RpcProxy.java:64) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy$1.call(RpcProxy.java:158) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy$1.call(RpcProxy.java:154) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.Connection.channelRead0(Connection.java:377) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1383) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1246) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1295) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362]
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362]
		at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_362]
15:57:59.317 [ERROR - ForkJoinPool-9-worker-1] (KuduBackup.scala:162) Failed to back up table missingTable: Look back in the logs for the full exception. Error: Failure(org.apache.kudu.client.NonRecoverableException: the table does not exist: table_name: "missingTable")
15:57:59.321 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:57:59.326 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:57:59.326 [INFO - main] (Logging.scala:57) BlockManager stopped
15:57:59.327 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:57:59.327 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:57:59.331 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:57:59.331 [DEBUG - main] (Connection.java:575) [peer master-127.12.199.254:43355(127.12.199.254:43355)] disconnecting while in state READY
15:57:59.332 [DEBUG - main] (Connection.java:575) [peer master-127.12.199.253:42777(127.12.199.253:42777)] disconnecting while in state READY
15:57:59.332 [DEBUG - main] (Connection.java:575) [peer master-127.12.199.252:45463(127.12.199.252:45463)] disconnecting while in state READY
15:57:59.333 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.12.199.253:42777(127.12.199.253:42777)] handling channelInactive
15:57:59.333 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.12.199.253:42777(127.12.199.253:42777)] cleaning up while in state READY due to: connection closed
15:57:59.334 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:57:59.335 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.12.199.254:43355(127.12.199.254:43355)] handling channelInactive
15:57:59.335 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.12.199.254:43355(127.12.199.254:43355)] cleaning up while in state READY due to: connection closed
15:57:59.335 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:57:59.335 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.12.199.252:45463(127.12.199.252:45463)] handling channelInactive
15:57:59.335 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.12.199.252:45463(127.12.199.252:45463)] cleaning up while in state READY due to: connection closed
15:57:59.336 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 29 thread-local buffer(s) from thread: kudu-nio-0
15:57:59.346 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:57:59.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.349125 13087 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13371
15:57:59.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.356160 13087 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13506
15:57:59.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.364140 13087 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13641
15:57:59.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.370371 13087 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13098
15:57:59.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.376989 13087 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13169
15:57:59.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.383069 13087 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13239
15:57:59.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:59Z chronyd exiting
.15:57:59.449 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526279449
15:57:59.452 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:57:59.453 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:57:59.453 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:57:59.453 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:57:59.453 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:57:59.455 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:57:59.581 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:57:59.581 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:57:59.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.582857 13855 mini_oidc.cc:152] Starting JWKS server
15:57:59.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.585078 13855 webserver.cc:460] Webserver started at http://127.0.0.1:38151/ using document root <none> and password file <none>
15:57:59.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.585225 13855 mini_oidc.cc:189] Starting OIDC Discovery server
15:57:59.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.585474 13855 webserver.cc:460] Webserver started at http://127.0.0.1:44069/ using document root <none> and password file <none>
15:57:59.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:59Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:57:59.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:57:59Z Disabled control of system clock
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.603276 13855 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/logs
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data/info.pb
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.254:39601
15:57:59.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.254
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:59.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38151/jwks.json with env {}
15:57:59.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.719046 13866 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:59.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.719408 13866 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:59.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.719470 13866 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.723721 13866 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.723856 13866 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.723889 13866 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.723918 13866 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.723935 13866 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:59.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.723949 13866 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38151/jwks.json
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.728886 13866 master_runner.cc:386] Master server non-default flags:
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.254:39601
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38151/jwks.json
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data/info.pb
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.254
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13866
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:59.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/logs
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:59.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.730093 13866 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:57:59.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.731442 13866 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:59.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.740525 13866 server_base.cc:1034] running on GCE node
15:57:59.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.740430 13874 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:57:59.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.740435 13871 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:57:59.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.740435 13872 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:57:59.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.741431 13866 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:59.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.742570 13866 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:59.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.743742 13866 hybrid_clock.cc:648] HybridClock initialized: now 1783526279743716 us; error 51 us; skew 500 ppm
15:57:59.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.745646 13866 webserver.cc:460] Webserver started at http://127.13.135.254:45341/ using document root <none> and password file <none>
15:57:59.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.746204 13866 fs_manager.cc:359] Metadata directory not provided
15:57:59.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.746265 13866 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:59.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.746441 13866 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.748528 13866 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data/instance:
15:57:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77429b7ad0c5432fbe50171b5e311863"
15:57:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:59 on dist-test-slave-vt7w"
15:57:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.749233 13866 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal/instance:
15:57:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77429b7ad0c5432fbe50171b5e311863"
15:57:59.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:59 on dist-test-slave-vt7w"
15:57:59.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.753208 13866 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:57:59.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.755739 13880 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.757166 13866 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.757274 13866 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77429b7ad0c5432fbe50171b5e311863"
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:59 on dist-test-slave-vt7w"
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.757368 13866 fs_report.cc:383] FS layout report
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data/data
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:59.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:59.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.783553 13866 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:57:59.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.784256 13866 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:57:59.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.784412 13866 kserver.cc:163] Server-wide thread pool size limit: 3276
15:57:59.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.791930 13866 rpc_server.cc:307] RPC server started. Bound to: 127.13.135.254:39601
15:57:59.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.791927 13932 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.135.254:39601 every 8 connection(s)
15:57:59.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.792939 13866 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/data/info.pb
15:57:59.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.796238 13933 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:57:59.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.799896 13855 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13866
15:57:59.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.800076 13855 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-0/wal/instance
15:57:59.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.799886 13933 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } has no permanent_uuid. Determining permanent_uuid...
15:57:59.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.801833 13855 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/logs
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data/info.pb
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.253:43213
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.253
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:59.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:57:59.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:59.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38151/jwks.json with env {}
15:57:59.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.815640 13933 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } has no permanent_uuid. Determining permanent_uuid...
15:57:59.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.816537 13883 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.135.253:43213: connect: Connection refused (error 111)
15:57:59.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.817454 13933 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.253:43213: Network error: Client connection negotiation failed: client connection to 127.13.135.253:43213: connect: Connection refused (error 111)
15:57:59.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.866726 13933 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } attempt: 1
15:57:59.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.868602 13933 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.253:43213: Network error: Client connection negotiation failed: client connection to 127.13.135.253:43213: connect: Connection refused (error 111)
15:57:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.932535 13935 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:57:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.933032 13935 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:57:59.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.933101 13935 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:57:59.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.936820 13933 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } attempt: 2
15:57:59.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.938469 13933 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.253:43213: Network error: Client connection negotiation failed: client connection to 127.13.135.253:43213: connect: Connection refused (error 111)
15:57:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.939375 13935 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:57:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.939464 13935 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:57:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.939495 13935 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:57:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.939520 13935 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:57:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.939554 13935 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:57:59.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.939579 13935 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38151/jwks.json
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.945322 13935 master_runner.cc:386] Master server non-default flags:
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.253:43213
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:57:59.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38151/jwks.json
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data/info.pb
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.253
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.13935
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/logs
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:57:59.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.946816 13935 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:57:59.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.948344 13935 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:57:59.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.957952 13944 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:57:59.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.958039 13935 server_base.cc:1034] running on GCE node
15:57:59.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.958245 13943 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:57:59.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:57:59.957958 13946 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:57:59.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.959163 13935 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:57:59.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.960346 13935 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:57:59.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.961560 13935 hybrid_clock.cc:648] HybridClock initialized: now 1783526279961504 us; error 74 us; skew 500 ppm
15:57:59.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.963850 13935 webserver.cc:460] Webserver started at http://127.13.135.253:38587/ using document root <none> and password file <none>
15:57:59.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.964502 13935 fs_manager.cc:359] Metadata directory not provided
15:57:59.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.964602 13935 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:57:59.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.964886 13935 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:57:59.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.966992 13935 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data/instance:
15:57:59.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dc49dde437914da1a1c34eb6b72fb03b"
15:57:59.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:59 on dist-test-slave-vt7w"
15:57:59.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.967672 13935 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal/instance:
15:57:59.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dc49dde437914da1a1c34eb6b72fb03b"
15:57:59.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:59 on dist-test-slave-vt7w"
15:57:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.972196 13935 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:57:59.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.975538 13952 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.977312 13935 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.977506 13935 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dc49dde437914da1a1c34eb6b72fb03b"
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:57:59 on dist-test-slave-vt7w"
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.977685 13935 fs_report.cc:383] FS layout report
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal
15:57:59.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data/data
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:57:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:57:59.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.999167 13935 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:00.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:57:59.999958 13935 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:58:00.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.000197 13935 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:00.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.007588 13935 rpc_server.cc:307] RPC server started. Bound to: 127.13.135.253:43213
15:58:00.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.007591 14004 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.135.253:43213 every 8 connection(s)
15:58:00.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.008680 13935 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/data/info.pb
15:58:00.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.009358 13855 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 13935
15:58:00.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.009498 13855 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-1/wal/instance
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.010143 13855 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/logs
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data/info.pb
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:00.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.252:44203
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.252
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:00.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38151/jwks.json with env {}
15:58:00.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.012743 14005 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:58:00.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.018504 14005 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.029642 13933 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } attempt: 3
15:58:00.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.033222 14005 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.039290 13933 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.039465 14005 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.040277 13953 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.041025 13933 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.252:44203: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.041721 14005 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.252:44203: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.072233 13933 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } attempt: 1
15:58:00.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.074041 13933 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.252:44203: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.091043 14005 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } attempt: 1
15:58:00.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.093012 14005 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.252:44203: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.137920 14007 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:00.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.138212 14007 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:00.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.138254 14007 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:00.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.142484 14007 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:00.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.142554 14007 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:00.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.142573 14007 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:00.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.142590 14007 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:00.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.142607 14007 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:00.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.142620 14007 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38151/jwks.json
15:58:00.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.148396 14007 master_runner.cc:386] Master server non-default flags:
15:58:00.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.252:44203
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38151/jwks.json
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data/info.pb
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.252
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14007
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/logs
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:00.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.149261 13933 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } attempt: 2
15:58:00.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.150103 14007 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:58:00.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.150825 13933 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.252:44203: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.152271 14007 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:00.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.161298 14005 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } attempt: 2
15:58:00.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.162305 14016 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:58:00.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.162534 14007 server_base.cc:1034] running on GCE node
15:58:00.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.162667 14019 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:58:00.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.162305 14017 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:58:00.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.163082 14005 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.135.252:44203: Network error: Client connection negotiation failed: client connection to 127.13.135.252:44203: connect: Connection refused (error 111)
15:58:00.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.163676 14007 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.164898 14007 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.166080 14007 hybrid_clock.cc:648] HybridClock initialized: now 1783526280166065 us; error 34 us; skew 500 ppm
15:58:00.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.168177 14007 webserver.cc:460] Webserver started at http://127.13.135.252:44595/ using document root <none> and password file <none>
15:58:00.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.168826 14007 fs_manager.cc:359] Metadata directory not provided
15:58:00.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.168896 14007 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:00.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.169078 14007 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:00.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.171074 14007 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data/instance:
15:58:00.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "17c0b86b959c4d6c9443dd37314e0a5e"
15:58:00.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.171617 14007 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal/instance:
15:58:00.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "17c0b86b959c4d6c9443dd37314e0a5e"
15:58:00.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.175613 14007 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:00.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.178212 14025 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:00.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.179538 14007 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:00.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.179688 14007 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal
15:58:00.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "17c0b86b959c4d6c9443dd37314e0a5e"
15:58:00.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.179839 14007 fs_report.cc:383] FS layout report
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data/data
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:00.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:00.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.207415 14007 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:00.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.208212 14007 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:58:00.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.208441 14007 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:00.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.215842 14007 rpc_server.cc:307] RPC server started. Bound to: 127.13.135.252:44203
15:58:00.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.215939 14077 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.135.252:44203 every 8 connection(s)
15:58:00.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.216863 14007 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/data/info.pb
15:58:00.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.218034 13855 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14007
15:58:00.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.218134 13855 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/master-2/wal/instance
15:58:00.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.220973 14078 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:58:00.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.224853 14078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.235225 14078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.239974 14078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } has no permanent_uuid. Determining permanent_uuid...
15:58:00.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.247063 14078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: Bootstrap starting.
15:58:00.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.249994 14078 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: Neither blocks nor log segments found. Creating new log.
15:58:00.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.250003 13933 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } attempt: 3
15:58:00.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.251001 14078 log.cc:824] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: Log is configured to *not* fsync() on all Append() calls
15:58:00.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.253329 14078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: No bootstrap required, opened a new log
15:58:00.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.254254 14005 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } attempt: 3
15:58:00.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.258210 13933 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: Bootstrap starting.
15:58:00.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.258092 14078 raft_consensus.cc:348] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.258338 14078 raft_consensus.cc:374] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:00.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.258404 14078 raft_consensus.cc:729] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17c0b86b959c4d6c9443dd37314e0a5e, State: Initialized, Role: FOLLOWER
15:58:00.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.258908 14078 consensus_queue.cc:260] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.260532 14078 sys_catalog.cc:564] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [sys.catalog]: configured and running, proceeding with master startup.
15:58:00.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.261579 13933 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: Neither blocks nor log segments found. Creating new log.
15:58:00.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.262764 13933 log.cc:824] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: Log is configured to *not* fsync() on all Append() calls
15:58:00.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.263839 14005 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: Bootstrap starting.
15:58:00.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.265322 13933 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: No bootstrap required, opened a new log
15:58:00.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.263005 14086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.265998 14086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.267059 14097 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:00.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.267238 14097 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:00.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.267633 14005 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: Neither blocks nor log segments found. Creating new log.
15:58:00.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.269009 14005 log.cc:824] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: Log is configured to *not* fsync() on all Append() calls
15:58:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.267035 14007 master_runner.cc:186] Error getting master registration for 127.13.135.254:39601: OK, instance_id { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" instance_seqno: 1783526279789997 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.271407 14005 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: No bootstrap required, opened a new log
15:58:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.271523 14007 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:00.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.276116 13933 raft_consensus.cc:348] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.276116 14005 raft_consensus.cc:348] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.276381 14005 raft_consensus.cc:374] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.276448 14005 raft_consensus.cc:729] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc49dde437914da1a1c34eb6b72fb03b, State: Initialized, Role: FOLLOWER
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.276996 14005 consensus_queue.cc:260] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.277254 13933 raft_consensus.cc:374] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.277344 13933 raft_consensus.cc:729] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77429b7ad0c5432fbe50171b5e311863, State: Initialized, Role: FOLLOWER
15:58:00.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.277772 14101 sys_catalog.cc:455] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.277879 13933 consensus_queue.cc:260] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.278014 14101 sys_catalog.cc:458] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.278651 14102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.278713 14005 sys_catalog.cc:564] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: configured and running, proceeding with master startup.
15:58:00.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.278916 14102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.279505 13933 sys_catalog.cc:564] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [sys.catalog]: configured and running, proceeding with master startup.
15:58:00.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.286042 13886 tablet.cc:2369] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:00.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.288902 14118 catalog_manager.cc:1558] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:00.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.289078 14124 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:00.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.289151 14124 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:00.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.289263 14118 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.290510 13935 master_runner.cc:263] No leader master found from master dc49dde437914da1a1c34eb6b72fb03b
15:58:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.290575 13935 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.290719 13866 master_runner.cc:263] No leader master found from master 77429b7ad0c5432fbe50171b5e311863
15:58:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.290791 13866 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.337682 14101 raft_consensus.cc:482] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:00.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.337888 14101 raft_consensus.cc:504] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.339018 14101 leader_election.cc:288] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77429b7ad0c5432fbe50171b5e311863 (127.13.135.254:39601), 17c0b86b959c4d6c9443dd37314e0a5e (127.13.135.252:44203)
15:58:00.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.339524 13907 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dc49dde437914da1a1c34eb6b72fb03b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77429b7ad0c5432fbe50171b5e311863" is_pre_election: true
15:58:00.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.339602 14051 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dc49dde437914da1a1c34eb6b72fb03b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" is_pre_election: true
15:58:00.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.339841 14051 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc49dde437914da1a1c34eb6b72fb03b in term 0.
15:58:00.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.339843 13907 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc49dde437914da1a1c34eb6b72fb03b in term 0.
15:58:00.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.340269 13953 leader_election.cc:302] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 17c0b86b959c4d6c9443dd37314e0a5e, dc49dde437914da1a1c34eb6b72fb03b; no voters: 
15:58:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.340919 14101 raft_consensus.cc:2781] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.341006 14101 raft_consensus.cc:482] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.341048 14101 raft_consensus.cc:3037] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 0 FOLLOWER]: Advancing to term 1
15:58:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.342665 14101 raft_consensus.cc:504] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.343004 14101 leader_election.cc:288] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [CANDIDATE]: Term 1 election: Requested vote from peers 77429b7ad0c5432fbe50171b5e311863 (127.13.135.254:39601), 17c0b86b959c4d6c9443dd37314e0a5e (127.13.135.252:44203)
15:58:00.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.343743 13907 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dc49dde437914da1a1c34eb6b72fb03b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77429b7ad0c5432fbe50171b5e311863"
15:58:00.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.343884 13907 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 0 FOLLOWER]: Advancing to term 1
15:58:00.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.345170 13907 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc49dde437914da1a1c34eb6b72fb03b in term 1.
15:58:00.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.345718 13953 leader_election.cc:302] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [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: 77429b7ad0c5432fbe50171b5e311863, dc49dde437914da1a1c34eb6b72fb03b; no voters: 
15:58:00.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.346175 14051 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dc49dde437914da1a1c34eb6b72fb03b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17c0b86b959c4d6c9443dd37314e0a5e"
15:58:00.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.346308 14051 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 0 FOLLOWER]: Advancing to term 1
15:58:00.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.347594 14051 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc49dde437914da1a1c34eb6b72fb03b in term 1.
15:58:00.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.348511 14101 raft_consensus.cc:2781] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 1 FOLLOWER]: Leader election won for term 1
15:58:00.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.348790 14101 raft_consensus.cc:686] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [term 1 LEADER]: Becoming Leader. State: Replica: dc49dde437914da1a1c34eb6b72fb03b, State: Running, Role: LEADER
15:58:00.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.349172 14101 consensus_queue.cc:237] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [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: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } }
15:58:00.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.351270 14101 sys_catalog.cc:455] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: SysCatalogTable state changed. Reason: New leader dc49dde437914da1a1c34eb6b72fb03b. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.351518 14101 sys_catalog.cc:458] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: This master's current role is: LEADER
15:58:00.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.351956 14129 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:00.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.354943 14129 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:00.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.362214 14051 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [term 1 FOLLOWER]: Refusing update from remote peer dc49dde437914da1a1c34eb6b72fb03b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:00.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.362214 13907 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [term 1 FOLLOWER]: Refusing update from remote peer dc49dde437914da1a1c34eb6b72fb03b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:00.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.362953 14101 consensus_queue.cc:1035] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [LEADER]: Connected to new peer: Peer: permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:00.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.363420 14101 consensus_queue.cc:1035] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [LEADER]: Connected to new peer: Peer: permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:00.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.367842 14086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [sys.catalog]: SysCatalogTable state changed. Reason: New leader dc49dde437914da1a1c34eb6b72fb03b. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.367980 14086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.374737 14102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dc49dde437914da1a1c34eb6b72fb03b. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.374877 14102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.381172 14127 sys_catalog.cc:455] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.381326 14127 sys_catalog.cc:458] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: This master's current role is: LEADER
15:58:00.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.381444 14130 mvcc.cc:205] Tried to move back new op lower bound from 7305323644354633728 to 7305323644314300416. Current Snapshot: MvccSnapshot[applied={T|T < 7305323644354633728}]
15:58:00.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.381872 14102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.381989 14102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863 [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.383455 14127 sys_catalog.cc:455] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.383574 14127 sys_catalog.cc:458] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b [sys.catalog]: This master's current role is: LEADER
15:58:00.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.386322 14086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dc49dde437914da1a1c34eb6b72fb03b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77429b7ad0c5432fbe50171b5e311863" member_type: VOTER last_known_addr { host: "127.13.135.254" port: 39601 } } peers { permanent_uuid: "dc49dde437914da1a1c34eb6b72fb03b" member_type: VOTER last_known_addr { host: "127.13.135.253" port: 43213 } } peers { permanent_uuid: "17c0b86b959c4d6c9443dd37314e0a5e" member_type: VOTER last_known_addr { host: "127.13.135.252" port: 44203 } } }
15:58:00.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.386464 14086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e [sys.catalog]: This master's current role is: FOLLOWER
15:58:00.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.390718 14132 mvcc.cc:205] Tried to move back new op lower bound from 7305323644354633728 to 7305323644314300416. Current Snapshot: MvccSnapshot[applied={T|T < 7305323644354633728}]
15:58:00.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.391070 14134 mvcc.cc:205] Tried to move back new op lower bound from 7305323644354633728 to 7305323644314300416. Current Snapshot: MvccSnapshot[applied={T|T < 7305323644354633728 or (T in {7305323644354633728})}]
15:58:00.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.394156 14129 catalog_manager.cc:1347] Generated new cluster ID: 9901805435114217960e9bfca3f0f465
15:58:00.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.394232 14129 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:00.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.406912 14129 catalog_manager.cc:1370] Generated new certificate authority record
15:58:00.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.408166 14129 catalog_manager.cc:1504] Loading token signing keys...
15:58:00.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.433151 14129 catalog_manager.cc:5868] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: Generated new TSK 0
15:58:00.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.435410 14129 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:00.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.456614 13855 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/logs
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data/info.pb
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.193:0
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.135.193
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.193
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:00.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.602562 14139 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:00.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.602854 14139 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:00.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.602892 14139 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:00.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.607124 14139 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:00.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.607223 14139 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.13.135.193
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.612032 14139 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.193:0
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data/info.pb
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.193
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14139
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.135.193
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/logs
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:00.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:00.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:00.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:00.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.613209 14139 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:58:00.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.614562 14139 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:00.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.624732 14145 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:58:00.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.624891 14139 server_base.cc:1034] running on GCE node
15:58:00.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.624732 14147 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:58:00.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.624898 14144 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:58:00.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.625824 14139 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:00.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.626524 14139 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:00.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.627744 14139 hybrid_clock.cc:648] HybridClock initialized: now 1783526280627713 us; error 47 us; skew 500 ppm
15:58:00.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.630239 14139 webserver.cc:460] Webserver started at http://127.13.135.193:35701/ using document root <none> and password file <none>
15:58:00.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.631071 14139 fs_manager.cc:359] Metadata directory not provided
15:58:00.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.631186 14139 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:00.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.631436 14139 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:00.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.633603 14139 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data/instance:
15:58:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6277998f1aee4854a21cc36f4dc4c78d"
15:58:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.634168 14139 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal/instance:
15:58:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6277998f1aee4854a21cc36f4dc4c78d"
15:58:00.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.638230 14139 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:00.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.641027 14153 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.642346 14139 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:58:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.642526 14139 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal
15:58:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6277998f1aee4854a21cc36f4dc4c78d"
15:58:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.642684 14139 fs_report.cc:383] FS layout report
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data/data
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:00.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:00.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.671697 14139 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:00.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.672616 14139 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:58:00.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.672855 14139 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:00.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.673621 14139 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:00.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.674782 14139 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:00.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.674842 14139 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:00.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.674930 14139 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:00.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.674978 14139 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:00.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.684680 14139 rpc_server.cc:307] RPC server started. Bound to: 127.13.135.193:35491
15:58:00.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.684800 14266 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.135.193:35491 every 8 connection(s)
15:58:00.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.685660 14139 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/data/info.pb
15:58:00.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.688063 13855 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14139
15:58:00.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.688169 13855 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-0/wal/instance
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.691473 13855 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/logs
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data/info.pb
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.194:0
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.135.194
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.194
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:00.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.698473 14268 heartbeater.cc:347] Connected to a master server at 127.13.135.252:44203
15:58:00.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.698554 14269 heartbeater.cc:347] Connected to a master server at 127.13.135.253:43213
15:58:00.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.698704 14268 heartbeater.cc:464] Registering TS with master...
15:58:00.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.698705 14269 heartbeater.cc:464] Registering TS with master...
15:58:00.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.699432 14269 heartbeater.cc:511] Master 127.13.135.253:43213 requested a full tablet report, sending...
15:58:00.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.699432 14268 heartbeater.cc:511] Master 127.13.135.252:44203 requested a full tablet report, sending...
15:58:00.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.699649 14267 heartbeater.cc:347] Connected to a master server at 127.13.135.254:39601
15:58:00.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.699734 14267 heartbeater.cc:464] Registering TS with master...
15:58:00.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.699939 14267 heartbeater.cc:511] Master 127.13.135.254:39601 requested a full tablet report, sending...
15:58:00.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.701098 13968 ts_manager.cc:194] Registered new tserver with Master: 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193:35491)
15:58:00.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.701098 13896 ts_manager.cc:194] Registered new tserver with Master: 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193:35491)
15:58:00.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.701169 14042 ts_manager.cc:194] Registered new tserver with Master: 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193:35491)
15:58:00.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.702427 13968 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.13.135.193:49463
15:58:00.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.815797 14274 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:00.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.816074 14274 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:00.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.816111 14274 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:00.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.820164 14274 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:00.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.820267 14274 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.13.135.194
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.825387 14274 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.194:0
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data/info.pb
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.194
15:58:00.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14274
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.135.194
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/logs
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:00.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.826618 14274 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:58:00.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.828027 14274 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.838049 14282 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:58:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.838040 14280 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:58:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:00.838018 14279 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:58:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.838485 14274 server_base.cc:1034] running on GCE node
15:58:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.838899 14274 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.839610 14274 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:00.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.840831 14274 hybrid_clock.cc:648] HybridClock initialized: now 1783526280840820 us; error 24 us; skew 500 ppm
15:58:00.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.842702 14274 webserver.cc:460] Webserver started at http://127.13.135.194:39369/ using document root <none> and password file <none>
15:58:00.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.843307 14274 fs_manager.cc:359] Metadata directory not provided
15:58:00.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.843400 14274 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:00.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.843626 14274 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.845662 14274 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data/instance:
15:58:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef937c3938c1453e9031e01f31ed3427"
15:58:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.846251 14274 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal/instance:
15:58:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef937c3938c1453e9031e01f31ed3427"
15:58:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.850229 14274 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:00.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.852669 14288 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.854054 14274 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.854156 14274 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef937c3938c1453e9031e01f31ed3427"
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:00 on dist-test-slave-vt7w"
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.854238 14274 fs_report.cc:383] FS layout report
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data/data
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:00.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.875785 14274 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:00.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.876464 14274 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:58:00.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.876617 14274 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:00.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.877277 14274 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:00.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.878662 14274 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:00.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.878715 14274 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:00.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.878757 14274 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.878773 14274 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:00.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.888254 14274 rpc_server.cc:307] RPC server started. Bound to: 127.13.135.194:37409
15:58:00.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.888293 14401 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.135.194:37409 every 8 connection(s)
15:58:00.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.889276 14274 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/data/info.pb
15:58:00.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.890264 13855 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14274
15:58:00.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.890363 13855 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-1/wal/instance
15:58:00.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.893653 13855 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:00.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal
15:58:00.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data
15:58:00.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/logs
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data/info.pb
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.195:0
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.135.195
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.195
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:00.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.903484 14402 heartbeater.cc:347] Connected to a master server at 127.13.135.254:39601
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.903790 14402 heartbeater.cc:464] Registering TS with master...
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904075 14403 heartbeater.cc:347] Connected to a master server at 127.13.135.252:44203
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904179 14403 heartbeater.cc:464] Registering TS with master...
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904528 14404 heartbeater.cc:347] Connected to a master server at 127.13.135.253:43213
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904502 14402 heartbeater.cc:511] Master 127.13.135.254:39601 requested a full tablet report, sending...
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904500 14403 heartbeater.cc:511] Master 127.13.135.252:44203 requested a full tablet report, sending...
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904631 14404 heartbeater.cc:464] Registering TS with master...
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.904848 14404 heartbeater.cc:511] Master 127.13.135.253:43213 requested a full tablet report, sending...
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.905813 14042 ts_manager.cc:194] Registered new tserver with Master: ef937c3938c1453e9031e01f31ed3427 (127.13.135.194:37409)
15:58:00.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.905828 13896 ts_manager.cc:194] Registered new tserver with Master: ef937c3938c1453e9031e01f31ed3427 (127.13.135.194:37409)
15:58:00.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.906224 13968 ts_manager.cc:194] Registered new tserver with Master: ef937c3938c1453e9031e01f31ed3427 (127.13.135.194:37409)
15:58:00.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:00.906869 13968 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.13.135.194:55679
15:58:01.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.020537 14409 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:01.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.020890 14409 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:01.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.020934 14409 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.025106 14409 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.025210 14409 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.13.135.195
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.030190 14409 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.135.212:38983
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.135.195:0
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data/info.pb
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.135.195
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.135.254:39601,127.13.135.253:43213,127.13.135.252:44203
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14409
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.135.195
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/logs
15:58:01.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.031391 14409 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:58:01.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.032887 14409 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:01.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.043462 14415 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:58:01.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.043462 14414 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:58:01.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:01.043467 14417 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:58:01.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.043975 14409 server_base.cc:1034] running on GCE node
15:58:01.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.044432 14409 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:01.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.045279 14409 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:01.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.046505 14409 hybrid_clock.cc:648] HybridClock initialized: now 1783526281046488 us; error 31 us; skew 500 ppm
15:58:01.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.048630 14409 webserver.cc:460] Webserver started at http://127.13.135.195:39553/ using document root <none> and password file <none>
15:58:01.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.049291 14409 fs_manager.cc:359] Metadata directory not provided
15:58:01.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.049360 14409 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:01.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.049532 14409 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:01.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.051529 14409 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data/instance:
15:58:01.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a0300ab54364ba3bf39dcb2379e3a95"
15:58:01.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:01 on dist-test-slave-vt7w"
15:58:01.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.052079 14409 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal/instance:
15:58:01.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a0300ab54364ba3bf39dcb2379e3a95"
15:58:01.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:01 on dist-test-slave-vt7w"
15:58:01.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.056033 14409 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:01.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.059090 14423 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:01.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.060597 14409 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:01.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.060701 14409 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal
15:58:01.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a0300ab54364ba3bf39dcb2379e3a95"
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:01 on dist-test-slave-vt7w"
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.060865 14409 fs_report.cc:383] FS layout report
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data/data
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:01.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:01.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.073118 14409 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:01.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.073789 14409 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:58:01.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.073961 14409 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:01.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.074487 14409 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:01.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.075548 14409 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:01.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.075595 14409 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:01.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.075636 14409 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:01.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.075654 14409 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:01.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.085754 14409 rpc_server.cc:307] RPC server started. Bound to: 127.13.135.195:41635
15:58:01.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.085777 14536 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.135.195:41635 every 8 connection(s)
15:58:01.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.086726 14409 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/data/info.pb
15:58:01.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.091845 13855 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14409
15:58:01.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.091979 13855 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9069729087222842085/ts-2/wal/instance
15:58:01.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.099071 14537 heartbeater.cc:347] Connected to a master server at 127.13.135.254:39601
15:58:01.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.099064 14539 heartbeater.cc:347] Connected to a master server at 127.13.135.253:43213
15:58:01.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.099349 14539 heartbeater.cc:464] Registering TS with master...
15:58:01.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.099349 14537 heartbeater.cc:464] Registering TS with master...
15:58:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.100042 14539 heartbeater.cc:511] Master 127.13.135.253:43213 requested a full tablet report, sending...
15:58:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.100042 14537 heartbeater.cc:511] Master 127.13.135.254:39601 requested a full tablet report, sending...
15:58:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.100047 14538 heartbeater.cc:347] Connected to a master server at 127.13.135.252:44203
15:58:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.100207 14538 heartbeater.cc:464] Registering TS with master...
15:58:01.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.100363 14538 heartbeater.cc:511] Master 127.13.135.252:44203 requested a full tablet report, sending...
15:58:01.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.101145 13968 ts_manager.cc:194] Registered new tserver with Master: 6a0300ab54364ba3bf39dcb2379e3a95 (127.13.135.195:41635)
15:58:01.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.101254 13896 ts_manager.cc:194] Registered new tserver with Master: 6a0300ab54364ba3bf39dcb2379e3a95 (127.13.135.195:41635)
15:58:01.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.101254 14042 ts_manager.cc:194] Registered new tserver with Master: 6a0300ab54364ba3bf39dcb2379e3a95 (127.13.135.195:41635)
15:58:01.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.101889 13968 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.13.135.195:57279
15:58:01.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.115376 13855 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:01.116 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:01.116 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:01.117 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.135.254"
      port: 39601
    }
    bound_http_address {
      host: "127.13.135.254"
      port: 45341
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.135.253"
      port: 43213
    }
    bound_http_address {
      host: "127.13.135.253"
      port: 38587
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.135.252"
      port: 44203
    }
    bound_http_address {
      host: "127.13.135.252"
      port: 44595
    }
  }
}

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

15:58:01.118 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.135.193"
      port: 35491
    }
    bound_http_address {
      host: "127.13.135.193"
      port: 35701
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.135.194"
      port: 37409
    }
    bound_http_address {
      host: "127.13.135.194"
      port: 39369
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.135.195"
      port: 41635
    }
    bound_http_address {
      host: "127.13.135.195"
      port: 39553
    }
  }
}

15:58:01.118 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:01.120 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:01.121 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:01.121 [INFO - main] (Logging.scala:57) ==============================================================
15:58:01.122 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:01.122 [INFO - main] (Logging.scala:57) ==============================================================
15:58:01.122 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:01.122 [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:58:01.123 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:01.123 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:01.123 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:01.123 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:01.123 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:01.124 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:01.124 [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:58:01.147 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 38961.
15:58:01.149 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:01.151 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:01.151 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:01.151 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:01.152 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:01.153 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-e39e1d14-6be6-40c3-9a2c-99ddeefa363a
15:58:01.154 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:01.156 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:01.182 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:01.187 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 44071.
15:58:01.187 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:44071
15:58:01.187 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:01.188 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44071, None)
15:58:01.189 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:44071 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44071, None)
15:58:01.189 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44071, None)
15:58:01.190 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44071, None)
15:58:01.201 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:01.214 [DEBUG - main] (Connection.java:748) [peer master-127.13.135.253:43213(127.13.135.253:43213)] connecting to peer
15:58:01.216 [DEBUG - main] (Connection.java:748) [peer master-127.13.135.252:44203(127.13.135.252:44203)] connecting to peer
15:58:01.222 [DEBUG - main] (Connection.java:748) [peer master-127.13.135.254:39601(127.13.135.254:39601)] connecting to peer
15:58:01.231 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.135.252:44203(127.13.135.252:44203)] Successfully connected to peer
15:58:01.233 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.135.253:43213(127.13.135.253:43213)] Successfully connected to peer
15:58:01.234 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.135.254:39601(127.13.135.254:39601)] Successfully connected to peer
15:58:01.235 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.135.252
15:58:01.236 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.135.253
15:58:01.241 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.135.254
15:58:01.250 [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:58:01.252 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xfb219cf8, L:/127.0.0.1:57862 - R:/127.13.135.252:44203] using SASL/PLAIN
15:58:01.252 [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:58:01.261 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3833d01d, L:/127.0.0.1:53562 - R:/127.13.135.253:43213] using SASL/PLAIN
15:58:01.262 [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:58:01.263 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:01.265 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf8123bfa, L:/127.0.0.1:43854 - R:/127.13.135.254:39601] using SASL/PLAIN
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.268711 14097 catalog_manager.cc:1259] Loaded cluster ID: 9901805435114217960e9bfca3f0f465
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.268827 14097 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: loading cluster ID for follower catalog manager: success
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.267643 13968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53562:
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:01.277 [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:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.271090 14097 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: acquiring CA information for follower catalog manager: success
15:58:01.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.272495 14097 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 17c0b86b959c4d6c9443dd37314e0a5e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:01.283 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table dbe11099a047450da8b364e60ac93eff
15:58:01.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.290678 14124 catalog_manager.cc:1259] Loaded cluster ID: 9901805435114217960e9bfca3f0f465
15:58:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.290763 14124 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: loading cluster ID for follower catalog manager: success
15:58:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.293131 14124 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: acquiring CA information for follower catalog manager: success
15:58:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.294730 14124 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 77429b7ad0c5432fbe50171b5e311863: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:01.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.297319 14336 tablet_service.cc:1467] Processing CreateTablet for tablet cfe4344f336e42ef99b034b96c7d261c (DEFAULT_TABLE table=test [id=dbe11099a047450da8b364e60ac93eff]), partition=RANGE (key) PARTITION VALUES < 50
15:58:01.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.298622 14336 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cfe4344f336e42ef99b034b96c7d261c. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.305325 14587 tablet_bootstrap.cc:492] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427: Bootstrap starting.
15:58:01.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.308115 14587 tablet_bootstrap.cc:654] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427: Neither blocks nor log segments found. Creating new log.
15:58:01.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.308022 14201 tablet_service.cc:1467] Processing CreateTablet for tablet 5c1440330bcd49fea7d3bb3014ac38f5 (DEFAULT_TABLE table=test [id=dbe11099a047450da8b364e60ac93eff]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:01.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.309108 14587 log.cc:824] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427: Log is configured to *not* fsync() on all Append() calls
15:58:01.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.309634 14201 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5c1440330bcd49fea7d3bb3014ac38f5. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.310945 14587 tablet_bootstrap.cc:492] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427: No bootstrap required, opened a new log
15:58:01.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.311177 14587 ts_tablet_manager.cc:1397] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:01.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.314200 14587 raft_consensus.cc:348] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.314450 14587 raft_consensus.cc:374] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.314498 14587 raft_consensus.cc:729] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Initialized, Role: FOLLOWER
15:58:01.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.315245 14587 consensus_queue.cc:260] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.315532 14587 raft_consensus.cc:388] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.315685 14587 raft_consensus.cc:482] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.315898 14587 raft_consensus.cc:3037] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Advancing to term 1
15:58:01.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.316960 14589 tablet_bootstrap.cc:492] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d: Bootstrap starting.
15:58:01.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.317054 14587 raft_consensus.cc:504] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.317407 14587 leader_election.cc:302] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [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: ef937c3938c1453e9031e01f31ed3427; no voters: 
15:58:01.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.317961 14587 leader_election.cc:288] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.318091 14590 raft_consensus.cc:2781] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.318938 14590 raft_consensus.cc:686] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [term 1 LEADER]: Becoming Leader. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Running, Role: LEADER
15:58:01.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.319657 14587 ts_tablet_manager.cc:1428] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:58:01.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.319615 14590 consensus_queue.cc:237] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.319850 14589 tablet_bootstrap.cc:654] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d: Neither blocks nor log segments found. Creating new log.
15:58:01.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.320779 14589 log.cc:824] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d: Log is configured to *not* fsync() on all Append() calls
15:58:01.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.320989 14404 heartbeater.cc:503] Master 127.13.135.253:43213 was elected leader, sending a full tablet report...
15:58:01.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.323596 13968 catalog_manager.cc:5495] T cfe4344f336e42ef99b034b96c7d261c P ef937c3938c1453e9031e01f31ed3427 reported cstate change: term changed from 0 to 1, leader changed from <none> to ef937c3938c1453e9031e01f31ed3427 (127.13.135.194). New cstate: current_term: 1 leader_uuid: "ef937c3938c1453e9031e01f31ed3427" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } health_report { overall_health: HEALTHY } } }
15:58:01.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.329735 14589 tablet_bootstrap.cc:492] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d: No bootstrap required, opened a new log
15:58:01.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.329986 14589 ts_tablet_manager.cc:1397] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.000s
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.334524 14589 raft_consensus.cc:348] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.334877 14589 raft_consensus.cc:374] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.334937 14589 raft_consensus.cc:729] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Initialized, Role: FOLLOWER
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.335443 14589 consensus_queue.cc:260] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.335606 14589 raft_consensus.cc:388] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.335675 14589 raft_consensus.cc:482] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.335780 14589 raft_consensus.cc:3037] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Advancing to term 1
15:58:01.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.336902 14589 raft_consensus.cc:504] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.337321 14589 leader_election.cc:302] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [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: 6277998f1aee4854a21cc36f4dc4c78d; no voters: 
15:58:01.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.337700 14589 leader_election.cc:288] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.337808 14598 raft_consensus.cc:2781] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.338125 14598 raft_consensus.cc:686] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 LEADER]: Becoming Leader. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Running, Role: LEADER
15:58:01.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.338531 14598 consensus_queue.cc:237] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.339007 14589 ts_tablet_manager.cc:1428] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
15:58:01.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.339916 14269 heartbeater.cc:503] Master 127.13.135.253:43213 was elected leader, sending a full tablet report...
15:58:01.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.341958 13968 catalog_manager.cc:5495] T 5c1440330bcd49fea7d3bb3014ac38f5 P 6277998f1aee4854a21cc36f4dc4c78d reported cstate change: term changed from 0 to 1, leader changed from <none> to 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193). New cstate: current_term: 1 leader_uuid: "6277998f1aee4854a21cc36f4dc4c78d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } health_report { overall_health: HEALTHY } } }
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.357889 13968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53562:
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:01.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.365 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 1ec56d21efc44ffb81ae2a88b744ce5e
15:58:01.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.375838 14471 tablet_service.cc:1467] Processing CreateTablet for tablet eb8249c601ac435aa96bb57ef16bba93 (DEFAULT_TABLE table=simple-test [id=1ec56d21efc44ffb81ae2a88b744ce5e]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:01.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.377097 14471 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eb8249c601ac435aa96bb57ef16bba93. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.384687 14604 tablet_bootstrap.cc:492] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95: Bootstrap starting.
15:58:01.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.386965 14604 tablet_bootstrap.cc:654] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95: Neither blocks nor log segments found. Creating new log.
15:58:01.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.388142 14604 log.cc:824] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95: Log is configured to *not* fsync() on all Append() calls
15:58:01.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.389812 14604 tablet_bootstrap.cc:492] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95: No bootstrap required, opened a new log
15:58:01.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.390027 14604 ts_tablet_manager.cc:1397] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.004s
15:58:01.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393060 14604 raft_consensus.cc:348] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393292 14604 raft_consensus.cc:374] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393325 14604 raft_consensus.cc:729] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a0300ab54364ba3bf39dcb2379e3a95, State: Initialized, Role: FOLLOWER
15:58:01.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393697 14604 consensus_queue.cc:260] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [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: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393808 14604 raft_consensus.cc:388] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393848 14604 raft_consensus.cc:482] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.393910 14604 raft_consensus.cc:3037] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Advancing to term 1
15:58:01.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.394735 14604 raft_consensus.cc:504] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.395061 14604 leader_election.cc:302] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [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: 6a0300ab54364ba3bf39dcb2379e3a95; no voters: 
15:58:01.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.395403 14604 leader_election.cc:288] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.395550 14606 raft_consensus.cc:2781] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.395860 14606 raft_consensus.cc:686] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 LEADER]: Becoming Leader. State: Replica: 6a0300ab54364ba3bf39dcb2379e3a95, State: Running, Role: LEADER
15:58:01.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.396127 14539 heartbeater.cc:503] Master 127.13.135.253:43213 was elected leader, sending a full tablet report...
15:58:01.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.396509 14606 consensus_queue.cc:237] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 [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: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.396921 14604 ts_tablet_manager.cc:1428] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
15:58:01.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.400028 13968 catalog_manager.cc:5495] T eb8249c601ac435aa96bb57ef16bba93 P 6a0300ab54364ba3bf39dcb2379e3a95 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a0300ab54364ba3bf39dcb2379e3a95 (127.13.135.195). New cstate: current_term: 1 leader_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } health_report { overall_health: HEALTHY } } }
15:58:01.417 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526281416
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.418210 13968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53562:
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table1"
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:01.422 [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:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:01.426 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2d67c902e0f645688f11865894e89c54
15:58:01.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.428495 14201 tablet_service.cc:1467] Processing CreateTablet for tablet f11320520f454fb086a9d9773624b7e9 (DEFAULT_TABLE table=table1 [id=2d67c902e0f645688f11865894e89c54]), partition=RANGE (key) PARTITION VALUES < 50
15:58:01.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.429215 14336 tablet_service.cc:1467] Processing CreateTablet for tablet 25f840372cf849839f324e395bde0557 (DEFAULT_TABLE table=table1 [id=2d67c902e0f645688f11865894e89c54]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:01.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.429538 14336 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 25f840372cf849839f324e395bde0557. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.432018 14587 tablet_bootstrap.cc:492] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427: Bootstrap starting.
15:58:01.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.432104 14201 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f11320520f454fb086a9d9773624b7e9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.433072 14587 tablet_bootstrap.cc:654] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427: Neither blocks nor log segments found. Creating new log.
15:58:01.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.434250 14587 tablet_bootstrap.cc:492] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427: No bootstrap required, opened a new log
15:58:01.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.434363 14587 ts_tablet_manager.cc:1397] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.434441 14589 tablet_bootstrap.cc:492] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d: Bootstrap starting.
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435154 14587 raft_consensus.cc:348] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435286 14587 raft_consensus.cc:374] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435322 14587 raft_consensus.cc:729] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Initialized, Role: FOLLOWER
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435516 14589 tablet_bootstrap.cc:654] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d: Neither blocks nor log segments found. Creating new log.
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435678 14587 consensus_queue.cc:260] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435798 14587 raft_consensus.cc:388] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435842 14587 raft_consensus.cc:482] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.435901 14587 raft_consensus.cc:3037] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Advancing to term 1
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437002 14587 raft_consensus.cc:504] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437163 14587 leader_election.cc:302] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [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: ef937c3938c1453e9031e01f31ed3427; no voters: 
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437299 14589 tablet_bootstrap.cc:492] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d: No bootstrap required, opened a new log
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437394 14589 ts_tablet_manager.cc:1397] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437386 14592 raft_consensus.cc:2781] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437462 14592 raft_consensus.cc:686] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [term 1 LEADER]: Becoming Leader. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Running, Role: LEADER
15:58:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.437574 14592 consensus_queue.cc:237] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:01.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438027 14589 raft_consensus.cc:348] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438130 14589 raft_consensus.cc:374] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438160 14589 raft_consensus.cc:729] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Initialized, Role: FOLLOWER
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438479 14589 consensus_queue.cc:260] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438601 14589 raft_consensus.cc:388] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438637 14589 raft_consensus.cc:482] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.438675 14589 raft_consensus.cc:3037] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Advancing to term 1
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.439815 13968 catalog_manager.cc:5495] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 reported cstate change: term changed from 0 to 1, leader changed from <none> to ef937c3938c1453e9031e01f31ed3427 (127.13.135.194). New cstate: current_term: 1 leader_uuid: "ef937c3938c1453e9031e01f31ed3427" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } health_report { overall_health: HEALTHY } } }
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.439980 14587 leader_election.cc:288] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.440586 14587 ts_tablet_manager.cc:1428] T 25f840372cf849839f324e395bde0557 P ef937c3938c1453e9031e01f31ed3427: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:58:01.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.444007 14589 raft_consensus.cc:504] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.444617 14589 leader_election.cc:302] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [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: 6277998f1aee4854a21cc36f4dc4c78d; no voters: 
15:58:01.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.444818 14600 raft_consensus.cc:2781] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.444900 14600 raft_consensus.cc:686] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 LEADER]: Becoming Leader. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Running, Role: LEADER
15:58:01.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.445022 14600 consensus_queue.cc:237] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.447456 14589 leader_election.cc:288] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.447496 13969 catalog_manager.cc:5495] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d reported cstate change: term changed from 0 to 1, leader changed from <none> to 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193). New cstate: current_term: 1 leader_uuid: "6277998f1aee4854a21cc36f4dc4c78d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } health_report { overall_health: HEALTHY } } }
15:58:01.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.449018 14589 ts_tablet_manager.cc:1428] T f11320520f454fb086a9d9773624b7e9 P 6277998f1aee4854a21cc36f4dc4c78d: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.001s
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.478057 13969 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53562:
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table2"
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:01.482 [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:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:01.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:01.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2b4fea12c42d40e6851d37f25609eb92
15:58:01.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.489231 14201 tablet_service.cc:1467] Processing CreateTablet for tablet c093ff06619349b2bce5b54ba713b4e8 (DEFAULT_TABLE table=table2 [id=2b4fea12c42d40e6851d37f25609eb92]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:01.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.489576 14201 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c093ff06619349b2bce5b54ba713b4e8. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.489245 14471 tablet_service.cc:1467] Processing CreateTablet for tablet 40c230e6763e4cdfa323941e2ae241cb (DEFAULT_TABLE table=table2 [id=2b4fea12c42d40e6851d37f25609eb92]), partition=RANGE (key) PARTITION VALUES < 50
15:58:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.490013 14471 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 40c230e6763e4cdfa323941e2ae241cb. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.492169 14589 tablet_bootstrap.cc:492] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d: Bootstrap starting.
15:58:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.492395 14604 tablet_bootstrap.cc:492] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95: Bootstrap starting.
15:58:01.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.493595 14604 tablet_bootstrap.cc:654] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95: Neither blocks nor log segments found. Creating new log.
15:58:01.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.493597 14589 tablet_bootstrap.cc:654] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d: Neither blocks nor log segments found. Creating new log.
15:58:01.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.495194 14604 tablet_bootstrap.cc:492] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95: No bootstrap required, opened a new log
15:58:01.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.495343 14604 ts_tablet_manager.cc:1397] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:01.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.495524 14589 tablet_bootstrap.cc:492] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d: No bootstrap required, opened a new log
15:58:01.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.495609 14589 ts_tablet_manager.cc:1397] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d: Time spent bootstrapping tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496057 14604 raft_consensus.cc:348] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496052 14589 raft_consensus.cc:348] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496172 14589 raft_consensus.cc:374] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496172 14604 raft_consensus.cc:374] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496207 14589 raft_consensus.cc:729] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Initialized, Role: FOLLOWER
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496206 14604 raft_consensus.cc:729] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a0300ab54364ba3bf39dcb2379e3a95, State: Initialized, Role: FOLLOWER
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496371 14604 consensus_queue.cc:260] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [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: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496371 14589 consensus_queue.cc:260] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496464 14604 raft_consensus.cc:388] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496469 14589 raft_consensus.cc:388] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496506 14589 raft_consensus.cc:482] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496506 14604 raft_consensus.cc:482] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496551 14604 raft_consensus.cc:3037] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Advancing to term 1
15:58:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.496551 14589 raft_consensus.cc:3037] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Advancing to term 1
15:58:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.497558 14604 raft_consensus.cc:504] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.497711 14604 leader_election.cc:302] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [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: 6a0300ab54364ba3bf39dcb2379e3a95; no voters: 
15:58:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.497846 14604 leader_election.cc:288] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.497845 14589 raft_consensus.cc:504] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.497931 14606 raft_consensus.cc:2781] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.497968 14589 leader_election.cc:302] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [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: 6277998f1aee4854a21cc36f4dc4c78d; no voters: 
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.498044 14606 raft_consensus.cc:686] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 LEADER]: Becoming Leader. State: Replica: 6a0300ab54364ba3bf39dcb2379e3a95, State: Running, Role: LEADER
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.498116 14599 raft_consensus.cc:2781] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Leader election won for term 1
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.498195 14599 raft_consensus.cc:686] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [term 1 LEADER]: Becoming Leader. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Running, Role: LEADER
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.498174 14606 consensus_queue.cc:237] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 [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: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.498323 14599 consensus_queue.cc:237] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:01.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.499715 13969 catalog_manager.cc:5495] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a0300ab54364ba3bf39dcb2379e3a95 (127.13.135.195). New cstate: current_term: 1 leader_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } health_report { overall_health: HEALTHY } } }
15:58:01.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.500101 14589 leader_election.cc:288] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:01.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.500547 14589 ts_tablet_manager.cc:1428] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:58:01.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.500528 13968 catalog_manager.cc:5495] T c093ff06619349b2bce5b54ba713b4e8 P 6277998f1aee4854a21cc36f4dc4c78d reported cstate change: term changed from 0 to 1, leader changed from <none> to 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193). New cstate: current_term: 1 leader_uuid: "6277998f1aee4854a21cc36f4dc4c78d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } health_report { overall_health: HEALTHY } } }
15:58:01.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:01.507189 14604 ts_tablet_manager.cc:1428] T 40c230e6763e4cdfa323941e2ae241cb P 6a0300ab54364ba3bf39dcb2379e3a95: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.000s
15:58:01.518 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f11320520f454fb086a9d9773624b7e9 for table 'table1' with partition [<start>, 0x80000032)
15:58:01.519 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 25f840372cf849839f324e395bde0557 for table 'table1' with partition [0x80000032, <end>)
15:58:01.519 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=f11320520f454fb086a9d9773624b7e9@[6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=25f840372cf849839f324e395bde0557@[ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)[L]]}]
15:58:01.519 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.13.135.253:43213, [2ms] Sub RPC GetTableLocations: received response from server master-127.13.135.253:43213: OK, deferred=null) after lookup
15:58:01.520 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)] connecting to peer
15:58:01.522 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)] Successfully connected to peer
15:58:01.540 [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:58:01.542 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb704dc3a, L:/127.0.0.1:44378 - R:/127.13.135.193:35491] using TOKEN/null
15:58:01.554 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 40c230e6763e4cdfa323941e2ae241cb for table 'table2' with partition [<start>, 0x80000032)
15:58:01.554 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c093ff06619349b2bce5b54ba713b4e8 for table 'table2' with partition [0x80000032, <end>)
15:58:01.555 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=40c230e6763e4cdfa323941e2ae241cb@[6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c093ff06619349b2bce5b54ba713b4e8@[6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)[L]]}]
15:58:01.555 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.13.135.253:43213, [2ms] Sub RPC GetTableLocations: received response from server master-127.13.135.253:43213: OK, deferred=null) after lookup
15:58:01.556 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)] connecting to peer
15:58:01.557 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)] Successfully connected to peer
15:58:01.571 [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:58:01.572 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x8a6bfc6d, L:/127.0.0.1:57284 - R:/127.13.135.195:41635] using TOKEN/null
15:58:01.582 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526281581
15:58:01.582 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526281577638
15:58:01.582 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:01.582 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup5865797407404335344/
15:58:01.588 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2d67c902e0f645688f11865894e89c54
15:58:01.588 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:55) Backing up table table1 to path: file:/tmp/backup5865797407404335344/2d67c902e0f645688f11865894e89c54-table1/1783526281582
15:58:01.588 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:01.589 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:01.589 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:01.589 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:01.638 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.641 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.641 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.641 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.642 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.642 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.642 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.689 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:01.691 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:01.691 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:01.691 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:01.691 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:01.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:01.762 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:01.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:01.766 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:01.767 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:01.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:01.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:01.770 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:01.772 [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:58:01.786 [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:58:01.788 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2d67c902e0f645688f11865894e89c54
15:58:01.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.791 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.791 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:01.791 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:01.791 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:01.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:01.794 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:01.822 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323649359872000) for scanner KuduScanner(table=table1, tablet=f11320520f454fb086a9d9773624b7e9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:01.839 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:01.847 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155801421914985306138588_0000_m_000000_0' to file:/tmp/backup5865797407404335344/2d67c902e0f645688f11865894e89c54-table1/1783526281582/_temporary/0/task_20260708155801421914985306138588_0000_m_000000
15:58:01.847 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_20260708155801421914985306138588_0000_m_000000_0: Committed
15:58:01.848 [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). 6303 bytes result sent to driver
15:58:01.849 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:01.850 [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:58:01.850 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 80 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:01.861 [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:58:01.865 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduClient.java:894) Opened table 2d67c902e0f645688f11865894e89c54
15:58:01.866 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.866 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.866 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.866 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.867 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.867 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.867 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Connection.java:748) [peer ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)] connecting to peer
15:58:01.870 [DEBUG - kudu-nio-1] (Connection.java:757) [peer ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)] Successfully connected to peer
15:58:01.888 [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:58:01.890 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf20f4aa9, L:/127.0.0.1:33394 - R:/127.13.135.194:37409] using TOKEN/null
15:58:01.898 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323649359872000) for scanner KuduScanner(table=table1, tablet=25f840372cf849839f324e395bde0557, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:01.899 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558015502790660335403464_0000_m_000001_1
15:58:01.900 [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). 6217 bytes result sent to driver
15:58:01.910 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 61 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:01.911 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.217 s
15:58:01.912 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:01.913 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:01.913 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:01.914 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.224334 s
15:58:01.930 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Write Job c33415b5-e37a-4ef6-a5c4-0a2f3314f20c committed.
15:58:01.931 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Finished processing stats for write job c33415b5-e37a-4ef6-a5c4-0a2f3314f20c.
15:58:01.934 [INFO - ForkJoinPool-10-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup5865797407404335344/2d67c902e0f645688f11865894e89c54-table1/1783526281582/.kudu-metadata.json
15:58:01.947 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:149) Successfully backed up table table1
15:58:01.950 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2b4fea12c42d40e6851d37f25609eb92
15:58:01.950 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:55) Backing up table table2 to path: file:/tmp/backup5865797407404335344/2b4fea12c42d40e6851d37f25609eb92-table2/1783526281582
15:58:01.950 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:01.950 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:01.989 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.991 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.991 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.992 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:01.992 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:01.992 [INFO - ForkJoinPool-10-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:01.992 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:02.062 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:02.064 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (save at KuduBackup.scala:97) with 2 output partitions
15:58:02.064 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (save at KuduBackup.scala:97)
15:58:02.064 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:02.064 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:02.065 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[7] at save at KuduBackup.scala:97), which has no missing parents
15:58:02.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 189.4 KiB, free 1993.4 MiB)
15:58:02.110 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:58:02.111 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:02.111 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
15:58:02.112 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 1 (MapPartitionsRDD[7] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:02.112 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 2 tasks resource profile 0
15:58:02.113 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:02.114 [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:58:02.125 [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:58:02.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2b4fea12c42d40e6851d37f25609eb92
15:58:02.129 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:02.129 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:02.129 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:02.129 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:02.129 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:58:02.130 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:02.131 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:02.131 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:02.131 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:02.131 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:02.132 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:02.154 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323649359872000) for scanner KuduScanner(table=table2, tablet=40c230e6763e4cdfa323941e2ae241cb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:02.170 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:02.174 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558026048479918456606407_0001_m_000000_2' to file:/tmp/backup5865797407404335344/2b4fea12c42d40e6851d37f25609eb92-table2/1783526281582/_temporary/0/task_202607081558026048479918456606407_0001_m_000000
15:58:02.174 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) attempt_202607081558026048479918456606407_0001_m_000000_2: Committed
15:58:02.176 [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). 6303 bytes result sent to driver
15:58:02.177 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:02.177 [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:58:02.190 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 76 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:02.194 [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:58:02.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2b4fea12c42d40e6851d37f25609eb92
15:58:02.198 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:02.198 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:02.199 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:02.199 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:02.199 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:02.199 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:02.202 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323649359872000) for scanner KuduScanner(table=table2, tablet=c093ff06619349b2bce5b54ba713b4e8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:02.203 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558023286945851090917786_0001_m_000001_3
15:58:02.204 [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). 6217 bytes result sent to driver
15:58:02.206 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3) in 30 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:02.206 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:02.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (save at KuduBackup.scala:97) finished in 0.141 s
15:58:02.207 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:02.207 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:02.207 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Job 1 finished: save at KuduBackup.scala:97, took 0.144805 s
15:58:02.219 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Write Job c6f3ed5a-7eb8-4fa3-978f-bdde69f74f3f committed.
15:58:02.220 [INFO - ForkJoinPool-10-worker-1] (Logging.scala:57) Finished processing stats for write job c6f3ed5a-7eb8-4fa3-978f-bdde69f74f3f.
15:58:02.228 [INFO - ForkJoinPool-10-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup5865797407404335344/2b4fea12c42d40e6851d37f25609eb92-table2/1783526281582/.kudu-metadata.json
15:58:02.237 [INFO - ForkJoinPool-10-worker-1] (KuduBackup.scala:149) Successfully backed up table table2
15:58:02.238 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup5865797407404335344/
15:58:02.276 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup5865797407404335344/2d67c902e0f645688f11865894e89c54-table1
15:58:02.276 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:02.281 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup5865797407404335344/2b4fea12c42d40e6851d37f25609eb92-table2
15:58:02.283 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:104) Restoring table table1 from path: file:/tmp/backup5865797407404335344/2d67c902e0f645688f11865894e89c54-table1/1783526281582
15:58:02.283 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:112) Creating restore table table1-restore
15:58:02.287 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 in memory (size: 66.6 KiB, free: 1993.9 MiB)
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.286218 13968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53562:
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table1-restore"
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:02.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:02.303 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3d4234b4c9f4429f9f412a5550d8ed50
15:58:02.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.304447 14336 tablet_service.cc:1467] Processing CreateTablet for tablet f4ca7164f1774ae89a51ba2d8ab5328d (DEFAULT_TABLE table=table1-restore [id=3d4234b4c9f4429f9f412a5550d8ed50]), partition=RANGE (key) PARTITION VALUES < 50
15:58:02.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.304845 14336 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f4ca7164f1774ae89a51ba2d8ab5328d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:02.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.307897 14705 tablet_bootstrap.cc:492] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427: Bootstrap starting.
15:58:02.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.308704 14705 tablet_bootstrap.cc:654] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427: Neither blocks nor log segments found. Creating new log.
15:58:02.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.309795 14705 tablet_bootstrap.cc:492] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427: No bootstrap required, opened a new log
15:58:02.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.309903 14705 ts_tablet_manager.cc:1397] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310281 14705 raft_consensus.cc:348] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310405 14705 raft_consensus.cc:374] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310438 14705 raft_consensus.cc:729] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Initialized, Role: FOLLOWER
15:58:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310611 14705 consensus_queue.cc:260] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310714 14705 raft_consensus.cc:388] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:02.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310746 14705 raft_consensus.cc:482] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:02.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.310793 14705 raft_consensus.cc:3037] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Advancing to term 1
15:58:02.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.311663 14705 raft_consensus.cc:504] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.311806 14705 leader_election.cc:302] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [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: ef937c3938c1453e9031e01f31ed3427; no voters: 
15:58:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.312022 14705 leader_election.cc:288] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.312098 14707 raft_consensus.cc:2781] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Leader election won for term 1
15:58:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.312405 14707 raft_consensus.cc:686] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [term 1 LEADER]: Becoming Leader. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Running, Role: LEADER
15:58:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.312464 14705 ts_tablet_manager.cc:1428] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:58:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.312636 14707 consensus_queue.cc:237] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.314450 13968 catalog_manager.cc:5495] T f4ca7164f1774ae89a51ba2d8ab5328d P ef937c3938c1453e9031e01f31ed3427 reported cstate change: term changed from 0 to 1, leader changed from <none> to ef937c3938c1453e9031e01f31ed3427 (127.13.135.194). New cstate: current_term: 1 leader_uuid: "ef937c3938c1453e9031e01f31ed3427" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } health_report { overall_health: HEALTHY } } }
15:58:02.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.337713 13968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:53562:
15:58:02.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table1-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:02.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:02.344020 13968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 319aae1e2fb044cc9bb8042da89a0c90 has no consensus state
15:58:02.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.350332 14471 tablet_service.cc:1467] Processing CreateTablet for tablet 319aae1e2fb044cc9bb8042da89a0c90 (DEFAULT_TABLE table=table1-restore [id=3d4234b4c9f4429f9f412a5550d8ed50]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:02.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.350719 14471 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 319aae1e2fb044cc9bb8042da89a0c90. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:02.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.353154 14712 tablet_bootstrap.cc:492] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95: Bootstrap starting.
15:58:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.354121 14712 tablet_bootstrap.cc:654] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95: Neither blocks nor log segments found. Creating new log.
15:58:02.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.355232 14712 tablet_bootstrap.cc:492] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95: No bootstrap required, opened a new log
15:58:02.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.355342 14712 ts_tablet_manager.cc:1397] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:02.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.355806 14712 raft_consensus.cc:348] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.356030 14712 raft_consensus.cc:374] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.356154 14712 raft_consensus.cc:729] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a0300ab54364ba3bf39dcb2379e3a95, State: Initialized, Role: FOLLOWER
15:58:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.356396 14712 consensus_queue.cc:260] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [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: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.356590 14712 raft_consensus.cc:388] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.356745 14712 raft_consensus.cc:482] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:02.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.357187 14712 raft_consensus.cc:3037] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 0 FOLLOWER]: Advancing to term 1
15:58:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.358156 14712 raft_consensus.cc:504] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.358461 14712 leader_election.cc:302] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [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: 6a0300ab54364ba3bf39dcb2379e3a95; no voters: 
15:58:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.358691 14712 leader_election.cc:288] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.358814 14714 raft_consensus.cc:2781] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 FOLLOWER]: Leader election won for term 1
15:58:02.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.359076 14714 raft_consensus.cc:686] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [term 1 LEADER]: Becoming Leader. State: Replica: 6a0300ab54364ba3bf39dcb2379e3a95, State: Running, Role: LEADER
15:58:02.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.359175 14712 ts_tablet_manager.cc:1428] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.003s
15:58:02.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.359313 14714 consensus_queue.cc:237] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 [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: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } }
15:58:02.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.360972 13968 catalog_manager.cc:5495] T 319aae1e2fb044cc9bb8042da89a0c90 P 6a0300ab54364ba3bf39dcb2379e3a95 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a0300ab54364ba3bf39dcb2379e3a95 (127.13.135.195). New cstate: current_term: 1 leader_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a0300ab54364ba3bf39dcb2379e3a95" member_type: VOTER last_known_addr { host: "127.13.135.195" port: 41635 } health_report { overall_health: HEALTHY } } }
15:58:02.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.372365 13968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: table1-restore [id=3d4234b4c9f4429f9f412a5550d8ed50] alter complete (version 0)
15:58:02.385 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:02.439 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:02.455 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:02.455 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:02.456 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:02.473 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 314.2 KiB, free 1993.6 MiB)
15:58:02.485 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.5 MiB)
15:58:02.486 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:02.487 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Created broadcast 2 from toRdd at KuduRestore.scala:140
15:58:02.488 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:02.502 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:02.504 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:02.504 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:58:02.504 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:02.504 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:02.505 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[13] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:02.509 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 29.1 KiB, free 1993.5 MiB)
15:58:02.511 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.5 MiB)
15:58:02.512 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:02.513 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:02.513 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (SQLExecutionRDD[13] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:02.513 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:58:02.515 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:02.515 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 4)
15:58:02.519 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:02.522 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3d4234b4c9f4429f9f412a5550d8ed50
15:58:02.523 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Reading File path: file:///tmp/backup5865797407404335344/2d67c902e0f645688f11865894e89c54-table1/1783526281582/part-00000-5edb3c31-aba9-46e7-b60d-603524c8233b-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:02.531 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@76c39aab, flushNotification=Deferred@1069568600(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:02.533 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f4ca7164f1774ae89a51ba2d8ab5328d for table 'table1-restore' with partition [<start>, 0x80000032)
15:58:02.533 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 319aae1e2fb044cc9bb8042da89a0c90 for table 'table1-restore' with partition [0x80000032, <end>)
15:58:02.533 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=f4ca7164f1774ae89a51ba2d8ab5328d@[ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=319aae1e2fb044cc9bb8042da89a0c90@[6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)[L]]}]
15:58:02.544 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4). 5425 bytes result sent to driver
15:58:02.545 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4) in 31 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:02.545 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:02.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.040 s
15:58:02.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:02.547 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:02.547 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.044743 s
15:58:02.548 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:237) Successfully restored table table1
15:58:02.548 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:104) Restoring table table2 from path: file:/tmp/backup5865797407404335344/2b4fea12c42d40e6851d37f25609eb92-table2/1783526281582
15:58:02.548 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:112) Creating restore table table2-restore
15:58:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.550458 13968 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53562:
15:58:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table2-restore"
15:58:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:02.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:02.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:02.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:02.559 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9160fdf6571414990432f3cd4389479
15:58:02.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.562424 14201 tablet_service.cc:1467] Processing CreateTablet for tablet 2856ac614fa74991aaf5befc1e1a7a9e (DEFAULT_TABLE table=table2-restore [id=b9160fdf6571414990432f3cd4389479]), partition=RANGE (key) PARTITION VALUES < 50
15:58:02.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.562813 14201 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2856ac614fa74991aaf5befc1e1a7a9e. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:02.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.565268 14723 tablet_bootstrap.cc:492] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d: Bootstrap starting.
15:58:02.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.566031 14723 tablet_bootstrap.cc:654] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d: Neither blocks nor log segments found. Creating new log.
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.566963 14723 tablet_bootstrap.cc:492] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d: No bootstrap required, opened a new log
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567034 14723 ts_tablet_manager.cc:1397] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567346 14723 raft_consensus.cc:348] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567473 14723 raft_consensus.cc:374] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567510 14723 raft_consensus.cc:729] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Initialized, Role: FOLLOWER
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567631 14723 consensus_queue.cc:260] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567713 14723 raft_consensus.cc:388] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567737 14723 raft_consensus.cc:482] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:02.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.567767 14723 raft_consensus.cc:3037] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 0 FOLLOWER]: Advancing to term 1
15:58:02.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.568472 14723 raft_consensus.cc:504] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:02.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.568579 14723 leader_election.cc:302] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [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: 6277998f1aee4854a21cc36f4dc4c78d; no voters: 
15:58:02.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.568749 14723 leader_election.cc:288] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:02.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.568856 14725 raft_consensus.cc:2781] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 1 FOLLOWER]: Leader election won for term 1
15:58:02.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.569024 14725 raft_consensus.cc:686] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [term 1 LEADER]: Becoming Leader. State: Replica: 6277998f1aee4854a21cc36f4dc4c78d, State: Running, Role: LEADER
15:58:02.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.569099 14723 ts_tablet_manager.cc:1428] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:02.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.569279 14725 consensus_queue.cc:237] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d [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: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } }
15:58:02.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.570793 13968 catalog_manager.cc:5495] T 2856ac614fa74991aaf5befc1e1a7a9e P 6277998f1aee4854a21cc36f4dc4c78d reported cstate change: term changed from 0 to 1, leader changed from <none> to 6277998f1aee4854a21cc36f4dc4c78d (127.13.135.193). New cstate: current_term: 1 leader_uuid: "6277998f1aee4854a21cc36f4dc4c78d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6277998f1aee4854a21cc36f4dc4c78d" member_type: VOTER last_known_addr { host: "127.13.135.193" port: 35491 } health_report { overall_health: HEALTHY } } }
15:58:02.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.577210 13968 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:53562:
15:58:02.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table2-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:02.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:02.582304 13968 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9a13c3e0c0dd435bbc0203199f98a3c7 has no consensus state
15:58:02.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.587036 14336 tablet_service.cc:1467] Processing CreateTablet for tablet 9a13c3e0c0dd435bbc0203199f98a3c7 (DEFAULT_TABLE table=table2-restore [id=b9160fdf6571414990432f3cd4389479]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:02.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.587433 14336 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9a13c3e0c0dd435bbc0203199f98a3c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:02.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.589579 14705 tablet_bootstrap.cc:492] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427: Bootstrap starting.
15:58:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.590458 14705 tablet_bootstrap.cc:654] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427: Neither blocks nor log segments found. Creating new log.
15:58:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.591552 14705 tablet_bootstrap.cc:492] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427: No bootstrap required, opened a new log
15:58:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.591675 14705 ts_tablet_manager.cc:1397] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:02.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592006 14705 raft_consensus.cc:348] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592098 14705 raft_consensus.cc:374] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:02.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592121 14705 raft_consensus.cc:729] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Initialized, Role: FOLLOWER
15:58:02.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592269 14705 consensus_queue.cc:260] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592363 14705 raft_consensus.cc:388] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:02.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592417 14705 raft_consensus.cc:482] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:02.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.592460 14705 raft_consensus.cc:3037] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 0 FOLLOWER]: Advancing to term 1
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.593323 14705 raft_consensus.cc:504] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.593433 14705 leader_election.cc:302] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [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: ef937c3938c1453e9031e01f31ed3427; no voters: 
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.593503 14705 leader_election.cc:288] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.593611 14709 raft_consensus.cc:2781] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 1 FOLLOWER]: Leader election won for term 1
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.593730 14709 raft_consensus.cc:686] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [term 1 LEADER]: Becoming Leader. State: Replica: ef937c3938c1453e9031e01f31ed3427, State: Running, Role: LEADER
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.593863 14709 consensus_queue.cc:237] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 [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: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } }
15:58:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.594398 14705 ts_tablet_manager.cc:1428] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.001s
15:58:02.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.596609 13968 catalog_manager.cc:5495] T 9a13c3e0c0dd435bbc0203199f98a3c7 P ef937c3938c1453e9031e01f31ed3427 reported cstate change: term changed from 0 to 1, leader changed from <none> to ef937c3938c1453e9031e01f31ed3427 (127.13.135.194). New cstate: current_term: 1 leader_uuid: "ef937c3938c1453e9031e01f31ed3427" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ef937c3938c1453e9031e01f31ed3427" member_type: VOTER last_known_addr { host: "127.13.135.194" port: 37409 } health_report { overall_health: HEALTHY } } }
15:58:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.604184 13968 catalog_manager.cc:6040] T 00000000000000000000000000000000 P dc49dde437914da1a1c34eb6b72fb03b: table2-restore [id=b9160fdf6571414990432f3cd4389479] alter complete (version 0)
15:58:02.624 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:02.658 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:02.670 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:02.670 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:02.671 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:02.686 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:58:02.700 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:58:02.701 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:02.702 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Created broadcast 4 from toRdd at KuduRestore.scala:140
15:58:02.702 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:02.719 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:02.720 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:02.721 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (foreachPartition at KuduRestore.scala:140)
15:58:02.721 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:02.721 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:02.721 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (SQLExecutionRDD[17] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:02.726 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 29.1 KiB, free 1993.1 MiB)
15:58:02.727 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.1 MiB)
15:58:02.728 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:02.729 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:02.729 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (SQLExecutionRDD[17] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:02.729 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:02.730 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:02.731 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:58:02.734 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:02.736 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9160fdf6571414990432f3cd4389479
15:58:02.737 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup5865797407404335344/2b4fea12c42d40e6851d37f25609eb92-table2/1783526281582/part-00000-619369ee-d817-4e01-8fdd-d3cbc34ee407-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:02.743 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@26acc30f, flushNotification=Deferred@566130494(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:02.744 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2856ac614fa74991aaf5befc1e1a7a9e for table 'table2-restore' with partition [<start>, 0x80000032)
15:58:02.744 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9a13c3e0c0dd435bbc0203199f98a3c7 for table 'table2-restore' with partition [0x80000032, <end>)
15:58:02.744 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=2856ac614fa74991aaf5befc1e1a7a9e@[6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=9a13c3e0c0dd435bbc0203199f98a3c7@[ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)[L]]}]
15:58:02.750 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 5425 bytes result sent to driver
15:58:02.751 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 21 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:02.751 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:02.751 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (foreachPartition at KuduRestore.scala:140) finished in 0.029 s
15:58:02.752 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:02.752 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:02.752 [INFO - ForkJoinPool-11-worker-1] (Logging.scala:57) Job 3 finished: foreachPartition at KuduRestore.scala:140, took 0.032886 s
15:58:02.753 [INFO - ForkJoinPool-11-worker-1] (KuduRestore.scala:237) Successfully restored table table2
15:58:02.756 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3d4234b4c9f4429f9f412a5550d8ed50
15:58:02.767 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:365
15:58:02.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (count at TestKuduBackup.scala:365) with 2 output partitions
15:58:02.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (count at TestKuduBackup.scala:365)
15:58:02.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:02.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:02.768 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (KuduRDD[18] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:02.770 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 5.8 KiB, free 1993.1 MiB)
15:58:02.786 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.1 MiB)
15:58:02.786 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:02.787 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:02.787 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:58:02.788 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 4 (KuduRDD[18] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:02.788 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 2 tasks resource profile 0
15:58:02.789 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:02.789 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:58:02.792 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:02.798 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323654331179008) for scanner KuduScanner(table=table1-restore, tablet=f4ca7164f1774ae89a51ba2d8ab5328d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:02.800 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 4964 bytes result sent to driver
15:58:02.800 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:02.801 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:02.802 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 7)
15:58:02.803 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:02.807 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323654373011456) for scanner KuduScanner(table=table1-restore, tablet=319aae1e2fb044cc9bb8042da89a0c90, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:02.807 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:02.809 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7). 4964 bytes result sent to driver
15:58:02.813 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:02.813 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:02.814 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (count at TestKuduBackup.scala:365) finished in 0.045 s
15:58:02.814 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:02.814 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:02.815 [INFO - main] (Logging.scala:57) Job 4 finished: count at TestKuduBackup.scala:365, took 0.047915 s
15:58:02.817 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9160fdf6571414990432f3cd4389479
15:58:02.830 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:368
15:58:02.833 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (count at TestKuduBackup.scala:368) with 2 output partitions
15:58:02.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (count at TestKuduBackup.scala:368)
15:58:02.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:02.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:02.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (KuduRDD[19] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:02.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:58:02.838 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:58:02.840 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:02.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:02.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 5 (KuduRDD[19] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:02.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 2 tasks resource profile 0
15:58:02.843 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:02.843 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 8)
15:58:02.845 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:02.850 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323654549311488) for scanner KuduScanner(table=table2-restore, tablet=2856ac614fa74991aaf5befc1e1a7a9e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:02.851 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44071 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:02.853 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8). 4964 bytes result sent to driver
15:58:02.855 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 5.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:02.855 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:02.856 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 9)] (Logging.scala:57) Running task 1.0 in stage 5.0 (TID 9)
15:58:02.857 [DEBUG - Executor task launch worker for task 1.0 in stage 5.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:02.875 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323654653374464) for scanner KuduScanner(table=table2-restore, tablet=9a13c3e0c0dd435bbc0203199f98a3c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:02.876 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 9)] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 9). 4964 bytes result sent to driver
15:58:02.878 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 9) in 24 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:02.878 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:02.878 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (count at TestKuduBackup.scala:368) finished in 0.043 s
15:58:02.879 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:02.879 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:02.881 [INFO - main] (Logging.scala:57) Job 5 finished: count at TestKuduBackup.scala:368, took 0.050010 s
15:58:02.914 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:02.935 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:02.936 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:02.940 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:02.941 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:02.948 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:02.948 [DEBUG - main] (Connection.java:575) [peer master-127.13.135.254:39601(127.13.135.254:39601)] disconnecting while in state READY
15:58:02.949 [DEBUG - main] (Connection.java:575) [peer master-127.13.135.253:43213(127.13.135.253:43213)] disconnecting while in state READY
15:58:02.949 [DEBUG - main] (Connection.java:575) [peer 6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)] disconnecting while in state READY
15:58:02.949 [DEBUG - main] (Connection.java:575) [peer master-127.13.135.252:44203(127.13.135.252:44203)] disconnecting while in state READY
15:58:02.949 [DEBUG - main] (Connection.java:575) [peer 6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)] disconnecting while in state READY
15:58:02.949 [DEBUG - main] (Connection.java:575) [peer ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)] disconnecting while in state READY
15:58:02.954 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.135.254:39601(127.13.135.254:39601)] handling channelInactive
15:58:02.954 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.135.254:39601(127.13.135.254:39601)] cleaning up while in state READY due to: connection closed
15:58:02.954 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.135.253:43213(127.13.135.253:43213)] handling channelInactive
15:58:02.954 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.135.253:43213(127.13.135.253:43213)] cleaning up while in state READY due to: connection closed
15:58:02.954 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)] handling channelInactive
15:58:02.954 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 6a0300ab54364ba3bf39dcb2379e3a95(127.13.135.195:41635)] cleaning up while in state READY due to: connection closed
15:58:02.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:02.957 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.135.252:44203(127.13.135.252:44203)] handling channelInactive
15:58:02.957 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.135.252:44203(127.13.135.252:44203)] cleaning up while in state READY due to: connection closed
15:58:02.957 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)] handling channelInactive
15:58:02.957 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 6277998f1aee4854a21cc36f4dc4c78d(127.13.135.193:35491)] cleaning up while in state READY due to: connection closed
15:58:02.957 [DEBUG - kudu-nio-1] (Connection.java:239) [peer ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)] handling channelInactive
15:58:02.958 [DEBUG - kudu-nio-1] (Connection.java:709) [peer ef937c3938c1453e9031e01f31ed3427(127.13.135.194:37409)] cleaning up while in state READY due to: connection closed
15:58:02.958 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 31 thread-local buffer(s) from thread: kudu-nio-1
15:58:02.961 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 35 thread-local buffer(s) from thread: kudu-nio-0
15:58:02.975 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:02.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.977169 13855 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14139
15:58:02.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.986450 13855 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14274
15:58:02.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:02.994377 13855 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14409
15:58:03.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.000993 13855 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13866
15:58:03.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.007711 13855 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 13935
15:58:03.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.013859 13855 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14007
15:58:03.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:03Z chronyd exiting
.15:58:03.081 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526283081
15:58:03.083 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:03.084 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:03.084 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:03.084 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:03.084 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:03.086 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:03.205 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:03.205 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:03.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.206386 14764 mini_oidc.cc:152] Starting JWKS server
15:58:03.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.208798 14764 webserver.cc:460] Webserver started at http://127.0.0.1:42379/ using document root <none> and password file <none>
15:58:03.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.208958 14764 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:03.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.209271 14764 webserver.cc:460] Webserver started at http://127.0.0.1:41825/ using document root <none> and password file <none>
15:58:03.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:03Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:03Z Disabled control of system clock
15:58:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.227536 14764 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal
15:58:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data
15:58:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/logs
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data/info.pb
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.62:45911
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.62
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42379/jwks.json with env {}
15:58:03.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.354362 14775 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:03.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.354635 14775 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:03.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.354673 14775 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.358848 14775 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.358922 14775 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.358939 14775 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.358956 14775 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.358973 14775 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.358987 14775 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:42379/jwks.json
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.364027 14775 master_runner.cc:386] Master server non-default flags:
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.62:45911
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42379/jwks.json
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data/info.pb
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.62
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14775
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/logs
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:03.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:03.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:03.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:03.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:03.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.365228 14775 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:58:03.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.366595 14775 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:03.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.375586 14781 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:58:03.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.375646 14780 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:58:03.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.375635 14775 server_base.cc:1034] running on GCE node
15:58:03.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.375766 14783 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:58:03.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.376716 14775 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:03.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.377985 14775 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:03.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.379185 14775 hybrid_clock.cc:648] HybridClock initialized: now 1783526283379172 us; error 31 us; skew 500 ppm
15:58:03.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.381358 14775 webserver.cc:460] Webserver started at http://127.14.107.62:46347/ using document root <none> and password file <none>
15:58:03.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.381986 14775 fs_manager.cc:359] Metadata directory not provided
15:58:03.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.382087 14775 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:03.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.382311 14775 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:03.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.384359 14775 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data/instance:
15:58:03.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e439354d6934a458b6cdbb14feb0571"
15:58:03.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.384984 14775 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal/instance:
15:58:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e439354d6934a458b6cdbb14feb0571"
15:58:03.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.388662 14775 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
15:58:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.391185 14789 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:03.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.392549 14775 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
15:58:03.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.392720 14775 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e439354d6934a458b6cdbb14feb0571"
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.392926 14775 fs_report.cc:383] FS layout report
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data/data
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:03.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.423544 14775 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:03.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.424302 14775 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:58:03.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.424530 14775 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.431591 14775 rpc_server.cc:307] RPC server started. Bound to: 127.14.107.62:45911
15:58:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.431612 14841 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.14.107.62:45911 every 8 connection(s)
15:58:03.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.432559 14775 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/data/info.pb
15:58:03.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.434365 14764 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14775
15:58:03.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.434551 14764 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-0/wal/instance
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.436100 14842 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:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.436383 14764 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/logs
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data/info.pb
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:03.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.61:35657
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.61
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:03.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42379/jwks.json with env {}
15:58:03.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.440732 14842 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.453996 14842 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.455029 14792 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.107.61:35657: connect: Connection refused (error 111)
15:58:03.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.456034 14842 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.61:35657: Network error: Client connection negotiation failed: client connection to 127.14.107.61:35657: connect: Connection refused (error 111)
15:58:03.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.505318 14842 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } attempt: 1
15:58:03.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.507388 14842 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.61:35657: Network error: Client connection negotiation failed: client connection to 127.14.107.61:35657: connect: Connection refused (error 111)
15:58:03.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.568245 14844 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:03.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.568586 14844 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:03.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.568645 14844 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.573366 14844 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.573453 14844 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.573480 14844 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.573501 14844 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.573523 14844 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.573546 14844 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:42379/jwks.json
15:58:03.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.575584 14842 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } attempt: 2
15:58:03.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.577193 14842 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.61:35657: Network error: Client connection negotiation failed: client connection to 127.14.107.61:35657: connect: Connection refused (error 111)
15:58:03.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.578701 14844 master_runner.cc:386] Master server non-default flags:
15:58:03.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:03.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.61:35657
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42379/jwks.json
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data/info.pb
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.61
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14844
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/logs
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:03.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.580034 14844 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:58:03.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.581526 14844 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.590049 14855 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:58:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.590111 14853 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:58:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.590129 14852 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:58:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.590247 14844 server_base.cc:1034] running on GCE node
15:58:03.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.590984 14844 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:03.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.592124 14844 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.593360 14844 hybrid_clock.cc:648] HybridClock initialized: now 1783526283593342 us; error 36 us; skew 500 ppm
15:58:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.599248 14844 webserver.cc:460] Webserver started at http://127.14.107.61:33529/ using document root <none> and password file <none>
15:58:03.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.599921 14844 fs_manager.cc:359] Metadata directory not provided
15:58:03.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.600028 14844 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:03.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.600272 14844 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:03.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.602357 14844 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data/instance:
15:58:03.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e"
15:58:03.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.602983 14844 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal/instance:
15:58:03.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e"
15:58:03.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.606973 14844 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:03.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.609613 14861 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.610982 14844 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.611121 14844 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e"
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.611256 14844 fs_report.cc:383] FS layout report
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data/data
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:03.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:03.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.631925 14844 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:03.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.632696 14844 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:58:03.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.632952 14844 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:03.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.640151 14844 rpc_server.cc:307] RPC server started. Bound to: 127.14.107.61:35657
15:58:03.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.640158 14913 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.14.107.61:35657 every 8 connection(s)
15:58:03.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.641218 14844 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/data/info.pb
15:58:03.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.644011 14764 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14844
15:58:03.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.644133 14764 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-1/wal/instance
15:58:03.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.644716 14914 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:58:03.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.644815 14764 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/logs
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data/info.pb
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.60:45183
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.60
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:03.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42379/jwks.json with env {}
15:58:03.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.648443 14914 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.660221 14914 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.667943 14914 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.668372 14842 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } attempt: 3
15:58:03.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.669348 14865 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.670282 14914 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.60:45183: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.673471 14842 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.674711 14842 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.60:45183: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.705896 14842 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } attempt: 1
15:58:03.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.707580 14842 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.60:45183: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.719586 14914 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } attempt: 1
15:58:03.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.721367 14914 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.60:45183: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.764115 14916 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:03.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.764410 14916 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:03.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.764448 14916 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.768567 14916 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.768637 14916 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.768656 14916 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.768672 14916 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:03.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.768689 14916 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:03.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.768703 14916 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:42379/jwks.json
15:58:03.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.773696 14916 master_runner.cc:386] Master server non-default flags:
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.60:45183
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42379/jwks.json
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data/info.pb
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.60
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14916
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/logs
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:03.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.775038 14916 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:58:03.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.776979 14916 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:03.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.782781 14842 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } attempt: 2
15:58:03.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.784293 14842 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.60:45183: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.787282 14924 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:58:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.787400 14925 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:58:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.787330 14927 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:58:03.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.788460 14916 server_base.cc:1034] running on GCE node
15:58:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.789101 14916 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.789585 14914 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } attempt: 2
15:58:03.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.790450 14916 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:03.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.791070 14914 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.14.107.60:45183: Network error: Client connection negotiation failed: client connection to 127.14.107.60:45183: connect: Connection refused (error 111)
15:58:03.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.791772 14916 hybrid_clock.cc:648] HybridClock initialized: now 1783526283791744 us; error 40 us; skew 500 ppm
15:58:03.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.793798 14916 webserver.cc:460] Webserver started at http://127.14.107.60:42555/ using document root <none> and password file <none>
15:58:03.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.794420 14916 fs_manager.cc:359] Metadata directory not provided
15:58:03.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.794507 14916 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:03.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.794705 14916 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:03.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.796932 14916 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data/instance:
15:58:03.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e4bee4425feb4b2b8f90de1d3db54297"
15:58:03.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.797547 14916 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal/instance:
15:58:03.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e4bee4425feb4b2b8f90de1d3db54297"
15:58:03.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.801635 14916 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:03.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.804154 14933 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:03.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.805686 14916 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.805858 14916 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e4bee4425feb4b2b8f90de1d3db54297"
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:03 on dist-test-slave-vt7w"
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.806016 14916 fs_report.cc:383] FS layout report
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data/data
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:03.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:03.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.829668 14916 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.830426 14916 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:58:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.830643 14916 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:03.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.838392 14916 rpc_server.cc:307] RPC server started. Bound to: 127.14.107.60:45183
15:58:03.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.838495 14985 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.14.107.60:45183 every 8 connection(s)
15:58:03.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.839416 14916 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/data/info.pb
15:58:03.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.841388 14764 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 14916
15:58:03.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.841504 14764 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/master-2/wal/instance
15:58:03.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.843717 14986 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:58:03.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.848156 14986 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.858475 14986 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.863557 14986 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } has no permanent_uuid. Determining permanent_uuid...
15:58:03.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.870527 14986 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: Bootstrap starting.
15:58:03.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.873090 14986 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: Neither blocks nor log segments found. Creating new log.
15:58:03.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.873839 14986 log.cc:824] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: Log is configured to *not* fsync() on all Append() calls
15:58:03.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.875844 14986 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: No bootstrap required, opened a new log
15:58:03.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.879618 14986 raft_consensus.cc:348] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:03.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.879839 14986 raft_consensus.cc:374] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:03.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.879874 14986 raft_consensus.cc:729] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e4bee4425feb4b2b8f90de1d3db54297, State: Initialized, Role: FOLLOWER
15:58:03.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.880263 14986 consensus_queue.cc:260] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:03.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.880852 14993 sys_catalog.cc:455] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:03.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.881163 14993 sys_catalog.cc:458] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [sys.catalog]: This master's current role is: FOLLOWER
15:58:03.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.881867 14986 sys_catalog.cc:564] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [sys.catalog]: configured and running, proceeding with master startup.
15:58:03.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.882275 14914 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } attempt: 3
15:58:03.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.883477 14842 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } attempt: 3
15:58:03.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.887828 15005 catalog_manager.cc:1558] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:03.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.888044 15005 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:03.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.885767 14916 master_runner.cc:186] Error getting master registration for 127.14.107.62:45911: OK, instance_id { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" instance_seqno: 1783526283429687 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:03.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.889847 14916 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.891842 14842 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: Bootstrap starting.
15:58:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.891884 14914 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e: Bootstrap starting.
15:58:03.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.894480 14842 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: Neither blocks nor log segments found. Creating new log.
15:58:03.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.894532 14914 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e: Neither blocks nor log segments found. Creating new log.
15:58:03.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.895418 14842 log.cc:824] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: Log is configured to *not* fsync() on all Append() calls
15:58:03.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.895421 14914 log.cc:824] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e: Log is configured to *not* fsync() on all Append() calls
15:58:03.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.897734 14842 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: No bootstrap required, opened a new log
15:58:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.902053 14914 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e: No bootstrap required, opened a new log
15:58:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.902242 14842 raft_consensus.cc:348] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.902498 14842 raft_consensus.cc:374] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:03.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.902555 14842 raft_consensus.cc:729] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e439354d6934a458b6cdbb14feb0571, State: Initialized, Role: FOLLOWER
15:58:03.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.903025 14842 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:03.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.903556 15009 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:03.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.903784 15009 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [sys.catalog]: This master's current role is: FOLLOWER
15:58:03.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.904452 14842 sys_catalog.cc:564] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [sys.catalog]: configured and running, proceeding with master startup.
15:58:03.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.906590 14914 raft_consensus.cc:348] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:03.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.906836 14914 raft_consensus.cc:374] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:03.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.906901 14914 raft_consensus.cc:729] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b1ba8e0cafbb42ebbf39e59ab9f0f72e, State: Initialized, Role: FOLLOWER
15:58:03.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.907370 14914 consensus_queue.cc:260] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:03.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.907879 15021 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:03.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.908097 15021 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: This master's current role is: FOLLOWER
15:58:03.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.908804 14914 sys_catalog.cc:564] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: configured and running, proceeding with master startup.
15:58:03.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.912386 15020 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:03.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.912623 15020 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.909492 14775 master_runner.cc:186] Error getting master registration for 127.14.107.61:35657: OK, instance_id { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" instance_seqno: 1783526283638264 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.913647 14775 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:03.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.915645 15033 catalog_manager.cc:1558] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:03.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.915751 15033 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:03.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.918169 14844 master_runner.cc:263] No leader master found from master b1ba8e0cafbb42ebbf39e59ab9f0f72e
15:58:03.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:03.918241 14844 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:03.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:03.926182 14795 tablet.cc:2369] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:04.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.072012 15021 raft_consensus.cc:482] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:04.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.072252 15021 raft_consensus.cc:504] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:04.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.073544 15021 leader_election.cc:288] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e439354d6934a458b6cdbb14feb0571 (127.14.107.62:45911), e4bee4425feb4b2b8f90de1d3db54297 (127.14.107.60:45183)
15:58:04.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.074887 14816 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e439354d6934a458b6cdbb14feb0571" is_pre_election: true
15:58:04.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.075304 14816 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b1ba8e0cafbb42ebbf39e59ab9f0f72e in term 0.
15:58:04.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.075904 14862 leader_election.cc:302] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e439354d6934a458b6cdbb14feb0571, b1ba8e0cafbb42ebbf39e59ab9f0f72e; no voters: 
15:58:04.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.076745 15021 raft_consensus.cc:2781] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:04.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.076891 15021 raft_consensus.cc:482] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:04.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.076951 15021 raft_consensus.cc:3037] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 0 FOLLOWER]: Advancing to term 1
15:58:04.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.078430 15021 raft_consensus.cc:504] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:04.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.079726 14816 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e439354d6934a458b6cdbb14feb0571"
15:58:04.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.079912 14816 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 0 FOLLOWER]: Advancing to term 1
15:58:04.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.082088 14960 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e4bee4425feb4b2b8f90de1d3db54297" is_pre_election: true
15:58:04.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.082523 14960 raft_consensus.cc:2454] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b1ba8e0cafbb42ebbf39e59ab9f0f72e in term 0.
15:58:04.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.082190 14939 tablet.cc:2369] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:04.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.084605 14816 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b1ba8e0cafbb42ebbf39e59ab9f0f72e in term 1.
15:58:04.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.085187 14862 leader_election.cc:302] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [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: 9e439354d6934a458b6cdbb14feb0571, b1ba8e0cafbb42ebbf39e59ab9f0f72e; no voters: 
15:58:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.086705 14960 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e4bee4425feb4b2b8f90de1d3db54297"
15:58:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.086912 14960 raft_consensus.cc:3037] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 0 FOLLOWER]: Advancing to term 1
15:58:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.088347 14960 raft_consensus.cc:2454] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b1ba8e0cafbb42ebbf39e59ab9f0f72e in term 1.
15:58:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.089331 15021 leader_election.cc:288] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [CANDIDATE]: Term 1 election: Requested vote from peers 9e439354d6934a458b6cdbb14feb0571 (127.14.107.62:45911), e4bee4425feb4b2b8f90de1d3db54297 (127.14.107.60:45183)
15:58:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.089538 15021 raft_consensus.cc:2781] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 1 FOLLOWER]: Leader election won for term 1
15:58:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.089622 15021 raft_consensus.cc:686] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [term 1 LEADER]: Becoming Leader. State: Replica: b1ba8e0cafbb42ebbf39e59ab9f0f72e, State: Running, Role: LEADER
15:58:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.090047 15021 consensus_queue.cc:237] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [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: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } }
15:58:04.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.092729 15021 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: SysCatalogTable state changed. Reason: New leader b1ba8e0cafbb42ebbf39e59ab9f0f72e. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.096391 15021 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: This master's current role is: LEADER
15:58:04.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.097307 15037 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:04.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.098538 15037 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.104092 14960 raft_consensus.cc:1261] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [term 1 FOLLOWER]: Refusing update from remote peer b1ba8e0cafbb42ebbf39e59ab9f0f72e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:04.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.105008 15035 consensus_queue.cc:1035] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [LEADER]: Connected to new peer: Peer: permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:04.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.109767 14993 sys_catalog.cc:455] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b1ba8e0cafbb42ebbf39e59ab9f0f72e. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.109925 14993 sys_catalog.cc:458] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [sys.catalog]: This master's current role is: FOLLOWER
15:58:04.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.111560 14816 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [term 1 FOLLOWER]: Refusing update from remote peer b1ba8e0cafbb42ebbf39e59ab9f0f72e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:04.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.112383 15035 consensus_queue.cc:1035] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.116518 15009 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b1ba8e0cafbb42ebbf39e59ab9f0f72e. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.116650 15009 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [sys.catalog]: This master's current role is: FOLLOWER
15:58:04.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.122599 15035 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.122742 15035 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: This master's current role is: LEADER
15:58:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.124343 15021 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.124506 15021 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e [sys.catalog]: This master's current role is: LEADER
15:58:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.125674 14993 sys_catalog.cc:455] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.125803 14993 sys_catalog.cc:458] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297 [sys.catalog]: This master's current role is: FOLLOWER
15:58:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.127133 15009 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e439354d6934a458b6cdbb14feb0571" member_type: VOTER last_known_addr { host: "127.14.107.62" port: 45911 } } peers { permanent_uuid: "b1ba8e0cafbb42ebbf39e59ab9f0f72e" member_type: VOTER last_known_addr { host: "127.14.107.61" port: 35657 } } peers { permanent_uuid: "e4bee4425feb4b2b8f90de1d3db54297" member_type: VOTER last_known_addr { host: "127.14.107.60" port: 45183 } } }
15:58:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.127262 15009 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571 [sys.catalog]: This master's current role is: FOLLOWER
15:58:04.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.128232 15038 mvcc.cc:205] Tried to move back new op lower bound from 7305323659683532800 to 7305323659637927936. Current Snapshot: MvccSnapshot[applied={T|T < 7305323659683532800}]
15:58:04.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.136811 15037 catalog_manager.cc:1347] Generated new cluster ID: 97fac711b0de4874a6bfbe98a9a24948
15:58:04.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.136969 15037 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:04.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.159451 15037 catalog_manager.cc:1370] Generated new certificate authority record
15:58:04.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.161444 15037 catalog_manager.cc:1504] Loading token signing keys...
15:58:04.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.173295 15037 catalog_manager.cc:5868] T 00000000000000000000000000000000 P b1ba8e0cafbb42ebbf39e59ab9f0f72e: Generated new TSK 0
15:58:04.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.174136 15037 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.190181 14764 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/logs
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data/info.pb
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.1:0
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.14.107.1
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.1
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:04.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:04.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.304615 15047 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:04.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.304991 15047 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:04.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.305047 15047 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:04.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.309706 15047 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:04.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.309844 15047 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.14.107.1
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.315229 15047 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.1:0
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data/info.pb
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.1
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15047
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.14.107.1
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/logs
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.316640 15047 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:58:04.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.318178 15047 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.329017 15047 server_base.cc:1034] running on GCE node
15:58:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.328970 15053 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:58:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.328989 15052 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:58:04.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.328936 15055 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:58:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.329943 15047 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.330614 15047 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:04.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.331820 15047 hybrid_clock.cc:648] HybridClock initialized: now 1783526284331786 us; error 46 us; skew 500 ppm
15:58:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.333981 15047 webserver.cc:460] Webserver started at http://127.14.107.1:42137/ using document root <none> and password file <none>
15:58:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.334640 15047 fs_manager.cc:359] Metadata directory not provided
15:58:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.334748 15047 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:04.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.335000 15047 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:04.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.337256 15047 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data/instance:
15:58:04.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c1926b32e1eb45e4ae3b213c160704c4"
15:58:04.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.337919 15047 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal/instance:
15:58:04.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c1926b32e1eb45e4ae3b213c160704c4"
15:58:04.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.342410 15047 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
15:58:04.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.345541 15061 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.347178 15047 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.347347 15047 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c1926b32e1eb45e4ae3b213c160704c4"
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.347519 15047 fs_report.cc:383] FS layout report
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data/data
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:04.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:04.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.366395 15047 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:04.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.367146 15047 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:58:04.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.367373 15047 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:04.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.368068 15047 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:04.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.369146 15047 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:04.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.369217 15047 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:04.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.369273 15047 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:04.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.369300 15047 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.379027 15047 rpc_server.cc:307] RPC server started. Bound to: 127.14.107.1:34681
15:58:04.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.379144 15174 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.14.107.1:34681 every 8 connection(s)
15:58:04.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.380019 15047 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/data/info.pb
15:58:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.386546 14764 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15047
15:58:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.386665 14764 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-0/wal/instance
15:58:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.389669 14764 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/logs
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data/info.pb
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.2:0
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.14.107.2
15:58:04.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.2
15:58:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:04.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.394634 15177 heartbeater.cc:347] Connected to a master server at 127.14.107.61:35657
15:58:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.394685 15176 heartbeater.cc:347] Connected to a master server at 127.14.107.62:45911
15:58:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.394922 15177 heartbeater.cc:464] Registering TS with master...
15:58:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.394920 15176 heartbeater.cc:464] Registering TS with master...
15:58:04.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.395700 15177 heartbeater.cc:511] Master 127.14.107.61:35657 requested a full tablet report, sending...
15:58:04.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.395725 15175 heartbeater.cc:347] Connected to a master server at 127.14.107.60:45183
15:58:04.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.395699 15176 heartbeater.cc:511] Master 127.14.107.62:45911 requested a full tablet report, sending...
15:58:04.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.395859 15175 heartbeater.cc:464] Registering TS with master...
15:58:04.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.396003 15175 heartbeater.cc:511] Master 127.14.107.60:45183 requested a full tablet report, sending...
15:58:04.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.397320 14878 ts_manager.cc:194] Registered new tserver with Master: c1926b32e1eb45e4ae3b213c160704c4 (127.14.107.1:34681)
15:58:04.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.397297 14950 ts_manager.cc:194] Registered new tserver with Master: c1926b32e1eb45e4ae3b213c160704c4 (127.14.107.1:34681)
15:58:04.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.398756 14878 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.14.107.1:43899
15:58:04.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.398983 14806 ts_manager.cc:194] Registered new tserver with Master: c1926b32e1eb45e4ae3b213c160704c4 (127.14.107.1:34681)
15:58:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.519574 15184 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.519856 15184 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.519894 15184 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:04.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.524081 15184 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:04.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.524186 15184 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.14.107.2
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.529096 15184 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.2:0
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data/info.pb
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.2
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15184
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.14.107.2
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/logs
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:04.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:04.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:04.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:04.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:04.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.530172 15184 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:58:04.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.531531 15184 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:04.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.542073 15190 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:58:04.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.542083 15192 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:58:04.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.542083 15189 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:58:04.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.542171 15184 server_base.cc:1034] running on GCE node
15:58:04.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.542951 15184 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:04.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.543707 15184 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.544894 15184 hybrid_clock.cc:648] HybridClock initialized: now 1783526284544880 us; error 33 us; skew 500 ppm
15:58:04.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.547083 15184 webserver.cc:460] Webserver started at http://127.14.107.2:36129/ using document root <none> and password file <none>
15:58:04.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.547714 15184 fs_manager.cc:359] Metadata directory not provided
15:58:04.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.547827 15184 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:04.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.548060 15184 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:04.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.550209 15184 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data/instance:
15:58:04.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "221a7ce8b79340d992493f62401852a8"
15:58:04.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.550881 15184 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal/instance:
15:58:04.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "221a7ce8b79340d992493f62401852a8"
15:58:04.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.555006 15184 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:04.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.557650 15198 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.558966 15184 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.559108 15184 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "221a7ce8b79340d992493f62401852a8"
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.559247 15184 fs_report.cc:383] FS layout report
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data/data
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:04.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:04.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.572911 15184 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:04.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.573676 15184 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:58:04.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.573901 15184 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:04.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.574542 15184 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:04.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.575620 15184 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:04.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.575692 15184 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:04.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.575749 15184 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:04.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.575778 15184 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:04.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.585376 15184 rpc_server.cc:307] RPC server started. Bound to: 127.14.107.2:34045
15:58:04.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.585403 15311 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.14.107.2:34045 every 8 connection(s)
15:58:04.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.586333 15184 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/data/info.pb
15:58:04.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.587685 14764 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15184
15:58:04.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.587803 14764 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-1/wal/instance
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.590612 14764 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/logs
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data/info.pb
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.3:0
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.14.107.3
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.3
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:04.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:04.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.601989 15312 heartbeater.cc:347] Connected to a master server at 127.14.107.60:45183
15:58:04.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.601970 15314 heartbeater.cc:347] Connected to a master server at 127.14.107.61:35657
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.601969 15313 heartbeater.cc:347] Connected to a master server at 127.14.107.62:45911
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.602288 15312 heartbeater.cc:464] Registering TS with master...
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.602285 15313 heartbeater.cc:464] Registering TS with master...
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.602285 15314 heartbeater.cc:464] Registering TS with master...
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.603010 15314 heartbeater.cc:511] Master 127.14.107.61:35657 requested a full tablet report, sending...
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.603065 15312 heartbeater.cc:511] Master 127.14.107.60:45183 requested a full tablet report, sending...
15:58:04.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.603010 15313 heartbeater.cc:511] Master 127.14.107.62:45911 requested a full tablet report, sending...
15:58:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.604265 14806 ts_manager.cc:194] Registered new tserver with Master: 221a7ce8b79340d992493f62401852a8 (127.14.107.2:34045)
15:58:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.604265 14878 ts_manager.cc:194] Registered new tserver with Master: 221a7ce8b79340d992493f62401852a8 (127.14.107.2:34045)
15:58:04.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.604353 14950 ts_manager.cc:194] Registered new tserver with Master: 221a7ce8b79340d992493f62401852a8 (127.14.107.2:34045)
15:58:04.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.605058 14878 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.14.107.2:33329
15:58:04.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.723613 15319 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:04.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.723943 15319 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:04.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.723996 15319 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:04.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.728394 15319 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:04.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.728528 15319 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.14.107.3
15:58:04.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.733702 15319 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.107.20:46197
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.107.3:0
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data/info.pb
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.107.3
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.14.107.62:45911,127.14.107.61:35657,127.14.107.60:45183
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15319
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.14.107.3
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/logs
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:04.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:04.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.735101 15319 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:58:04.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.736557 15319 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:04.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.747097 15326 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:58:04.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.747184 15328 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:58:04.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:04.747195 15325 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:58:04.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.747591 15319 server_base.cc:1034] running on GCE node
15:58:04.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.747998 15319 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:04.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.748641 15319 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:04.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.749864 15319 hybrid_clock.cc:648] HybridClock initialized: now 1783526284749833 us; error 49 us; skew 500 ppm
15:58:04.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.751813 15319 webserver.cc:460] Webserver started at http://127.14.107.3:42793/ using document root <none> and password file <none>
15:58:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.752460 15319 fs_manager.cc:359] Metadata directory not provided
15:58:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.752560 15319 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.752830 15319 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.754781 15319 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data/instance:
15:58:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02f2fefa6bdf4bae851b730e0f2ffd69"
15:58:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.755358 15319 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal/instance:
15:58:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02f2fefa6bdf4bae851b730e0f2ffd69"
15:58:04.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.759091 15319 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
15:58:04.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.761821 15334 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.763119 15319 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.763239 15319 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02f2fefa6bdf4bae851b730e0f2ffd69"
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:04 on dist-test-slave-vt7w"
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.763386 15319 fs_report.cc:383] FS layout report
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data/data
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:04.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:04.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.778016 15319 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:04.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.778745 15319 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:58:04.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.778985 15319 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:04.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.779739 15319 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:04.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.781103 15319 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:04.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.781154 15319 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:04.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.781195 15319 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:04.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.781210 15319 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:04.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.790767 15319 rpc_server.cc:307] RPC server started. Bound to: 127.14.107.3:38883
15:58:04.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.790884 15447 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.14.107.3:38883 every 8 connection(s)
15:58:04.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.791815 15319 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/data/info.pb
15:58:04.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.798436 14764 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15319
15:58:04.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.798554 14764 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4417996496144710270/ts-2/wal/instance
15:58:04.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.805147 15450 heartbeater.cc:347] Connected to a master server at 127.14.107.61:35657
15:58:04.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.805160 15449 heartbeater.cc:347] Connected to a master server at 127.14.107.62:45911
15:58:04.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.805495 15450 heartbeater.cc:464] Registering TS with master...
15:58:04.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.805495 15449 heartbeater.cc:464] Registering TS with master...
15:58:04.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.806139 15450 heartbeater.cc:511] Master 127.14.107.61:35657 requested a full tablet report, sending...
15:58:04.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.806140 15449 heartbeater.cc:511] Master 127.14.107.62:45911 requested a full tablet report, sending...
15:58:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.806922 15448 heartbeater.cc:347] Connected to a master server at 127.14.107.60:45183
15:58:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.807086 15448 heartbeater.cc:464] Registering TS with master...
15:58:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.807181 14878 ts_manager.cc:194] Registered new tserver with Master: 02f2fefa6bdf4bae851b730e0f2ffd69 (127.14.107.3:38883)
15:58:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.807307 14806 ts_manager.cc:194] Registered new tserver with Master: 02f2fefa6bdf4bae851b730e0f2ffd69 (127.14.107.3:38883)
15:58:04.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.807327 15448 heartbeater.cc:511] Master 127.14.107.60:45183 requested a full tablet report, sending...
15:58:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.807909 14878 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.14.107.3:33173
15:58:04.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.808027 14950 ts_manager.cc:194] Registered new tserver with Master: 02f2fefa6bdf4bae851b730e0f2ffd69 (127.14.107.3:38883)
15:58:04.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.821981 14764 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:04.822 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:04.823 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:04.824 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.107.62"
      port: 45911
    }
    bound_http_address {
      host: "127.14.107.62"
      port: 46347
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.107.61"
      port: 35657
    }
    bound_http_address {
      host: "127.14.107.61"
      port: 33529
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.107.60"
      port: 45183
    }
    bound_http_address {
      host: "127.14.107.60"
      port: 42555
    }
  }
}

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

15:58:04.826 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.107.1"
      port: 34681
    }
    bound_http_address {
      host: "127.14.107.1"
      port: 42137
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.107.2"
      port: 34045
    }
    bound_http_address {
      host: "127.14.107.2"
      port: 36129
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.107.3"
      port: 38883
    }
    bound_http_address {
      host: "127.14.107.3"
      port: 42793
    }
  }
}

15:58:04.827 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:04.828 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:04.830 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:04.831 [INFO - main] (Logging.scala:57) ==============================================================
15:58:04.831 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:04.831 [INFO - main] (Logging.scala:57) ==============================================================
15:58:04.831 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:04.832 [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:58:04.832 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:04.833 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:04.834 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:04.834 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:04.834 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:04.834 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:04.834 [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:58:04.862 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 46131.
15:58:04.864 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:04.866 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:04.866 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:04.866 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:04.867 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:04.868 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-6bfe6e90-faf1-4d54-9221-988605fc3b17
15:58:04.868 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:04.870 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.889784 15005 catalog_manager.cc:1259] Loaded cluster ID: 97fac711b0de4874a6bfbe98a9a24948
15:58:04.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.889889 15005 catalog_manager.cc:1552] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: loading cluster ID for follower catalog manager: success
15:58:04.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.892486 15005 catalog_manager.cc:1574] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: acquiring CA information for follower catalog manager: success
15:58:04.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.894459 15005 catalog_manager.cc:1602] T 00000000000000000000000000000000 P e4bee4425feb4b2b8f90de1d3db54297: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:04.896 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:04.900 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 40107.
15:58:04.901 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:40107
15:58:04.901 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:04.901 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40107, None)
15:58:04.902 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:40107 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40107, None)
15:58:04.903 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40107, None)
15:58:04.903 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40107, None)
15:58:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.914281 15020 catalog_manager.cc:1259] Loaded cluster ID: 97fac711b0de4874a6bfbe98a9a24948
15:58:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.914367 15020 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: loading cluster ID for follower catalog manager: success
15:58:04.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.916484 15020 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: acquiring CA information for follower catalog manager: success
15:58:04.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.917939 15020 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 9e439354d6934a458b6cdbb14feb0571: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:04.927 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:04.945 [DEBUG - main] (Connection.java:748) [peer master-127.14.107.61:35657(127.14.107.61:35657)] connecting to peer
15:58:04.947 [DEBUG - main] (Connection.java:748) [peer master-127.14.107.62:45911(127.14.107.62:45911)] connecting to peer
15:58:04.951 [DEBUG - main] (Connection.java:748) [peer master-127.14.107.60:45183(127.14.107.60:45183)] connecting to peer
15:58:04.958 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.107.61:35657(127.14.107.61:35657)] Successfully connected to peer
15:58:04.959 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.107.62:45911(127.14.107.62:45911)] Successfully connected to peer
15:58:04.960 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.107.60:45183(127.14.107.60:45183)] Successfully connected to peer
15:58:04.961 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.107.62
15:58:04.962 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.107.61
15:58:04.969 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.107.60
15:58:04.975 [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:58:04.976 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x66f672b0, L:/127.0.0.1:60584 - R:/127.14.107.62:45911] using SASL/PLAIN
15:58:04.987 [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:58:04.989 [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:58:04.989 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x70d86b3f, L:/127.0.0.1:55542 - R:/127.14.107.61:35657] using SASL/PLAIN
15:58:04.990 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa0ff7aba, L:/127.0.0.1:58562 - R:/127.14.107.60:45183] using SASL/PLAIN
15:58:04.991 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:04.994155 14878 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55542:
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:04.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:05.000 [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:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:05.009 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 034f2a8c8ed64639ab90d5d3026fc411
15:58:05.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.022285 15109 tablet_service.cc:1467] Processing CreateTablet for tablet f7314458316643cf92ea1130d3749c2f (DEFAULT_TABLE table=test [id=034f2a8c8ed64639ab90d5d3026fc411]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:05.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.022464 15382 tablet_service.cc:1467] Processing CreateTablet for tablet 4de0f243fcec4d48ba6c783de9fbdb66 (DEFAULT_TABLE table=test [id=034f2a8c8ed64639ab90d5d3026fc411]), partition=RANGE (key) PARTITION VALUES < 50
15:58:05.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.023926 15109 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f7314458316643cf92ea1130d3749c2f. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:05.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.023926 15382 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4de0f243fcec4d48ba6c783de9fbdb66. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:05.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.031646 15500 tablet_bootstrap.cc:492] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4: Bootstrap starting.
15:58:05.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.032197 15501 tablet_bootstrap.cc:492] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69: Bootstrap starting.
15:58:05.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.034716 15500 tablet_bootstrap.cc:654] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4: Neither blocks nor log segments found. Creating new log.
15:58:05.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.034757 15501 tablet_bootstrap.cc:654] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69: Neither blocks nor log segments found. Creating new log.
15:58:05.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.035549 15500 log.cc:824] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4: Log is configured to *not* fsync() on all Append() calls
15:58:05.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.036060 15501 log.cc:824] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69: Log is configured to *not* fsync() on all Append() calls
15:58:05.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.037629 15500 tablet_bootstrap.cc:492] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4: No bootstrap required, opened a new log
15:58:05.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.037894 15500 ts_tablet_manager.cc:1397] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:05.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.038025 15501 tablet_bootstrap.cc:492] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69: No bootstrap required, opened a new log
15:58:05.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.038172 15501 ts_tablet_manager.cc:1397] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.041189 15501 raft_consensus.cc:348] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02f2fefa6bdf4bae851b730e0f2ffd69" member_type: VOTER last_known_addr { host: "127.14.107.3" port: 38883 } }
15:58:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.041410 15501 raft_consensus.cc:374] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.041445 15501 raft_consensus.cc:729] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02f2fefa6bdf4bae851b730e0f2ffd69, State: Initialized, Role: FOLLOWER
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.041860 15501 consensus_queue.cc:260] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [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: "02f2fefa6bdf4bae851b730e0f2ffd69" member_type: VOTER last_known_addr { host: "127.14.107.3" port: 38883 } }
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.041798 15500 raft_consensus.cc:348] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.041989 15501 raft_consensus.cc:388] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042033 15501 raft_consensus.cc:482] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042034 15500 raft_consensus.cc:374] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042100 15501 raft_consensus.cc:3037] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 0 FOLLOWER]: Advancing to term 1
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042105 15500 raft_consensus.cc:729] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1926b32e1eb45e4ae3b213c160704c4, State: Initialized, Role: FOLLOWER
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042577 15500 consensus_queue.cc:260] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [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: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042755 15500 raft_consensus.cc:388] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:05.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042835 15500 raft_consensus.cc:482] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:05.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.042958 15500 raft_consensus.cc:3037] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Advancing to term 1
15:58:05.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.043010 15501 raft_consensus.cc:504] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02f2fefa6bdf4bae851b730e0f2ffd69" member_type: VOTER last_known_addr { host: "127.14.107.3" port: 38883 } }
15:58:05.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.043361 15501 leader_election.cc:302] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [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: 02f2fefa6bdf4bae851b730e0f2ffd69; no voters: 
15:58:05.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.043685 15501 leader_election.cc:288] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:05.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.043764 15504 raft_consensus.cc:2781] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 1 FOLLOWER]: Leader election won for term 1
15:58:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.043967 15504 raft_consensus.cc:686] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [term 1 LEADER]: Becoming Leader. State: Replica: 02f2fefa6bdf4bae851b730e0f2ffd69, State: Running, Role: LEADER
15:58:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.044123 15500 raft_consensus.cc:504] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.044471 15504 consensus_queue.cc:237] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 [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: "02f2fefa6bdf4bae851b730e0f2ffd69" member_type: VOTER last_known_addr { host: "127.14.107.3" port: 38883 } }
15:58:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.044646 15500 leader_election.cc:302] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [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: c1926b32e1eb45e4ae3b213c160704c4; no voters: 
15:58:05.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.044857 15450 heartbeater.cc:503] Master 127.14.107.61:35657 was elected leader, sending a full tablet report...
15:58:05.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.045326 15500 leader_election.cc:288] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:05.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.045400 15507 raft_consensus.cc:2781] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 1 FOLLOWER]: Leader election won for term 1
15:58:05.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.045730 15507 raft_consensus.cc:686] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [term 1 LEADER]: Becoming Leader. State: Replica: c1926b32e1eb45e4ae3b213c160704c4, State: Running, Role: LEADER
15:58:05.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.046120 15507 consensus_queue.cc:237] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 [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: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.046499 15500 ts_tablet_manager.cc:1428] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
15:58:05.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.045596 15501 ts_tablet_manager.cc:1428] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:58:05.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.048394 15177 heartbeater.cc:503] Master 127.14.107.61:35657 was elected leader, sending a full tablet report...
15:58:05.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.050014 14878 catalog_manager.cc:5495] T 4de0f243fcec4d48ba6c783de9fbdb66 P 02f2fefa6bdf4bae851b730e0f2ffd69 reported cstate change: term changed from 0 to 1, leader changed from <none> to 02f2fefa6bdf4bae851b730e0f2ffd69 (127.14.107.3). New cstate: current_term: 1 leader_uuid: "02f2fefa6bdf4bae851b730e0f2ffd69" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02f2fefa6bdf4bae851b730e0f2ffd69" member_type: VOTER last_known_addr { host: "127.14.107.3" port: 38883 } health_report { overall_health: HEALTHY } } }
15:58:05.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.050470 14877 catalog_manager.cc:5495] T f7314458316643cf92ea1130d3749c2f P c1926b32e1eb45e4ae3b213c160704c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to c1926b32e1eb45e4ae3b213c160704c4 (127.14.107.1). New cstate: current_term: 1 leader_uuid: "c1926b32e1eb45e4ae3b213c160704c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } health_report { overall_health: HEALTHY } } }
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.068262 14877 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55542:
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:05.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.074 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 201df81bd46e425998ff284df36fea14
15:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.083298 15246 tablet_service.cc:1467] Processing CreateTablet for tablet cc367cb231464107ba4b6373a0b25b8a (DEFAULT_TABLE table=simple-test [id=201df81bd46e425998ff284df36fea14]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.084434 15246 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cc367cb231464107ba4b6373a0b25b8a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:05.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.090626 15515 tablet_bootstrap.cc:492] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8: Bootstrap starting.
15:58:05.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.092610 15515 tablet_bootstrap.cc:654] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8: Neither blocks nor log segments found. Creating new log.
15:58:05.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.093740 15515 log.cc:824] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8: Log is configured to *not* fsync() on all Append() calls
15:58:05.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.095548 15515 tablet_bootstrap.cc:492] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8: No bootstrap required, opened a new log
15:58:05.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.095778 15515 ts_tablet_manager.cc:1397] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.098852 15515 raft_consensus.cc:348] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.099104 15515 raft_consensus.cc:374] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.099151 15515 raft_consensus.cc:729] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 221a7ce8b79340d992493f62401852a8, State: Initialized, Role: FOLLOWER
15:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.099572 15515 consensus_queue.cc:260] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [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: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.099727 15515 raft_consensus.cc:388] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.099792 15515 raft_consensus.cc:482] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:05.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.099900 15515 raft_consensus.cc:3037] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Advancing to term 1
15:58:05.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.100809 15515 raft_consensus.cc:504] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.101181 15515 leader_election.cc:302] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [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: 221a7ce8b79340d992493f62401852a8; no voters: 
15:58:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.101490 15515 leader_election.cc:288] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.101629 15517 raft_consensus.cc:2781] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 1 FOLLOWER]: Leader election won for term 1
15:58:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.101883 15517 raft_consensus.cc:686] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [term 1 LEADER]: Becoming Leader. State: Replica: 221a7ce8b79340d992493f62401852a8, State: Running, Role: LEADER
15:58:05.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.102150 15314 heartbeater.cc:503] Master 127.14.107.61:35657 was elected leader, sending a full tablet report...
15:58:05.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.102284 15517 consensus_queue.cc:237] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 [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: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:05.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.102877 15515 ts_tablet_manager.cc:1428] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
15:58:05.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.105808 14877 catalog_manager.cc:5495] T cc367cb231464107ba4b6373a0b25b8a P 221a7ce8b79340d992493f62401852a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 221a7ce8b79340d992493f62401852a8 (127.14.107.2). New cstate: current_term: 1 leader_uuid: "221a7ce8b79340d992493f62401852a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } health_report { overall_health: HEALTHY } } }
15:58:05.127 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526285127
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.130020 14877 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55542:
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-auto-incrementing-test"
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "auto_incrementing_id"
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: true
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:05.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:05.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:05.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.138616 15109 tablet_service.cc:1467] Processing CreateTablet for tablet 575b979da12c46ec8a34388ea4520523 (DEFAULT_TABLE table=simple-auto-incrementing-test [id=f3950b629eb74ff5bf0ea9de59685582]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.138969 15109 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 575b979da12c46ec8a34388ea4520523. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:05.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.140920 15500 tablet_bootstrap.cc:492] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4: Bootstrap starting.
15:58:05.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.141568 15500 tablet.cc:502] Time spent fetching auto increment counter: real 0.000s	user 0.000s	sys 0.000s
15:58:05.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.141937 15500 tablet_bootstrap.cc:654] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4: Neither blocks nor log segments found. Creating new log.
15:58:05.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.143003 15500 tablet_bootstrap.cc:492] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4: No bootstrap required, opened a new log
15:58:05.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.143107 15500 ts_tablet_manager.cc:1397] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:58:05.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.143733 15500 raft_consensus.cc:348] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.143852 15500 raft_consensus.cc:374] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:05.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.143885 15500 raft_consensus.cc:729] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1926b32e1eb45e4ae3b213c160704c4, State: Initialized, Role: FOLLOWER
15:58:05.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.144043 15500 consensus_queue.cc:260] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [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: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.144116 15500 raft_consensus.cc:388] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:05.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.144158 15500 raft_consensus.cc:482] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:05.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.144198 15500 raft_consensus.cc:3037] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 0 FOLLOWER]: Advancing to term 1
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145041 15500 raft_consensus.cc:504] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145185 15500 leader_election.cc:302] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [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: c1926b32e1eb45e4ae3b213c160704c4; no voters: 
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145318 15500 leader_election.cc:288] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145437 15509 raft_consensus.cc:2781] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 1 FOLLOWER]: Leader election won for term 1
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145576 15500 ts_tablet_manager.cc:1428] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145576 15509 raft_consensus.cc:686] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [term 1 LEADER]: Becoming Leader. State: Replica: c1926b32e1eb45e4ae3b213c160704c4, State: Running, Role: LEADER
15:58:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.145753 15509 consensus_queue.cc:237] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 [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: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } }
15:58:05.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:05.147521 14877 catalog_manager.cc:5495] T 575b979da12c46ec8a34388ea4520523 P c1926b32e1eb45e4ae3b213c160704c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to c1926b32e1eb45e4ae3b213c160704c4 (127.14.107.1). New cstate: current_term: 1 leader_uuid: "c1926b32e1eb45e4ae3b213c160704c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1926b32e1eb45e4ae3b213c160704c4" member_type: VOTER last_known_addr { host: "127.14.107.1" port: 34681 } health_report { overall_health: HEALTHY } } }
15:58:05.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 575b979da12c46ec8a34388ea4520523 for table 'simple-auto-incrementing-test' with partition [<start>, <end>)
15:58:05.170 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=575b979da12c46ec8a34388ea4520523@[c1926b32e1eb45e4ae3b213c160704c4(127.14.107.1:34681)[L]]}]
15:58:05.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.14.107.61:35657, [2ms] Sub RPC GetTableLocations: received response from server master-127.14.107.61:35657: OK, deferred=null) after lookup
15:58:05.171 [DEBUG - kudu-nio-0] (Connection.java:748) [peer c1926b32e1eb45e4ae3b213c160704c4(127.14.107.1:34681)] connecting to peer
15:58:05.173 [DEBUG - kudu-nio-1] (Connection.java:757) [peer c1926b32e1eb45e4ae3b213c160704c4(127.14.107.1:34681)] Successfully connected to peer
15:58:05.190 [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:58:05.192 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf7612cfa, L:/127.0.0.1:48704 - R:/127.14.107.1:34681] using TOKEN/null
15:58:05.458 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526285458
15:58:05.458 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526285456686
15:58:05.458 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:05.458 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup86338086374434009/
15:58:05.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:05.464 [INFO - ForkJoinPool-16-worker-1] (KuduBackup.scala:55) Backing up table simple-auto-incrementing-test to path: file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459
15:58:05.465 [INFO - ForkJoinPool-16-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:05.465 [INFO - ForkJoinPool-16-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:05.466 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:05.466 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:05.499 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:05.500 [INFO - ForkJoinPool-16-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:05.501 [INFO - ForkJoinPool-16-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:05.501 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:05.501 [INFO - ForkJoinPool-16-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:05.501 [INFO - ForkJoinPool-16-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:05.501 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:05.524 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Code generated in 9.815448 ms
15:58:05.544 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:05.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 1 output partitions
15:58:05.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:05.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:05.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:05.547 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:05.571 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 178.3 KiB, free 1993.7 MiB)
15:58:05.573 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 64.2 KiB, free 1993.6 MiB)
15:58:05.574 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 64.2 KiB, free: 1993.8 MiB)
15:58:05.574 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:05.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0))
15:58:05.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 1 tasks resource profile 0
15:58:05.577 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4705 bytes) taskResourceAssignments Map()
15:58:05.578 [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:58:05.590 [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:58:05.593 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:05.596 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:05.596 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:05.596 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:05.596 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:05.596 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:05.596 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:05.597 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:05.598 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "auto_incrementing_id",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "val",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int64 auto_incrementing_id;
  optional binary val (UTF8);
}

       
15:58:05.619 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 100 rows, more = false, responseScanTimestamp = 7305323665240064000) for scanner KuduScanner(table=simple-auto-incrementing-test, tablet=575b979da12c46ec8a34388ea4520523, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:05.673 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Code generated in 50.435423 ms
15:58:05.682 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 3090
15:58:05.686 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155805282477808038814274_0000_m_000000_0' to file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459/_temporary/0/task_20260708155805282477808038814274_0000_m_000000
15:58:05.687 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_20260708155805282477808038814274_0000_m_000000_0: Committed
15:58:05.688 [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). 6343 bytes result sent to driver
15:58:05.689 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 113 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:05.690 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:05.690 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.143 s
15:58:05.690 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:05.690 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:05.692 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.147521 s
15:58:05.701 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Write Job 58f4198f-2291-4ddf-ae28-400571d0c0c7 committed.
15:58:05.702 [INFO - ForkJoinPool-16-worker-1] (Logging.scala:57) Finished processing stats for write job 58f4198f-2291-4ddf-ae28-400571d0c0c7.
15:58:05.704 [INFO - ForkJoinPool-16-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459/.kudu-metadata.json
15:58:05.711 [INFO - ForkJoinPool-16-worker-1] (KuduBackup.scala:149) Successfully backed up table simple-auto-incrementing-test
15:58:05.713 [DEBUG - main] (Connection.java:748) [peer master-127.14.107.61:35657(127.14.107.61:35657)] connecting to peer
15:58:05.715 [DEBUG - main] (Connection.java:748) [peer master-127.14.107.62:45911(127.14.107.62:45911)] connecting to peer
15:58:05.718 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.107.61:35657(127.14.107.61:35657)] Successfully connected to peer
15:58:05.718 [DEBUG - main] (Connection.java:748) [peer master-127.14.107.60:45183(127.14.107.60:45183)] connecting to peer
15:58:05.723 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.107.61
15:58:05.727 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.107.60:45183(127.14.107.60:45183)] Successfully connected to peer
15:58:05.737 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.107.62:45911(127.14.107.62:45911)] Successfully connected to peer
15:58:05.740 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.107.62
15:58:05.741 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.107.60
15:58:05.754 [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:58:05.756 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x009a3b75, L:/127.0.0.1:60586 - R:/127.14.107.62:45911] using SASL/PLAIN
15:58:05.765 [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:58:05.767 [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:58:05.768 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x224a0246, L:/127.0.0.1:55544 - R:/127.14.107.61:35657] using SASL/PLAIN
15:58:05.770 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc6738198, L:/127.0.0.1:58568 - R:/127.14.107.60:45183] using SASL/PLAIN
15:58:05.772 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:05.773 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=59), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.14.107.61:35657, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.14.107.62:45911, [5ms] Sub RPC ConnectToMaster: sending RPC to server master-127.14.107.60:45183, [44ms] Sub RPC ConnectToMaster: received response from server master-127.14.107.62:45911: OK, [58ms] Sub RPC ConnectToMaster: received response from server master-127.14.107.61:35657: OK, deferred=null) after lookup
15:58:05.775 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:05.787 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:05.802 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:05.802 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:05.803 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, auto_incrementing_id: bigint, val: string ... 1 more fields>
15:58:05.830 [INFO - main] (Logging.scala:57) Code generated in 14.848591 ms
15:58:05.835 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 310.4 KiB, free 1993.3 MiB)
15:58:05.847 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1993.3 MiB)
15:58:05.847 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 28.0 KiB, free: 1993.8 MiB)
15:58:05.849 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:05.849 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4196478 bytes, open cost is considered as scanning 4194304 bytes.
15:58:05.860 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:05.861 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:05.861 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:05.861 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:05.862 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:05.862 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:05.864 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 13.0 KiB, free 1993.3 MiB)
15:58:05.867 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 5.6 KiB, free 1993.3 MiB)
15:58:05.867 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 5.6 KiB, free: 1993.8 MiB)
15:58:05.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:05.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:05.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:05.870 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5005 bytes) taskResourceAssignments Map()
15:58:05.870 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 1)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 1)
15:58:05.875 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 1)] (Logging.scala:57) Reading File path: file:///tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459/part-00000-6f96f5a3-30d9-4078-8fec-6d40d34949b6-c000.snappy.parquet, range: 0-2174, partition values: [empty row]
15:58:05.881 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 1)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 1). 3157 bytes result sent to driver
15:58:05.882 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 1) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:05.882 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:05.883 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.020 s
15:58:05.883 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:05.883 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:05.884 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.023023 s
15:58:05.894 [INFO - main] (Logging.scala:57) Code generated in 8.357732 ms
15:58:06.150 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526286149
15:58:06.150 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526286148455
15:58:06.150 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:06.150 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup86338086374434009/
15:58:06.157 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test
15:58:06.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:06.161 [INFO - ForkJoinPool-19-worker-1] (KuduBackup.scala:55) Backing up table simple-auto-incrementing-test to path: file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526286150
15:58:06.161 [INFO - ForkJoinPool-19-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:06.163 [INFO - ForkJoinPool-19-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526285459 from backup in path: file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459
15:58:06.189 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:06.190 [INFO - ForkJoinPool-19-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:06.190 [INFO - ForkJoinPool-19-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:06.191 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:06.191 [INFO - ForkJoinPool-19-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:06.191 [INFO - ForkJoinPool-19-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:06.192 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:06.213 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Code generated in 10.606354 ms
15:58:06.238 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:06.240 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 1 output partitions
15:58:06.240 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:06.240 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:06.240 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:06.240 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:06.265 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 179.5 KiB, free 1993.1 MiB)
15:58:06.268 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 64.7 KiB, free 1993.1 MiB)
15:58:06.268 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 64.7 KiB, free: 1993.7 MiB)
15:58:06.269 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:06.269 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0))
15:58:06.269 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:58:06.270 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4715 bytes) taskResourceAssignments Map()
15:58:06.271 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 2)
15:58:06.280 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:06.282 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:06.287 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:06.287 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:06.287 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:06.287 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:06.287 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:06.287 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:06.288 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:06.289 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:06.289 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:06.289 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:06.289 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "auto_incrementing_id",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "val",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int64 auto_incrementing_id;
  optional binary val (UTF8);
  optional int32 backup_row_action (INT_8);
}

       
15:58:06.306 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 100 rows, more = false, responseScanTimestamp = 7305323668070400000) for scanner KuduScanner(table=simple-auto-incrementing-test, tablet=575b979da12c46ec8a34388ea4520523, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:06.339 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Code generated in 27.533058 ms
15:58:06.348 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 3604
15:58:06.358 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558061578012934989455731_0002_m_000000_2' to file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526286150/_temporary/0/task_202607081558061578012934989455731_0002_m_000000
15:58:06.358 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) attempt_202607081558061578012934989455731_0002_m_000000_2: Committed
15:58:06.359 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 2). 6300 bytes result sent to driver
15:58:06.361 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 2) in 91 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:06.361 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:06.362 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.120 s
15:58:06.362 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:06.362 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:06.363 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.123992 s
15:58:06.371 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Write Job a48db84c-d582-4af7-87a0-f7b224781acf committed.
15:58:06.371 [INFO - ForkJoinPool-19-worker-1] (Logging.scala:57) Finished processing stats for write job a48db84c-d582-4af7-87a0-f7b224781acf.
15:58:06.374 [INFO - ForkJoinPool-19-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526286150/.kudu-metadata.json
15:58:06.383 [INFO - ForkJoinPool-19-worker-1] (KuduBackup.scala:149) Successfully backed up table simple-auto-incrementing-test
15:58:06.387 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:06.396 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:06.410 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:06.410 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:06.411 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, auto_incrementing_id: bigint, val: string, backup_row_action: tinyint ... 2 more fields>
15:58:06.461 [INFO - main] (Logging.scala:57) Code generated in 39.103837 ms
15:58:06.462 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 5.6 KiB, free: 1993.7 MiB)
15:58:06.466 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 310.7 KiB, free 1992.8 MiB)
15:58:06.476 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 64.7 KiB, free: 1993.8 MiB)
15:58:06.478 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.2 KiB, free 1993.0 MiB)
15:58:06.479 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 28.2 KiB, free: 1993.8 MiB)
15:58:06.480 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:06.481 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4196753 bytes, open cost is considered as scanning 4194304 bytes.
15:58:06.496 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 28.0 KiB, free: 1993.8 MiB)
15:58:06.502 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:06.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:06.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:06.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:06.504 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:06.504 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:06.506 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 13.6 KiB, free 1993.3 MiB)
15:58:06.508 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 5.7 KiB, free 1993.3 MiB)
15:58:06.508 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 5.7 KiB, free: 1993.8 MiB)
15:58:06.510 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:06.511 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:06.511 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:06.512 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5005 bytes) taskResourceAssignments Map()
15:58:06.513 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 3)
15:58:06.518 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526286150/part-00000-01e66e57-a396-4cbd-85a9-19bbf0047f2e-c000.snappy.parquet, range: 0-2449, partition values: [empty row]
15:58:06.525 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 3). 3197 bytes result sent to driver
15:58:06.526 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 3) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:06.526 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:06.527 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.022 s
15:58:06.527 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:06.527 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:06.528 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.024908 s
15:58:06.538 [INFO - main] (Logging.scala:57) Code generated in 8.459368 ms
15:58:06.540 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup86338086374434009/
15:58:06.547 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test
15:58:06.548 [INFO - ForkJoinPool-22-worker-1] (KuduRestore.scala:104) Restoring table simple-auto-incrementing-test from path: file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459
15:58:06.549 [INFO - ForkJoinPool-22-worker-1] (KuduRestore.scala:112) Creating restore table simple-auto-incrementing-test-restore
15:58:06.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.550570 14877 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55542:
15:58:06.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-auto-incrementing-test-restore"
15:58:06.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:06.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:06.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "auto_incrementing_id"
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: true
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\007\000\000"
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "slave"
15:58:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:06.558 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c8a61377d52e4ed982ac40951d9c6383
15:58:06.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.561293 15246 tablet_service.cc:1467] Processing CreateTablet for tablet bf4b4a13a3c9438091af73e214f93c19 (DEFAULT_TABLE table=simple-auto-incrementing-test-restore [id=c8a61377d52e4ed982ac40951d9c6383]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:06.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.561668 15246 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bf4b4a13a3c9438091af73e214f93c19. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:06.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.563814 15621 tablet_bootstrap.cc:492] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8: Bootstrap starting.
15:58:06.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.564447 15621 tablet.cc:502] Time spent fetching auto increment counter: real 0.000s	user 0.000s	sys 0.000s
15:58:06.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.564890 15621 tablet_bootstrap.cc:654] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8: Neither blocks nor log segments found. Creating new log.
15:58:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.566174 15621 tablet_bootstrap.cc:492] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8: No bootstrap required, opened a new log
15:58:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.566265 15621 ts_tablet_manager.cc:1397] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.566933 15621 raft_consensus.cc:348] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.567080 15621 raft_consensus.cc:374] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.567116 15621 raft_consensus.cc:729] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 221a7ce8b79340d992493f62401852a8, State: Initialized, Role: FOLLOWER
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.567276 15621 consensus_queue.cc:260] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [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: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.567391 15621 raft_consensus.cc:388] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.567426 15621 raft_consensus.cc:482] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.567474 15621 raft_consensus.cc:3037] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 0 FOLLOWER]: Advancing to term 1
15:58:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.568252 15621 raft_consensus.cc:504] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.568406 15621 leader_election.cc:302] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [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: 221a7ce8b79340d992493f62401852a8; no voters: 
15:58:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.568600 15621 leader_election.cc:288] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.568734 15623 raft_consensus.cc:2781] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 1 FOLLOWER]: Leader election won for term 1
15:58:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.569063 15623 raft_consensus.cc:686] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [term 1 LEADER]: Becoming Leader. State: Replica: 221a7ce8b79340d992493f62401852a8, State: Running, Role: LEADER
15:58:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.569072 15621 ts_tablet_manager.cc:1428] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:58:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.569527 15623 consensus_queue.cc:237] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 [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: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } }
15:58:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.571452 14877 catalog_manager.cc:5495] T bf4b4a13a3c9438091af73e214f93c19 P 221a7ce8b79340d992493f62401852a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 221a7ce8b79340d992493f62401852a8 (127.14.107.2). New cstate: current_term: 1 leader_uuid: "221a7ce8b79340d992493f62401852a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "221a7ce8b79340d992493f62401852a8" member_type: VOTER last_known_addr { host: "127.14.107.2" port: 34045 } health_report { overall_health: HEALTHY } } }
15:58:06.597 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:58:06.623 [INFO - ForkJoinPool-22-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:06.632 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:06.633 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:06.633 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, auto_incrementing_id: bigint, val: string, backup_row_action: tinyint ... 2 more fields>
15:58:06.653 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Code generated in 14.099605 ms
15:58:06.659 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 310.7 KiB, free 1993.0 MiB)
15:58:06.672 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.2 KiB, free 1993.0 MiB)
15:58:06.673 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 28.2 KiB, free: 1993.8 MiB)
15:58:06.674 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:58:06.675 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4196478 bytes, open cost is considered as scanning 4194304 bytes.
15:58:06.692 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:06.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:06.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:58:06.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:06.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:06.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:06.697 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 19.9 KiB, free 1992.9 MiB)
15:58:06.699 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 9.0 KiB, free 1992.9 MiB)
15:58:06.699 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 9.0 KiB, free: 1993.7 MiB)
15:58:06.700 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:06.700 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:06.700 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:58:06.701 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5005 bytes) taskResourceAssignments Map()
15:58:06.702 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 4)
15:58:06.707 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:06.710 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c8a61377d52e4ed982ac40951d9c6383
15:58:06.711 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Logging.scala:57) Reading File path: file:///tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526285459/part-00000-6f96f5a3-30d9-4078-8fec-6d40d34949b6-c000.snappy.parquet, range: 0-2174, partition values: [empty row]
15:58:06.718 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bf4b4a13a3c9438091af73e214f93c19 for table 'simple-auto-incrementing-test-restore' with partition [<start>, <end>)
15:58:06.719 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=bf4b4a13a3c9438091af73e214f93c19@[221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)[L]]}]
15:58:06.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bf4b4a13a3c9438091af73e214f93c19 for table 'simple-auto-incrementing-test-restore' with partition [<start>, <end>)
15:58:06.720 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=bf4b4a13a3c9438091af73e214f93c19@[221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)[L]]}]
15:58:06.720 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bf4b4a13a3c9438091af73e214f93c19 for table 'simple-auto-incrementing-test-restore' with partition [<start>, <end>)
15:58:06.720 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=bf4b4a13a3c9438091af73e214f93c19@[221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)[L]]}]
15:58:06.724 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=4790, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2b6a9530, flushNotification=Deferred@2096146074(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:06.726 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Connection.java:748) [peer 221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)] connecting to peer
15:58:06.729 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)] Successfully connected to peer
15:58:06.741 [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:58:06.743 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x61d20974, L:/127.0.0.1:45848 - R:/127.14.107.2:34045] using TOKEN/null
15:58:06.757 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 4). 5422 bytes result sent to driver
15:58:06.758 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 4) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:06.758 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:06.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.064 s
15:58:06.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:06.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:06.760 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.066703 s
15:58:06.760 [INFO - ForkJoinPool-22-worker-1] (KuduRestore.scala:104) Restoring table simple-auto-incrementing-test from path: file:/tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526286150
15:58:06.767 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:06.786 [INFO - ForkJoinPool-22-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:06.793 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:06.794 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:06.794 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, auto_incrementing_id: bigint, val: string, backup_row_action: tinyint ... 2 more fields>
15:58:06.803 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 310.7 KiB, free 1992.6 MiB)
15:58:06.813 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.2 KiB, free 1992.6 MiB)
15:58:06.814 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 28.2 KiB, free: 1993.7 MiB)
15:58:06.815 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:58:06.815 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4196753 bytes, open cost is considered as scanning 4194304 bytes.
15:58:06.827 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:06.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:06.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:58:06.829 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:06.829 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:06.829 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:06.832 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 19.5 KiB, free 1992.6 MiB)
15:58:06.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1992.6 MiB)
15:58:06.835 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 8.9 KiB, free: 1993.7 MiB)
15:58:06.835 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:58:06.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:06.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:58:06.837 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5005 bytes) taskResourceAssignments Map()
15:58:06.837 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 5)
15:58:06.841 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:06.856 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c8a61377d52e4ed982ac40951d9c6383
15:58:06.857 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup86338086374434009/f3950b629eb74ff5bf0ea9de59685582-simple-auto-incrementing-test/1783526286150/part-00000-01e66e57-a396-4cbd-85a9-19bbf0047f2e-c000.snappy.parquet, range: 0-2449, partition values: [empty row]
15:58:06.864 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 5.7 KiB, free: 1993.7 MiB)
15:58:06.865 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=4900, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@910bc21, flushNotification=Deferred@1862400636(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:06.873 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 5). 5465 bytes result sent to driver
15:58:06.875 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 28.2 KiB, free: 1993.7 MiB)
15:58:06.875 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 5) in 39 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:06.875 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:06.876 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.046 s
15:58:06.876 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:06.876 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:06.876 [INFO - ForkJoinPool-22-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.049241 s
15:58:06.877 [INFO - ForkJoinPool-22-worker-1] (KuduRestore.scala:237) Successfully restored table simple-auto-incrementing-test
15:58:06.880 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c8a61377d52e4ed982ac40951d9c6383
15:58:06.886 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 28.2 KiB, free: 1993.8 MiB)
15:58:06.890 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:06.891 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 in memory (size: 9.0 KiB, free: 1993.8 MiB)
15:58:06.891 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (collect at TestKuduBackup.scala:1002) with 1 output partitions
15:58:06.891 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (collect at TestKuduBackup.scala:1002)
15:58:06.891 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:06.891 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:06.892 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:06.894 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 5.8 KiB, free 1993.3 MiB)
15:58:06.896 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.3 MiB)
15:58:06.896 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40107 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:06.897 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:58:06.897 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0))
15:58:06.897 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 1 tasks resource profile 0
15:58:06.899 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4859 bytes) taskResourceAssignments Map()
15:58:06.899 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 6)
15:58:06.901 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:06.908 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 200 rows, more = false, responseScanTimestamp = 7305323671159529472) for scanner KuduScanner(table=simple-auto-incrementing-test-restore, tablet=bf4b4a13a3c9438091af73e214f93c19, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:06.910 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 6). 8273 bytes result sent to driver
15:58:06.912 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 6) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:06.912 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:06.913 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (collect at TestKuduBackup.scala:1002) finished in 0.021 s
15:58:06.914 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:06.914 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:06.915 [INFO - main] (Logging.scala:57) Job 6 finished: collect at TestKuduBackup.scala:1002, took 0.023883 s
15:58:06.917 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f3950b629eb74ff5bf0ea9de59685582
15:58:06.920 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c8a61377d52e4ed982ac40951d9c6383
15:58:06.924 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c8a61377d52e4ed982ac40951d9c6383
15:58:06.930 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 200 rows, more = false) for scanner KuduScanner(table=simple-auto-incrementing-test-restore, tablet=bf4b4a13a3c9438091af73e214f93c19, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:06.938 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:06.943 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:06.944 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:06.946 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:06.947 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:06.952 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:06.952 [DEBUG - main] (Connection.java:575) [peer 221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)] disconnecting while in state READY
15:58:06.952 [DEBUG - main] (Connection.java:575) [peer master-127.14.107.60:45183(127.14.107.60:45183)] disconnecting while in state READY
15:58:06.953 [DEBUG - main] (Connection.java:575) [peer c1926b32e1eb45e4ae3b213c160704c4(127.14.107.1:34681)] disconnecting while in state READY
15:58:06.953 [DEBUG - main] (Connection.java:575) [peer master-127.14.107.61:35657(127.14.107.61:35657)] disconnecting while in state READY
15:58:06.953 [DEBUG - main] (Connection.java:575) [peer master-127.14.107.62:45911(127.14.107.62:45911)] disconnecting while in state READY
15:58:06.955 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)] handling channelInactive
15:58:06.955 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 221a7ce8b79340d992493f62401852a8(127.14.107.2:34045)] cleaning up while in state READY due to: connection closed
15:58:06.955 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.107.60:45183(127.14.107.60:45183)] handling channelInactive
15:58:06.955 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.107.60:45183(127.14.107.60:45183)] cleaning up while in state READY due to: connection closed
15:58:06.955 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.107.61:35657(127.14.107.61:35657)] handling channelInactive
15:58:06.955 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.107.61:35657(127.14.107.61:35657)] cleaning up while in state READY due to: connection closed
15:58:06.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:06.957 [DEBUG - kudu-nio-1] (Connection.java:239) [peer c1926b32e1eb45e4ae3b213c160704c4(127.14.107.1:34681)] handling channelInactive
15:58:06.957 [DEBUG - kudu-nio-1] (Connection.java:709) [peer c1926b32e1eb45e4ae3b213c160704c4(127.14.107.1:34681)] cleaning up while in state READY due to: connection closed
15:58:06.957 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.107.62:45911(127.14.107.62:45911)] handling channelInactive
15:58:06.957 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.107.62:45911(127.14.107.62:45911)] cleaning up while in state READY due to: connection closed
15:58:06.958 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 31 thread-local buffer(s) from thread: kudu-nio-1
15:58:06.960 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 38 thread-local buffer(s) from thread: kudu-nio-0
15:58:06.972 [DEBUG - main] (Connection.java:575) [peer master-127.14.107.60:45183(127.14.107.60:45183)] disconnecting while in state READY
15:58:06.973 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.107.60:45183(127.14.107.60:45183)] handling channelInactive
15:58:06.974 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.107.60:45183(127.14.107.60:45183)] cleaning up while in state READY due to: connection closed
15:58:06.974 [DEBUG - main] (Connection.java:575) [peer master-127.14.107.61:35657(127.14.107.61:35657)] disconnecting while in state READY
15:58:06.974 [DEBUG - main] (Connection.java:575) [peer master-127.14.107.62:45911(127.14.107.62:45911)] disconnecting while in state READY
15:58:06.974 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.107.61:35657(127.14.107.61:35657)] handling channelInactive
15:58:06.974 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.107.61:35657(127.14.107.61:35657)] cleaning up while in state READY due to: connection closed
15:58:06.975 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.107.62:45911(127.14.107.62:45911)] handling channelInactive
15:58:06.975 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.107.62:45911(127.14.107.62:45911)] cleaning up while in state READY due to: connection closed
15:58:06.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:06.977 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 18 thread-local buffer(s) from thread: kudu-nio-1
15:58:06.977 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 24 thread-local buffer(s) from thread: kudu-nio-0
15:58:06.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.977347 14764 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15047
15:58:06.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.985466 14764 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15184
15:58:06.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.991508 14764 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15319
15:58:06.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:06.997522 14764 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14775
15:58:07.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.004570 14764 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14844
15:58:07.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.011061 14764 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 14916
15:58:07.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:07Z chronyd exiting
.15:58:07.075 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526287075
15:58:07.078 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:07.078 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:07.078 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:07.079 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:07.079 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:07.081 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:07.196 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:07.196 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:07.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.197454 15664 mini_oidc.cc:152] Starting JWKS server
15:58:07.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.199707 15664 webserver.cc:460] Webserver started at http://127.0.0.1:38665/ using document root <none> and password file <none>
15:58:07.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.199860 15664 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:07.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.200102 15664 webserver.cc:460] Webserver started at http://127.0.0.1:45811/ using document root <none> and password file <none>
15:58:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:07Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:07.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:07Z Disabled control of system clock
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.219250 15664 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/logs
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data/info.pb
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.62:35057
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.62
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:07.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:07.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38665/jwks.json with env {}
15:58:07.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.339459 15675 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:07.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.339764 15675 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:07.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.339804 15675 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:07.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.344612 15675 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:07.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.344681 15675 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:07.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.344699 15675 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:07.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.344717 15675 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:07.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.344733 15675 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:07.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.344798 15675 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38665/jwks.json
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.349818 15675 master_runner.cc:386] Master server non-default flags:
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.62:35057
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38665/jwks.json
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data/info.pb
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.62
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15675
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/logs
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:07.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:07.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.350978 15675 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:58:07.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.352295 15675 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:07.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.361227 15680 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:58:07.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.361147 15681 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:58:07.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.361251 15675 server_base.cc:1034] running on GCE node
15:58:07.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.361325 15683 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:58:07.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.361930 15675 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:07.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.363077 15675 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:07.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.364305 15675 hybrid_clock.cc:648] HybridClock initialized: now 1783526287364277 us; error 43 us; skew 500 ppm
15:58:07.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.366391 15675 webserver.cc:460] Webserver started at http://127.15.76.62:34725/ using document root <none> and password file <none>
15:58:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.367019 15675 fs_manager.cc:359] Metadata directory not provided
15:58:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.367120 15675 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:07.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.367357 15675 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.369515 15675 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data/instance:
15:58:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57f587d74b62406e83b1c498669eaa00"
15:58:07.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.370143 15675 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal/instance:
15:58:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57f587d74b62406e83b1c498669eaa00"
15:58:07.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.374024 15675 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
15:58:07.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.376564 15689 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.378008 15675 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.378181 15675 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57f587d74b62406e83b1c498669eaa00"
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.378333 15675 fs_report.cc:383] FS layout report
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data/data
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:07.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:07.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:07.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.407889 15675 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:07.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.408727 15675 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:58:07.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.408983 15675 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:07.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.416297 15675 rpc_server.cc:307] RPC server started. Bound to: 127.15.76.62:35057
15:58:07.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.416303 15741 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.15.76.62:35057 every 8 connection(s)
15:58:07.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.417353 15675 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/data/info.pb
15:58:07.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.420735 15742 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:58:07.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.424207 15742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.426621 15664 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15675
15:58:07.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.426873 15664 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-0/wal/instance
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.428527 15664 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:07.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/logs
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data/info.pb
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.61:40511
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.61
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38665/jwks.json with env {}
15:58:07.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.437696 15742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.438611 15691 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.76.61:40511: connect: Connection refused (error 111)
15:58:07.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.439553 15742 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.61:40511: Network error: Client connection negotiation failed: client connection to 127.15.76.61:40511: connect: Connection refused (error 111)
15:58:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.488831 15742 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } attempt: 1
15:58:07.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.490469 15742 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.61:40511: Network error: Client connection negotiation failed: client connection to 127.15.76.61:40511: connect: Connection refused (error 111)
15:58:07.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.544305 15746 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:07.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.544601 15746 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:07.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.544641 15746 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.548957 15746 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.549034 15746 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.549053 15746 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.549070 15746 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.549088 15746 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.549101 15746 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38665/jwks.json
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.554275 15746 master_runner.cc:386] Master server non-default flags:
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.61:40511
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38665/jwks.json
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data/info.pb
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.61
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:07.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15746
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/logs
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:07.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.555437 15746 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:58:07.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.556811 15746 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:07.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.558661 15742 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } attempt: 2
15:58:07.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.560094 15742 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.61:40511: Network error: Client connection negotiation failed: client connection to 127.15.76.61:40511: connect: Connection refused (error 111)
15:58:07.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.565996 15752 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:58:07.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.566098 15746 server_base.cc:1034] running on GCE node
15:58:07.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.565996 15753 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:58:07.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.566001 15755 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:58:07.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.566958 15746 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:07.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.568113 15746 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:07.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.569289 15746 hybrid_clock.cc:648] HybridClock initialized: now 1783526287569280 us; error 32 us; skew 500 ppm
15:58:07.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.571395 15746 webserver.cc:460] Webserver started at http://127.15.76.61:40821/ using document root <none> and password file <none>
15:58:07.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.571949 15746 fs_manager.cc:359] Metadata directory not provided
15:58:07.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.572008 15746 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:07.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.572175 15746 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:07.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.574101 15746 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data/instance:
15:58:07.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f5c3c73dc00413a81908b997f0be937"
15:58:07.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.574585 15746 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal/instance:
15:58:07.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f5c3c73dc00413a81908b997f0be937"
15:58:07.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.578167 15746 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
15:58:07.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.580539 15761 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.581971 15746 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.582090 15746 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f5c3c73dc00413a81908b997f0be937"
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.582235 15746 fs_report.cc:383] FS layout report
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data/data
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:07.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.600982 15746 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:07.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.601653 15746 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:58:07.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.601823 15746 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:07.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.608850 15746 rpc_server.cc:307] RPC server started. Bound to: 127.15.76.61:40511
15:58:07.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.609000 15813 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.15.76.61:40511 every 8 connection(s)
15:58:07.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.609902 15746 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/data/info.pb
15:58:07.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.613463 15814 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:58:07.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.615347 15664 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15746
15:58:07.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.615454 15664 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-1/wal/instance
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.616143 15664 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/logs
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data/info.pb
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.60:33723
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.60
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:07.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:07.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:07.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38665/jwks.json with env {}
15:58:07.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.617862 15814 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.629422 15814 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.637686 15814 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.638758 15765 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.639808 15814 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.60:33723: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.651290 15742 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } attempt: 3
15:58:07.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.656282 15742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.657621 15742 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.60:33723: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.688810 15742 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } attempt: 1
15:58:07.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.689113 15814 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } attempt: 1
15:58:07.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.691257 15814 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.60:33723: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.691287 15742 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.60:33723: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.738740 15816 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:07.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.739028 15816 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:07.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.739066 15816 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:07.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.743631 15816 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:07.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.743707 15816 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:07.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.743731 15816 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:07.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.743748 15816 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:07.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.743765 15816 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:07.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.743778 15816 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38665/jwks.json
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.748697 15816 master_runner.cc:386] Master server non-default flags:
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.60:33723
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38665/jwks.json
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data/info.pb
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.60
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15816
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/logs
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:07.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:07.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.749967 15816 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:58:07.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.751541 15816 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:07.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.759433 15814 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } attempt: 2
15:58:07.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.760216 15824 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:58:07.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.760246 15827 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:58:07.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.760259 15825 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:58:07.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.761132 15814 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.60:33723: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.761312 15816 server_base.cc:1034] running on GCE node
15:58:07.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.761927 15816 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:07.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.763209 15816 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:07.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.764379 15816 hybrid_clock.cc:648] HybridClock initialized: now 1783526287764319 us; error 75 us; skew 500 ppm
15:58:07.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.766470 15816 webserver.cc:460] Webserver started at http://127.15.76.60:42221/ using document root <none> and password file <none>
15:58:07.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.766454 15742 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } attempt: 2
15:58:07.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.767176 15816 fs_manager.cc:359] Metadata directory not provided
15:58:07.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.767268 15816 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:07.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.767540 15816 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:07.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.767808 15742 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.15.76.60:33723: Network error: Client connection negotiation failed: client connection to 127.15.76.60:33723: connect: Connection refused (error 111)
15:58:07.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.769692 15816 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data/instance:
15:58:07.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d334c1193cc34e7ea9fc3d25d496725d"
15:58:07.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.770287 15816 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal/instance:
15:58:07.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d334c1193cc34e7ea9fc3d25d496725d"
15:58:07.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.774210 15816 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:07.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.776669 15833 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.778012 15816 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.778149 15816 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d334c1193cc34e7ea9fc3d25d496725d"
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:07 on dist-test-slave-vt7w"
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.778283 15816 fs_report.cc:383] FS layout report
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data/data
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:07.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:07.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.801927 15816 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:07.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.802697 15816 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:58:07.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.802933 15816 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:07.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.810231 15816 rpc_server.cc:307] RPC server started. Bound to: 127.15.76.60:33723
15:58:07.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.810243 15885 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.15.76.60:33723 every 8 connection(s)
15:58:07.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.811177 15816 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/data/info.pb
15:58:07.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.812425 15664 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15816
15:58:07.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.812529 15664 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/master-2/wal/instance
15:58:07.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.815182 15886 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:58:07.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.819216 15886 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.830193 15886 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.835718 15886 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } has no permanent_uuid. Determining permanent_uuid...
15:58:07.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.842618 15886 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: Bootstrap starting.
15:58:07.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.845492 15886 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: Neither blocks nor log segments found. Creating new log.
15:58:07.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.846204 15886 log.cc:824] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: Log is configured to *not* fsync() on all Append() calls
15:58:07.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.848150 15886 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: No bootstrap required, opened a new log
15:58:07.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.851897 15886 raft_consensus.cc:348] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.852119 15886 raft_consensus.cc:374] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:07.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.852152 15886 raft_consensus.cc:729] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d334c1193cc34e7ea9fc3d25d496725d, State: Initialized, Role: FOLLOWER
15:58:07.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.852300 15814 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } attempt: 3
15:58:07.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.852586 15886 consensus_queue.cc:260] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.853264 15893 sys_catalog.cc:455] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.853515 15893 sys_catalog.cc:458] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.854128 15886 sys_catalog.cc:564] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [sys.catalog]: configured and running, proceeding with master startup.
15:58:07.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.859694 15904 catalog_manager.cc:1558] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:07.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.859946 15904 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.860083 15814 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937: Bootstrap starting.
15:58:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.857899 15816 master_runner.cc:186] Error getting master registration for 127.15.76.62:35057: OK, instance_id { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" instance_seqno: 1783526287414353 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.861289 15816 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.862876 15814 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937: Neither blocks nor log segments found. Creating new log.
15:58:07.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.863576 15814 log.cc:824] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937: Log is configured to *not* fsync() on all Append() calls
15:58:07.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.865797 15814 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937: No bootstrap required, opened a new log
15:58:07.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.866976 15742 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } attempt: 3
15:58:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.870396 15814 raft_consensus.cc:348] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.870785 15814 raft_consensus.cc:374] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:07.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.870932 15814 raft_consensus.cc:729] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f5c3c73dc00413a81908b997f0be937, State: Initialized, Role: FOLLOWER
15:58:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.871918 15814 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.872581 15907 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.872857 15907 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.873546 15814 sys_catalog.cc:564] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: configured and running, proceeding with master startup.
15:58:07.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.874540 15907 raft_consensus.cc:482] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:07.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.874763 15907 raft_consensus.cc:504] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.874969 15742 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: Bootstrap starting.
15:58:07.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.876519 15860 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5f5c3c73dc00413a81908b997f0be937" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d334c1193cc34e7ea9fc3d25d496725d" is_pre_election: true
15:58:07.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.877096 15860 raft_consensus.cc:2454] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f5c3c73dc00413a81908b997f0be937 in term 0.
15:58:07.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.876099 15907 leader_election.cc:288] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 57f587d74b62406e83b1c498669eaa00 (127.15.76.62:35057), d334c1193cc34e7ea9fc3d25d496725d (127.15.76.60:33723)
15:58:07.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.877580 15765 leader_election.cc:302] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5f5c3c73dc00413a81908b997f0be937, d334c1193cc34e7ea9fc3d25d496725d; no voters: 
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.877830 15907 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.877912 15907 raft_consensus.cc:482] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.877975 15907 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 0 FOLLOWER]: Advancing to term 1
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.879390 15907 raft_consensus.cc:504] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.879534 15918 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.879602 15918 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.879731 15907 leader_election.cc:288] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [CANDIDATE]: Term 1 election: Requested vote from peers 57f587d74b62406e83b1c498669eaa00 (127.15.76.62:35057), d334c1193cc34e7ea9fc3d25d496725d (127.15.76.60:33723)
15:58:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.885571 15860 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5f5c3c73dc00413a81908b997f0be937" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d334c1193cc34e7ea9fc3d25d496725d"
15:58:07.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.885740 15860 raft_consensus.cc:3037] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 0 FOLLOWER]: Advancing to term 1
15:58:07.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.887116 15860 raft_consensus.cc:2454] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f5c3c73dc00413a81908b997f0be937 in term 1.
15:58:07.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.887494 15765 leader_election.cc:302] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [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: 5f5c3c73dc00413a81908b997f0be937, d334c1193cc34e7ea9fc3d25d496725d; no voters: 
15:58:07.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.887709 15907 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 1 FOLLOWER]: Leader election won for term 1
15:58:07.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.887953 15907 raft_consensus.cc:686] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [term 1 LEADER]: Becoming Leader. State: Replica: 5f5c3c73dc00413a81908b997f0be937, State: Running, Role: LEADER
15:58:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.888320 15907 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.890409 15742 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: Neither blocks nor log segments found. Creating new log.
15:58:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.891312 15907 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5f5c3c73dc00413a81908b997f0be937. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.891623 15907 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: This master's current role is: LEADER
15:58:07.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.891813 15742 log.cc:824] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: Log is configured to *not* fsync() on all Append() calls
15:58:07.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.880787 15746 master_runner.cc:186] Error getting master registration for 127.15.76.62:35057: OK, instance_id { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" instance_seqno: 1783526287414353 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:07.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.893244 15746 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:07.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.896178 15742 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: No bootstrap required, opened a new log
15:58:07.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.901029 15742 raft_consensus.cc:348] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.901505 15742 raft_consensus.cc:374] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:07.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.901644 15742 raft_consensus.cc:729] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57f587d74b62406e83b1c498669eaa00, State: Initialized, Role: FOLLOWER
15:58:07.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.902215 15742 consensus_queue.cc:260] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } }
15:58:07.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.903899 15742 sys_catalog.cc:564] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [sys.catalog]: configured and running, proceeding with master startup.
15:58:07.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.903927 15715 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5f5c3c73dc00413a81908b997f0be937" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57f587d74b62406e83b1c498669eaa00"
15:58:07.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.904081 15716 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5f5c3c73dc00413a81908b997f0be937" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57f587d74b62406e83b1c498669eaa00" is_pre_election: true
15:58:07.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.904258 15716 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f5c3c73dc00413a81908b997f0be937 in term 0.
15:58:07.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.907256 15922 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:07.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.908322 15922 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:07.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.910552 15695 tablet.cc:2369] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:07.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.917276 15924 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [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: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.917618 15924 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.921818 15860 raft_consensus.cc:1261] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [term 1 FOLLOWER]: Refusing update from remote peer 5f5c3c73dc00413a81908b997f0be937: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:07.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.922746 15920 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:07.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.927374 15893 sys_catalog.cc:455] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5f5c3c73dc00413a81908b997f0be937. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.927536 15893 sys_catalog.cc:458] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.936161 15935 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:07.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.937392 15716 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [term 0 FOLLOWER]: Advancing to term 1
15:58:07.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.938957 15716 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [term 1 FOLLOWER]: Refusing update from remote peer 5f5c3c73dc00413a81908b997f0be937: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:07.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.939764 15920 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:07.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.944142 15924 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5f5c3c73dc00413a81908b997f0be937. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.944411 15924 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:07.944561 15935 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.954907 15907 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.955070 15907 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: This master's current role is: LEADER
15:58:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.955781 15893 sys_catalog.cc:455] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.955914 15893 sys_catalog.cc:458] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.956903 15936 mvcc.cc:205] Tried to move back new op lower bound from 7305323675318341632 to 7305323675195252736. Current Snapshot: MvccSnapshot[applied={T|T < 7305323675318341632}]
15:58:07.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.958020 15907 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.958138 15907 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937 [sys.catalog]: This master's current role is: LEADER
15:58:07.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.959877 15924 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5f5c3c73dc00413a81908b997f0be937" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57f587d74b62406e83b1c498669eaa00" member_type: VOTER last_known_addr { host: "127.15.76.62" port: 35057 } } peers { permanent_uuid: "5f5c3c73dc00413a81908b997f0be937" member_type: VOTER last_known_addr { host: "127.15.76.61" port: 40511 } } peers { permanent_uuid: "d334c1193cc34e7ea9fc3d25d496725d" member_type: VOTER last_known_addr { host: "127.15.76.60" port: 33723 } } }
15:58:07.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.960021 15924 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00 [sys.catalog]: This master's current role is: FOLLOWER
15:58:07.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.960498 15940 mvcc.cc:205] Tried to move back new op lower bound from 7305323675318341632 to 7305323675195252736. Current Snapshot: MvccSnapshot[applied={T|T < 7305323675318341632}]
15:58:07.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.960793 15938 mvcc.cc:205] Tried to move back new op lower bound from 7305323675318341632 to 7305323675195252736. Current Snapshot: MvccSnapshot[applied={T|T < 7305323675318341632}]
15:58:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.969348 15922 catalog_manager.cc:1347] Generated new cluster ID: faa601b091484bc7b9809ad3114662ca
15:58:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.969446 15922 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:07.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.988735 15922 catalog_manager.cc:1370] Generated new certificate authority record
15:58:07.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:07.991037 15922 catalog_manager.cc:1504] Loading token signing keys...
15:58:08.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.009342 15922 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 5f5c3c73dc00413a81908b997f0be937: Generated new TSK 0
15:58:08.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.010483 15922 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:08.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.023555 15664 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/logs
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data/info.pb
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.1:0
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.15.76.1
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.1
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:08.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.168488 15945 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.168843 15945 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:08.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.168895 15945 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:08.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.173045 15945 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:08.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.173147 15945 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.15.76.1
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.178426 15945 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.1:0
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data/info.pb
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.1
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.15945
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.15.76.1
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/logs
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.179534 15945 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:58:08.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.181010 15945 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.191764 15951 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:58:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.191815 15953 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:58:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.191784 15945 server_base.cc:1034] running on GCE node
15:58:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.191764 15950 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:58:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.192564 15945 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:08.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.193315 15945 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.194558 15945 hybrid_clock.cc:648] HybridClock initialized: now 1783526288194488 us; error 87 us; skew 500 ppm
15:58:08.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.196718 15945 webserver.cc:460] Webserver started at http://127.15.76.1:42557/ using document root <none> and password file <none>
15:58:08.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.197458 15945 fs_manager.cc:359] Metadata directory not provided
15:58:08.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.197561 15945 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:08.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.197803 15945 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:08.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.199793 15945 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data/instance:
15:58:08.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4bf83d16b314b1981487efb33b41387"
15:58:08.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.200394 15945 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal/instance:
15:58:08.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4bf83d16b314b1981487efb33b41387"
15:58:08.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.204682 15945 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
15:58:08.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.207623 15959 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.209090 15945 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.209239 15945 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4bf83d16b314b1981487efb33b41387"
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.209404 15945 fs_report.cc:383] FS layout report
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data/data
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:08.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.236984 15945 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:08.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.237749 15945 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:58:08.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.237978 15945 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:08.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.238646 15945 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:08.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.239699 15945 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:08.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.239774 15945 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:08.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.239830 15945 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:08.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.239857 15945 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:08.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.249356 15945 rpc_server.cc:307] RPC server started. Bound to: 127.15.76.1:45967
15:58:08.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.249372 16072 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.15.76.1:45967 every 8 connection(s)
15:58:08.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.250303 15945 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/data/info.pb
15:58:08.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.253593 15664 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 15945
15:58:08.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.253716 15664 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-0/wal/instance
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.256417 15664 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/logs
15:58:08.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data/info.pb
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.2:0
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.15.76.2
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.2
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:08.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.263931 16075 heartbeater.cc:347] Connected to a master server at 127.15.76.61:40511
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264041 16073 heartbeater.cc:347] Connected to a master server at 127.15.76.60:33723
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264206 16075 heartbeater.cc:464] Registering TS with master...
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264206 16073 heartbeater.cc:464] Registering TS with master...
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264660 16074 heartbeater.cc:347] Connected to a master server at 127.15.76.62:35057
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264775 16074 heartbeater.cc:464] Registering TS with master...
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264914 16073 heartbeater.cc:511] Master 127.15.76.60:33723 requested a full tablet report, sending...
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.264914 16074 heartbeater.cc:511] Master 127.15.76.62:35057 requested a full tablet report, sending...
15:58:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.265475 16075 heartbeater.cc:511] Master 127.15.76.61:40511 requested a full tablet report, sending...
15:58:08.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.266505 15704 ts_manager.cc:194] Registered new tserver with Master: a4bf83d16b314b1981487efb33b41387 (127.15.76.1:45967)
15:58:08.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.266691 15850 ts_manager.cc:194] Registered new tserver with Master: a4bf83d16b314b1981487efb33b41387 (127.15.76.1:45967)
15:58:08.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.267530 15778 ts_manager.cc:194] Registered new tserver with Master: a4bf83d16b314b1981487efb33b41387 (127.15.76.1:45967)
15:58:08.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.268720 15778 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.15.76.1:48531
15:58:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.377135 16080 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.377393 16080 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.377431 16080 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:08.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.382191 16080 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:08.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.382342 16080 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.15.76.2
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.387509 16080 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.2:0
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data/info.pb
15:58:08.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.2
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16080
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.15.76.2
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/logs
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:08.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.388533 16080 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:58:08.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.389935 16080 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:08.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.399801 16086 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:58:08.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.399782 16085 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:58:08.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.400125 16080 server_base.cc:1034] running on GCE node
15:58:08.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.399786 16088 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:58:08.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.400815 16080 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:08.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.401578 16080 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:08.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.402745 16080 hybrid_clock.cc:648] HybridClock initialized: now 1783526288402729 us; error 31 us; skew 500 ppm
15:58:08.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.405009 16080 webserver.cc:460] Webserver started at http://127.15.76.2:44449/ using document root <none> and password file <none>
15:58:08.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.405795 16080 fs_manager.cc:359] Metadata directory not provided
15:58:08.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.405875 16080 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:08.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.406136 16080 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:08.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.408305 16080 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data/instance:
15:58:08.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e6127d13b6724e99ba50695cba5d1bd6"
15:58:08.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.408959 16080 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal/instance:
15:58:08.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e6127d13b6724e99ba50695cba5d1bd6"
15:58:08.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.413089 16080 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:08.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.415726 16094 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.417279 16080 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.417428 16080 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e6127d13b6724e99ba50695cba5d1bd6"
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.417543 16080 fs_report.cc:383] FS layout report
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data/data
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:08.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:08.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.433669 16080 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:08.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.434340 16080 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:58:08.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.434495 16080 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:08.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.435037 16080 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:08.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.435989 16080 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:08.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.436039 16080 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:08.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.436103 16080 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:08.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.436120 16080 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.445024 16080 rpc_server.cc:307] RPC server started. Bound to: 127.15.76.2:39005
15:58:08.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.445120 16207 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.15.76.2:39005 every 8 connection(s)
15:58:08.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.445914 16080 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/data/info.pb
15:58:08.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.455102 15664 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16080
15:58:08.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.455226 15664 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-1/wal/instance
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.458266 16209 heartbeater.cc:347] Connected to a master server at 127.15.76.62:35057
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.458364 16210 heartbeater.cc:347] Connected to a master server at 127.15.76.61:40511
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.458492 15664 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/logs
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data/info.pb
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:08.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.3:0
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.15.76.3
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.3
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.458554 16210 heartbeater.cc:464] Registering TS with master...
15:58:08.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.459214 16210 heartbeater.cc:511] Master 127.15.76.61:40511 requested a full tablet report, sending...
15:58:08.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.458554 16209 heartbeater.cc:464] Registering TS with master...
15:58:08.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.460381 15778 ts_manager.cc:194] Registered new tserver with Master: e6127d13b6724e99ba50695cba5d1bd6 (127.15.76.2:39005)
15:58:08.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.460414 16208 heartbeater.cc:347] Connected to a master server at 127.15.76.60:33723
15:58:08.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.460489 16208 heartbeater.cc:464] Registering TS with master...
15:58:08.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.460539 16209 heartbeater.cc:511] Master 127.15.76.62:35057 requested a full tablet report, sending...
15:58:08.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.460597 16208 heartbeater.cc:511] Master 127.15.76.60:33723 requested a full tablet report, sending...
15:58:08.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.461210 15778 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.15.76.2:33509
15:58:08.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.461309 15704 ts_manager.cc:194] Registered new tserver with Master: e6127d13b6724e99ba50695cba5d1bd6 (127.15.76.2:39005)
15:58:08.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.461316 15850 ts_manager.cc:194] Registered new tserver with Master: e6127d13b6724e99ba50695cba5d1bd6 (127.15.76.2:39005)
15:58:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.574805 16215 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.575131 16215 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:08.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.575169 16215 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:08.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.579406 16215 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:08.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.579516 16215 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.15.76.3
15:58:08.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.584605 16215 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.76.20:37675
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.76.3:0
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data/info.pb
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.76.3
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.15.76.62:35057,127.15.76.61:40511,127.15.76.60:33723
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16215
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.15.76.3
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/logs
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:08.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.585811 16215 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:58:08.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.587308 16215 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.597059 16224 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:58:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.597059 16222 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:58:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:08.597059 16221 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:58:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.597247 16215 server_base.cc:1034] running on GCE node
15:58:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.597812 16215 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:08.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.598416 16215 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:08.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.599591 16215 hybrid_clock.cc:648] HybridClock initialized: now 1783526288599570 us; error 64 us; skew 500 ppm
15:58:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.604699 16215 webserver.cc:460] Webserver started at http://127.15.76.3:45225/ using document root <none> and password file <none>
15:58:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.605567 16215 fs_manager.cc:359] Metadata directory not provided
15:58:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.605667 16215 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:08.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.605912 16215 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.607986 16215 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data/instance:
15:58:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35b240bffaf04274b99e128731f0c49d"
15:58:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.608589 16215 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal/instance:
15:58:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35b240bffaf04274b99e128731f0c49d"
15:58:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.612607 16215 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
15:58:08.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.615342 16230 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.616989 16215 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.617131 16215 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35b240bffaf04274b99e128731f0c49d"
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:08 on dist-test-slave-vt7w"
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.617285 16215 fs_report.cc:383] FS layout report
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data/data
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:08.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:08.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:08.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.633893 16215 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:08.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.634694 16215 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:58:08.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.634927 16215 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:08.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.635530 16215 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:08.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.636602 16215 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:08.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.636673 16215 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:08.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.636732 16215 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:08.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.636759 16215 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:08.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.646512 16215 rpc_server.cc:307] RPC server started. Bound to: 127.15.76.3:40409
15:58:08.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.646536 16343 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.15.76.3:40409 every 8 connection(s)
15:58:08.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.647506 16215 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/data/info.pb
15:58:08.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.656631 15664 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16215
15:58:08.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.656772 15664 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3777007632264804909/ts-2/wal/instance
15:58:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.660136 16346 heartbeater.cc:347] Connected to a master server at 127.15.76.61:40511
15:58:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.660194 16344 heartbeater.cc:347] Connected to a master server at 127.15.76.60:33723
15:58:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.660416 16344 heartbeater.cc:464] Registering TS with master...
15:58:08.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.660574 16345 heartbeater.cc:347] Connected to a master server at 127.15.76.62:35057
15:58:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.660665 16345 heartbeater.cc:464] Registering TS with master...
15:58:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.660416 16346 heartbeater.cc:464] Registering TS with master...
15:58:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.661108 16344 heartbeater.cc:511] Master 127.15.76.60:33723 requested a full tablet report, sending...
15:58:08.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.661168 16346 heartbeater.cc:511] Master 127.15.76.61:40511 requested a full tablet report, sending...
15:58:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.661108 16345 heartbeater.cc:511] Master 127.15.76.62:35057 requested a full tablet report, sending...
15:58:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.662179 15778 ts_manager.cc:194] Registered new tserver with Master: 35b240bffaf04274b99e128731f0c49d (127.15.76.3:40409)
15:58:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.662647 15704 ts_manager.cc:194] Registered new tserver with Master: 35b240bffaf04274b99e128731f0c49d (127.15.76.3:40409)
15:58:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.662755 15850 ts_manager.cc:194] Registered new tserver with Master: 35b240bffaf04274b99e128731f0c49d (127.15.76.3:40409)
15:58:08.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.662915 15778 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.15.76.3:60371
15:58:08.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.677240 15664 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:08.678 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:08.678 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:08.679 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.76.62"
      port: 35057
    }
    bound_http_address {
      host: "127.15.76.62"
      port: 34725
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.76.61"
      port: 40511
    }
    bound_http_address {
      host: "127.15.76.61"
      port: 40821
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.76.60"
      port: 33723
    }
    bound_http_address {
      host: "127.15.76.60"
      port: 42221
    }
  }
}

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

15:58:08.681 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.76.1"
      port: 45967
    }
    bound_http_address {
      host: "127.15.76.1"
      port: 42557
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.76.2"
      port: 39005
    }
    bound_http_address {
      host: "127.15.76.2"
      port: 44449
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.76.3"
      port: 40409
    }
    bound_http_address {
      host: "127.15.76.3"
      port: 45225
    }
  }
}

15:58:08.681 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:08.683 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:08.684 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:08.685 [INFO - main] (Logging.scala:57) ==============================================================
15:58:08.685 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:08.685 [INFO - main] (Logging.scala:57) ==============================================================
15:58:08.685 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:08.685 [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:58:08.686 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:08.686 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:08.687 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:08.687 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:08.687 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:08.687 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:08.687 [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:58:08.709 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 41763.
15:58:08.710 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:08.711 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:08.712 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:08.712 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:08.712 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:08.713 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-0cf7e302-10e3-46d0-93c0-6be567ed1175
15:58:08.714 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:08.718 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:08.739 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:08.742 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 34785.
15:58:08.742 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:34785
15:58:08.743 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:08.743 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34785, None)
15:58:08.744 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:34785 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34785, None)
15:58:08.744 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34785, None)
15:58:08.745 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34785, None)
15:58:08.752 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:08.761 [DEBUG - main] (Connection.java:748) [peer master-127.15.76.60:33723(127.15.76.60:33723)] connecting to peer
15:58:08.762 [DEBUG - main] (Connection.java:748) [peer master-127.15.76.61:40511(127.15.76.61:40511)] connecting to peer
15:58:08.768 [DEBUG - main] (Connection.java:748) [peer master-127.15.76.62:35057(127.15.76.62:35057)] connecting to peer
15:58:08.768 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.76.60:33723(127.15.76.60:33723)] Successfully connected to peer
15:58:08.770 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.76.61:40511(127.15.76.61:40511)] Successfully connected to peer
15:58:08.773 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.76.61
15:58:08.774 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.76.60
15:58:08.778 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.76.62:35057(127.15.76.62:35057)] Successfully connected to peer
15:58:08.786 [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:58:08.787 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.76.62
15:58:08.788 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf37e7605, L:/127.0.0.1:39670 - R:/127.15.76.61:40511] using SASL/PLAIN
15:58:08.790 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:08.792 [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:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.792676 15777 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39670:
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:08.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:08.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:08.798 [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:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:08.802 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd906da2b, L:/127.0.0.1:43012 - R:/127.15.76.60:33723] using SASL/PLAIN
15:58:08.804 [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:58:08.807 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x51c083ad, L:/127.0.0.1:53354 - R:/127.15.76.62:35057] using SASL/PLAIN
15:58:08.810 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:08.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.830312 16278 tablet_service.cc:1467] Processing CreateTablet for tablet c8fff0bb71f84052b33579dc58466813 (DEFAULT_TABLE table=test [id=00aa6ec236a940ce8b922afcc65ffaa0]), partition=RANGE (key) PARTITION VALUES < 50
15:58:08.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.832008 16278 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c8fff0bb71f84052b33579dc58466813. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:08.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.831383 16007 tablet_service.cc:1467] Processing CreateTablet for tablet 29e80efe19244b7a8faeeb644f30253e (DEFAULT_TABLE table=test [id=00aa6ec236a940ce8b922afcc65ffaa0]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:08.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.832656 16007 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 29e80efe19244b7a8faeeb644f30253e. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:08.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.838629 16394 tablet_bootstrap.cc:492] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387: Bootstrap starting.
15:58:08.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.841321 16394 tablet_bootstrap.cc:654] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387: Neither blocks nor log segments found. Creating new log.
15:58:08.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.841395 16395 tablet_bootstrap.cc:492] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d: Bootstrap starting.
15:58:08.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.842842 16394 log.cc:824] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387: Log is configured to *not* fsync() on all Append() calls
15:58:08.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.844102 16395 tablet_bootstrap.cc:654] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d: Neither blocks nor log segments found. Creating new log.
15:58:08.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.845118 16395 log.cc:824] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d: Log is configured to *not* fsync() on all Append() calls
15:58:08.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.846520 16394 tablet_bootstrap.cc:492] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387: No bootstrap required, opened a new log
15:58:08.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.846737 16394 ts_tablet_manager.cc:1397] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387: Time spent bootstrapping tablet: real 0.008s	user 0.005s	sys 0.000s
15:58:08.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.847167 16395 tablet_bootstrap.cc:492] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d: No bootstrap required, opened a new log
15:58:08.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.847362 16395 ts_tablet_manager.cc:1397] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:08.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.851961 16395 raft_consensus.cc:348] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "35b240bffaf04274b99e128731f0c49d" member_type: VOTER last_known_addr { host: "127.15.76.3" port: 40409 } }
15:58:08.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.851961 16394 raft_consensus.cc:348] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4bf83d16b314b1981487efb33b41387" member_type: VOTER last_known_addr { host: "127.15.76.1" port: 45967 } }
15:58:08.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.852304 16394 raft_consensus.cc:374] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:08.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.852304 16395 raft_consensus.cc:374] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:08.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.852365 16394 raft_consensus.cc:729] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4bf83d16b314b1981487efb33b41387, State: Initialized, Role: FOLLOWER
15:58:08.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.852407 16395 raft_consensus.cc:729] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35b240bffaf04274b99e128731f0c49d, State: Initialized, Role: FOLLOWER
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.852954 16395 consensus_queue.cc:260] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [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: "35b240bffaf04274b99e128731f0c49d" member_type: VOTER last_known_addr { host: "127.15.76.3" port: 40409 } }
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.852954 16394 consensus_queue.cc:260] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [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: "a4bf83d16b314b1981487efb33b41387" member_type: VOTER last_known_addr { host: "127.15.76.1" port: 45967 } }
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.853142 16394 raft_consensus.cc:388] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.853142 16395 raft_consensus.cc:388] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.853215 16395 raft_consensus.cc:482] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.853215 16394 raft_consensus.cc:482] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.853336 16394 raft_consensus.cc:3037] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 0 FOLLOWER]: Advancing to term 1
15:58:08.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.853336 16395 raft_consensus.cc:3037] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 0 FOLLOWER]: Advancing to term 1
15:58:08.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.854573 16395 raft_consensus.cc:504] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "35b240bffaf04274b99e128731f0c49d" member_type: VOTER last_known_addr { host: "127.15.76.3" port: 40409 } }
15:58:08.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.854554 16394 raft_consensus.cc:504] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4bf83d16b314b1981487efb33b41387" member_type: VOTER last_known_addr { host: "127.15.76.1" port: 45967 } }
15:58:08.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.854992 16395 leader_election.cc:302] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [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: 35b240bffaf04274b99e128731f0c49d; no voters: 
15:58:08.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.854992 16394 leader_election.cc:302] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [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: a4bf83d16b314b1981487efb33b41387; no voters: 
15:58:08.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.855440 16395 leader_election.cc:288] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:08.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.855440 16394 leader_election.cc:288] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:08.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.855643 16398 raft_consensus.cc:2781] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 1 FOLLOWER]: Leader election won for term 1
15:58:08.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.856004 16400 raft_consensus.cc:2781] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 1 FOLLOWER]: Leader election won for term 1
15:58:08.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.856618 16395 ts_tablet_manager.cc:1428] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.856679 16346 heartbeater.cc:503] Master 127.15.76.61:40511 was elected leader, sending a full tablet report...
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.856618 16394 ts_tablet_manager.cc:1428] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.000s
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.856943 16075 heartbeater.cc:503] Master 127.15.76.61:40511 was elected leader, sending a full tablet report...
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.855903 16398 raft_consensus.cc:686] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [term 1 LEADER]: Becoming Leader. State: Replica: 35b240bffaf04274b99e128731f0c49d, State: Running, Role: LEADER
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.857187 16400 raft_consensus.cc:686] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [term 1 LEADER]: Becoming Leader. State: Replica: a4bf83d16b314b1981487efb33b41387, State: Running, Role: LEADER
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.857525 16398 consensus_queue.cc:237] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d [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: "35b240bffaf04274b99e128731f0c49d" member_type: VOTER last_known_addr { host: "127.15.76.3" port: 40409 } }
15:58:08.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.857525 16400 consensus_queue.cc:237] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 [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: "a4bf83d16b314b1981487efb33b41387" member_type: VOTER last_known_addr { host: "127.15.76.1" port: 45967 } }
15:58:08.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.861639 15904 catalog_manager.cc:1259] Loaded cluster ID: faa601b091484bc7b9809ad3114662ca
15:58:08.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.861709 15904 catalog_manager.cc:1552] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: loading cluster ID for follower catalog manager: success
15:58:08.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.863981 15904 catalog_manager.cc:1574] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: acquiring CA information for follower catalog manager: success
15:58:08.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.865574 15904 catalog_manager.cc:1602] T 00000000000000000000000000000000 P d334c1193cc34e7ea9fc3d25d496725d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:08.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.866319 15777 catalog_manager.cc:5495] T c8fff0bb71f84052b33579dc58466813 P 35b240bffaf04274b99e128731f0c49d reported cstate change: term changed from 0 to 1, leader changed from <none> to 35b240bffaf04274b99e128731f0c49d (127.15.76.3). New cstate: current_term: 1 leader_uuid: "35b240bffaf04274b99e128731f0c49d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "35b240bffaf04274b99e128731f0c49d" member_type: VOTER last_known_addr { host: "127.15.76.3" port: 40409 } health_report { overall_health: HEALTHY } } }
15:58:08.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.868113 15778 catalog_manager.cc:5495] T 29e80efe19244b7a8faeeb644f30253e P a4bf83d16b314b1981487efb33b41387 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4bf83d16b314b1981487efb33b41387 (127.15.76.1). New cstate: current_term: 1 leader_uuid: "a4bf83d16b314b1981487efb33b41387" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4bf83d16b314b1981487efb33b41387" member_type: VOTER last_known_addr { host: "127.15.76.1" port: 45967 } health_report { overall_health: HEALTHY } } }
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.884121 15778 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39670:
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:08.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:08.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:08.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 121ce9aaf963425a9f019f4c4006cc69
15:58:08.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.901882 16142 tablet_service.cc:1467] Processing CreateTablet for tablet 452ca30aee99456e9125c374281e40f6 (DEFAULT_TABLE table=simple-test [id=121ce9aaf963425a9f019f4c4006cc69]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:08.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.903163 16142 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 452ca30aee99456e9125c374281e40f6. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:08.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.909771 16409 tablet_bootstrap.cc:492] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6: Bootstrap starting.
15:58:08.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.912314 16409 tablet_bootstrap.cc:654] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6: Neither blocks nor log segments found. Creating new log.
15:58:08.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.913215 16409 log.cc:824] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6: Log is configured to *not* fsync() on all Append() calls
15:58:08.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.915155 16409 tablet_bootstrap.cc:492] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6: No bootstrap required, opened a new log
15:58:08.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.915349 16409 ts_tablet_manager.cc:1397] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.918761 16409 raft_consensus.cc:348] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6127d13b6724e99ba50695cba5d1bd6" member_type: VOTER last_known_addr { host: "127.15.76.2" port: 39005 } }
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.919006 16409 raft_consensus.cc:374] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.919049 16409 raft_consensus.cc:729] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6127d13b6724e99ba50695cba5d1bd6, State: Initialized, Role: FOLLOWER
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.919437 16409 consensus_queue.cc:260] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [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: "e6127d13b6724e99ba50695cba5d1bd6" member_type: VOTER last_known_addr { host: "127.15.76.2" port: 39005 } }
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.919552 16409 raft_consensus.cc:388] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.919595 16409 raft_consensus.cc:482] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:08.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.919658 16409 raft_consensus.cc:3037] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 0 FOLLOWER]: Advancing to term 1
15:58:08.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.920627 16409 raft_consensus.cc:504] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6127d13b6724e99ba50695cba5d1bd6" member_type: VOTER last_known_addr { host: "127.15.76.2" port: 39005 } }
15:58:08.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.921078 16409 leader_election.cc:302] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [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: e6127d13b6724e99ba50695cba5d1bd6; no voters: 
15:58:08.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.921452 16409 leader_election.cc:288] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:08.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.921617 16411 raft_consensus.cc:2781] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 1 FOLLOWER]: Leader election won for term 1
15:58:08.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.921855 16411 raft_consensus.cc:686] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [term 1 LEADER]: Becoming Leader. State: Replica: e6127d13b6724e99ba50695cba5d1bd6, State: Running, Role: LEADER
15:58:08.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.922282 16411 consensus_queue.cc:237] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 [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: "e6127d13b6724e99ba50695cba5d1bd6" member_type: VOTER last_known_addr { host: "127.15.76.2" port: 39005 } }
15:58:08.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.922559 16409 ts_tablet_manager.cc:1428] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.922809 16210 heartbeater.cc:503] Master 127.15.76.61:40511 was elected leader, sending a full tablet report...
15:58:08.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.925757 15778 catalog_manager.cc:5495] T 452ca30aee99456e9125c374281e40f6 P e6127d13b6724e99ba50695cba5d1bd6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e6127d13b6724e99ba50695cba5d1bd6 (127.15.76.2). New cstate: current_term: 1 leader_uuid: "e6127d13b6724e99ba50695cba5d1bd6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6127d13b6724e99ba50695cba5d1bd6" member_type: VOTER last_known_addr { host: "127.15.76.2" port: 39005 } health_report { overall_health: HEALTHY } } }
15:58:08.943 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526288943
15:58:08.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.946405 15935 catalog_manager.cc:1259] Loaded cluster ID: faa601b091484bc7b9809ad3114662ca
15:58:08.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.946509 15935 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: loading cluster ID for follower catalog manager: success
15:58:08.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c8fff0bb71f84052b33579dc58466813 for table 'test' with partition [<start>, 0x80000032)
15:58:08.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.949234 15935 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: acquiring CA information for follower catalog manager: success
15:58:08.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 29e80efe19244b7a8faeeb644f30253e for table 'test' with partition [0x80000032, <end>)
15:58:08.950 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=c8fff0bb71f84052b33579dc58466813@[35b240bffaf04274b99e128731f0c49d(127.15.76.3:40409)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=29e80efe19244b7a8faeeb644f30253e@[a4bf83d16b314b1981487efb33b41387(127.15.76.1:45967)[L]]}]
15:58:08.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=5), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.15.76.61:40511, [2ms] Sub RPC GetTableLocations: received response from server master-127.15.76.61:40511: OK, deferred=null) after lookup
15:58:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:08.950896 15935 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 57f587d74b62406e83b1c498669eaa00: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:08.951 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 35b240bffaf04274b99e128731f0c49d(127.15.76.3:40409)] connecting to peer
15:58:08.953 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 35b240bffaf04274b99e128731f0c49d(127.15.76.3:40409)] Successfully connected to peer
15:58:08.967 [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:58:08.969 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x35c32b32, L:/127.0.0.1:55200 - R:/127.15.76.3:40409] using TOKEN/null
15:58:09.115 [DEBUG - main] (Connection.java:748) [peer a4bf83d16b314b1981487efb33b41387(127.15.76.1:45967)] connecting to peer
15:58:09.116 [DEBUG - kudu-nio-0] (Connection.java:757) [peer a4bf83d16b314b1981487efb33b41387(127.15.76.1:45967)] Successfully connected to peer
15:58:09.128 [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:58:09.130 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x00243318, L:/127.0.0.1:55050 - R:/127.15.76.1:45967] using TOKEN/null
15:58:09.276 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526289276
15:58:09.276 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526289274891
15:58:09.277 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:09.277 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup5650289660535550440/
15:58:09.281 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:09.282 [INFO - ForkJoinPool-27-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526289277
15:58:09.282 [INFO - ForkJoinPool-27-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:09.282 [INFO - ForkJoinPool-27-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:09.283 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:09.283 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:09.315 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.316 [INFO - ForkJoinPool-27-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:09.316 [INFO - ForkJoinPool-27-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:09.317 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.317 [INFO - ForkJoinPool-27-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:09.317 [INFO - ForkJoinPool-27-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:09.317 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.350 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:09.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:09.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:09.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:09.352 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:09.352 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:09.393 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:09.395 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:09.396 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:09.397 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:09.397 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:09.398 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:09.399 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5114 bytes) taskResourceAssignments Map()
15:58:09.401 [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:58:09.412 [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:58:09.415 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:09.416 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:09.416 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:09.417 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:09.418 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:09.419 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:09.451 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323680878592000) for scanner KuduScanner(table=test, tablet=c8fff0bb71f84052b33579dc58466813, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:09.476 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:09.503 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558095754234476281871364_0000_m_000000_0' to file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526289277/_temporary/0/task_202607081558095754234476281871364_0000_m_000000
15:58:09.503 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558095754234476281871364_0000_m_000000_0: Committed
15:58:09.505 [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). 6340 bytes result sent to driver
15:58:09.512 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5114 bytes) taskResourceAssignments Map()
15:58:09.512 [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:58:09.518 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 118 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:09.526 [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:58:09.529 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:09.530 [ERROR - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (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.backup.TestKuduBackup.testAutoIncrementingColumnBackupAndRestore(TestKuduBackup.scala:130)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:498)
	org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	org.apache.kudu.test.junit.RetryRule$RetryStatement.doOneAttemptAndReport(RetryRule.java:184)
	org.apache.kudu.test.junit.RetryRule$RetryStatement.evaluate(RetryRule.java:244)
	org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	org.junit.runners.Suite.runChild(Suite.java:128)
	org.junit.runners.Suite.runChild(Suite.java:27)
	org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)
	org.junit.runner.JUnitCore.main(JUnitCore.java:36)
15:58:09.531 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:09.531 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:09.532 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.532 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:09.532 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:09.532 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:09.541 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323680878592000) for scanner KuduScanner(table=test, tablet=29e80efe19244b7a8faeeb644f30253e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:09.553 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:09.553 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:09.554 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:09.555 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:09.593 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:09.599 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558095047931779346841585_0000_m_000001_1' to file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526289277/_temporary/0/task_202607081558095047931779346841585_0000_m_000001
15:58:09.599 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558095047931779346841585_0000_m_000001_1: Committed
15:58:09.600 [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). 6297 bytes result sent to driver
15:58:09.602 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 90 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:09.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.249 s
15:58:09.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:09.604 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:09.604 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:09.605 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.253665 s
15:58:09.628 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Write Job 37aacb44-d42c-480b-b72f-892e8001148f committed.
15:58:09.629 [INFO - ForkJoinPool-27-worker-1] (Logging.scala:57) Finished processing stats for write job 37aacb44-d42c-480b-b72f-892e8001148f.
15:58:09.632 [INFO - ForkJoinPool-27-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526289277/.kudu-metadata.json
15:58:09.647 [INFO - ForkJoinPool-27-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:09.678 [DEBUG - main] (Connection.java:748) [peer master-127.15.76.60:33723(127.15.76.60:33723)] connecting to peer
15:58:09.679 [DEBUG - main] (Connection.java:748) [peer master-127.15.76.61:40511(127.15.76.61:40511)] connecting to peer
15:58:09.680 [DEBUG - main] (Connection.java:748) [peer master-127.15.76.62:35057(127.15.76.62:35057)] connecting to peer
15:58:09.691 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.76.60:33723(127.15.76.60:33723)] Successfully connected to peer
15:58:09.692 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.76.62:35057(127.15.76.62:35057)] Successfully connected to peer
15:58:09.695 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.76.61:40511(127.15.76.61:40511)] Successfully connected to peer
15:58:09.697 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.76.62
15:58:09.698 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.76.61
15:58:09.712 [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:58:09.717 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x36137912, L:/127.0.0.1:39678 - R:/127.15.76.61:40511] using SASL/PLAIN
15:58:09.721 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:09.722 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=64), Traces: [0ms] refreshing cache from master, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.15.76.60:33723, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.15.76.61:40511, [3ms] Sub RPC ConnectToMaster: sending RPC to server master-127.15.76.62:35057, [41ms] Sub RPC ConnectToMaster: received response from server master-127.15.76.61:40511: OK, deferred=null) after lookup
15:58:09.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:09.733 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.15.76.60
15:58:09.739 [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:58:09.749 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xbdd90c59, L:/127.0.0.1:53366 - R:/127.15.76.62:35057] using SASL/PLAIN
15:58:09.755 [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:58:09.756 [INFO - main] (Logging.scala:57) It took 4 ms to list leaf files for 1 paths.
15:58:09.759 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x96ce9d71, L:/127.0.0.1:43028 - R:/127.15.76.60:33723] using SASL/PLAIN
15:58:09.772 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:09.772 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:09.773 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:09.799 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:09.814 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:58:09.815 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:09.816 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:09.817 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402079 bytes, open cost is considered as scanning 4194304 bytes.
15:58:09.833 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:09.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:09.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:09.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:09.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:09.835 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:09.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:58:09.839 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:58:09.840 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:09.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:09.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:09.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:09.842 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:09.843 [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:58:09.846 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526289277/part-00001-8d1b800d-b7de-40cb-879e-6aa638e05e85-c000.snappy.parquet, range: 0-6745, partition values: [empty row]
15:58:09.852 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526289277/part-00000-8d1b800d-b7de-40cb-879e-6aa638e05e85-c000.snappy.parquet, range: 0-6726, partition values: [empty row]
15:58:09.858 [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). 8615 bytes result sent to driver
15:58:09.860 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 17 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:09.860 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:09.860 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.024 s
15:58:09.861 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:09.861 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:09.861 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.028252 s
15:58:10.174 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526290174
15:58:10.174 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526290167951
15:58:10.174 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:10.174 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup5650289660535550440/
15:58:10.178 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:10.178 [INFO - ForkJoinPool-30-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526290170
15:58:10.178 [INFO - ForkJoinPool-30-worker-1] (KuduBackup.scala:61) Performing a full backup: forceFull was set to true
15:58:10.207 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.209 [INFO - ForkJoinPool-30-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:10.209 [INFO - ForkJoinPool-30-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:10.210 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.210 [INFO - ForkJoinPool-30-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:10.210 [INFO - ForkJoinPool-30-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:10.210 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.246 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:10.246 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:58:10.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:10.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:10.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:10.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:10.271 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 189.4 KiB, free 1993.1 MiB)
15:58:10.297 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.0 MiB)
15:58:10.297 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:58:10.298 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:10.299 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:10.302 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:10.302 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:10.304 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5114 bytes) taskResourceAssignments Map()
15:58:10.305 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:10.308 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 in memory (size: 28.6 KiB, free: 1993.7 MiB)
15:58:10.319 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:10.321 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:10.323 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:10.323 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:10.324 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.324 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:10.324 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:10.324 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.324 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:10.324 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:10.325 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:10.326 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:10.342 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323684536320000) for scanner KuduScanner(table=test, tablet=c8fff0bb71f84052b33579dc58466813, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:10.361 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:10.364 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155810607813890698002722_0002_m_000000_3' to file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526290170/_temporary/0/task_20260708155810607813890698002722_0002_m_000000
15:58:10.364 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_20260708155810607813890698002722_0002_m_000000_3: Committed
15:58:10.365 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6297 bytes result sent to driver
15:58:10.366 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5114 bytes) taskResourceAssignments Map()
15:58:10.366 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:58:10.367 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 63 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:10.375 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:10.378 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:10.380 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:10.380 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:10.380 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.380 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:10.380 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:10.381 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:10.385 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 150 rows, more = false, responseScanTimestamp = 7305323684536320000) for scanner KuduScanner(table=test, tablet=29e80efe19244b7a8faeeb644f30253e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:10.395 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:10.395 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:10.395 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:10.395 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:10.396 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:10.397 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:10.429 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 25580
15:58:10.433 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558106445017730790318166_0002_m_000001_4' to file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526290170/_temporary/0/task_202607081558106445017730790318166_0002_m_000001
15:58:10.433 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081558106445017730790318166_0002_m_000001_4: Committed
15:58:10.434 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6297 bytes result sent to driver
15:58:10.435 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 69 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:10.435 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:10.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.187 s
15:58:10.436 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:10.436 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:10.436 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.190086 s
15:58:10.444 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Write Job e80f3e72-4581-4bed-a30a-382668ef91ff committed.
15:58:10.444 [INFO - ForkJoinPool-30-worker-1] (Logging.scala:57) Finished processing stats for write job e80f3e72-4581-4bed-a30a-382668ef91ff.
15:58:10.447 [INFO - ForkJoinPool-30-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526290170/.kudu-metadata.json
15:58:10.454 [INFO - ForkJoinPool-30-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:10.459 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 00aa6ec236a940ce8b922afcc65ffaa0
15:58:10.471 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:10.483 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:10.483 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:10.484 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:10.504 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 313.9 KiB, free 1993.1 MiB)
15:58:10.519 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.0 MiB)
15:58:10.520 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 (size: 28.6 KiB, free: 1993.7 MiB)
15:58:10.521 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:10.522 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8408264 bytes, open cost is considered as scanning 4194304 bytes.
15:58:10.534 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:10.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:10.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:10.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:10.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:10.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:10.537 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.3 KiB, free 1993.0 MiB)
15:58:10.539 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.0 MiB)
15:58:10.539 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34785 (size: 7.1 KiB, free: 1993.7 MiB)
15:58:10.540 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:10.540 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:10.540 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:10.541 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:10.541 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:58:10.545 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526290170/part-00001-1dc6fa9b-e43c-4a98-9629-bb3d02726a8e-c000.snappy.parquet, range: 0-12930, partition values: [empty row]
15:58:10.550 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup5650289660535550440/00aa6ec236a940ce8b922afcc65ffaa0-test/1783526290170/part-00000-1dc6fa9b-e43c-4a98-9629-bb3d02726a8e-c000.snappy.parquet, range: 0-6726, partition values: [empty row]
15:58:10.555 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 15709 bytes result sent to driver
15:58:10.556 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:10.556 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:10.557 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.021 s
15:58:10.557 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:10.557 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:10.558 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.023286 s
15:58:10.577 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:10.583 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:10.583 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:10.584 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:10.584 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:10.588 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:10.589 [DEBUG - main] (Connection.java:575) [peer master-127.15.76.62:35057(127.15.76.62:35057)] disconnecting while in state READY
15:58:10.589 [DEBUG - main] (Connection.java:575) [peer master-127.15.76.61:40511(127.15.76.61:40511)] disconnecting while in state READY
15:58:10.589 [DEBUG - main] (Connection.java:575) [peer 35b240bffaf04274b99e128731f0c49d(127.15.76.3:40409)] disconnecting while in state READY
15:58:10.589 [DEBUG - main] (Connection.java:575) [peer master-127.15.76.60:33723(127.15.76.60:33723)] disconnecting while in state READY
15:58:10.589 [DEBUG - main] (Connection.java:575) [peer a4bf83d16b314b1981487efb33b41387(127.15.76.1:45967)] disconnecting while in state READY
15:58:10.590 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.76.62:35057(127.15.76.62:35057)] handling channelInactive
15:58:10.591 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.76.62:35057(127.15.76.62:35057)] cleaning up while in state READY due to: connection closed
15:58:10.591 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.76.60:33723(127.15.76.60:33723)] handling channelInactive
15:58:10.591 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.76.60:33723(127.15.76.60:33723)] cleaning up while in state READY due to: connection closed
15:58:10.591 [DEBUG - kudu-nio-0] (Connection.java:239) [peer a4bf83d16b314b1981487efb33b41387(127.15.76.1:45967)] handling channelInactive
15:58:10.591 [DEBUG - kudu-nio-0] (Connection.java:709) [peer a4bf83d16b314b1981487efb33b41387(127.15.76.1:45967)] cleaning up while in state READY due to: connection closed
15:58:10.593 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:10.593 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.76.61:40511(127.15.76.61:40511)] handling channelInactive
15:58:10.593 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.76.61:40511(127.15.76.61:40511)] cleaning up while in state READY due to: connection closed
15:58:10.594 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 37 thread-local buffer(s) from thread: kudu-nio-0
15:58:10.594 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 35b240bffaf04274b99e128731f0c49d(127.15.76.3:40409)] handling channelInactive
15:58:10.594 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 35b240bffaf04274b99e128731f0c49d(127.15.76.3:40409)] cleaning up while in state READY due to: connection closed
15:58:10.594 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 37 thread-local buffer(s) from thread: kudu-nio-1
15:58:10.604 [DEBUG - main] (Connection.java:575) [peer master-127.15.76.62:35057(127.15.76.62:35057)] disconnecting while in state READY
15:58:10.604 [DEBUG - main] (Connection.java:575) [peer master-127.15.76.61:40511(127.15.76.61:40511)] disconnecting while in state READY
15:58:10.604 [DEBUG - main] (Connection.java:575) [peer master-127.15.76.60:33723(127.15.76.60:33723)] disconnecting while in state READY
15:58:10.605 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.76.61:40511(127.15.76.61:40511)] handling channelInactive
15:58:10.605 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.76.61:40511(127.15.76.61:40511)] cleaning up while in state READY due to: connection closed
15:58:10.606 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:10.606 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.76.62:35057(127.15.76.62:35057)] handling channelInactive
15:58:10.606 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.76.62:35057(127.15.76.62:35057)] cleaning up while in state READY due to: connection closed
15:58:10.606 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-1
15:58:10.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.606711 15664 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15945
15:58:10.607 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.76.60:33723(127.15.76.60:33723)] handling channelInactive
15:58:10.607 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.76.60:33723(127.15.76.60:33723)] cleaning up while in state READY due to: connection closed
15:58:10.608 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-0
15:58:10.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.615005 15664 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16080
15:58:10.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.620956 15664 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16215
15:58:10.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.628454 15664 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15675
15:58:10.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.637319 15664 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15746
15:58:10.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.643783 15664 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 15816
15:58:10.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:10Z chronyd exiting
.15:58:10.723 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526290723
15:58:10.726 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:10.726 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:10.726 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:10.727 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:10.727 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:10.728 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:10.842 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:10.842 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:10.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.843195 16519 mini_oidc.cc:152] Starting JWKS server
15:58:10.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.845336 16519 webserver.cc:460] Webserver started at http://127.0.0.1:36517/ using document root <none> and password file <none>
15:58:10.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.845484 16519 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:10.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.845710 16519 webserver.cc:460] Webserver started at http://127.0.0.1:46557/ using document root <none> and password file <none>
15:58:10.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:10Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:10.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:10Z Disabled control of system clock
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.862097 16519 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/logs
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data/info.pb
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.254:40093
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.254
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:10.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36517/jwks.json with env {}
15:58:10.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.975351 16530 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:10.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.975703 16530 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:10.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.975762 16530 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.980204 16530 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.980288 16530 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.980316 16530 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.980345 16530 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.980367 16530 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.980386 16530 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36517/jwks.json
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.985397 16530 master_runner.cc:386] Master server non-default flags:
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:10.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.254:40093
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36517/jwks.json
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data/info.pb
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.254
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16530
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/logs
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:10.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.986837 16530 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:58:10.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.988266 16530 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.997175 16536 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:58:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.997171 16535 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:58:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:10.997399 16538 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:58:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.997432 16530 server_base.cc:1034] running on GCE node
15:58:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.998149 16530 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:10.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:10.999294 16530 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:11.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.000494 16530 hybrid_clock.cc:648] HybridClock initialized: now 1783526291000461 us; error 46 us; skew 500 ppm
15:58:11.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.002627 16530 webserver.cc:460] Webserver started at http://127.16.33.254:38851/ using document root <none> and password file <none>
15:58:11.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.003243 16530 fs_manager.cc:359] Metadata directory not provided
15:58:11.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.003347 16530 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:11.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.003574 16530 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:11.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.005578 16530 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data/instance:
15:58:11.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c548568303a4bfb892fcae1af971d85"
15:58:11.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:10 on dist-test-slave-vt7w"
15:58:11.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.006163 16530 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal/instance:
15:58:11.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c548568303a4bfb892fcae1af971d85"
15:58:11.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:10 on dist-test-slave-vt7w"
15:58:11.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.009989 16530 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:11.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.012545 16544 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.013870 16530 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.014019 16530 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c548568303a4bfb892fcae1af971d85"
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:10 on dist-test-slave-vt7w"
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.014160 16530 fs_report.cc:383] FS layout report
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data/data
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:11.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:11.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.035478 16530 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:11.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.036252 16530 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:58:11.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.036491 16530 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:11.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.043761 16530 rpc_server.cc:307] RPC server started. Bound to: 127.16.33.254:40093
15:58:11.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.043769 16596 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.33.254:40093 every 8 connection(s)
15:58:11.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.044912 16530 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/data/info.pb
15:58:11.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.048498 16597 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:58:11.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.048928 16519 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16530
15:58:11.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.049094 16519 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-0/wal/instance
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.050972 16519 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/logs
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data/info.pb
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.253:41827
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.253
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:11.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36517/jwks.json with env {}
15:58:11.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.053360 16597 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.067505 16597 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.068440 16547 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.33.253:41827: connect: Connection refused (error 111)
15:58:11.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.069414 16597 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.253:41827: Network error: Client connection negotiation failed: client connection to 127.16.33.253:41827: connect: Connection refused (error 111)
15:58:11.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.118676 16597 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } attempt: 1
15:58:11.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.120203 16597 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.253:41827: Network error: Client connection negotiation failed: client connection to 127.16.33.253:41827: connect: Connection refused (error 111)
15:58:11.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.169986 16599 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:11.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.170328 16599 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:11.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.170387 16599 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:11.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.174629 16599 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:11.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.174744 16599 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:11.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.174773 16599 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:11.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.174794 16599 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:11.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.174817 16599 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:11.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.174835 16599 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36517/jwks.json
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.179824 16599 master_runner.cc:386] Master server non-default flags:
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.253:41827
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36517/jwks.json
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data/info.pb
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.253
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16599
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/logs
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:11.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.181133 16599 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:58:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.182500 16599 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:11.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.188423 16597 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } attempt: 2
15:58:11.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.190112 16597 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.253:41827: Network error: Client connection negotiation failed: client connection to 127.16.33.253:41827: connect: Connection refused (error 111)
15:58:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.191007 16608 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:58:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.191018 16610 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:58:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.191200 16599 server_base.cc:1034] running on GCE node
15:58:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.190996 16607 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:58:11.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.191932 16599 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:11.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.193178 16599 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.194384 16599 hybrid_clock.cc:648] HybridClock initialized: now 1783526291194370 us; error 65 us; skew 500 ppm
15:58:11.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.196453 16599 webserver.cc:460] Webserver started at http://127.16.33.253:46189/ using document root <none> and password file <none>
15:58:11.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.197069 16599 fs_manager.cc:359] Metadata directory not provided
15:58:11.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.197134 16599 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:11.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.197309 16599 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:11.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.199404 16599 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data/instance:
15:58:11.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8"
15:58:11.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.199966 16599 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal/instance:
15:58:11.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8"
15:58:11.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.204008 16599 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:58:11.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.206827 16616 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.208361 16599 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.208480 16599 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8"
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.208582 16599 fs_report.cc:383] FS layout report
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data/data
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:11.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:11.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:11.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:11.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.232465 16599 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:11.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.233333 16599 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:58:11.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.233511 16599 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:11.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.240945 16599 rpc_server.cc:307] RPC server started. Bound to: 127.16.33.253:41827
15:58:11.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.240985 16668 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.33.253:41827 every 8 connection(s)
15:58:11.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.241927 16599 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/data/info.pb
15:58:11.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.245143 16669 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:58:11.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.248188 16519 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16599
15:58:11.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.248296 16519 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-1/wal/instance
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.249020 16519 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/logs
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data/info.pb
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.252:44401
15:58:11.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.252
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36517/jwks.json with env {}
15:58:11.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.248657 16669 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.259600 16669 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.267155 16669 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.268198 16620 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.269290 16669 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.252:44401: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.281294 16597 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } attempt: 3
15:58:11.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.286197 16597 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.287554 16597 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.252:44401: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.318611 16669 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } attempt: 1
15:58:11.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.318759 16597 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } attempt: 1
15:58:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.320344 16597 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.252:44401: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.320557 16669 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.252:44401: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.380739 16671 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:11.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.381057 16671 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:11.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.381099 16671 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.385660 16671 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.385730 16671 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.385751 16671 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.385768 16671 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.385787 16671 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.385802 16671 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36517/jwks.json
15:58:11.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.388727 16669 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } attempt: 2
15:58:11.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.390219 16669 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.252:44401: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.391765 16671 master_runner.cc:386] Master server non-default flags:
15:58:11.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.252:44401
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36517/jwks.json
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data/info.pb
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.252
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16671
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/logs
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:11.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.392961 16671 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:58:11.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.394428 16671 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:11.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.395586 16597 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } attempt: 2
15:58:11.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.397040 16597 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.33.252:44401: Network error: Client connection negotiation failed: client connection to 127.16.33.252:44401: connect: Connection refused (error 111)
15:58:11.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.403505 16679 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:58:11.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.403487 16682 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:58:11.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.403491 16680 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:58:11.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.403841 16671 server_base.cc:1034] running on GCE node
15:58:11.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.404443 16671 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:11.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.405777 16671 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:11.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.406981 16671 hybrid_clock.cc:648] HybridClock initialized: now 1783526291406965 us; error 33 us; skew 500 ppm
15:58:11.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.409144 16671 webserver.cc:460] Webserver started at http://127.16.33.252:41603/ using document root <none> and password file <none>
15:58:11.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.409780 16671 fs_manager.cc:359] Metadata directory not provided
15:58:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.409942 16671 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:11.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.410220 16671 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:11.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.412482 16671 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data/instance:
15:58:11.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8537bcda29f2403cb6b2221f7bdc991f"
15:58:11.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.413149 16671 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal/instance:
15:58:11.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8537bcda29f2403cb6b2221f7bdc991f"
15:58:11.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.417394 16671 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:11.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.419979 16688 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.421330 16671 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.421475 16671 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8537bcda29f2403cb6b2221f7bdc991f"
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.421618 16671 fs_report.cc:383] FS layout report
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data/data
15:58:11.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:11.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.438843 16671 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:11.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.439679 16671 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:58:11.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.439935 16671 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:11.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.447916 16671 rpc_server.cc:307] RPC server started. Bound to: 127.16.33.252:44401
15:58:11.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.447932 16740 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.33.252:44401 every 8 connection(s)
15:58:11.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.449045 16671 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/data/info.pb
15:58:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.452425 16741 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:58:11.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.455724 16741 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.457530 16519 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16671
15:58:11.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.457646 16519 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/master-2/wal/instance
15:58:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.467509 16741 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.473186 16741 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } has no permanent_uuid. Determining permanent_uuid...
15:58:11.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.481510 16669 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } attempt: 3
15:58:11.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.483520 16741 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: Bootstrap starting.
15:58:11.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.486570 16741 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: Neither blocks nor log segments found. Creating new log.
15:58:11.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.488132 16741 log.cc:824] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: Log is configured to *not* fsync() on all Append() calls
15:58:11.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.488708 16669 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: Bootstrap starting.
15:58:11.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.490094 16741 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: No bootstrap required, opened a new log
15:58:11.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.491505 16669 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: Neither blocks nor log segments found. Creating new log.
15:58:11.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.492581 16669 log.cc:824] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: Log is configured to *not* fsync() on all Append() calls
15:58:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.493906 16741 raft_consensus.cc:348] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.494127 16741 raft_consensus.cc:374] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.494169 16741 raft_consensus.cc:729] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8537bcda29f2403cb6b2221f7bdc991f, State: Initialized, Role: FOLLOWER
15:58:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.494655 16741 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.494800 16669 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: No bootstrap required, opened a new log
15:58:11.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.495129 16751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.495276 16751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.495963 16741 sys_catalog.cc:564] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: configured and running, proceeding with master startup.
15:58:11.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.496236 16597 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } attempt: 3
15:58:11.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.500187 16669 raft_consensus.cc:348] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.500551 16669 raft_consensus.cc:374] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:11.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.500684 16669 raft_consensus.cc:729] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e53d3d0c1a54370b227c4d12d7ef8a8, State: Initialized, Role: FOLLOWER
15:58:11.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.501367 16669 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.502170 16762 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:11.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.502260 16762 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.503554 16669 sys_catalog.cc:564] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [sys.catalog]: configured and running, proceeding with master startup.
15:58:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.500124 16671 master_runner.cc:186] Error getting master registration for 127.16.33.254:40093: OK, instance_id { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" instance_seqno: 1783526291041781 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:11.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.503783 16671 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:11.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.504387 16597 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: Bootstrap starting.
15:58:11.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.506808 16764 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.506916 16764 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.506949 16597 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: Neither blocks nor log segments found. Creating new log.
15:58:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.508303 16597 log.cc:824] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: Log is configured to *not* fsync() on all Append() calls
15:58:11.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.509711 16775 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:11.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.509934 16775 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:11.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.511554 16597 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: No bootstrap required, opened a new log
15:58:11.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.507848 16599 master_runner.cc:186] Error getting master registration for 127.16.33.254:40093: OK, instance_id { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" instance_seqno: 1783526291041781 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:11.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.511848 16599 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:11.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.515699 16597 raft_consensus.cc:348] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.515935 16597 raft_consensus.cc:374] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:11.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.515993 16597 raft_consensus.cc:729] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c548568303a4bfb892fcae1af971d85, State: Initialized, Role: FOLLOWER
15:58:11.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.516474 16597 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.516966 16778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.517187 16778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.517911 16597 sys_catalog.cc:564] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [sys.catalog]: configured and running, proceeding with master startup.
15:58:11.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.524716 16789 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:11.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.525431 16789 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:11.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.528507 16530 master_runner.cc:263] No leader master found from master 4c548568303a4bfb892fcae1af971d85
15:58:11.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.528585 16530 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:11.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.537042 16751 raft_consensus.cc:482] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:11.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.537261 16751 raft_consensus.cc:504] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.538242 16751 leader_election.cc:288] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c548568303a4bfb892fcae1af971d85 (127.16.33.254:40093), 2e53d3d0c1a54370b227c4d12d7ef8a8 (127.16.33.253:41827)
15:58:11.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.538333 16550 tablet.cc:2369] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.538712 16571 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8537bcda29f2403cb6b2221f7bdc991f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c548568303a4bfb892fcae1af971d85" is_pre_election: true
15:58:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.538847 16643 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8537bcda29f2403cb6b2221f7bdc991f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" is_pre_election: true
15:58:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.539004 16571 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8537bcda29f2403cb6b2221f7bdc991f in term 0.
15:58:11.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.539139 16643 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8537bcda29f2403cb6b2221f7bdc991f in term 0.
15:58:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.539548 16691 leader_election.cc:302] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e53d3d0c1a54370b227c4d12d7ef8a8, 8537bcda29f2403cb6b2221f7bdc991f; no voters: 
15:58:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.540045 16751 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.540123 16751 raft_consensus.cc:482] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:11.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.540162 16751 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 0 FOLLOWER]: Advancing to term 1
15:58:11.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.541671 16751 raft_consensus.cc:504] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.542321 16571 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8537bcda29f2403cb6b2221f7bdc991f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c548568303a4bfb892fcae1af971d85"
15:58:11.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.542459 16571 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 0 FOLLOWER]: Advancing to term 1
15:58:11.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.543661 16571 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8537bcda29f2403cb6b2221f7bdc991f in term 1.
15:58:11.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.544004 16689 leader_election.cc:302] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [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: 4c548568303a4bfb892fcae1af971d85, 8537bcda29f2403cb6b2221f7bdc991f; no voters: 
15:58:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.544691 16751 leader_election.cc:288] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [CANDIDATE]: Term 1 election: Requested vote from peers 4c548568303a4bfb892fcae1af971d85 (127.16.33.254:40093), 2e53d3d0c1a54370b227c4d12d7ef8a8 (127.16.33.253:41827)
15:58:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.545151 16643 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8537bcda29f2403cb6b2221f7bdc991f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8"
15:58:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.545282 16643 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 0 FOLLOWER]: Advancing to term 1
15:58:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.546533 16643 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8537bcda29f2403cb6b2221f7bdc991f in term 1.
15:58:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.548600 16751 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 1 FOLLOWER]: Leader election won for term 1
15:58:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.548730 16751 raft_consensus.cc:686] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [term 1 LEADER]: Becoming Leader. State: Replica: 8537bcda29f2403cb6b2221f7bdc991f, State: Running, Role: LEADER
15:58:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.549126 16751 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [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: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } }
15:58:11.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.551393 16751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8537bcda29f2403cb6b2221f7bdc991f. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.551666 16751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: This master's current role is: LEADER
15:58:11.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.560662 16793 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.566300 16793 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:11.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.572474 16643 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [term 1 FOLLOWER]: Refusing update from remote peer 8537bcda29f2403cb6b2221f7bdc991f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:11.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.573410 16791 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:11.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.578822 16764 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8537bcda29f2403cb6b2221f7bdc991f. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.579000 16764 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.581846 16571 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [term 1 FOLLOWER]: Refusing update from remote peer 8537bcda29f2403cb6b2221f7bdc991f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:11.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.582647 16791 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:11.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.586735 16778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8537bcda29f2403cb6b2221f7bdc991f. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.586874 16778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.592989 16791 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.593161 16791 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: This master's current role is: LEADER
15:58:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.595065 16778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.595197 16778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85 [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.598249 16794 mvcc.cc:205] Tried to move back new op lower bound from 7305323690272415744 to 7305323690189627392. Current Snapshot: MvccSnapshot[applied={T|T < 7305323690272415744}]
15:58:11.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.600958 16764 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.601104 16764 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8 [sys.catalog]: This master's current role is: FOLLOWER
15:58:11.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.601732 16751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8537bcda29f2403cb6b2221f7bdc991f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c548568303a4bfb892fcae1af971d85" member_type: VOTER last_known_addr { host: "127.16.33.254" port: 40093 } } peers { permanent_uuid: "2e53d3d0c1a54370b227c4d12d7ef8a8" member_type: VOTER last_known_addr { host: "127.16.33.253" port: 41827 } } peers { permanent_uuid: "8537bcda29f2403cb6b2221f7bdc991f" member_type: VOTER last_known_addr { host: "127.16.33.252" port: 44401 } } }
15:58:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.601856 16751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f [sys.catalog]: This master's current role is: LEADER
15:58:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.602367 16797 mvcc.cc:205] Tried to move back new op lower bound from 7305323690272415744 to 7305323690189627392. Current Snapshot: MvccSnapshot[applied={T|T < 7305323690272415744}]
15:58:11.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.604301 16795 mvcc.cc:205] Tried to move back new op lower bound from 7305323690272415744 to 7305323690189627392. Current Snapshot: MvccSnapshot[applied={T|T < 7305323690272415744}]
15:58:11.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.608060 16793 catalog_manager.cc:1347] Generated new cluster ID: f1663325381245eca66f8b07047a8d51
15:58:11.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.608130 16793 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:11.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.653753 16793 catalog_manager.cc:1370] Generated new certificate authority record
15:58:11.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.655226 16793 catalog_manager.cc:1504] Loading token signing keys...
15:58:11.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.682993 16793 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: Generated new TSK 0
15:58:11.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.684116 16793 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.700985 16519 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/logs
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data/info.pb
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:11.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.193:0
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.33.193
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.193
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:11.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.829831 16802 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:11.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.830130 16802 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:11.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.830168 16802 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:11.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.834314 16802 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:11.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.834424 16802 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.16.33.193
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.839949 16802 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.193:0
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data/info.pb
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.193
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16802
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.33.193
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/logs
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:11.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.841274 16802 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:58:11.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.842615 16802 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.852708 16802 server_base.cc:1034] running on GCE node
15:58:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.852752 16807 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:58:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.852734 16810 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:58:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:11.852813 16808 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:58:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.853657 16802 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.854379 16802 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:11.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.855592 16802 hybrid_clock.cc:648] HybridClock initialized: now 1783526291855511 us; error 98 us; skew 500 ppm
15:58:11.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.857748 16802 webserver.cc:460] Webserver started at http://127.16.33.193:44373/ using document root <none> and password file <none>
15:58:11.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.858382 16802 fs_manager.cc:359] Metadata directory not provided
15:58:11.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.858500 16802 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:11.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.858732 16802 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.860705 16802 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data/instance:
15:58:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "17e0cc51acc141cabc7367f509d2a5ca"
15:58:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.861371 16802 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal/instance:
15:58:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "17e0cc51acc141cabc7367f509d2a5ca"
15:58:11.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.865247 16802 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:58:11.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.867996 16816 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.869395 16802 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.869540 16802 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "17e0cc51acc141cabc7367f509d2a5ca"
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:11 on dist-test-slave-vt7w"
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.869693 16802 fs_report.cc:383] FS layout report
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal
15:58:11.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data/data
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:11.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:11.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.886404 16802 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.887176 16802 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:58:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.887463 16802 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:11.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.888090 16802 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.889189 16802 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.889259 16802 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.889315 16802 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:11.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.889343 16802 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.898277 16802 rpc_server.cc:307] RPC server started. Bound to: 127.16.33.193:42709
15:58:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.898341 16929 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.33.193:42709 every 8 connection(s)
15:58:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.899338 16802 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/data/info.pb
15:58:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.899511 16519 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16802
15:58:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.899608 16519 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-0/wal/instance
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.904366 16519 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/logs
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data/info.pb
15:58:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.194:0
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.33.194
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.194
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:11.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.914860 16932 heartbeater.cc:347] Connected to a master server at 127.16.33.253:41827
15:58:11.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.915126 16932 heartbeater.cc:464] Registering TS with master...
15:58:11.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.915697 16932 heartbeater.cc:511] Master 127.16.33.253:41827 requested a full tablet report, sending...
15:58:11.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.917430 16632 ts_manager.cc:194] Registered new tserver with Master: 17e0cc51acc141cabc7367f509d2a5ca (127.16.33.193:42709)
15:58:11.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.919497 16930 heartbeater.cc:347] Connected to a master server at 127.16.33.252:44401
15:58:11.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.919612 16930 heartbeater.cc:464] Registering TS with master...
15:58:11.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.919616 16931 heartbeater.cc:347] Connected to a master server at 127.16.33.254:40093
15:58:11.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.919710 16931 heartbeater.cc:464] Registering TS with master...
15:58:11.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.919893 16931 heartbeater.cc:511] Master 127.16.33.254:40093 requested a full tablet report, sending...
15:58:11.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.919950 16930 heartbeater.cc:511] Master 127.16.33.252:44401 requested a full tablet report, sending...
15:58:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.921168 16705 ts_manager.cc:194] Registered new tserver with Master: 17e0cc51acc141cabc7367f509d2a5ca (127.16.33.193:42709)
15:58:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.921168 16561 ts_manager.cc:194] Registered new tserver with Master: 17e0cc51acc141cabc7367f509d2a5ca (127.16.33.193:42709)
15:58:11.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:11.922544 16705 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.16.33.193:36129
15:58:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.033603 16937 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.033929 16937 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.033983 16937 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:12.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.038257 16937 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:12.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.038435 16937 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.16.33.194
15:58:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.043583 16937 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.194:0
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data/info.pb
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.194
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.16937
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.33.194
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/logs
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.045008 16937 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:58:12.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.046456 16937 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.056699 16943 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:58:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.056712 16945 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:58:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.056710 16942 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:58:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.057224 16937 server_base.cc:1034] running on GCE node
15:58:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.057655 16937 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:12.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.058331 16937 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:12.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.059509 16937 hybrid_clock.cc:648] HybridClock initialized: now 1783526292059462 us; error 86 us; skew 500 ppm
15:58:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.061594 16937 webserver.cc:460] Webserver started at http://127.16.33.194:36153/ using document root <none> and password file <none>
15:58:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.062155 16937 fs_manager.cc:359] Metadata directory not provided
15:58:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.062216 16937 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.062384 16937 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.064813 16937 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data/instance:
15:58:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5a585d7c8154ddc868b94cdd80a96b3"
15:58:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:12 on dist-test-slave-vt7w"
15:58:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.065382 16937 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal/instance:
15:58:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5a585d7c8154ddc868b94cdd80a96b3"
15:58:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:12 on dist-test-slave-vt7w"
15:58:12.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.069202 16937 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.071688 16951 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.073246 16937 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.073354 16937 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5a585d7c8154ddc868b94cdd80a96b3"
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:12 on dist-test-slave-vt7w"
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.073448 16937 fs_report.cc:383] FS layout report
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data/data
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:12.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.095614 16937 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.096366 16937 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:58:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.096529 16937 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:12.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.097194 16937 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:12.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.098163 16937 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:12.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.098218 16937 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:12.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.098259 16937 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:12.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.098274 16937 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:12.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.107594 16937 rpc_server.cc:307] RPC server started. Bound to: 127.16.33.194:43147
15:58:12.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.107612 17064 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.33.194:43147 every 8 connection(s)
15:58:12.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.108517 16937 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/data/info.pb
15:58:12.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.112360 16519 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 16937
15:58:12.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.112452 16519 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-1/wal/instance
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.115139 16519 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/logs
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data/info.pb
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.195:0
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.33.195
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.195
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:12.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.123292 17065 heartbeater.cc:347] Connected to a master server at 127.16.33.252:44401
15:58:12.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.123355 17067 heartbeater.cc:347] Connected to a master server at 127.16.33.253:41827
15:58:12.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.123576 17067 heartbeater.cc:464] Registering TS with master...
15:58:12.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.124311 17067 heartbeater.cc:511] Master 127.16.33.253:41827 requested a full tablet report, sending...
15:58:12.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.124863 17066 heartbeater.cc:347] Connected to a master server at 127.16.33.254:40093
15:58:12.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.124974 17066 heartbeater.cc:464] Registering TS with master...
15:58:12.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.125155 17066 heartbeater.cc:511] Master 127.16.33.254:40093 requested a full tablet report, sending...
15:58:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.123576 17065 heartbeater.cc:464] Registering TS with master...
15:58:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.125662 17065 heartbeater.cc:511] Master 127.16.33.252:44401 requested a full tablet report, sending...
15:58:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.125798 16632 ts_manager.cc:194] Registered new tserver with Master: e5a585d7c8154ddc868b94cdd80a96b3 (127.16.33.194:43147)
15:58:12.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.126860 16705 ts_manager.cc:194] Registered new tserver with Master: e5a585d7c8154ddc868b94cdd80a96b3 (127.16.33.194:43147)
15:58:12.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.127045 16561 ts_manager.cc:194] Registered new tserver with Master: e5a585d7c8154ddc868b94cdd80a96b3 (127.16.33.194:43147)
15:58:12.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.127660 16705 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.16.33.194:60563
15:58:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.240197 17072 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.240465 17072 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.240501 17072 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:12.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.244643 17072 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:12.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.244738 17072 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.16.33.195
15:58:12.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.249702 17072 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:12.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:12.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.33.212:43187
15:58:12.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.33.195:0
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data/info.pb
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.33.195
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.33.254:40093,127.16.33.253:41827,127.16.33.252:44401
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17072
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.33.195
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/logs
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.250692 17072 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:58:12.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.252065 17072 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:12.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.262178 17077 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:58:12.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.262159 17080 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:58:12.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.262259 17072 server_base.cc:1034] running on GCE node
15:58:12.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:12.262159 17078 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:58:12.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.262952 17072 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:12.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.263584 17072 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:12.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.264750 17072 hybrid_clock.cc:648] HybridClock initialized: now 1783526292264695 us; error 69 us; skew 500 ppm
15:58:12.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.266963 17072 webserver.cc:460] Webserver started at http://127.16.33.195:41801/ using document root <none> and password file <none>
15:58:12.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.267527 17072 fs_manager.cc:359] Metadata directory not provided
15:58:12.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.267598 17072 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:12.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.267776 17072 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.269795 17072 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data/instance:
15:58:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ba35d13b7ae74188a3d6b191983a6b5c"
15:58:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:12 on dist-test-slave-vt7w"
15:58:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.270327 17072 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal/instance:
15:58:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ba35d13b7ae74188a3d6b191983a6b5c"
15:58:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:12 on dist-test-slave-vt7w"
15:58:12.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.274119 17072 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:12.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.276690 17086 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.278084 17072 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.278182 17072 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ba35d13b7ae74188a3d6b191983a6b5c"
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:12 on dist-test-slave-vt7w"
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.278273 17072 fs_report.cc:383] FS layout report
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data/data
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:12.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:12.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.300843 17072 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:12.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.301648 17072 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:58:12.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.301823 17072 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:12.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.302400 17072 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:12.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.303426 17072 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:12.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.303479 17072 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:12.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.303524 17072 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:12.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.303541 17072 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.313519 17072 rpc_server.cc:307] RPC server started. Bound to: 127.16.33.195:37423
15:58:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.313617 17199 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.33.195:37423 every 8 connection(s)
15:58:12.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.314554 17072 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/data/info.pb
15:58:12.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.324311 16519 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17072
15:58:12.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.324441 16519 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4116926819558971106/ts-2/wal/instance
15:58:12.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.328284 17200 heartbeater.cc:347] Connected to a master server at 127.16.33.252:44401
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.328460 17201 heartbeater.cc:347] Connected to a master server at 127.16.33.254:40093
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.328574 17200 heartbeater.cc:464] Registering TS with master...
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.328585 17201 heartbeater.cc:464] Registering TS with master...
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.329126 17202 heartbeater.cc:347] Connected to a master server at 127.16.33.253:41827
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.329213 17202 heartbeater.cc:464] Registering TS with master...
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.329339 17201 heartbeater.cc:511] Master 127.16.33.254:40093 requested a full tablet report, sending...
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.329344 17200 heartbeater.cc:511] Master 127.16.33.252:44401 requested a full tablet report, sending...
15:58:12.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.329352 17202 heartbeater.cc:511] Master 127.16.33.253:41827 requested a full tablet report, sending...
15:58:12.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.330580 16561 ts_manager.cc:194] Registered new tserver with Master: ba35d13b7ae74188a3d6b191983a6b5c (127.16.33.195:37423)
15:58:12.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.330579 16632 ts_manager.cc:194] Registered new tserver with Master: ba35d13b7ae74188a3d6b191983a6b5c (127.16.33.195:37423)
15:58:12.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.330963 16704 ts_manager.cc:194] Registered new tserver with Master: ba35d13b7ae74188a3d6b191983a6b5c (127.16.33.195:37423)
15:58:12.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.331589 16704 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.16.33.195:59095
15:58:12.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.347268 16519 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:12.348 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:12.348 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:12.349 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.33.254"
      port: 40093
    }
    bound_http_address {
      host: "127.16.33.254"
      port: 38851
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.33.253"
      port: 41827
    }
    bound_http_address {
      host: "127.16.33.253"
      port: 46189
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.33.252"
      port: 44401
    }
    bound_http_address {
      host: "127.16.33.252"
      port: 41603
    }
  }
}

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

15:58:12.350 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.33.193"
      port: 42709
    }
    bound_http_address {
      host: "127.16.33.193"
      port: 44373
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.33.194"
      port: 43147
    }
    bound_http_address {
      host: "127.16.33.194"
      port: 36153
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.33.195"
      port: 37423
    }
    bound_http_address {
      host: "127.16.33.195"
      port: 41801
    }
  }
}

15:58:12.350 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:12.353 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:12.354 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:12.354 [INFO - main] (Logging.scala:57) ==============================================================
15:58:12.354 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:12.354 [INFO - main] (Logging.scala:57) ==============================================================
15:58:12.354 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:12.355 [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:58:12.356 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:12.356 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:12.357 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:12.357 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:12.357 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:12.357 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:12.357 [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:58:12.378 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 41555.
15:58:12.383 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:12.384 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:12.384 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:12.384 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:12.385 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:12.386 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-a9639f65-707b-4c20-8bc2-02d4e39a3d0c
15:58:12.386 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:12.388 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:12.407 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:12.411 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 34629.
15:58:12.411 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:34629
15:58:12.411 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:12.411 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34629, None)
15:58:12.412 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:34629 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34629, None)
15:58:12.412 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34629, None)
15:58:12.413 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34629, None)
15:58:12.419 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:12.428 [DEBUG - main] (Connection.java:748) [peer master-127.16.33.253:41827(127.16.33.253:41827)] connecting to peer
15:58:12.430 [DEBUG - main] (Connection.java:748) [peer master-127.16.33.252:44401(127.16.33.252:44401)] connecting to peer
15:58:12.431 [DEBUG - main] (Connection.java:748) [peer master-127.16.33.254:40093(127.16.33.254:40093)] connecting to peer
15:58:12.431 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.33.253:41827(127.16.33.253:41827)] Successfully connected to peer
15:58:12.433 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.33.252:44401(127.16.33.252:44401)] Successfully connected to peer
15:58:12.436 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.33.252
15:58:12.436 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.33.253
15:58:12.441 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.33.254:40093(127.16.33.254:40093)] Successfully connected to peer
15:58:12.450 [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:58:12.452 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x39927df4, L:/127.0.0.1:59924 - R:/127.16.33.252:44401] using SASL/PLAIN
15:58:12.452 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.33.254
15:58:12.454 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:12.461 [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:58:12.471 [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:58:12.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.470331 16704 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59924:
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:12.473 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf43cf0bb, L:/127.0.0.1:42248 - R:/127.16.33.253:41827] using SASL/PLAIN
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:12.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.475 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5d5d3e9c, L:/127.0.0.1:51242 - R:/127.16.33.254:40093] using SASL/PLAIN
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:12.478 [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:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:12.488 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 48e9313fa4824b4396a2748fe0655373
15:58:12.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.500212 16864 tablet_service.cc:1467] Processing CreateTablet for tablet 23a0b9ae53f04a5ba676be5e3abad259 (DEFAULT_TABLE table=test [id=48e9313fa4824b4396a2748fe0655373]), partition=RANGE (key) PARTITION VALUES < 50
15:58:12.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.500221 16999 tablet_service.cc:1467] Processing CreateTablet for tablet 0dc9eca8ead64e98aff79f78f56d2f33 (DEFAULT_TABLE table=test [id=48e9313fa4824b4396a2748fe0655373]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:12.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.501609 16864 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 23a0b9ae53f04a5ba676be5e3abad259. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:12.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.501626 16999 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0dc9eca8ead64e98aff79f78f56d2f33. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.507648 17250 tablet_bootstrap.cc:492] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca: Bootstrap starting.
15:58:12.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.507684 17251 tablet_bootstrap.cc:492] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3: Bootstrap starting.
15:58:12.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.510102 17250 tablet_bootstrap.cc:654] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca: Neither blocks nor log segments found. Creating new log.
15:58:12.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.510107 17251 tablet_bootstrap.cc:654] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3: Neither blocks nor log segments found. Creating new log.
15:58:12.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.511314 16775 catalog_manager.cc:1259] Loaded cluster ID: f1663325381245eca66f8b07047a8d51
15:58:12.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.511301 17251 log.cc:824] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3: Log is configured to *not* fsync() on all Append() calls
15:58:12.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.511385 16775 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: loading cluster ID for follower catalog manager: success
15:58:12.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.513438 16775 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: acquiring CA information for follower catalog manager: success
15:58:12.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.513463 17251 tablet_bootstrap.cc:492] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3: No bootstrap required, opened a new log
15:58:12.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.513669 17251 ts_tablet_manager.cc:1397] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:58:12.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.514770 16775 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 2e53d3d0c1a54370b227c4d12d7ef8a8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:12.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.515622 17250 log.cc:824] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca: Log is configured to *not* fsync() on all Append() calls
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.516722 17251 raft_consensus.cc:348] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.516994 17251 raft_consensus.cc:374] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.517031 17251 raft_consensus.cc:729] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e5a585d7c8154ddc868b94cdd80a96b3, State: Initialized, Role: FOLLOWER
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.517398 17251 consensus_queue.cc:260] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [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: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.517620 17251 raft_consensus.cc:388] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.517668 17251 raft_consensus.cc:482] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.517796 17251 raft_consensus.cc:3037] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Advancing to term 1
15:58:12.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.517916 17250 tablet_bootstrap.cc:492] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca: No bootstrap required, opened a new log
15:58:12.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.518146 17250 ts_tablet_manager.cc:1397] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca: Time spent bootstrapping tablet: real 0.011s	user 0.000s	sys 0.004s
15:58:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.518872 17251 raft_consensus.cc:504] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.519201 17251 leader_election.cc:302] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [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: e5a585d7c8154ddc868b94cdd80a96b3; no voters: 
15:58:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.519528 17251 leader_election.cc:288] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:12.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.519608 17254 raft_consensus.cc:2781] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 1 FOLLOWER]: Leader election won for term 1
15:58:12.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.520028 17254 raft_consensus.cc:686] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [term 1 LEADER]: Becoming Leader. State: Replica: e5a585d7c8154ddc868b94cdd80a96b3, State: Running, Role: LEADER
15:58:12.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.520406 17065 heartbeater.cc:503] Master 127.16.33.252:44401 was elected leader, sending a full tablet report...
15:58:12.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.520716 17254 consensus_queue.cc:237] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 [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: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:12.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.520916 17251 ts_tablet_manager.cc:1428] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:12.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.522961 17250 raft_consensus.cc:348] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:12.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.523386 17250 raft_consensus.cc:374] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:12.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.523554 17250 raft_consensus.cc:729] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17e0cc51acc141cabc7367f509d2a5ca, State: Initialized, Role: FOLLOWER
15:58:12.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.524075 17250 consensus_queue.cc:260] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [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: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:12.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.524277 17250 raft_consensus.cc:388] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:12.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.524349 17250 raft_consensus.cc:482] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:12.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.524459 17250 raft_consensus.cc:3037] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Advancing to term 1
15:58:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.525288 16704 catalog_manager.cc:5495] T 0dc9eca8ead64e98aff79f78f56d2f33 P e5a585d7c8154ddc868b94cdd80a96b3 reported cstate change: term changed from 0 to 1, leader changed from <none> to e5a585d7c8154ddc868b94cdd80a96b3 (127.16.33.194). New cstate: current_term: 1 leader_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } health_report { overall_health: HEALTHY } } }
15:58:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.525714 17250 raft_consensus.cc:504] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.526038 17250 leader_election.cc:302] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [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: 17e0cc51acc141cabc7367f509d2a5ca; no voters: 
15:58:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.526319 17250 leader_election.cc:288] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:12.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.526674 17260 raft_consensus.cc:2781] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:12.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.526979 17260 raft_consensus.cc:686] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [term 1 LEADER]: Becoming Leader. State: Replica: 17e0cc51acc141cabc7367f509d2a5ca, State: Running, Role: LEADER
15:58:12.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.527200 16789 catalog_manager.cc:1259] Loaded cluster ID: f1663325381245eca66f8b07047a8d51
15:58:12.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.527256 16789 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: loading cluster ID for follower catalog manager: success
15:58:12.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.527348 17250 ts_tablet_manager.cc:1428] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
15:58:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.527415 17260 consensus_queue.cc:237] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca [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: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:12.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.527730 16930 heartbeater.cc:503] Master 127.16.33.252:44401 was elected leader, sending a full tablet report...
15:58:12.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.531164 16705 catalog_manager.cc:5495] T 23a0b9ae53f04a5ba676be5e3abad259 P 17e0cc51acc141cabc7367f509d2a5ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 17e0cc51acc141cabc7367f509d2a5ca (127.16.33.193). New cstate: current_term: 1 leader_uuid: "17e0cc51acc141cabc7367f509d2a5ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } health_report { overall_health: HEALTHY } } }
15:58:12.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.534129 16789 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: acquiring CA information for follower catalog manager: success
15:58:12.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.536993 16789 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 4c548568303a4bfb892fcae1af971d85: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:12.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.552526 16705 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59924:
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:12.560 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 0b173814f6b44c309785f3085ea7b8d0
15:58:12.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.569427 17134 tablet_service.cc:1467] Processing CreateTablet for tablet 90cce0e7e758496d95cea919453c7002 (DEFAULT_TABLE table=simple-test [id=0b173814f6b44c309785f3085ea7b8d0]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:12.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.570592 17134 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 90cce0e7e758496d95cea919453c7002. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.576704 17265 tablet_bootstrap.cc:492] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c: Bootstrap starting.
15:58:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.578864 17265 tablet_bootstrap.cc:654] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c: Neither blocks nor log segments found. Creating new log.
15:58:12.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.580014 17265 log.cc:824] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c: Log is configured to *not* fsync() on all Append() calls
15:58:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.581983 17265 tablet_bootstrap.cc:492] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c: No bootstrap required, opened a new log
15:58:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.582203 17265 ts_tablet_manager.cc:1397] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.585726 17265 raft_consensus.cc:348] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba35d13b7ae74188a3d6b191983a6b5c" member_type: VOTER last_known_addr { host: "127.16.33.195" port: 37423 } }
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.585961 17265 raft_consensus.cc:374] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.585996 17265 raft_consensus.cc:729] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba35d13b7ae74188a3d6b191983a6b5c, State: Initialized, Role: FOLLOWER
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.586378 17265 consensus_queue.cc:260] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [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: "ba35d13b7ae74188a3d6b191983a6b5c" member_type: VOTER last_known_addr { host: "127.16.33.195" port: 37423 } }
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.586491 17265 raft_consensus.cc:388] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.586532 17265 raft_consensus.cc:482] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.586601 17265 raft_consensus.cc:3037] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 0 FOLLOWER]: Advancing to term 1
15:58:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.587421 17265 raft_consensus.cc:504] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba35d13b7ae74188a3d6b191983a6b5c" member_type: VOTER last_known_addr { host: "127.16.33.195" port: 37423 } }
15:58:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.587725 17265 leader_election.cc:302] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [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: ba35d13b7ae74188a3d6b191983a6b5c; no voters: 
15:58:12.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.588020 17265 leader_election.cc:288] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:12.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.588164 17268 raft_consensus.cc:2781] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 1 FOLLOWER]: Leader election won for term 1
15:58:12.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.588411 17268 raft_consensus.cc:686] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [term 1 LEADER]: Becoming Leader. State: Replica: ba35d13b7ae74188a3d6b191983a6b5c, State: Running, Role: LEADER
15:58:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.588608 17200 heartbeater.cc:503] Master 127.16.33.252:44401 was elected leader, sending a full tablet report...
15:58:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.588881 17268 consensus_queue.cc:237] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c [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: "ba35d13b7ae74188a3d6b191983a6b5c" member_type: VOTER last_known_addr { host: "127.16.33.195" port: 37423 } }
15:58:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.589162 17265 ts_tablet_manager.cc:1428] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
15:58:12.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:12.592497 16705 catalog_manager.cc:5495] T 90cce0e7e758496d95cea919453c7002 P ba35d13b7ae74188a3d6b191983a6b5c reported cstate change: term changed from 0 to 1, leader changed from <none> to ba35d13b7ae74188a3d6b191983a6b5c (127.16.33.195). New cstate: current_term: 1 leader_uuid: "ba35d13b7ae74188a3d6b191983a6b5c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba35d13b7ae74188a3d6b191983a6b5c" member_type: VOTER last_known_addr { host: "127.16.33.195" port: 37423 } health_report { overall_health: HEALTHY } } }
15:58:12.610 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526292610
15:58:12.614 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 23a0b9ae53f04a5ba676be5e3abad259 for table 'test' with partition [<start>, 0x80000032)
15:58:12.614 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0dc9eca8ead64e98aff79f78f56d2f33 for table 'test' with partition [0x80000032, <end>)
15:58:12.614 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=23a0b9ae53f04a5ba676be5e3abad259@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=0dc9eca8ead64e98aff79f78f56d2f33@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:12.614 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.16.33.252:44401, [2ms] Sub RPC GetTableLocations: received response from server master-127.16.33.252:44401: OK, deferred=null) after lookup
15:58:12.615 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)] connecting to peer
15:58:12.616 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)] Successfully connected to peer
15:58:12.630 [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:58:12.631 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x81124e05, L:/127.0.0.1:33092 - R:/127.16.33.193:42709] using TOKEN/null
15:58:12.766 [DEBUG - main] (Connection.java:748) [peer e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)] connecting to peer
15:58:12.768 [DEBUG - kudu-nio-0] (Connection.java:757) [peer e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)] Successfully connected to peer
15:58:12.782 [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:58:12.784 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb2e9de2a, L:/127.0.0.1:53904 - R:/127.16.33.194:43147] using TOKEN/null
15:58:12.923 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526292923
15:58:12.923 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526292921544
15:58:12.923 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:12.923 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup2895571589165041146/
15:58:12.928 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 48e9313fa4824b4396a2748fe0655373
15:58:12.929 [INFO - ForkJoinPool-33-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924
15:58:12.929 [INFO - ForkJoinPool-33-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:12.929 [INFO - ForkJoinPool-33-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:12.929 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:12.929 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:12.955 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:12.957 [INFO - ForkJoinPool-33-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:12.957 [INFO - ForkJoinPool-33-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:12.957 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:12.957 [INFO - ForkJoinPool-33-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:12.957 [INFO - ForkJoinPool-33-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:12.958 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:12.996 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:12.997 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:12.997 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:12.997 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:12.998 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:12.998 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:13.023 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:13.025 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:13.026 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:13.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:13.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:13.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:13.029 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5118 bytes) taskResourceAssignments Map()
15:58:13.030 [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:58:13.041 [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:58:13.043 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 48e9313fa4824b4396a2748fe0655373
15:58:13.044 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:13.045 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:13.046 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:13.047 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:13.068 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323695816704000) for scanner KuduScanner(table=test, tablet=23a0b9ae53f04a5ba676be5e3abad259, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:13.087 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:13.092 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558125484187919073643356_0000_m_000000_0' to file:/tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/_temporary/0/task_202607081558125484187919073643356_0000_m_000000
15:58:13.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558125484187919073643356_0000_m_000000_0: Committed
15:58:13.094 [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). 6300 bytes result sent to driver
15:58:13.095 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5118 bytes) taskResourceAssignments Map()
15:58:13.095 [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:58:13.096 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 68 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:13.108 [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:58:13.111 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 48e9313fa4824b4396a2748fe0655373
15:58:13.112 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:13.113 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:13.113 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:13.113 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:13.113 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:13.113 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:13.122 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323695816704000) for scanner KuduScanner(table=test, tablet=0dc9eca8ead64e98aff79f78f56d2f33, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:13.142 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:13.143 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:13.143 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:13.144 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:13.192 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:13.199 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558128805649621718943210_0000_m_000001_1' to file:/tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/_temporary/0/task_202607081558128805649621718943210_0000_m_000001
15:58:13.199 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558128805649621718943210_0000_m_000001_1: Committed
15:58:13.200 [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). 6343 bytes result sent to driver
15:58:13.202 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 108 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:13.203 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.203 s
15:58:13.203 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:13.205 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:13.205 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:13.206 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.209746 s
15:58:13.219 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Write Job 13715734-0d92-4534-8384-598787d02f17 committed.
15:58:13.219 [INFO - ForkJoinPool-33-worker-1] (Logging.scala:57) Finished processing stats for write job 13715734-0d92-4534-8384-598787d02f17.
15:58:13.222 [INFO - ForkJoinPool-33-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/.kudu-metadata.json
15:58:13.233 [INFO - ForkJoinPool-33-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:13.235 [DEBUG - main] (Connection.java:748) [peer master-127.16.33.253:41827(127.16.33.253:41827)] connecting to peer
15:58:13.236 [DEBUG - main] (Connection.java:748) [peer master-127.16.33.252:44401(127.16.33.252:44401)] connecting to peer
15:58:13.237 [DEBUG - main] (Connection.java:748) [peer master-127.16.33.254:40093(127.16.33.254:40093)] connecting to peer
15:58:13.246 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.33.253:41827(127.16.33.253:41827)] Successfully connected to peer
15:58:13.255 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.33.254:40093(127.16.33.254:40093)] Successfully connected to peer
15:58:13.257 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.33.254
15:58:13.275 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.33.252:44401(127.16.33.252:44401)] Successfully connected to peer
15:58:13.278 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.33.252
15:58:13.296 [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:58:13.298 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.33.253
15:58:13.302 [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:58:13.307 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa9ae0813, L:/127.0.0.1:59936 - R:/127.16.33.252:44401] using SASL/PLAIN
15:58:13.308 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x4615d0ec, L:/127.0.0.1:51258 - R:/127.16.33.254:40093] using SASL/PLAIN
15:58:13.312 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:13.312 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=77), Traces: [0ms] refreshing cache from master, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.16.33.253:41827, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.16.33.252:44401, [3ms] Sub RPC ConnectToMaster: sending RPC to server master-127.16.33.254:40093, [75ms] Sub RPC ConnectToMaster: received response from server master-127.16.33.252:44401: OK, deferred=null) after lookup
15:58:13.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 48e9313fa4824b4396a2748fe0655373
15:58:13.332 [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:58:13.333 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa20b7d06, L:/127.0.0.1:42260 - R:/127.16.33.253:41827] using SASL/PLAIN
15:58:13.337 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:13.349 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:13.349 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:13.350 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:13.379 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:13.404 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:58:13.405 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:13.406 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:13.407 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402088 bytes, open cost is considered as scanning 4194304 bytes.
15:58:13.420 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:13.421 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:13.421 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:13.421 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:13.422 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:13.422 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:13.424 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:58:13.426 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:58:13.427 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:13.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:13.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:13.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:13.430 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:13.430 [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:58:13.433 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/part-00001-016993a3-866c-4ccd-8237-06b472206a81-c000.snappy.parquet, range: 0-6751, partition values: [empty row]
15:58:13.438 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/part-00000-016993a3-866c-4ccd-8237-06b472206a81-c000.snappy.parquet, range: 0-6729, partition values: [empty row]
15:58:13.444 [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). 8611 bytes result sent to driver
15:58:13.446 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 17 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:13.446 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:13.447 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.023 s
15:58:13.447 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:13.447 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:13.448 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.026692 s
15:58:13.454 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup2895571589165041146/
15:58:13.461 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test
15:58:13.463 [INFO - ForkJoinPool-36-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924
15:58:13.463 [INFO - ForkJoinPool-36-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.465163 16705 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59924:
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:13.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:13.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:13.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:13.476 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table ac9df722be1b4e38bd41794cf141c6b1
15:58:13.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.477995 16864 tablet_service.cc:1467] Processing CreateTablet for tablet 8e7e38da1356437e93fc94305e068d3e (DEFAULT_TABLE table=test-restore [id=ac9df722be1b4e38bd41794cf141c6b1]), partition=RANGE (key) PARTITION VALUES < 50
15:58:13.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.478405 16864 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8e7e38da1356437e93fc94305e068d3e. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:13.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.480590 17333 tablet_bootstrap.cc:492] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca: Bootstrap starting.
15:58:13.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.481545 17333 tablet_bootstrap.cc:654] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca: Neither blocks nor log segments found. Creating new log.
15:58:13.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.482736 17333 tablet_bootstrap.cc:492] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca: No bootstrap required, opened a new log
15:58:13.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.482852 17333 ts_tablet_manager.cc:1397] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:13.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483407 17333 raft_consensus.cc:348] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:13.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483510 17333 raft_consensus.cc:374] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:13.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483534 17333 raft_consensus.cc:729] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17e0cc51acc141cabc7367f509d2a5ca, State: Initialized, Role: FOLLOWER
15:58:13.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483672 17333 consensus_queue.cc:260] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [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: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483759 17333 raft_consensus.cc:388] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483786 17333 raft_consensus.cc:482] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.483821 17333 raft_consensus.cc:3037] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 0 FOLLOWER]: Advancing to term 1
15:58:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.484669 17333 raft_consensus.cc:504] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.484881 17333 leader_election.cc:302] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [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: 17e0cc51acc141cabc7367f509d2a5ca; no voters: 
15:58:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.485071 17333 leader_election.cc:288] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.485157 17335 raft_consensus.cc:2781] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.485355 17335 raft_consensus.cc:686] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [term 1 LEADER]: Becoming Leader. State: Replica: 17e0cc51acc141cabc7367f509d2a5ca, State: Running, Role: LEADER
15:58:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.485445 17333 ts_tablet_manager.cc:1428] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.485507 17335 consensus_queue.cc:237] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca [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: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } }
15:58:13.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.487272 16705 catalog_manager.cc:5495] T 8e7e38da1356437e93fc94305e068d3e P 17e0cc51acc141cabc7367f509d2a5ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 17e0cc51acc141cabc7367f509d2a5ca (127.16.33.193). New cstate: current_term: 1 leader_uuid: "17e0cc51acc141cabc7367f509d2a5ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e0cc51acc141cabc7367f509d2a5ca" member_type: VOTER last_known_addr { host: "127.16.33.193" port: 42709 } health_report { overall_health: HEALTHY } } }
15:58:13.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.512049 16705 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:59924:
15:58:13.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:13.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:13.518599 16705 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8a7aae81ad044fc084ad707c16630965 has no consensus state
15:58:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.523011 16999 tablet_service.cc:1467] Processing CreateTablet for tablet 8a7aae81ad044fc084ad707c16630965 (DEFAULT_TABLE table=test-restore [id=ac9df722be1b4e38bd41794cf141c6b1]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:13.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.523387 16999 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8a7aae81ad044fc084ad707c16630965. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:13.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.525729 17340 tablet_bootstrap.cc:492] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3: Bootstrap starting.
15:58:13.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.526654 17340 tablet_bootstrap.cc:654] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3: Neither blocks nor log segments found. Creating new log.
15:58:13.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.527659 17340 tablet_bootstrap.cc:492] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3: No bootstrap required, opened a new log
15:58:13.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.527763 17340 ts_tablet_manager.cc:1397] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528353 17340 raft_consensus.cc:348] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528469 17340 raft_consensus.cc:374] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528524 17340 raft_consensus.cc:729] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e5a585d7c8154ddc868b94cdd80a96b3, State: Initialized, Role: FOLLOWER
15:58:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528707 17340 consensus_queue.cc:260] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [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: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528860 17340 raft_consensus.cc:388] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528899 17340 raft_consensus.cc:482] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.528945 17340 raft_consensus.cc:3037] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 0 FOLLOWER]: Advancing to term 1
15:58:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.529888 17340 raft_consensus.cc:504] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.530035 17340 leader_election.cc:302] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [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: e5a585d7c8154ddc868b94cdd80a96b3; no voters: 
15:58:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.530222 17340 leader_election.cc:288] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.530313 17342 raft_consensus.cc:2781] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 1 FOLLOWER]: Leader election won for term 1
15:58:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.530505 17342 raft_consensus.cc:686] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [term 1 LEADER]: Becoming Leader. State: Replica: e5a585d7c8154ddc868b94cdd80a96b3, State: Running, Role: LEADER
15:58:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.530771 17340 ts_tablet_manager.cc:1428] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:13.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.530821 17342 consensus_queue.cc:237] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 [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: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } }
15:58:13.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.532415 16705 catalog_manager.cc:5495] T 8a7aae81ad044fc084ad707c16630965 P e5a585d7c8154ddc868b94cdd80a96b3 reported cstate change: term changed from 0 to 1, leader changed from <none> to e5a585d7c8154ddc868b94cdd80a96b3 (127.16.33.194). New cstate: current_term: 1 leader_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5a585d7c8154ddc868b94cdd80a96b3" member_type: VOTER last_known_addr { host: "127.16.33.194" port: 43147 } health_report { overall_health: HEALTHY } } }
15:58:13.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.538643 16705 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8537bcda29f2403cb6b2221f7bdc991f: test-restore [id=ac9df722be1b4e38bd41794cf141c6b1] alter complete (version 0)
15:58:13.558 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:13.598 [INFO - ForkJoinPool-36-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:13.610 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:13.610 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:13.611 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:13.625 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:58:13.640 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:58:13.641 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:13.642 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Created broadcast 3 from toRdd at KuduRestore.scala:140
15:58:13.642 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402088 bytes, open cost is considered as scanning 4194304 bytes.
15:58:13.656 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:13.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:13.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:58:13.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:13.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:13.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:13.660 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 29.1 KiB, free 1992.9 MiB)
15:58:13.661 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.9 MiB)
15:58:13.662 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:13.663 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:58:13.663 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:13.663 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:58:13.664 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:13.665 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:13.669 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:13.671 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table ac9df722be1b4e38bd41794cf141c6b1
15:58:13.673 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/part-00001-016993a3-866c-4ccd-8237-06b472206a81-c000.snappy.parquet, range: 0-6751, partition values: [empty row]
15:58:13.682 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.682 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.683 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.683 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.684 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.684 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.684 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.685 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.685 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.685 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.687 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup2895571589165041146/48e9313fa4824b4396a2748fe0655373-test/1783526292924/part-00000-016993a3-866c-4ccd-8237-06b472206a81-c000.snappy.parquet, range: 0-6729, partition values: [empty row]
15:58:13.695 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.695 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.696 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.696 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.697 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.716 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.716 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.716 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.719 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 in memory (size: 7.1 KiB, free: 1993.7 MiB)
15:58:13.723 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.723 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.723 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.724 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.725 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.726 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.726 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@102289ed, flushNotification=Deferred@177288890(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:13.727 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.727 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.727 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.728 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.728 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.728 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.729 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.729 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.730 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.730 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.730 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:58:13.730 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.731 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.732 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.732 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.733 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.733 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.733 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.733 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.734 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.734 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.734 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.735 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.735 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.735 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.736 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.737 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8e7e38da1356437e93fc94305e068d3e for table 'test-restore' with partition [<start>, 0x80000032)
15:58:13.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 8a7aae81ad044fc084ad707c16630965 for table 'test-restore' with partition [0x80000032, <end>)
15:58:13.738 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8e7e38da1356437e93fc94305e068d3e@[17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8a7aae81ad044fc084ad707c16630965@[e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)[L]]}]
15:58:13.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 5465 bytes result sent to driver
15:58:13.749 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 85 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:13.749 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:13.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.092 s
15:58:13.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:13.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:13.750 [INFO - ForkJoinPool-36-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.094303 s
15:58:13.751 [INFO - ForkJoinPool-36-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:58:13.754 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table ac9df722be1b4e38bd41794cf141c6b1
15:58:13.763 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:13.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:58:13.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:1002)
15:58:13.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:13.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:13.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:13.767 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 5.8 KiB, free 1993.2 MiB)
15:58:13.769 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.2 MiB)
15:58:13.770 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34629 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:13.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:13.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:13.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 2 tasks resource profile 0
15:58:13.772 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5276 bytes) taskResourceAssignments Map()
15:58:13.773 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 4)
15:58:13.774 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:13.778 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323699310039040) for scanner KuduScanner(table=test-restore, tablet=8e7e38da1356437e93fc94305e068d3e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:13.780 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 4). 5858 bytes result sent to driver
15:58:13.780 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5276 bytes) taskResourceAssignments Map()
15:58:13.781 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 4) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:13.781 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 5)
15:58:13.783 [DEBUG - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:13.787 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323699345723392) for scanner KuduScanner(table=test-restore, tablet=8a7aae81ad044fc084ad707c16630965, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:13.788 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 5). 5858 bytes result sent to driver
15:58:13.789 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 5) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:13.789 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:13.791 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:1002) finished in 0.024 s
15:58:13.791 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:13.791 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:13.797 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:1002, took 0.032962 s
15:58:13.803 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 48e9313fa4824b4396a2748fe0655373
15:58:13.805 [DEBUG - main] (AsyncKuduClient.java:894) Opened table ac9df722be1b4e38bd41794cf141c6b1
15:58:13.813 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:13.829 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:13.829 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:13.833 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:13.834 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:13.842 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:13.843 [DEBUG - main] (Connection.java:575) [peer master-127.16.33.253:41827(127.16.33.253:41827)] disconnecting while in state READY
15:58:13.844 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.33.253:41827(127.16.33.253:41827)] handling channelInactive
15:58:13.844 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.33.253:41827(127.16.33.253:41827)] cleaning up while in state READY due to: connection closed
15:58:13.847 [DEBUG - main] (Connection.java:575) [peer 17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)] disconnecting while in state READY
15:58:13.847 [DEBUG - main] (Connection.java:575) [peer master-127.16.33.254:40093(127.16.33.254:40093)] disconnecting while in state READY
15:58:13.847 [DEBUG - main] (Connection.java:575) [peer master-127.16.33.252:44401(127.16.33.252:44401)] disconnecting while in state READY
15:58:13.847 [DEBUG - main] (Connection.java:575) [peer e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)] disconnecting while in state READY
15:58:13.849 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)] handling channelInactive
15:58:13.850 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 17e0cc51acc141cabc7367f509d2a5ca(127.16.33.193:42709)] cleaning up while in state READY due to: connection closed
15:58:13.850 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.33.252:44401(127.16.33.252:44401)] handling channelInactive
15:58:13.850 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.33.252:44401(127.16.33.252:44401)] cleaning up while in state READY due to: connection closed
15:58:13.851 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:13.855 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.33.254:40093(127.16.33.254:40093)] handling channelInactive
15:58:13.856 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.33.254:40093(127.16.33.254:40093)] cleaning up while in state READY due to: connection closed
15:58:13.856 [DEBUG - kudu-nio-0] (Connection.java:239) [peer e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)] handling channelInactive
15:58:13.856 [DEBUG - kudu-nio-0] (Connection.java:709) [peer e5a585d7c8154ddc868b94cdd80a96b3(127.16.33.194:43147)] cleaning up while in state READY due to: connection closed
15:58:13.857 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 40 thread-local buffer(s) from thread: kudu-nio-1
15:58:13.864 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 36 thread-local buffer(s) from thread: kudu-nio-0
15:58:13.875 [DEBUG - main] (Connection.java:575) [peer master-127.16.33.253:41827(127.16.33.253:41827)] disconnecting while in state READY
15:58:13.875 [DEBUG - main] (Connection.java:575) [peer master-127.16.33.254:40093(127.16.33.254:40093)] disconnecting while in state READY
15:58:13.875 [DEBUG - main] (Connection.java:575) [peer master-127.16.33.252:44401(127.16.33.252:44401)] disconnecting while in state READY
15:58:13.877 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.33.253:41827(127.16.33.253:41827)] handling channelInactive
15:58:13.877 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.33.253:41827(127.16.33.253:41827)] cleaning up while in state READY due to: connection closed
15:58:13.877 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.33.254:40093(127.16.33.254:40093)] handling channelInactive
15:58:13.877 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.33.254:40093(127.16.33.254:40093)] cleaning up while in state READY due to: connection closed
15:58:13.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:13.879 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.33.252:44401(127.16.33.252:44401)] handling channelInactive
15:58:13.879 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.33.252:44401(127.16.33.252:44401)] cleaning up while in state READY due to: connection closed
15:58:13.880 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 23 thread-local buffer(s) from thread: kudu-nio-1
15:58:13.880 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-0
15:58:13.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.881834 16519 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16802
15:58:13.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.890749 16519 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16937
15:58:13.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.898094 16519 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17072
15:58:13.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.905143 16519 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16530
15:58:13.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.911329 16519 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16599
15:58:13.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:13.917548 16519 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 16671
15:58:13.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:13Z chronyd exiting
.15:58:13.989 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526293989
15:58:13.992 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:13.992 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:13.992 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:13.992 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:13.993 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:13.994 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:14.108 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:14.108 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:14.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.109810 17373 mini_oidc.cc:152] Starting JWKS server
15:58:14.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.111974 17373 webserver.cc:460] Webserver started at http://127.0.0.1:40939/ using document root <none> and password file <none>
15:58:14.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.112111 17373 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:14.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.112339 17373 webserver.cc:460] Webserver started at http://127.0.0.1:46241/ using document root <none> and password file <none>
15:58:14.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:14Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:14.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:14Z Disabled control of system clock
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.130254 17373 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/logs
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data/info.pb
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.126:44917
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.126
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:14.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40939/jwks.json with env {}
15:58:14.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.247776 17384 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:14.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.248064 17384 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:14.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.248106 17384 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:14.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.252292 17384 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:14.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.252365 17384 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:14.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.252383 17384 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:14.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.252400 17384 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:14.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.252417 17384 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:14.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.252431 17384 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:40939/jwks.json
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.257364 17384 master_runner.cc:386] Master server non-default flags:
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.126:44917
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40939/jwks.json
15:58:14.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data/info.pb
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.126
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17384
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/logs
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:14.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.258500 17384 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:58:14.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.259855 17384 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.268783 17384 server_base.cc:1034] running on GCE node
15:58:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.268707 17392 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:58:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.268731 17390 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:58:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.268708 17389 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:58:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.269798 17384 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:14.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.271111 17384 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:14.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.272313 17384 hybrid_clock.cc:648] HybridClock initialized: now 1783526294272293 us; error 35 us; skew 500 ppm
15:58:14.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.280117 17384 webserver.cc:460] Webserver started at http://127.16.247.126:34521/ using document root <none> and password file <none>
15:58:14.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.280838 17384 fs_manager.cc:359] Metadata directory not provided
15:58:14.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.280941 17384 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:14.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.281170 17384 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.283203 17384 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data/instance:
15:58:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07b8fc92fe844f2291ee77003f1346fa"
15:58:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.283804 17384 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal/instance:
15:58:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07b8fc92fe844f2291ee77003f1346fa"
15:58:14.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.287719 17384 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.290331 17398 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:14.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.291704 17384 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.291850 17384 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07b8fc92fe844f2291ee77003f1346fa"
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.291988 17384 fs_report.cc:383] FS layout report
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data/data
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:14.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:14.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.309175 17384 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:14.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.309932 17384 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:58:14.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.310148 17384 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:14.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.317440 17384 rpc_server.cc:307] RPC server started. Bound to: 127.16.247.126:44917
15:58:14.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.317454 17450 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.247.126:44917 every 8 connection(s)
15:58:14.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.318472 17384 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/data/info.pb
15:58:14.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.322289 17451 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:58:14.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.326068 17451 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.326813 17373 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17384
15:58:14.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.326998 17373 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-0/wal/instance
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.328521 17373 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/logs
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data/info.pb
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.125:33699
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.125
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:14.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40939/jwks.json with env {}
15:58:14.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.340878 17451 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.341681 17399 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.247.125:33699: connect: Connection refused (error 111)
15:58:14.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.342579 17451 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.125:33699: Network error: Client connection negotiation failed: client connection to 127.16.247.125:33699: connect: Connection refused (error 111)
15:58:14.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.391956 17451 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } attempt: 1
15:58:14.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.393785 17451 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.125:33699: Network error: Client connection negotiation failed: client connection to 127.16.247.125:33699: connect: Connection refused (error 111)
15:58:14.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.446200 17455 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:14.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.446503 17455 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:14.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.446543 17455 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.450785 17455 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.450860 17455 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.450879 17455 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.450896 17455 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.450912 17455 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.450925 17455 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:40939/jwks.json
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.455842 17455 master_runner.cc:386] Master server non-default flags:
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.125:33699
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40939/jwks.json
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data/info.pb
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.125
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17455
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/logs
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.457043 17455 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:58:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.458422 17455 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.461994 17451 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } attempt: 2
15:58:14.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.463501 17451 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.125:33699: Network error: Client connection negotiation failed: client connection to 127.16.247.125:33699: connect: Connection refused (error 111)
15:58:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.467306 17464 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:58:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.467556 17455 server_base.cc:1034] running on GCE node
15:58:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.467288 17461 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:58:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.467347 17462 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:58:14.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.468468 17455 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:14.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.469761 17455 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:14.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.470947 17455 hybrid_clock.cc:648] HybridClock initialized: now 1783526294470937 us; error 34 us; skew 500 ppm
15:58:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.473222 17455 webserver.cc:460] Webserver started at http://127.16.247.125:39837/ using document root <none> and password file <none>
15:58:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.473795 17455 fs_manager.cc:359] Metadata directory not provided
15:58:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.473860 17455 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.474030 17455 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:14.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.475986 17455 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data/instance:
15:58:14.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65cd35f8e30344d2b059cb5f22d157d0"
15:58:14.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.476529 17455 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal/instance:
15:58:14.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65cd35f8e30344d2b059cb5f22d157d0"
15:58:14.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.480393 17455 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:14.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.483415 17470 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:14.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.484840 17455 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.484994 17455 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65cd35f8e30344d2b059cb5f22d157d0"
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.485095 17455 fs_report.cc:383] FS layout report
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data/data
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:14.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:14.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.517489 17455 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:14.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.518239 17455 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:58:14.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.518399 17455 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:14.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.525791 17455 rpc_server.cc:307] RPC server started. Bound to: 127.16.247.125:33699
15:58:14.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.525866 17522 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.247.125:33699 every 8 connection(s)
15:58:14.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.526751 17455 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/data/info.pb
15:58:14.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.530102 17523 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:58:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.533717 17523 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.536139 17373 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17455
15:58:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.536281 17373 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-1/wal/instance
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.537012 17373 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/logs
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data/info.pb
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.124:38707
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.124
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40939/jwks.json with env {}
15:58:14.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.545711 17523 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.552543 17523 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.553471 17473 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.554325 17523 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.124:38707: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.554666 17451 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } attempt: 3
15:58:14.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.559947 17451 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.561312 17451 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.124:38707: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.592523 17451 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } attempt: 1
15:58:14.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.594120 17451 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.124:38707: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.603581 17523 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } attempt: 1
15:58:14.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.605175 17523 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.124:38707: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.657224 17526 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.657554 17526 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.657595 17526 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.662353 17526 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.662441 17526 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.662461 17526 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.662479 17526 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.662516 17526 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.662539 17526 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:40939/jwks.json
15:58:14.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.667701 17526 master_runner.cc:386] Master server non-default flags:
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.124:38707
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40939/jwks.json
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data/info.pb
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.124
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17526
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/logs
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.668872 17526 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:58:14.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.669325 17451 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } attempt: 2
15:58:14.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.670388 17526 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:14.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.670773 17451 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.124:38707: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.673364 17523 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } attempt: 2
15:58:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.674672 17523 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.16.247.124:38707: Network error: Client connection negotiation failed: client connection to 127.16.247.124:38707: connect: Connection refused (error 111)
15:58:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.679239 17534 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:58:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.679286 17526 server_base.cc:1034] running on GCE node
15:58:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.679246 17536 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:58:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.679231 17533 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:58:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.680112 17526 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.681335 17526 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.682541 17526 hybrid_clock.cc:648] HybridClock initialized: now 1783526294682506 us; error 50 us; skew 500 ppm
15:58:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.684564 17526 webserver.cc:460] Webserver started at http://127.16.247.124:37227/ using document root <none> and password file <none>
15:58:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.685230 17526 fs_manager.cc:359] Metadata directory not provided
15:58:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.685323 17526 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.685542 17526 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:14.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.687490 17526 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data/instance:
15:58:14.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ba4d12c81efd4b83ad3bc997d3d875fc"
15:58:14.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.688104 17526 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal/instance:
15:58:14.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ba4d12c81efd4b83ad3bc997d3d875fc"
15:58:14.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.692001 17526 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.694766 17542 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.696201 17526 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.696391 17526 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ba4d12c81efd4b83ad3bc997d3d875fc"
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:14 on dist-test-slave-vt7w"
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.696538 17526 fs_report.cc:383] FS layout report
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data/data
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:14.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:14.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.712361 17526 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.713191 17526 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:58:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.713411 17526 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:14.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.720722 17526 rpc_server.cc:307] RPC server started. Bound to: 127.16.247.124:38707
15:58:14.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.720741 17594 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.247.124:38707 every 8 connection(s)
15:58:14.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.721887 17526 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/data/info.pb
15:58:14.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.723667 17373 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17526
15:58:14.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.723783 17373 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/master-2/wal/instance
15:58:14.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.725919 17595 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:58:14.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.733088 17595 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.744197 17595 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.748888 17595 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } has no permanent_uuid. Determining permanent_uuid...
15:58:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.755296 17595 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: Bootstrap starting.
15:58:14.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.757885 17595 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: Neither blocks nor log segments found. Creating new log.
15:58:14.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.758584 17595 log.cc:824] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: Log is configured to *not* fsync() on all Append() calls
15:58:14.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.760414 17595 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: No bootstrap required, opened a new log
15:58:14.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.764400 17595 raft_consensus.cc:348] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:14.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.764637 17595 raft_consensus.cc:374] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:14.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.764671 17595 raft_consensus.cc:729] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba4d12c81efd4b83ad3bc997d3d875fc, State: Initialized, Role: FOLLOWER
15:58:14.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.765102 17595 consensus_queue.cc:260] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:14.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.765555 17602 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:14.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.765671 17602 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [sys.catalog]: This master's current role is: FOLLOWER
15:58:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.765844 17523 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } attempt: 3
15:58:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.766469 17595 sys_catalog.cc:564] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [sys.catalog]: configured and running, proceeding with master startup.
15:58:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.769951 17451 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } attempt: 3
15:58:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.772007 17613 catalog_manager.cc:1558] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.772202 17613 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.773591 17523 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: Bootstrap starting.
15:58:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.770910 17526 master_runner.cc:186] Error getting master registration for 127.16.247.126:44917: OK, instance_id { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" instance_seqno: 1783526294315306 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.774256 17526 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:14.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.776481 17523 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: Neither blocks nor log segments found. Creating new log.
15:58:14.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.777457 17523 log.cc:824] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: Log is configured to *not* fsync() on all Append() calls
15:58:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.778813 17451 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: Bootstrap starting.
15:58:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.780315 17523 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: No bootstrap required, opened a new log
15:58:14.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.781246 17451 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: Neither blocks nor log segments found. Creating new log.
15:58:14.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.782205 17451 log.cc:824] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: Log is configured to *not* fsync() on all Append() calls
15:58:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.783881 17451 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: No bootstrap required, opened a new log
15:58:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.784783 17523 raft_consensus.cc:348] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.785120 17523 raft_consensus.cc:374] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.785171 17523 raft_consensus.cc:729] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65cd35f8e30344d2b059cb5f22d157d0, State: Initialized, Role: FOLLOWER
15:58:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.785686 17523 consensus_queue.cc:260] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.786224 17617 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.786509 17617 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [sys.catalog]: This master's current role is: FOLLOWER
15:58:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.787110 17523 sys_catalog.cc:564] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [sys.catalog]: configured and running, proceeding with master startup.
15:58:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.787604 17451 raft_consensus.cc:348] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.787961 17451 raft_consensus.cc:374] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.788100 17451 raft_consensus.cc:729] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b8fc92fe844f2291ee77003f1346fa, State: Initialized, Role: FOLLOWER
15:58:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.788654 17451 consensus_queue.cc:260] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.789281 17618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.789498 17618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: This master's current role is: FOLLOWER
15:58:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.790194 17451 sys_catalog.cc:564] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: configured and running, proceeding with master startup.
15:58:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.794127 17629 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.794234 17629 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.791924 17455 master_runner.cc:186] Error getting master registration for 127.16.247.126:44917: OK, instance_id { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" instance_seqno: 1783526294315306 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.795316 17455 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:14.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.801445 17641 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:14.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.801683 17384 master_runner.cc:263] No leader master found from master 07b8fc92fe844f2291ee77003f1346fa
15:58:14.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.802065 17641 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:14.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:14.802119 17384 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.811971 17404 tablet.cc:2369] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:14.964985 17548 tablet.cc:2369] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:15.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.020056 17476 tablet.cc:2369] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.210180 17618 raft_consensus.cc:482] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.210374 17618 raft_consensus.cc:504] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:15.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.211352 17618 leader_election.cc:288] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 65cd35f8e30344d2b059cb5f22d157d0 (127.16.247.125:33699), ba4d12c81efd4b83ad3bc997d3d875fc (127.16.247.124:38707)
15:58:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.211935 17497 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07b8fc92fe844f2291ee77003f1346fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65cd35f8e30344d2b059cb5f22d157d0" is_pre_election: true
15:58:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.212028 17569 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07b8fc92fe844f2291ee77003f1346fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" is_pre_election: true
15:58:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.212255 17497 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07b8fc92fe844f2291ee77003f1346fa in term 0.
15:58:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.212287 17569 raft_consensus.cc:2454] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07b8fc92fe844f2291ee77003f1346fa in term 0.
15:58:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.212721 17401 leader_election.cc:302] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07b8fc92fe844f2291ee77003f1346fa, ba4d12c81efd4b83ad3bc997d3d875fc; no voters: 
15:58:15.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.213044 17618 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:15.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.213128 17618 raft_consensus.cc:482] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:15.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.213171 17618 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 0 FOLLOWER]: Advancing to term 1
15:58:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.214322 17618 raft_consensus.cc:504] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:15.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.214696 17618 leader_election.cc:288] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [CANDIDATE]: Term 1 election: Requested vote from peers 65cd35f8e30344d2b059cb5f22d157d0 (127.16.247.125:33699), ba4d12c81efd4b83ad3bc997d3d875fc (127.16.247.124:38707)
15:58:15.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.215075 17497 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07b8fc92fe844f2291ee77003f1346fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "65cd35f8e30344d2b059cb5f22d157d0"
15:58:15.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.215085 17569 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07b8fc92fe844f2291ee77003f1346fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc"
15:58:15.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.215217 17569 raft_consensus.cc:3037] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 0 FOLLOWER]: Advancing to term 1
15:58:15.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.215226 17497 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 0 FOLLOWER]: Advancing to term 1
15:58:15.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.216176 17569 raft_consensus.cc:2454] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07b8fc92fe844f2291ee77003f1346fa in term 1.
15:58:15.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.216399 17497 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07b8fc92fe844f2291ee77003f1346fa in term 1.
15:58:15.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.216553 17401 leader_election.cc:302] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [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: 07b8fc92fe844f2291ee77003f1346fa, ba4d12c81efd4b83ad3bc997d3d875fc; no voters: 
15:58:15.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.216729 17618 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 1 FOLLOWER]: Leader election won for term 1
15:58:15.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.216979 17618 raft_consensus.cc:686] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [term 1 LEADER]: Becoming Leader. State: Replica: 07b8fc92fe844f2291ee77003f1346fa, State: Running, Role: LEADER
15:58:15.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.217283 17618 consensus_queue.cc:237] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [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: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } }
15:58:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.219223 17643 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07b8fc92fe844f2291ee77003f1346fa. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.219408 17643 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: This master's current role is: LEADER
15:58:15.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.219795 17645 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:15.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.220639 17645 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.225404 17497 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [term 1 FOLLOWER]: Refusing update from remote peer 07b8fc92fe844f2291ee77003f1346fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.225425 17569 raft_consensus.cc:1261] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [term 1 FOLLOWER]: Refusing update from remote peer 07b8fc92fe844f2291ee77003f1346fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:15.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.226065 17643 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:15.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.226241 17618 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:15.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.229868 17617 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07b8fc92fe844f2291ee77003f1346fa. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.229995 17617 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [sys.catalog]: This master's current role is: FOLLOWER
15:58:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.231938 17643 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.232061 17643 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: This master's current role is: LEADER
15:58:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.232221 17617 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.232336 17617 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0 [sys.catalog]: This master's current role is: FOLLOWER
15:58:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.232407 17646 mvcc.cc:205] Tried to move back new op lower bound from 7305323705235865600 to 7305323705212289024. Current Snapshot: MvccSnapshot[applied={T|T < 7305323705235865600}]
15:58:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.232466 17647 mvcc.cc:205] Tried to move back new op lower bound from 7305323705235865600 to 7305323705212289024. Current Snapshot: MvccSnapshot[applied={T|T < 7305323705235865600}]
15:58:15.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.233426 17602 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07b8fc92fe844f2291ee77003f1346fa. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.233556 17602 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [sys.catalog]: This master's current role is: FOLLOWER
15:58:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.234841 17643 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.234962 17643 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa [sys.catalog]: This master's current role is: LEADER
15:58:15.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.236111 17602 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "07b8fc92fe844f2291ee77003f1346fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "07b8fc92fe844f2291ee77003f1346fa" member_type: VOTER last_known_addr { host: "127.16.247.126" port: 44917 } } peers { permanent_uuid: "65cd35f8e30344d2b059cb5f22d157d0" member_type: VOTER last_known_addr { host: "127.16.247.125" port: 33699 } } peers { permanent_uuid: "ba4d12c81efd4b83ad3bc997d3d875fc" member_type: VOTER last_known_addr { host: "127.16.247.124" port: 38707 } } }
15:58:15.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.236327 17602 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc [sys.catalog]: This master's current role is: FOLLOWER
15:58:15.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.236939 17645 catalog_manager.cc:1347] Generated new cluster ID: 4e00d9da82b3486fa2197bd471b324c5
15:58:15.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.237007 17645 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:15.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.261528 17645 catalog_manager.cc:1370] Generated new certificate authority record
15:58:15.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.263062 17645 catalog_manager.cc:1504] Loading token signing keys...
15:58:15.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.269654 17645 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: Generated new TSK 0
15:58:15.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.270803 17645 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.301559 17373 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal
15:58:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data
15:58:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/logs
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data/info.pb
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.65:0
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.247.65
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.65
15:58:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:15.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.421128 17655 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:15.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.421413 17655 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:15.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.421449 17655 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:15.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.425616 17655 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:15.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.425743 17655 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.16.247.65
15:58:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.430652 17655 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.65:0
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data/info.pb
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.65
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17655
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.247.65
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/logs
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.431736 17655 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:58:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.433161 17655 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.443239 17655 server_base.cc:1034] running on GCE node
15:58:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.443274 17660 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:58:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.443267 17661 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:58:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.443320 17663 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:58:15.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.444108 17655 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:15.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.444891 17655 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:15.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.446094 17655 hybrid_clock.cc:648] HybridClock initialized: now 1783526295446080 us; error 27 us; skew 500 ppm
15:58:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.448124 17655 webserver.cc:460] Webserver started at http://127.16.247.65:34395/ using document root <none> and password file <none>
15:58:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.448690 17655 fs_manager.cc:359] Metadata directory not provided
15:58:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.448798 17655 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:15.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.448990 17655 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.450932 17655 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data/instance:
15:58:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "152e1940261349698b5d85790920dd7c"
15:58:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.451458 17655 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal/instance:
15:58:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "152e1940261349698b5d85790920dd7c"
15:58:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.455225 17655 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
15:58:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.457876 17669 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.459431 17655 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.459556 17655 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "152e1940261349698b5d85790920dd7c"
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.459666 17655 fs_report.cc:383] FS layout report
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data/data
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:15.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.483007 17655 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:15.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.484078 17655 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:58:15.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.484264 17655 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:15.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.484923 17655 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:15.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.485949 17655 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:15.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.486008 17655 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:15.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.486050 17655 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:15.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.486066 17655 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.496065 17655 rpc_server.cc:307] RPC server started. Bound to: 127.16.247.65:42483
15:58:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.496094 17782 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.247.65:42483 every 8 connection(s)
15:58:15.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.497104 17655 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/data/info.pb
15:58:15.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.498282 17373 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17655
15:58:15.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.498381 17373 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-0/wal/instance
15:58:15.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.501680 17373 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:15.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:15.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal
15:58:15.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data
15:58:15.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/logs
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data/info.pb
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.66:0
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.247.66
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.66
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:15.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:15.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:15.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.511730 17785 heartbeater.cc:347] Connected to a master server at 127.16.247.125:33699
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.511811 17784 heartbeater.cc:347] Connected to a master server at 127.16.247.126:44917
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.511981 17785 heartbeater.cc:464] Registering TS with master...
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.511981 17784 heartbeater.cc:464] Registering TS with master...
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.512341 17783 heartbeater.cc:347] Connected to a master server at 127.16.247.124:38707
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.512429 17783 heartbeater.cc:464] Registering TS with master...
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.512581 17784 heartbeater.cc:511] Master 127.16.247.126:44917 requested a full tablet report, sending...
15:58:15.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.512585 17783 heartbeater.cc:511] Master 127.16.247.124:38707 requested a full tablet report, sending...
15:58:15.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.514163 17559 ts_manager.cc:194] Registered new tserver with Master: 152e1940261349698b5d85790920dd7c (127.16.247.65:42483)
15:58:15.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.514166 17410 ts_manager.cc:194] Registered new tserver with Master: 152e1940261349698b5d85790920dd7c (127.16.247.65:42483)
15:58:15.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.515731 17410 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.16.247.65:41097
15:58:15.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.516606 17785 heartbeater.cc:511] Master 127.16.247.125:33699 requested a full tablet report, sending...
15:58:15.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.518002 17487 ts_manager.cc:194] Registered new tserver with Master: 152e1940261349698b5d85790920dd7c (127.16.247.65:42483)
15:58:15.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.621681 17793 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:15.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.622059 17793 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:15.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.622097 17793 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:15.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.626227 17793 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:15.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.626333 17793 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.16.247.66
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.631156 17793 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.66:0
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data/info.pb
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.66
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17793
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:15.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.247.66
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/logs
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:15.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.632241 17793 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:58:15.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.634123 17793 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:15.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.644886 17801 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:58:15.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.644878 17798 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:58:15.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.644949 17793 server_base.cc:1034] running on GCE node
15:58:15.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.644876 17799 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:58:15.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.645684 17793 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:15.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.646327 17793 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:15.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.647508 17793 hybrid_clock.cc:648] HybridClock initialized: now 1783526295647491 us; error 27 us; skew 500 ppm
15:58:15.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.649399 17793 webserver.cc:460] Webserver started at http://127.16.247.66:35305/ using document root <none> and password file <none>
15:58:15.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.650009 17793 fs_manager.cc:359] Metadata directory not provided
15:58:15.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.650102 17793 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:15.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.650323 17793 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.652205 17793 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data/instance:
15:58:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2bd44d9761c4b02a1cde397a0bb4b97"
15:58:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.652834 17793 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal/instance:
15:58:15.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2bd44d9761c4b02a1cde397a0bb4b97"
15:58:15.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.656503 17793 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.000s
15:58:15.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.658942 17807 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.660195 17793 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.660357 17793 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c2bd44d9761c4b02a1cde397a0bb4b97"
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.660488 17793 fs_report.cc:383] FS layout report
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data/data
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:15.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:15.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:15.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.683109 17793 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:15.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.684116 17793 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:58:15.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.684358 17793 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:15.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.685075 17793 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:15.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.686184 17793 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:15.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.686251 17793 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:15.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.686308 17793 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:15.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.686334 17793 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:15.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.695645 17793 rpc_server.cc:307] RPC server started. Bound to: 127.16.247.66:43251
15:58:15.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.695719 17920 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.247.66:43251 every 8 connection(s)
15:58:15.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.696561 17793 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/data/info.pb
15:58:15.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.698675 17373 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17793
15:58:15.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.698791 17373 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-1/wal/instance
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.701383 17373 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/logs
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data/info.pb
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:15.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.67:0
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.247.67
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.67
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.710232 17921 heartbeater.cc:347] Connected to a master server at 127.16.247.124:38707
15:58:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.710299 17923 heartbeater.cc:347] Connected to a master server at 127.16.247.125:33699
15:58:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.710505 17921 heartbeater.cc:464] Registering TS with master...
15:58:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.710505 17923 heartbeater.cc:464] Registering TS with master...
15:58:15.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.711187 17923 heartbeater.cc:511] Master 127.16.247.125:33699 requested a full tablet report, sending...
15:58:15.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.711289 17922 heartbeater.cc:347] Connected to a master server at 127.16.247.126:44917
15:58:15.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.711354 17922 heartbeater.cc:464] Registering TS with master...
15:58:15.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.711489 17922 heartbeater.cc:511] Master 127.16.247.126:44917 requested a full tablet report, sending...
15:58:15.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.711187 17921 heartbeater.cc:511] Master 127.16.247.124:38707 requested a full tablet report, sending...
15:58:15.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.712535 17410 ts_manager.cc:194] Registered new tserver with Master: c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66:43251)
15:58:15.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.712639 17487 ts_manager.cc:194] Registered new tserver with Master: c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66:43251)
15:58:15.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.713340 17410 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.16.247.66:59223
15:58:15.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.713511 17559 ts_manager.cc:194] Registered new tserver with Master: c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66:43251)
15:58:15.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.773546 17613 catalog_manager.cc:1259] Loaded cluster ID: 4e00d9da82b3486fa2197bd471b324c5
15:58:15.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.773649 17613 catalog_manager.cc:1552] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: loading cluster ID for follower catalog manager: success
15:58:15.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.775321 17613 catalog_manager.cc:1574] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: acquiring CA information for follower catalog manager: success
15:58:15.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.776436 17613 catalog_manager.cc:1602] T 00000000000000000000000000000000 P ba4d12c81efd4b83ad3bc997d3d875fc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:15.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.795588 17629 catalog_manager.cc:1259] Loaded cluster ID: 4e00d9da82b3486fa2197bd471b324c5
15:58:15.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.795681 17629 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: loading cluster ID for follower catalog manager: success
15:58:15.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.797679 17629 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: acquiring CA information for follower catalog manager: success
15:58:15.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.798830 17629 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 65cd35f8e30344d2b059cb5f22d157d0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:15.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.824959 17928 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:15.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.825402 17928 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:15.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.825470 17928 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:15.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.830344 17928 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:15.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.830451 17928 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.16.247.67
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.835322 17928 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.247.84:41711
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.247.67:0
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data/info.pb
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.247.67
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.16.247.126:44917,127.16.247.125:33699,127.16.247.124:38707
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.17928
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:15.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.16.247.67
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/logs
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:15.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.836423 17928 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:58:15.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.837838 17928 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.848004 17939 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:58:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.848004 17936 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:58:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:15.848011 17937 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:58:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.848290 17928 server_base.cc:1034] running on GCE node
15:58:15.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.848884 17928 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:15.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.849516 17928 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:15.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.850736 17928 hybrid_clock.cc:648] HybridClock initialized: now 1783526295850713 us; error 31 us; skew 500 ppm
15:58:15.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.852728 17928 webserver.cc:460] Webserver started at http://127.16.247.67:40041/ using document root <none> and password file <none>
15:58:15.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.853416 17928 fs_manager.cc:359] Metadata directory not provided
15:58:15.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.853515 17928 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:15.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.853750 17928 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.855834 17928 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data/instance:
15:58:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "429af065df4f4dd1b6ab5aff59fa3634"
15:58:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.856508 17928 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal/instance:
15:58:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "429af065df4f4dd1b6ab5aff59fa3634"
15:58:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.860538 17928 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:15.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.863359 17945 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.864929 17928 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.865057 17928 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "429af065df4f4dd1b6ab5aff59fa3634"
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:15 on dist-test-slave-vt7w"
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.865209 17928 fs_report.cc:383] FS layout report
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data/data
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:15.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:15.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.886164 17928 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:15.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.887001 17928 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:58:15.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.887271 17928 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:15.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.887953 17928 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.889293 17928 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.889364 17928 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.889425 17928 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.889454 17928 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.899565 17928 rpc_server.cc:307] RPC server started. Bound to: 127.16.247.67:40811
15:58:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.899586 18058 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.16.247.67:40811 every 8 connection(s)
15:58:15.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.900744 17928 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/data/info.pb
15:58:15.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.909422 17373 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 17928
15:58:15.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.909544 17373 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8292602667237648122/ts-2/wal/instance
15:58:15.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.913482 18059 heartbeater.cc:347] Connected to a master server at 127.16.247.124:38707
15:58:15.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.913538 18061 heartbeater.cc:347] Connected to a master server at 127.16.247.125:33699
15:58:15.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.913756 18061 heartbeater.cc:464] Registering TS with master...
15:58:15.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.913757 18059 heartbeater.cc:464] Registering TS with master...
15:58:15.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.913785 18060 heartbeater.cc:347] Connected to a master server at 127.16.247.126:44917
15:58:15.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.914281 18060 heartbeater.cc:464] Registering TS with master...
15:58:15.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.914467 18059 heartbeater.cc:511] Master 127.16.247.124:38707 requested a full tablet report, sending...
15:58:15.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.914463 18060 heartbeater.cc:511] Master 127.16.247.126:44917 requested a full tablet report, sending...
15:58:15.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.914463 18061 heartbeater.cc:511] Master 127.16.247.125:33699 requested a full tablet report, sending...
15:58:15.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.915642 17415 ts_manager.cc:194] Registered new tserver with Master: 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67:40811)
15:58:15.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.915913 17559 ts_manager.cc:194] Registered new tserver with Master: 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67:40811)
15:58:15.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.916440 17415 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.16.247.67:52759
15:58:15.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.917002 17487 ts_manager.cc:194] Registered new tserver with Master: 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67:40811)
15:58:15.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:15.932857 17373 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:15.934 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:15.934 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:15.935 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.247.126"
      port: 44917
    }
    bound_http_address {
      host: "127.16.247.126"
      port: 34521
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.247.125"
      port: 33699
    }
    bound_http_address {
      host: "127.16.247.125"
      port: 39837
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.247.124"
      port: 38707
    }
    bound_http_address {
      host: "127.16.247.124"
      port: 37227
    }
  }
}

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

15:58:15.936 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.247.65"
      port: 42483
    }
    bound_http_address {
      host: "127.16.247.65"
      port: 34395
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.247.66"
      port: 43251
    }
    bound_http_address {
      host: "127.16.247.66"
      port: 35305
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.247.67"
      port: 40811
    }
    bound_http_address {
      host: "127.16.247.67"
      port: 40041
    }
  }
}

15:58:15.936 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:15.938 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:15.939 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:15.939 [INFO - main] (Logging.scala:57) ==============================================================
15:58:15.940 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:15.940 [INFO - main] (Logging.scala:57) ==============================================================
15:58:15.940 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:15.940 [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:58:15.941 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:15.941 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:15.941 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:15.942 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:15.942 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:15.942 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:15.942 [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:58:15.973 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 35375.
15:58:15.976 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:15.976 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:15.977 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:15.977 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:15.977 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:15.978 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-1973c9cf-1e15-4183-9b07-921ad24e29bf
15:58:15.978 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:15.979 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:16.002 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:16.007 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 33141.
15:58:16.008 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:33141
15:58:16.008 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:16.008 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33141, None)
15:58:16.009 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:33141 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33141, None)
15:58:16.010 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33141, None)
15:58:16.010 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33141, None)
15:58:16.020 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:16.030 [DEBUG - main] (Connection.java:748) [peer master-127.16.247.124:38707(127.16.247.124:38707)] connecting to peer
15:58:16.032 [DEBUG - main] (Connection.java:748) [peer master-127.16.247.126:44917(127.16.247.126:44917)] connecting to peer
15:58:16.033 [DEBUG - main] (Connection.java:748) [peer master-127.16.247.125:33699(127.16.247.125:33699)] connecting to peer
15:58:16.033 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.247.124:38707(127.16.247.124:38707)] Successfully connected to peer
15:58:16.034 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.247.126:44917(127.16.247.126:44917)] Successfully connected to peer
15:58:16.036 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.247.124
15:58:16.036 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.247.126
15:58:16.042 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.247.125:33699(127.16.247.125:33699)] Successfully connected to peer
15:58:16.051 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.247.125
15:58:16.051 [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:58:16.053 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x75b0554f, L:/127.0.0.1:42876 - R:/127.16.247.126:44917] using SASL/PLAIN
15:58:16.055 [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:58:16.055 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.062969 17415 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42876:
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.066 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3edaa71b, L:/127.0.0.1:45772 - R:/127.16.247.124:38707] using SASL/PLAIN
15:58:16.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.068 [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:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:16.069 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc3e595b7, L:/127.0.0.1:36152 - R:/127.16.247.125:33699] using SASL/PLAIN
15:58:16.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:16.071 [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:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:16.083 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 73288d99c8564e12aa92d56f8a9bc978
15:58:16.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.096834 17717 tablet_service.cc:1467] Processing CreateTablet for tablet f8acbe9cc4cd410a83a4b05cfada9b9d (DEFAULT_TABLE table=test [id=73288d99c8564e12aa92d56f8a9bc978]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:16.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.098357 17717 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f8acbe9cc4cd410a83a4b05cfada9b9d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.099036 17993 tablet_service.cc:1467] Processing CreateTablet for tablet e304b7d58e0142a5ab2a46b4e2b63e7f (DEFAULT_TABLE table=test [id=73288d99c8564e12aa92d56f8a9bc978]), partition=RANGE (key) PARTITION VALUES < 50
15:58:16.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.100364 17993 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e304b7d58e0142a5ab2a46b4e2b63e7f. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.105332 18109 tablet_bootstrap.cc:492] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:16.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.106909 18110 tablet_bootstrap.cc:492] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634: Bootstrap starting.
15:58:16.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.107903 18109 tablet_bootstrap.cc:654] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:16.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.108923 18109 log.cc:824] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c: Log is configured to *not* fsync() on all Append() calls
15:58:16.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.109555 18110 tablet_bootstrap.cc:654] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634: Neither blocks nor log segments found. Creating new log.
15:58:16.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.111022 18110 log.cc:824] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634: Log is configured to *not* fsync() on all Append() calls
15:58:16.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.111212 18109 tablet_bootstrap.cc:492] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:16.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.111434 18109 ts_tablet_manager.cc:1397] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:16.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.112835 18110 tablet_bootstrap.cc:492] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634: No bootstrap required, opened a new log
15:58:16.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.112996 18110 ts_tablet_manager.cc:1397] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634: Time spent bootstrapping tablet: real 0.006s	user 0.006s	sys 0.000s
15:58:16.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.115384 18109 raft_consensus.cc:348] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.115628 18109 raft_consensus.cc:374] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.115680 18109 raft_consensus.cc:729] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:16.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.115648 18110 raft_consensus.cc:348] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.115809 18110 raft_consensus.cc:374] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.115840 18110 raft_consensus.cc:729] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Initialized, Role: FOLLOWER
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116190 18110 consensus_queue.cc:260] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116179 18109 consensus_queue.cc:260] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116307 18110 raft_consensus.cc:388] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116348 18110 raft_consensus.cc:482] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116351 18109 raft_consensus.cc:388] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116416 18110 raft_consensus.cc:3037] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116420 18109 raft_consensus.cc:482] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.116503 18109 raft_consensus.cc:3037] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:16.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.117301 18110 raft_consensus.cc:504] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.117471 18109 raft_consensus.cc:504] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.117588 18110 leader_election.cc:302] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [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: 429af065df4f4dd1b6ab5aff59fa3634; no voters: 
15:58:16.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.117849 18110 leader_election.cc:288] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.117838 18109 leader_election.cc:302] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.117978 18113 raft_consensus.cc:2781] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.118158 18109 leader_election.cc:288] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.118240 18113 raft_consensus.cc:686] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 LEADER]: Becoming Leader. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Running, Role: LEADER
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.118580 18113 consensus_queue.cc:237] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.118788 18060 heartbeater.cc:503] Master 127.16.247.126:44917 was elected leader, sending a full tablet report...
15:58:16.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.118825 18110 ts_tablet_manager.cc:1428] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
15:58:16.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.119275 18109 ts_tablet_manager.cc:1428] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:58:16.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.119298 18117 raft_consensus.cc:2781] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.119664 18117 raft_consensus.cc:686] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:16.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.119861 17784 heartbeater.cc:503] Master 127.16.247.126:44917 was elected leader, sending a full tablet report...
15:58:16.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.120056 18117 consensus_queue.cc:237] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.123432 17415 catalog_manager.cc:5495] T e304b7d58e0142a5ab2a46b4e2b63e7f P 429af065df4f4dd1b6ab5aff59fa3634 reported cstate change: term changed from 0 to 1, leader changed from <none> to 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67). New cstate: current_term: 1 leader_uuid: "429af065df4f4dd1b6ab5aff59fa3634" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } health_report { overall_health: HEALTHY } } }
15:58:16.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.125079 17410 catalog_manager.cc:5495] T f8acbe9cc4cd410a83a4b05cfada9b9d P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.133337 17415 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42876:
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.139 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 89747e54fd9f44c0aec784272fa7fdb0
15:58:16.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.149639 17855 tablet_service.cc:1467] Processing CreateTablet for tablet a7cbf77f1d8c46eca2b29c5cc6381112 (DEFAULT_TABLE table=simple-test [id=89747e54fd9f44c0aec784272fa7fdb0]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:16.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.150727 17855 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a7cbf77f1d8c46eca2b29c5cc6381112. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.156541 18124 tablet_bootstrap.cc:492] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:16.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.158771 18124 tablet_bootstrap.cc:654] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:16.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.159965 18124 log.cc:824] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97: Log is configured to *not* fsync() on all Append() calls
15:58:16.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.161974 18124 tablet_bootstrap.cc:492] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:16.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.162231 18124 ts_tablet_manager.cc:1397] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:16.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.165917 18124 raft_consensus.cc:348] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.166183 18124 raft_consensus.cc:374] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.166235 18124 raft_consensus.cc:729] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:16.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.166683 18124 consensus_queue.cc:260] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.166882 18124 raft_consensus.cc:388] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.166960 18124 raft_consensus.cc:482] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.167101 18124 raft_consensus.cc:3037] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.168156 18124 raft_consensus.cc:504] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.168529 18124 leader_election.cc:302] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.168928 18124 leader_election.cc:288] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.169013 18126 raft_consensus.cc:2781] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.169229 18126 raft_consensus.cc:686] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:16.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.169653 18126 consensus_queue.cc:237] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.169976 17922 heartbeater.cc:503] Master 127.16.247.126:44917 was elected leader, sending a full tablet report...
15:58:16.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.170923 18124 ts_tablet_manager.cc:1428] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
15:58:16.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.173112 17415 catalog_manager.cc:5495] T a7cbf77f1d8c46eca2b29c5cc6381112 P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:16.192 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526296192
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.195226 17415 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42876:
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableWithTableAndCustomHashSchemas"
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:16.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 4
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000d\000\000\000"
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 2
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000\310\000\000\000"
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 3
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\310\000\000\000\007\001\000\000\000,\001\000\000"
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 4
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:16.211 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.212675 17717 tablet_service.cc:1467] Processing CreateTablet for tablet 9d6b78fbad62408c9816e32d13adbf9f (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 100
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.213092 17717 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9d6b78fbad62408c9816e32d13adbf9f. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.214213 17993 tablet_service.cc:1467] Processing CreateTablet for tablet f42b8dc258fe4b67af601c7469c26570 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.214536 17993 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f42b8dc258fe4b67af601c7469c26570. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.214226 17855 tablet_service.cc:1467] Processing CreateTablet for tablet cb48e65b0c0f4a86b09fab8e3467b2fc (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 100 <= VALUES < 200
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.214720 17854 tablet_service.cc:1467] Processing CreateTablet for tablet 6ad4e378500142ea8c58a8cd625c83b3 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 100
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.214936 17855 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cb48e65b0c0f4a86b09fab8e3467b2fc. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.215049 17854 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6ad4e378500142ea8c58a8cd625c83b3. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.214226 17853 tablet_service.cc:1467] Processing CreateTablet for tablet db4de827d3824e7596daa1343396a75d (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.215826 17853 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet db4de827d3824e7596daa1343396a75d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.215883 18109 tablet_bootstrap.cc:492] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.216950 18109 tablet_bootstrap.cc:654] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.217290 17992 tablet_service.cc:1467] Processing CreateTablet for tablet 95f19c2951704dc3a2e58c801667df74 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 100 <= VALUES < 200
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.217527 17992 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 95f19c2951704dc3a2e58c801667df74. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.217904 18124 tablet_bootstrap.cc:492] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:16.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.218976 18124 tablet_bootstrap.cc:654] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:16.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.212675 17716 tablet_service.cc:1467] Processing CreateTablet for tablet fc65c96b93a54024a09930dd3417160a (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 100 <= VALUES < 200
15:58:16.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.220001 17716 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fc65c96b93a54024a09930dd3417160a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.220506 18124 tablet_bootstrap.cc:492] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:16.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.220604 18124 ts_tablet_manager.cc:1397] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.000s
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.220950 18109 tablet_bootstrap.cc:492] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221031 18109 ts_tablet_manager.cc:1397] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.005s	user 0.002s	sys 0.000s
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221326 18110 tablet_bootstrap.cc:492] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634: Bootstrap starting.
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221338 18124 raft_consensus.cc:348] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221444 18124 raft_consensus.cc:374] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221478 18124 raft_consensus.cc:729] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221616 18124 consensus_queue.cc:260] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221613 18109 raft_consensus.cc:348] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221696 18124 raft_consensus.cc:388] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221725 18124 raft_consensus.cc:482] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221721 18109 raft_consensus.cc:374] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221760 18124 raft_consensus.cc:3037] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221765 18109 raft_consensus.cc:729] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221880 18109 consensus_queue.cc:260] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221957 18109 raft_consensus.cc:388] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.221992 18109 raft_consensus.cc:482] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.222030 18109 raft_consensus.cc:3037] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.222358 18110 tablet_bootstrap.cc:654] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634: Neither blocks nor log segments found. Creating new log.
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.222791 18124 raft_consensus.cc:504] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.222896 18124 leader_election.cc:302] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.222998 18124 leader_election.cc:288] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.223044 18126 raft_consensus.cc:2781] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.223115 18126 raft_consensus.cc:686] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.223239 18124 ts_tablet_manager.cc:1428] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:58:16.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.223223 18126 consensus_queue.cc:237] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.223829 17717 tablet_service.cc:1467] Processing CreateTablet for tablet a28b4a4d78f44fc9911b1360e475a993 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:16.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.224014 18124 tablet_bootstrap.cc:492] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:16.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.224098 17717 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a28b4a4d78f44fc9911b1360e475a993. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.225165 18124 tablet_bootstrap.cc:654] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:16.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.226040 17415 catalog_manager.cc:5495] T 6ad4e378500142ea8c58a8cd625c83b3 P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228012 18109 raft_consensus.cc:504] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228179 18109 leader_election.cc:302] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228268 18109 leader_election.cc:288] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228387 18117 raft_consensus.cc:2781] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228401 18110 tablet_bootstrap.cc:492] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634: No bootstrap required, opened a new log
15:58:16.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228456 18117 raft_consensus.cc:686] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:16.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228494 18110 ts_tablet_manager.cc:1397] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent bootstrapping tablet: real 0.007s	user 0.002s	sys 0.000s
15:58:16.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228502 18109 ts_tablet_manager.cc:1428] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.000s
15:58:16.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.228578 18117 consensus_queue.cc:237] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229310 18110 raft_consensus.cc:348] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229445 18110 raft_consensus.cc:374] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229485 18110 raft_consensus.cc:729] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Initialized, Role: FOLLOWER
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229635 18110 consensus_queue.cc:260] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229729 18110 raft_consensus.cc:388] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229768 18110 raft_consensus.cc:482] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.229825 18110 raft_consensus.cc:3037] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.230865 18110 raft_consensus.cc:504] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.230966 18110 leader_election.cc:302] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [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: 429af065df4f4dd1b6ab5aff59fa3634; no voters: 
15:58:16.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.231499 18113 raft_consensus.cc:2781] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.231599 18113 raft_consensus.cc:686] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 LEADER]: Becoming Leader. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Running, Role: LEADER
15:58:16.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.231724 18113 consensus_queue.cc:237] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.231958 17415 catalog_manager.cc:5495] T 9d6b78fbad62408c9816e32d13adbf9f P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:16.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.232890 18110 leader_election.cc:288] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.233309 18110 ts_tablet_manager.cc:1428] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:58:16.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.234637 17410 catalog_manager.cc:5495] T f42b8dc258fe4b67af601c7469c26570 P 429af065df4f4dd1b6ab5aff59fa3634 reported cstate change: term changed from 0 to 1, leader changed from <none> to 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67). New cstate: current_term: 1 leader_uuid: "429af065df4f4dd1b6ab5aff59fa3634" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } health_report { overall_health: HEALTHY } } }
15:58:16.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.235203 17715 tablet_service.cc:1467] Processing CreateTablet for tablet d0699892bbbf444098c8e6ab6572c138 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas [id=e22fec21d0c94fd0af7dcf7115d1ea73]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:16.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.235500 17715 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d0699892bbbf444098c8e6ab6572c138. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:16.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.236901 18109 tablet_bootstrap.cc:492] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:16.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.237929 18109 tablet_bootstrap.cc:654] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:16.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.240468 18109 tablet_bootstrap.cc:492] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:16.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.240661 18109 ts_tablet_manager.cc:1397] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241175 18109 raft_consensus.cc:348] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241384 18109 raft_consensus.cc:374] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241443 18109 raft_consensus.cc:729] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241609 18109 consensus_queue.cc:260] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241722 18109 raft_consensus.cc:388] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241760 18109 raft_consensus.cc:482] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.241796 18109 raft_consensus.cc:3037] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:16.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.242605 18109 raft_consensus.cc:504] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.242749 18109 leader_election.cc:302] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:16.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.242835 18109 leader_election.cc:288] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.242888 18115 raft_consensus.cc:2781] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.242969 18115 raft_consensus.cc:686] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:16.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.243062 18109 ts_tablet_manager.cc:1428] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.243076 18115 consensus_queue.cc:237] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.243790 18109 tablet_bootstrap.cc:492] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:16.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.245234 17410 catalog_manager.cc:5495] T a28b4a4d78f44fc9911b1360e475a993 P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:16.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.248837 18110 tablet_bootstrap.cc:492] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634: Bootstrap starting.
15:58:16.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.249964 18110 tablet_bootstrap.cc:654] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634: Neither blocks nor log segments found. Creating new log.
15:58:16.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.250208 18109 tablet_bootstrap.cc:654] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:16.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.252111 18109 tablet_bootstrap.cc:492] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:16.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.252221 18109 ts_tablet_manager.cc:1397] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.008s	user 0.002s	sys 0.000s
15:58:16.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.252698 18109 raft_consensus.cc:348] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.253337 18109 raft_consensus.cc:374] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.253499 18109 raft_consensus.cc:729] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:16.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.253753 18109 consensus_queue.cc:260] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.253983 18109 raft_consensus.cc:388] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.254114 18109 raft_consensus.cc:482] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.254251 18109 raft_consensus.cc:3037] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.254629 18110 tablet_bootstrap.cc:492] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634: No bootstrap required, opened a new log
15:58:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.254747 18110 ts_tablet_manager.cc:1397] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:58:16.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255147 18110 raft_consensus.cc:348] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255255 18110 raft_consensus.cc:374] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255290 18110 raft_consensus.cc:729] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Initialized, Role: FOLLOWER
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255430 18110 consensus_queue.cc:260] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255474 18109 raft_consensus.cc:504] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255541 18110 raft_consensus.cc:388] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255578 18110 raft_consensus.cc:482] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255616 18110 raft_consensus.cc:3037] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255611 18109 leader_election.cc:302] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255721 18109 leader_election.cc:288] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255782 18117 raft_consensus.cc:2781] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255865 18117 raft_consensus.cc:686] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255973 18109 ts_tablet_manager.cc:1428] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.255960 18117 consensus_queue.cc:237] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.256217 18109 tablet_bootstrap.cc:492] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.256640 18110 raft_consensus.cc:504] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.256793 18110 leader_election.cc:302] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [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: 429af065df4f4dd1b6ab5aff59fa3634; no voters: 
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.256887 18110 leader_election.cc:288] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257130 18110 ts_tablet_manager.cc:1428] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257153 18124 tablet_bootstrap.cc:492] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257257 18124 ts_tablet_manager.cc:1397] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.033s	user 0.002s	sys 0.000s
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257313 18109 tablet_bootstrap.cc:654] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257460 18113 raft_consensus.cc:2781] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257550 18113 raft_consensus.cc:686] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 LEADER]: Becoming Leader. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Running, Role: LEADER
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257656 18113 consensus_queue.cc:237] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257851 18124 raft_consensus.cc:348] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.257961 18124 raft_consensus.cc:374] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.258000 18124 raft_consensus.cc:729] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.258142 18124 consensus_queue.cc:260] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.258255 18124 raft_consensus.cc:388] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.258302 18124 raft_consensus.cc:482] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.258347 18124 raft_consensus.cc:3037] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259217 18124 raft_consensus.cc:504] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259325 18124 leader_election.cc:302] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259423 18124 leader_election.cc:288] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259485 18127 raft_consensus.cc:2781] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259575 18127 raft_consensus.cc:686] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259670 18124 ts_tablet_manager.cc:1428] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259716 18127 consensus_queue.cc:237] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.259835 18124 tablet_bootstrap.cc:492] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:16.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.261484 17415 catalog_manager.cc:5495] T db4de827d3824e7596daa1343396a75d P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.264138 17413 catalog_manager.cc:5495] T d0699892bbbf444098c8e6ab6572c138 P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:16.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.266746 18124 tablet_bootstrap.cc:654] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:16.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.269065 17415 catalog_manager.cc:5495] T 95f19c2951704dc3a2e58c801667df74 P 429af065df4f4dd1b6ab5aff59fa3634 reported cstate change: term changed from 0 to 1, leader changed from <none> to 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67). New cstate: current_term: 1 leader_uuid: "429af065df4f4dd1b6ab5aff59fa3634" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } health_report { overall_health: HEALTHY } } }
15:58:16.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.270629 18124 tablet_bootstrap.cc:492] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:16.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.270886 18124 ts_tablet_manager.cc:1397] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.011s	user 0.003s	sys 0.000s
15:58:16.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.271509 18124 raft_consensus.cc:348] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.271745 18124 raft_consensus.cc:374] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.272027 18124 raft_consensus.cc:729] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:16.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.272598 18124 consensus_queue.cc:260] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.272868 18124 raft_consensus.cc:388] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.273006 18124 raft_consensus.cc:482] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.273145 18124 raft_consensus.cc:3037] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.274425 18124 raft_consensus.cc:504] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.274683 18124 leader_election.cc:302] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:16.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.274930 18127 raft_consensus.cc:2781] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.275045 18127 raft_consensus.cc:686] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:16.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.275164 18127 consensus_queue.cc:237] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:16.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.276908 18124 leader_election.cc:288] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.277604 17415 catalog_manager.cc:5495] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:16.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.279228 18124 ts_tablet_manager.cc:1428] T cb48e65b0c0f4a86b09fab8e3467b2fc P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.000s
15:58:16.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.287285 18109 tablet_bootstrap.cc:492] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:16.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.287418 18109 ts_tablet_manager.cc:1397] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.031s	user 0.002s	sys 0.000s
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.287954 18109 raft_consensus.cc:348] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.288131 18109 raft_consensus.cc:374] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.288170 18109 raft_consensus.cc:729] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.288329 18109 consensus_queue.cc:260] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.288458 18109 raft_consensus.cc:388] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.288499 18109 raft_consensus.cc:482] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:16.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.288548 18109 raft_consensus.cc:3037] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:16.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.289726 18109 raft_consensus.cc:504] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.289884 18109 leader_election.cc:302] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:16.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.290014 18109 leader_election.cc:288] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:16.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.290088 18115 raft_consensus.cc:2781] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:16.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.290205 18115 raft_consensus.cc:686] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:16.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.290314 18115 consensus_queue.cc:237] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:16.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.293118 17415 catalog_manager.cc:5495] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:16.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:16.290728 18109 ts_tablet_manager.cc:1428] T fc65c96b93a54024a09930dd3417160a P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.004s
15:58:16.319 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 9d6b78fbad62408c9816e32d13adbf9f for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:58:16.319 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet cb48e65b0c0f4a86b09fab8e3467b2fc for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:16.319 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f42b8dc258fe4b67af601c7469c26570 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:16.319 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6ad4e378500142ea8c58a8cd625c83b3 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:58:16.319 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc65c96b93a54024a09930dd3417160a for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:16.320 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a28b4a4d78f44fc9911b1360e475a993 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:16.320 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 95f19c2951704dc3a2e58c801667df74 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:16.320 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet db4de827d3824e7596daa1343396a75d for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:16.321 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d0699892bbbf444098c8e6ab6572c138 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:16.321 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=9d6b78fbad62408c9816e32d13adbf9f@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=f42b8dc258fe4b67af601c7469c26570@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=6ad4e378500142ea8c58a8cd625c83b3@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=fc65c96b93a54024a09930dd3417160a@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=a28b4a4d78f44fc9911b1360e475a993@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=95f19c2951704dc3a2e58c801667df74@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=db4de827d3824e7596daa1343396a75d@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=d0699892bbbf444098c8e6ab6572c138@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:16.321 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=9), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.16.247.126:44917, [2ms] Sub RPC GetTableLocations: received response from server master-127.16.247.126:44917: OK, deferred=null) after lookup
15:58:16.323 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 152e1940261349698b5d85790920dd7c(127.16.247.65:42483)] connecting to peer
15:58:16.324 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 152e1940261349698b5d85790920dd7c(127.16.247.65:42483)] Successfully connected to peer
15:58:16.336 [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:58:16.337 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x0b490910, L:/127.0.0.1:46084 - R:/127.16.247.65:42483] using TOKEN/null
15:58:16.346 [DEBUG - main] (Connection.java:748) [peer c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)] connecting to peer
15:58:16.347 [DEBUG - kudu-nio-0] (Connection.java:757) [peer c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)] Successfully connected to peer
15:58:16.358 [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:58:16.359 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x6f74369c, L:/127.0.0.1:52196 - R:/127.16.247.66:43251] using TOKEN/null
15:58:16.645 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526296645
15:58:16.645 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526296643939
15:58:16.645 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:16.645 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7560888583603721002/
15:58:16.651 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:16.651 [INFO - ForkJoinPool-39-worker-1] (KuduBackup.scala:55) Backing up table testTableWithTableAndCustomHashSchemas to path: file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646
15:58:16.651 [INFO - ForkJoinPool-39-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:16.652 [INFO - ForkJoinPool-39-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:16.652 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:16.652 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:16.676 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.677 [INFO - ForkJoinPool-39-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.677 [INFO - ForkJoinPool-39-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.678 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.678 [INFO - ForkJoinPool-39-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.678 [INFO - ForkJoinPool-39-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.678 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.696 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 9d6b78fbad62408c9816e32d13adbf9f for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:58:16.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet cb48e65b0c0f4a86b09fab8e3467b2fc for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:16.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f42b8dc258fe4b67af601c7469c26570 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:16.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6ad4e378500142ea8c58a8cd625c83b3 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:58:16.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc65c96b93a54024a09930dd3417160a for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:16.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a28b4a4d78f44fc9911b1360e475a993 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:16.698 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 95f19c2951704dc3a2e58c801667df74 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:16.698 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet db4de827d3824e7596daa1343396a75d for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:16.698 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d0699892bbbf444098c8e6ab6572c138 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:16.698 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=9d6b78fbad62408c9816e32d13adbf9f@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=f42b8dc258fe4b67af601c7469c26570@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=6ad4e378500142ea8c58a8cd625c83b3@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=fc65c96b93a54024a09930dd3417160a@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=a28b4a4d78f44fc9911b1360e475a993@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=95f19c2951704dc3a2e58c801667df74@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=db4de827d3824e7596daa1343396a75d@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=d0699892bbbf444098c8e6ab6572c138@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:16.723 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:16.724 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 9 output partitions
15:58:16.724 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:16.724 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:16.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:16.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:16.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.5 KiB, free 1993.7 MiB)
15:58:16.760 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:58:16.761 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 66.7 KiB, free: 1993.8 MiB)
15:58:16.761 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:16.761 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 9 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8))
15:58:16.762 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 9 tasks resource profile 0
15:58:16.764 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:16.766 [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:58:16.783 [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:58:16.786 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:16.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:16.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:16.789 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:16.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:16.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:16.790 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:16.791 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:16.815 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=9d6b78fbad62408c9816e32d13adbf9f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:16.837 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7685
15:58:16.861 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558167402032372479259517_0000_m_000000_0' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/_temporary/0/task_202607081558167402032372479259517_0000_m_000000
15:58:16.861 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558167402032372479259517_0000_m_000000_0: Committed
15:58:16.862 [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). 6346 bytes result sent to driver
15:58:16.863 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:16.864 [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:58:16.864 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 100 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/9)
15:58:16.874 [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:58:16.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:16.879 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.879 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.879 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.879 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.879 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.879 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.886 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:16.887 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558166362791627412355621_0000_m_000001_1
15:58:16.888 [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). 6217 bytes result sent to driver
15:58:16.893 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:16.894 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 31 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/9)
15:58:16.898 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:58:16.924 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:16.928 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:16.929 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.930 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.930 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.931 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.931 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:16.931 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:16.931 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Connection.java:748) [peer 429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)] connecting to peer
15:58:16.933 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)] Successfully connected to peer
15:58:16.951 [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:58:16.955 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x759095d7, L:/127.0.0.1:39680 - R:/127.16.247.67:40811] using TOKEN/null
15:58:16.961 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=f42b8dc258fe4b67af601c7469c26570, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:16.962 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558166292388414457445755_0000_m_000002_2
15:58:16.964 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6217 bytes result sent to driver
15:58:16.970 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 0.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:16.970 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Running task 3.0 in stage 0.0 (TID 3)
15:58:16.970 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 77 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/9)
15:58:16.985 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:16.992 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:16.996 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:16.996 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.000 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.000 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.000 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.000 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.009 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=6ad4e378500142ea8c58a8cd625c83b3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:17.025 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:17.026 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:17.027 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:17.039 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:17.100 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 10111
15:58:17.105 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558165020897379048892355_0000_m_000003_3' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/_temporary/0/task_202607081558165020897379048892355_0000_m_000003
15:58:17.105 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) attempt_202607081558165020897379048892355_0000_m_000003_3: Committed
15:58:17.106 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3). 6303 bytes result sent to driver
15:58:17.107 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 0.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:17.108 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Running task 4.0 in stage 0.0 (TID 4)
15:58:17.118 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3) in 149 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/9)
15:58:17.125 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:17.128 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:17.140 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.140 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.140 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.141 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.141 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.142 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.146 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=fc65c96b93a54024a09930dd3417160a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:17.147 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_20260708155816938678651211046606_0000_m_000004_4
15:58:17.148 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4). 6217 bytes result sent to driver
15:58:17.149 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 0.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:17.151 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4) in 43 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/9)
15:58:17.154 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Running task 5.0 in stage 0.0 (TID 5)
15:58:17.169 [DEBUG - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:17.173 [DEBUG - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:17.176 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.176 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.176 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.176 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.176 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.177 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.180 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=a28b4a4d78f44fc9911b1360e475a993, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:17.181 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558164998762545388789702_0000_m_000005_5
15:58:17.182 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5). 6217 bytes result sent to driver
15:58:17.183 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 0.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:17.185 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5) in 35 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/9)
15:58:17.187 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Running task 6.0 in stage 0.0 (TID 6)
15:58:17.202 [DEBUG - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:17.210 [DEBUG - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:17.212 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.212 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.212 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.212 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.213 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.213 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.225 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=95f19c2951704dc3a2e58c801667df74, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:17.226 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558166322143546783150508_0000_m_000006_6
15:58:17.227 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6). 6217 bytes result sent to driver
15:58:17.228 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 0.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:17.229 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/9)
15:58:17.230 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Running task 7.0 in stage 0.0 (TID 7)
15:58:17.247 [DEBUG - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:17.251 [DEBUG - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:17.252 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.252 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.252 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.252 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.252 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.253 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.256 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=db4de827d3824e7596daa1343396a75d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:17.256 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558162682870481434816445_0000_m_000007_7
15:58:17.257 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7). 6217 bytes result sent to driver
15:58:17.258 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 0.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5180 bytes) taskResourceAssignments Map()
15:58:17.259 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7) in 31 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/9)
15:58:17.262 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Running task 8.0 in stage 0.0 (TID 8)
15:58:17.276 [DEBUG - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:17.278 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:17.280 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.280 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.280 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.280 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:17.280 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:17.280 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:17.283 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323711062016000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=d0699892bbbf444098c8e6ab6572c138, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:17.284 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558162425950982587791662_0000_m_000008_8
15:58:17.285 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8). 6217 bytes result sent to driver
15:58:17.286 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8) in 28 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/9)
15:58:17.286 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:17.287 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.561 s
15:58:17.288 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:17.288 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:17.288 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.564774 s
15:58:17.298 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Write Job 29b2ce86-40ca-4045-b18a-a44465cbc105 committed.
15:58:17.298 [INFO - ForkJoinPool-39-worker-1] (Logging.scala:57) Finished processing stats for write job 29b2ce86-40ca-4045-b18a-a44465cbc105.
15:58:17.302 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet 9d6b78fbad62408c9816e32d13adbf9f for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:58:17.302 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet cb48e65b0c0f4a86b09fab8e3467b2fc for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:17.302 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet f42b8dc258fe4b67af601c7469c26570 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:17.302 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet 6ad4e378500142ea8c58a8cd625c83b3 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:58:17.303 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet fc65c96b93a54024a09930dd3417160a for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:17.303 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet a28b4a4d78f44fc9911b1360e475a993 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:17.303 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet 95f19c2951704dc3a2e58c801667df74 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:17.303 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet db4de827d3824e7596daa1343396a75d for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:17.303 [DEBUG - ForkJoinPool-39-worker-1] (AsyncKuduClient.java:2538) Learned about tablet d0699892bbbf444098c8e6ab6572c138 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:17.303 [DEBUG - ForkJoinPool-39-worker-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=9d6b78fbad62408c9816e32d13adbf9f@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=f42b8dc258fe4b67af601c7469c26570@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=6ad4e378500142ea8c58a8cd625c83b3@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=fc65c96b93a54024a09930dd3417160a@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=a28b4a4d78f44fc9911b1360e475a993@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=95f19c2951704dc3a2e58c801667df74@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=db4de827d3824e7596daa1343396a75d@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=d0699892bbbf444098c8e6ab6572c138@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:17.311 [INFO - ForkJoinPool-39-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/.kudu-metadata.json
15:58:17.320 [INFO - ForkJoinPool-39-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableWithTableAndCustomHashSchemas
15:58:17.322 [DEBUG - main] (Connection.java:748) [peer master-127.16.247.124:38707(127.16.247.124:38707)] connecting to peer
15:58:17.323 [DEBUG - main] (Connection.java:748) [peer master-127.16.247.126:44917(127.16.247.126:44917)] connecting to peer
15:58:17.324 [DEBUG - main] (Connection.java:748) [peer master-127.16.247.125:33699(127.16.247.125:33699)] connecting to peer
15:58:17.325 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.247.124:38707(127.16.247.124:38707)] Successfully connected to peer
15:58:17.327 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.247.125:33699(127.16.247.125:33699)] Successfully connected to peer
15:58:17.328 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.247.124
15:58:17.331 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.247.126:44917(127.16.247.126:44917)] Successfully connected to peer
15:58:17.333 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.247.125
15:58:17.338 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.16.247.126
15:58:17.343 [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:58:17.350 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x615ba86a, L:/127.0.0.1:45774 - R:/127.16.247.124:38707] using SASL/PLAIN
15:58:17.351 [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:58:17.351 [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:58:17.352 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd68eb67d, L:/127.0.0.1:36156 - R:/127.16.247.125:33699] using SASL/PLAIN
15:58:17.352 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xfe1db70a, L:/127.0.0.1:42886 - R:/127.16.247.126:44917] using SASL/PLAIN
15:58:17.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:17.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=33), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.16.247.124:38707, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.16.247.126:44917, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.16.247.125:33699, [31ms] Sub RPC ConnectToMaster: received response from server master-127.16.247.124:38707: OK, [31ms] Sub RPC ConnectToMaster: received response from server master-127.16.247.125:33699: OK, [32ms] Sub RPC ConnectToMaster: received response from server master-127.16.247.126:44917: OK, deferred=null) after lookup
15:58:17.357 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:17.369 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:17.379 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:17.379 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:17.379 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:17.394 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:17.426 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:58:17.427 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:17.428 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:17.428 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402152 bytes, open cost is considered as scanning 4194304 bytes.
15:58:17.438 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:17.439 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:17.439 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:17.439 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:17.439 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:17.439 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:17.441 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:58:17.443 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:58:17.443 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:17.444 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:17.444 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:17.444 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:17.445 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5237 bytes) taskResourceAssignments Map()
15:58:17.445 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 9)
15:58:17.449 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/part-00003-519a19d3-05c6-4772-b4a6-51ba9b634eab-c000.snappy.parquet, range: 0-7323, partition values: [empty row]
15:58:17.453 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/part-00000-519a19d3-05c6-4772-b4a6-51ba9b634eab-c000.snappy.parquet, range: 0-6221, partition values: [empty row]
15:58:17.458 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 9). 8524 bytes result sent to driver
15:58:17.458 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 9) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:17.459 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:17.459 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.019 s
15:58:17.459 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:17.459 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:17.460 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.021225 s
15:58:18.076 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526298076
15:58:18.076 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526298074698
15:58:18.076 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:18.076 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7560888583603721002/
15:58:18.085 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas
15:58:18.090 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.090 [INFO - ForkJoinPool-42-worker-1] (KuduBackup.scala:55) Backing up table testTableWithTableAndCustomHashSchemas to path: file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077
15:58:18.090 [INFO - ForkJoinPool-42-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:18.090 [INFO - ForkJoinPool-42-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526296646 from backup in path: file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646
15:58:18.118 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.120 [INFO - ForkJoinPool-42-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.120 [INFO - ForkJoinPool-42-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.120 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.121 [INFO - ForkJoinPool-42-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.121 [INFO - ForkJoinPool-42-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.122 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.145 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Code generated in 12.536522 ms
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 9d6b78fbad62408c9816e32d13adbf9f for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet cb48e65b0c0f4a86b09fab8e3467b2fc for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f42b8dc258fe4b67af601c7469c26570 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6ad4e378500142ea8c58a8cd625c83b3 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc65c96b93a54024a09930dd3417160a for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a28b4a4d78f44fc9911b1360e475a993 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:18.150 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 95f19c2951704dc3a2e58c801667df74 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:18.151 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet db4de827d3824e7596daa1343396a75d for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:18.151 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d0699892bbbf444098c8e6ab6572c138 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:18.151 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=9d6b78fbad62408c9816e32d13adbf9f@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=f42b8dc258fe4b67af601c7469c26570@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=6ad4e378500142ea8c58a8cd625c83b3@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=fc65c96b93a54024a09930dd3417160a@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=a28b4a4d78f44fc9911b1360e475a993@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=95f19c2951704dc3a2e58c801667df74@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=db4de827d3824e7596daa1343396a75d@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=d0699892bbbf444098c8e6ab6572c138@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:18.169 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:18.170 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 9 output partitions
15:58:18.170 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:18.170 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:18.170 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:18.170 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:18.201 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.7 KiB, free 1993.1 MiB)
15:58:18.204 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.8 KiB, free 1993.0 MiB)
15:58:18.205 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 66.8 KiB, free: 1993.7 MiB)
15:58:18.205 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:18.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 9 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8))
15:58:18.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 9 tasks resource profile 0
15:58:18.207 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.208 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 10)
15:58:18.220 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.223 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.228 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.228 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.228 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.228 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.228 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.229 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.229 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.229 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.229 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:18.230 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:18.231 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:18.248 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=9d6b78fbad62408c9816e32d13adbf9f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.248 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:58:18.250 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558186080797176640050964_0002_m_000000_10' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558186080797176640050964_0002_m_000000
15:58:18.250 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) attempt_202607081558186080797176640050964_0002_m_000000_10: Committed
15:58:18.251 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 10). 6260 bytes result sent to driver
15:58:18.252 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.252 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 11)
15:58:18.253 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 10) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/9)
15:58:18.265 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.269 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.270 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.271 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.271 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.271 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.271 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.271 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.277 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 30 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.372 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 28.6 KiB, free: 1993.7 MiB)
15:58:18.381 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 7.1 KiB, free: 1993.7 MiB)
15:58:18.458 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Code generated in 164.356725 ms
15:58:18.463 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.463 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:380) Validation is off
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:18.464 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:18.465 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:18.481 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6456
15:58:18.485 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558187577933924675521345_0002_m_000001_11' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558187577933924675521345_0002_m_000001
15:58:18.486 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) attempt_202607081558187577933924675521345_0002_m_000001_11: Committed
15:58:18.487 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 11). 6346 bytes result sent to driver
15:58:18.488 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.488 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 11) in 237 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/9)
15:58:18.489 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Running task 2.0 in stage 2.0 (TID 12)
15:58:18.503 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.512 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.518 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.518 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.518 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.518 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.518 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.519 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.526 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 32 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=f42b8dc258fe4b67af601c7469c26570, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.558 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:380) Validation is off
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:18.559 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:18.560 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:18.578 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6626
15:58:18.582 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558183919157951383716580_0002_m_000002_12' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558183919157951383716580_0002_m_000002
15:58:18.582 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) attempt_202607081558183919157951383716580_0002_m_000002_12: Committed
15:58:18.583 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 12). 6303 bytes result sent to driver
15:58:18.584 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.585 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 12) in 98 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/9)
15:58:18.585 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Running task 3.0 in stage 2.0 (TID 13)
15:58:18.596 [DEBUG - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.599 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.600 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.600 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.601 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.601 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.601 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.601 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.605 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=6ad4e378500142ea8c58a8cd625c83b3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.606 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558181703375371233275991_0002_m_000003_13
15:58:18.607 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 13). 6217 bytes result sent to driver
15:58:18.608 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 2.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.608 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Running task 4.0 in stage 2.0 (TID 14)
15:58:18.609 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 13) in 25 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/9)
15:58:18.637 [DEBUG - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.641 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.646 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.646 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.646 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.646 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.646 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.646 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.652 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=fc65c96b93a54024a09930dd3417160a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.670 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.670 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:380) Validation is off
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:18.671 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:18.672 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:18.770 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6865
15:58:18.778 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558185676958821192150943_0002_m_000004_14' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558185676958821192150943_0002_m_000004
15:58:18.778 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) attempt_202607081558185676958821192150943_0002_m_000004_14: Committed
15:58:18.783 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Finished task 4.0 in stage 2.0 (TID 14). 6303 bytes result sent to driver
15:58:18.786 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 2.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.787 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Running task 5.0 in stage 2.0 (TID 15)
15:58:18.788 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 2.0 (TID 14) in 181 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/9)
15:58:18.806 [DEBUG - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.811 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.812 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.812 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.813 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.813 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.813 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.813 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.817 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 22 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=a28b4a4d78f44fc9911b1360e475a993, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.830 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.830 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:380) Validation is off
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:18.831 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:18.832 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:18.857 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5336
15:58:18.861 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558183733921838101538604_0002_m_000005_15' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558183733921838101538604_0002_m_000005
15:58:18.861 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) attempt_202607081558183733921838101538604_0002_m_000005_15: Committed
15:58:18.862 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Finished task 5.0 in stage 2.0 (TID 15). 6303 bytes result sent to driver
15:58:18.863 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 2.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:18.864 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 2.0 (TID 15) in 78 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/9)
15:58:18.864 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Running task 6.0 in stage 2.0 (TID 16)
15:58:18.898 [DEBUG - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:18.904 [DEBUG - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:18.913 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.913 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.913 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.913 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:18.914 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:18.914 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:18.928 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 37 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=95f19c2951704dc3a2e58c801667df74, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:18.958 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.958 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:380) Validation is off
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:18.959 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:18.960 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:19.004 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7315
15:58:19.011 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558183638944299191651178_0002_m_000006_16' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558183638944299191651178_0002_m_000006
15:58:19.011 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) attempt_202607081558183638944299191651178_0002_m_000006_16: Committed
15:58:19.012 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Finished task 6.0 in stage 2.0 (TID 16). 6346 bytes result sent to driver
15:58:19.013 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 2.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:19.015 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 2.0 (TID 16) in 153 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/9)
15:58:19.016 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Running task 7.0 in stage 2.0 (TID 17)
15:58:19.038 [DEBUG - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:19.044 [DEBUG - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:19.045 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:19.046 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:19.046 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:19.047 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:19.047 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:19.047 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:19.053 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 21 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=db4de827d3824e7596daa1343396a75d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:19.076 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:58:19.076 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:380) Validation is off
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:19.077 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:19.078 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:19.078 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:19.078 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:19.081 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:19.100 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5185
15:58:19.111 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558187737662626721396767_0002_m_000007_17' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558187737662626721396767_0002_m_000007
15:58:19.111 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) attempt_202607081558187737662626721396767_0002_m_000007_17: Committed
15:58:19.112 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Finished task 7.0 in stage 2.0 (TID 17). 6303 bytes result sent to driver
15:58:19.113 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 2.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5190 bytes) taskResourceAssignments Map()
15:58:19.115 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 2.0 (TID 17) in 102 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/9)
15:58:19.116 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Running task 8.0 in stage 2.0 (TID 18)
15:58:19.131 [DEBUG - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:19.134 [DEBUG - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:19.138 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:19.138 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:19.138 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:19.139 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:19.139 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:19.139 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:19.143 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 25 rows, more = false, responseScanTimestamp = 7305323716923392000) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas, tablet=d0699892bbbf444098c8e6ab6572c138, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:19.157 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:58:19.157 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:380) Validation is off
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:19.158 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:19.159 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:19.175 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5701
15:58:19.180 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558183212018948716843823_0002_m_000008_18' to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/_temporary/0/task_202607081558183212018948716843823_0002_m_000008
15:58:19.180 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) attempt_202607081558183212018948716843823_0002_m_000008_18: Committed
15:58:19.181 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Finished task 8.0 in stage 2.0 (TID 18). 6303 bytes result sent to driver
15:58:19.183 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 2.0 (TID 18) in 70 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/9)
15:58:19.183 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:19.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 1.012 s
15:58:19.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:19.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:19.184 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 1.015122 s
15:58:19.244 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Write Job 2dd93139-137f-4822-9727-39d9db7d341f committed.
15:58:19.244 [INFO - ForkJoinPool-42-worker-1] (Logging.scala:57) Finished processing stats for write job 2dd93139-137f-4822-9727-39d9db7d341f.
15:58:19.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 9d6b78fbad62408c9816e32d13adbf9f for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet cb48e65b0c0f4a86b09fab8e3467b2fc for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f42b8dc258fe4b67af601c7469c26570 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6ad4e378500142ea8c58a8cd625c83b3 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc65c96b93a54024a09930dd3417160a for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a28b4a4d78f44fc9911b1360e475a993 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.251 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 95f19c2951704dc3a2e58c801667df74 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.251 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet db4de827d3824e7596daa1343396a75d for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.251 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d0699892bbbf444098c8e6ab6572c138 for table 'testTableWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.251 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=9d6b78fbad62408c9816e32d13adbf9f@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=cb48e65b0c0f4a86b09fab8e3467b2fc@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=f42b8dc258fe4b67af601c7469c26570@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=6ad4e378500142ea8c58a8cd625c83b3@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=fc65c96b93a54024a09930dd3417160a@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=a28b4a4d78f44fc9911b1360e475a993@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=95f19c2951704dc3a2e58c801667df74@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=db4de827d3824e7596daa1343396a75d@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=d0699892bbbf444098c8e6ab6572c138@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.258 [INFO - ForkJoinPool-42-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/.kudu-metadata.json
15:58:19.272 [INFO - ForkJoinPool-42-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableWithTableAndCustomHashSchemas
15:58:19.279 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e22fec21d0c94fd0af7dcf7115d1ea73
15:58:19.329 [INFO - main] (Logging.scala:57) It took 3 ms to list leaf files for 1 paths.
15:58:19.361 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:19.361 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:19.362 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:19.426 [INFO - main] (Logging.scala:57) Code generated in 20.855069 ms
15:58:19.430 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.1 MiB)
15:58:19.443 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:58:19.444 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:19.445 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:19.446 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 33596853 bytes, open cost is considered as scanning 4194304 bytes.
15:58:19.475 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:19.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:19.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:19.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:19.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:19.478 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 66.8 KiB, free: 1993.8 MiB)
15:58:19.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:19.480 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:58:19.482 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:58:19.483 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 7.2 KiB, free: 1993.8 MiB)
15:58:19.483 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:19.484 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:19.484 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:19.485 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 6563 bytes) taskResourceAssignments Map()
15:58:19.485 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 19)
15:58:19.491 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00006-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-6299, partition values: [empty row]
15:58:19.503 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00004-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-6095, partition values: [empty row]
15:58:19.510 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00002-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5981, partition values: [empty row]
15:58:19.515 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00001-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5898, partition values: [empty row]
15:58:19.519 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00008-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5569, partition values: [empty row]
15:58:19.523 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00005-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5398, partition values: [empty row]
15:58:19.527 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00007-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5343, partition values: [empty row]
15:58:19.531 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00000-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:58:19.535 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 19). 15633 bytes result sent to driver
15:58:19.536 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 19) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:19.536 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:19.536 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.057 s
15:58:19.537 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:19.537 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:19.537 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.061282 s
15:58:19.556 [INFO - main] (Logging.scala:57) Code generated in 15.004758 ms
15:58:19.559 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup7560888583603721002/
15:58:19.568 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas
15:58:19.570 [INFO - ForkJoinPool-45-worker-1] (KuduRestore.scala:104) Restoring table testTableWithTableAndCustomHashSchemas from path: file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646
15:58:19.570 [INFO - ForkJoinPool-45-worker-1] (KuduRestore.scala:112) Creating restore table testTableWithTableAndCustomHashSchemas-restore
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.573570 17415 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42876:
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableWithTableAndCustomHashSchemas-restore"
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\001\000\000\000\310\000\000\000\007\001\000\000\000,\001\000\000"
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 4
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:19.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:19.584 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 183874f6f7e34051ab2af3ecb53253f1
15:58:19.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.588055 17715 tablet_service.cc:1467] Processing CreateTablet for tablet def47687ba934c3087091df4ae1761fd (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:19.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.588055 17716 tablet_service.cc:1467] Processing CreateTablet for tablet a855b8e4382646859f0a7f69a97bac09 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:19.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.588346 17854 tablet_service.cc:1467] Processing CreateTablet for tablet c5d3efafffab422ba9ebc39e29156110 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:19.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.588491 17716 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a855b8e4382646859f0a7f69a97bac09. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.588696 17854 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c5d3efafffab422ba9ebc39e29156110. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.592057 17992 tablet_service.cc:1467] Processing CreateTablet for tablet eb8a7d552b9440d48c1807ba270df564 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 200 <= VALUES < 300
15:58:19.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.592283 18319 tablet_bootstrap.cc:492] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:19.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.592454 17992 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eb8a7d552b9440d48c1807ba270df564. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.593353 18319 tablet_bootstrap.cc:654] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.594494 17715 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet def47687ba934c3087091df4ae1761fd. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.594619 18319 tablet_bootstrap.cc:492] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.594730 18319 ts_tablet_manager.cc:1397] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595230 18319 raft_consensus.cc:348] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595357 18319 raft_consensus.cc:374] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595396 18319 raft_consensus.cc:729] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595587 18319 consensus_queue.cc:260] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595703 18319 raft_consensus.cc:388] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595744 18319 raft_consensus.cc:482] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595777 18322 tablet_bootstrap.cc:492] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634: Bootstrap starting.
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.595794 18319 raft_consensus.cc:3037] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.596905 18322 tablet_bootstrap.cc:654] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634: Neither blocks nor log segments found. Creating new log.
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.596948 18319 raft_consensus.cc:504] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.597150 18319 leader_election.cc:302] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.597362 18319 leader_election.cc:288] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.597679 18319 ts_tablet_manager.cc:1428] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.003s
15:58:19.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.598415 18320 tablet_bootstrap.cc:492] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:19.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.598873 18319 tablet_bootstrap.cc:492] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:19.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.600149 18320 tablet_bootstrap.cc:654] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:19.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.601058 18323 raft_consensus.cc:2781] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.601502 18323 raft_consensus.cc:686] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:19.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.601212 18319 tablet_bootstrap.cc:654] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:19.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.601843 18323 consensus_queue.cc:237] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.603360 17415 catalog_manager.cc:5495] T a855b8e4382646859f0a7f69a97bac09 P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:19.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.603618 18322 tablet_bootstrap.cc:492] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634: No bootstrap required, opened a new log
15:58:19.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.603744 18322 ts_tablet_manager.cc:1397] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent bootstrapping tablet: real 0.008s	user 0.001s	sys 0.001s
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604228 18322 raft_consensus.cc:348] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604360 18322 raft_consensus.cc:374] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604396 18322 raft_consensus.cc:729] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Initialized, Role: FOLLOWER
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604518 18322 consensus_queue.cc:260] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604593 18322 raft_consensus.cc:388] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604632 18322 raft_consensus.cc:482] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.604681 18322 raft_consensus.cc:3037] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Advancing to term 1
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.605518 18319 tablet_bootstrap.cc:492] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.605611 18319 ts_tablet_manager.cc:1397] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.007s	user 0.002s	sys 0.000s
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.606041 18322 raft_consensus.cc:504] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.606189 18322 leader_election.cc:302] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [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: 429af065df4f4dd1b6ab5aff59fa3634; no voters: 
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.606415 18322 leader_election.cc:288] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.606739 18322 ts_tablet_manager.cc:1428] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.002s
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.606967 18320 tablet_bootstrap.cc:492] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607062 18320 ts_tablet_manager.cc:1397] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.009s	user 0.002s	sys 0.000s
15:58:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.606076 18319 raft_consensus.cc:348] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607358 18319 raft_consensus.cc:374] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607412 18319 raft_consensus.cc:729] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607540 18319 consensus_queue.cc:260] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607511 18320 raft_consensus.cc:348] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607625 18319 raft_consensus.cc:388] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607627 18320 raft_consensus.cc:374] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607663 18319 raft_consensus.cc:482] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607668 18320 raft_consensus.cc:729] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607710 18319 raft_consensus.cc:3037] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607807 18320 consensus_queue.cc:260] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607904 18320 raft_consensus.cc:388] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607946 18320 raft_consensus.cc:482] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.607997 18320 raft_consensus.cc:3037] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:19.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.608908 18319 raft_consensus.cc:504] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.609159 18319 leader_election.cc:302] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:19.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.609198 18320 raft_consensus.cc:504] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.609344 18320 leader_election.cc:302] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.609530 18320 leader_election.cc:288] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.609892 18320 ts_tablet_manager.cc:1428] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.610664 18331 raft_consensus.cc:2781] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.610893 18331 raft_consensus.cc:686] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 LEADER]: Becoming Leader. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Running, Role: LEADER
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.611037 18331 consensus_queue.cc:237] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.611869 18333 raft_consensus.cc:2781] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.614248 17415 catalog_manager.cc:5495] T eb8a7d552b9440d48c1807ba270df564 P 429af065df4f4dd1b6ab5aff59fa3634 reported cstate change: term changed from 0 to 1, leader changed from <none> to 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67). New cstate: current_term: 1 leader_uuid: "429af065df4f4dd1b6ab5aff59fa3634" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } health_report { overall_health: HEALTHY } } }
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.614526 18333 raft_consensus.cc:686] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.614748 18323 raft_consensus.cc:2781] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.614867 18323 raft_consensus.cc:686] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.614830 18333 consensus_queue.cc:237] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.615008 18323 consensus_queue.cc:237] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.615470 18319 leader_election.cc:288] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.616459 17413 catalog_manager.cc:5495] T c5d3efafffab422ba9ebc39e29156110 P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:19.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.617359 17410 catalog_manager.cc:5495] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:19.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.618084 18319 ts_tablet_manager.cc:1428] T def47687ba934c3087091df4ae1761fd P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.012s	user 0.001s	sys 0.002s
15:58:19.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.638442 17410 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:42876:
15:58:19.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableWithTableAndCustomHashSchemas-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000d\000\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 2 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:19.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:19.645550 17410 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 07f536c648b348628a488147a72e0d36 has no consensus state
15:58:19.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:19.645992 17410 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet abb8f7a3ec6b410585cf233b24483ef6 has no consensus state
15:58:19.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.652855 17992 tablet_service.cc:1467] Processing CreateTablet for tablet 07f536c648b348628a488147a72e0d36 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 100
15:58:19.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.653124 17854 tablet_service.cc:1467] Processing CreateTablet for tablet abb8f7a3ec6b410585cf233b24483ef6 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 100
15:58:19.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.653314 17992 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 07f536c648b348628a488147a72e0d36. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.653620 17854 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet abb8f7a3ec6b410585cf233b24483ef6. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.655613 18322 tablet_bootstrap.cc:492] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634: Bootstrap starting.
15:58:19.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.655799 18320 tablet_bootstrap.cc:492] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:19.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.656455 18322 tablet_bootstrap.cc:654] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634: Neither blocks nor log segments found. Creating new log.
15:58:19.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.656598 18320 tablet_bootstrap.cc:654] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.657821 18322 tablet_bootstrap.cc:492] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634: No bootstrap required, opened a new log
15:58:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.657821 18320 tablet_bootstrap.cc:492] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.657925 18322 ts_tablet_manager.cc:1397] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.657925 18320 ts_tablet_manager.cc:1397] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658366 18322 raft_consensus.cc:348] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658354 18320 raft_consensus.cc:348] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658483 18322 raft_consensus.cc:374] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658483 18320 raft_consensus.cc:374] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658520 18322 raft_consensus.cc:729] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Initialized, Role: FOLLOWER
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658520 18320 raft_consensus.cc:729] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658661 18322 consensus_queue.cc:260] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658661 18320 consensus_queue.cc:260] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658754 18322 raft_consensus.cc:388] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658754 18320 raft_consensus.cc:388] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658795 18320 raft_consensus.cc:482] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658795 18322 raft_consensus.cc:482] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658845 18322 raft_consensus.cc:3037] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Advancing to term 1
15:58:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.658845 18320 raft_consensus.cc:3037] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.659907 18322 raft_consensus.cc:504] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.659907 18320 raft_consensus.cc:504] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660063 18320 leader_election.cc:302] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660063 18322 leader_election.cc:302] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [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: 429af065df4f4dd1b6ab5aff59fa3634; no voters: 
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660187 18322 leader_election.cc:288] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660228 18337 raft_consensus.cc:2781] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660305 18337 raft_consensus.cc:686] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660413 18322 ts_tablet_manager.cc:1428] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660429 18337 consensus_queue.cc:237] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660609 18335 raft_consensus.cc:2781] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660704 18335 raft_consensus.cc:686] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 LEADER]: Becoming Leader. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Running, Role: LEADER
15:58:19.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.660917 18335 consensus_queue.cc:237] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.663524 18320 leader_election.cc:288] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.664206 18320 ts_tablet_manager.cc:1428] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:58:19.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.665256 17413 catalog_manager.cc:5495] T abb8f7a3ec6b410585cf233b24483ef6 P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.666455 17410 catalog_manager.cc:5495] T 07f536c648b348628a488147a72e0d36 P 429af065df4f4dd1b6ab5aff59fa3634 reported cstate change: term changed from 0 to 1, leader changed from <none> to 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67). New cstate: current_term: 1 leader_uuid: "429af065df4f4dd1b6ab5aff59fa3634" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } health_report { overall_health: HEALTHY } } }
15:58:19.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.676963 17410 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1] alter complete (version 0)
15:58:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.693264 17410 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:42876:
15:58:19.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableWithTableAndCustomHashSchemas-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000\310\000\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 3 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:19.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:19.700672 17410 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet efaa6ca7cf5a4ffab92bd59fc086b281 has no consensus state
15:58:19.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:19.701236 17410 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0482017ead63485e961ec69e38df3838 has no consensus state
15:58:19.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:19.701601 17410 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5a1ae6e398d340b49f6e83b0c85f2735 has no consensus state
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.707194 17992 tablet_service.cc:1467] Processing CreateTablet for tablet 0482017ead63485e961ec69e38df3838 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 100 <= VALUES < 200
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.707542 17992 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0482017ead63485e961ec69e38df3838. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.709343 17716 tablet_service.cc:1467] Processing CreateTablet for tablet efaa6ca7cf5a4ffab92bd59fc086b281 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 100 <= VALUES < 200
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.709617 17716 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet efaa6ca7cf5a4ffab92bd59fc086b281. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.710255 18322 tablet_bootstrap.cc:492] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634: Bootstrap starting.
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.711163 18322 tablet_bootstrap.cc:654] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634: Neither blocks nor log segments found. Creating new log.
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.712435 18319 tablet_bootstrap.cc:492] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c: Bootstrap starting.
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.712481 18322 tablet_bootstrap.cc:492] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634: No bootstrap required, opened a new log
15:58:19.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.712556 18322 ts_tablet_manager.cc:1397] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713006 18322 raft_consensus.cc:348] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713125 18322 raft_consensus.cc:374] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713162 18322 raft_consensus.cc:729] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Initialized, Role: FOLLOWER
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713306 18322 consensus_queue.cc:260] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713403 18319 tablet_bootstrap.cc:654] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c: Neither blocks nor log segments found. Creating new log.
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713428 18322 raft_consensus.cc:388] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713465 18322 raft_consensus.cc:482] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713510 18322 raft_consensus.cc:3037] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 0 FOLLOWER]: Advancing to term 1
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713620 17854 tablet_service.cc:1467] Processing CreateTablet for tablet 5a1ae6e398d340b49f6e83b0c85f2735 (DEFAULT_TABLE table=testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 100 <= VALUES < 200
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.713866 17854 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5a1ae6e398d340b49f6e83b0c85f2735. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.714589 18319 tablet_bootstrap.cc:492] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c: No bootstrap required, opened a new log
15:58:19.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.714682 18319 ts_tablet_manager.cc:1397] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715093 18319 raft_consensus.cc:348] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715207 18319 raft_consensus.cc:374] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715245 18319 raft_consensus.cc:729] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 152e1940261349698b5d85790920dd7c, State: Initialized, Role: FOLLOWER
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715400 18319 consensus_queue.cc:260] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715497 18319 raft_consensus.cc:388] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715552 18319 raft_consensus.cc:482] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715610 18319 raft_consensus.cc:3037] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 0 FOLLOWER]: Advancing to term 1
15:58:19.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.715899 18322 raft_consensus.cc:504] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.716070 18322 leader_election.cc:302] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [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: 429af065df4f4dd1b6ab5aff59fa3634; no voters: 
15:58:19.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.716276 18331 raft_consensus.cc:2781] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.716389 18331 raft_consensus.cc:686] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [term 1 LEADER]: Becoming Leader. State: Replica: 429af065df4f4dd1b6ab5aff59fa3634, State: Running, Role: LEADER
15:58:19.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.716560 18331 consensus_queue.cc:237] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [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: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } }
15:58:19.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.716728 18320 tablet_bootstrap.cc:492] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97: Bootstrap starting.
15:58:19.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.716854 18319 raft_consensus.cc:504] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.717013 18319 leader_election.cc:302] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [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: 152e1940261349698b5d85790920dd7c; no voters: 
15:58:19.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.718008 18322 leader_election.cc:288] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.718503 18322 ts_tablet_manager.cc:1428] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:58:19.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.718557 17410 catalog_manager.cc:5495] T 0482017ead63485e961ec69e38df3838 P 429af065df4f4dd1b6ab5aff59fa3634 reported cstate change: term changed from 0 to 1, leader changed from <none> to 429af065df4f4dd1b6ab5aff59fa3634 (127.16.247.67). New cstate: current_term: 1 leader_uuid: "429af065df4f4dd1b6ab5aff59fa3634" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "429af065df4f4dd1b6ab5aff59fa3634" member_type: VOTER last_known_addr { host: "127.16.247.67" port: 40811 } health_report { overall_health: HEALTHY } } }
15:58:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.719241 18320 tablet_bootstrap.cc:654] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97: Neither blocks nor log segments found. Creating new log.
15:58:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.719815 18323 raft_consensus.cc:2781] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.719914 18323 raft_consensus.cc:686] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [term 1 LEADER]: Becoming Leader. State: Replica: 152e1940261349698b5d85790920dd7c, State: Running, Role: LEADER
15:58:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.720037 18323 consensus_queue.cc:237] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [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: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } }
15:58:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.720721 18319 leader_election.cc:288] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.721184 18319 ts_tablet_manager.cc:1428] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:58:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:19.726166 17402 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet efaa6ca7cf5a4ffab92bd59fc086b281 (table testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet efaa6ca7cf5a4ffab92bd59fc086b281 consensus state has no leader
15:58:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.727527 17410 catalog_manager.cc:5495] T efaa6ca7cf5a4ffab92bd59fc086b281 P 152e1940261349698b5d85790920dd7c reported cstate change: term changed from 0 to 1, leader changed from <none> to 152e1940261349698b5d85790920dd7c (127.16.247.65). New cstate: current_term: 1 leader_uuid: "152e1940261349698b5d85790920dd7c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "152e1940261349698b5d85790920dd7c" member_type: VOTER last_known_addr { host: "127.16.247.65" port: 42483 } health_report { overall_health: HEALTHY } } }
15:58:19.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.729672 18320 tablet_bootstrap.cc:492] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97: No bootstrap required, opened a new log
15:58:19.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.729794 18320 ts_tablet_manager.cc:1397] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent bootstrapping tablet: real 0.013s	user 0.002s	sys 0.000s
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730355 18320 raft_consensus.cc:348] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730477 18320 raft_consensus.cc:374] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730520 18320 raft_consensus.cc:729] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Initialized, Role: FOLLOWER
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730647 18320 consensus_queue.cc:260] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730743 18320 raft_consensus.cc:388] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730783 18320 raft_consensus.cc:482] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.730819 18320 raft_consensus.cc:3037] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 0 FOLLOWER]: Advancing to term 1
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.732017 18320 raft_consensus.cc:504] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.732162 18320 leader_election.cc:302] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: c2bd44d9761c4b02a1cde397a0bb4b97; no voters: 
15:58:19.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.732908 18320 leader_election.cc:288] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:19.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.732969 18333 raft_consensus.cc:2781] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:19.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.733871 18333 raft_consensus.cc:686] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [term 1 LEADER]: Becoming Leader. State: Replica: c2bd44d9761c4b02a1cde397a0bb4b97, State: Running, Role: LEADER
15:58:19.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.734042 18333 consensus_queue.cc:237] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 [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: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } }
15:58:19.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.736127 18320 ts_tablet_manager.cc:1428] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:58:19.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.736090 17410 catalog_manager.cc:5495] T 5a1ae6e398d340b49f6e83b0c85f2735 P c2bd44d9761c4b02a1cde397a0bb4b97 reported cstate change: term changed from 0 to 1, leader changed from <none> to c2bd44d9761c4b02a1cde397a0bb4b97 (127.16.247.66). New cstate: current_term: 1 leader_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2bd44d9761c4b02a1cde397a0bb4b97" member_type: VOTER last_known_addr { host: "127.16.247.66" port: 43251 } health_report { overall_health: HEALTHY } } }
15:58:19.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:19.746436 17410 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 07b8fc92fe844f2291ee77003f1346fa: testTableWithTableAndCustomHashSchemas-restore [id=183874f6f7e34051ab2af3ecb53253f1] alter complete (version 0)
15:58:19.758 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:19.790 [INFO - ForkJoinPool-45-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:19.800 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:19.801 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:19.801 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:19.814 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:58:19.828 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:58:19.829 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:19.830 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:58:19.831 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402152 bytes, open cost is considered as scanning 4194304 bytes.
15:58:19.846 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:19.847 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:19.847 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:58:19.847 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:19.847 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:19.848 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:19.851 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 31.6 KiB, free 1992.9 MiB)
15:58:19.853 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 11.4 KiB, free 1992.9 MiB)
15:58:19.854 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 11.4 KiB, free: 1993.7 MiB)
15:58:19.854 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:19.855 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:19.855 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:58:19.856 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 20) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5237 bytes) taskResourceAssignments Map()
15:58:19.856 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 20)
15:58:19.861 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:19.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 183874f6f7e34051ab2af3ecb53253f1
15:58:19.866 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/part-00003-519a19d3-05c6-4772-b4a6-51ba9b634eab-c000.snappy.parquet, range: 0-7323, partition values: [empty row]
15:58:19.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.876 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.878 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.880 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.880 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526296646/part-00000-519a19d3-05c6-4772-b4a6-51ba9b634eab-c000.snappy.parquet, range: 0-6221, partition values: [empty row]
15:58:19.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.882 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.884 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.885 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.894 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@64ea3139, flushNotification=Deferred@248048883(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:19.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.907 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.909 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.912 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.912 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.912 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.914 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.917 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.919 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.921 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.924 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.924 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299988, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299988, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299988}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299988, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299988}]
15:58:19.937 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.938 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.938 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.938 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:19.938 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.938 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.939 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.939 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.939 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.939 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.939 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.940 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.940 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.942 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.944 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.946 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.946 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.946 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.946 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.948 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.948 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.948 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.948 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.950 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:58:19.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.951 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.953 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.954 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.954 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.956 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.958 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.960 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.962 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.964 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.967 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.969 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.971 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.973 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.975 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.978 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.980 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.981 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.981 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.982 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.982 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.982 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.983 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.986 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.988 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.988 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.988 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.988 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.988 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.989 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.989 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.989 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.990 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.990 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.990 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.990 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.990 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.990 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.991 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.991 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.992 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.992 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.992 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.992 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.992 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.993 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.993 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.993 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.993 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.994 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.994 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.994 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.994 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.994 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.995 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.995 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.995 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.995 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.996 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:19.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:19.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:19.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:19.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:19.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:19.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:19.998 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:19.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:19.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:19.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.001 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.001 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.003 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.004 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.004 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.004 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.004 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.006 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.007 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.009 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.011 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.013 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.024 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 20). 5468 bytes result sent to driver
15:58:20.025 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 20) in 170 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:20.025 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:20.026 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.177 s
15:58:20.026 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:20.026 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:20.027 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.180380 s
15:58:20.027 [INFO - ForkJoinPool-45-worker-1] (KuduRestore.scala:104) Restoring table testTableWithTableAndCustomHashSchemas from path: file:/tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077
15:58:20.036 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:58:20.057 [INFO - ForkJoinPool-45-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:20.064 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:20.064 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:20.065 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:20.078 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 314.2 KiB, free 1992.9 MiB)
15:58:20.089 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:58:20.090 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:20.091 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:58:20.092 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 33596853 bytes, open cost is considered as scanning 4194304 bytes.
15:58:20.108 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:20.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:20.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:58:20.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:20.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:20.110 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:20.112 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 29.7 KiB, free 1992.9 MiB)
15:58:20.114 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 11.4 KiB, free 1992.9 MiB)
15:58:20.115 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 11.4 KiB, free: 1993.7 MiB)
15:58:20.115 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:58:20.115 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:20.116 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:58:20.117 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 21) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 6563 bytes) taskResourceAssignments Map()
15:58:20.117 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 21)
15:58:20.121 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.123 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 183874f6f7e34051ab2af3ecb53253f1
15:58:20.124 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00006-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-6299, partition values: [empty row]
15:58:20.131 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00004-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-6095, partition values: [empty row]
15:58:20.138 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00002-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5981, partition values: [empty row]
15:58:20.144 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00001-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5898, partition values: [empty row]
15:58:20.150 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00008-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5569, partition values: [empty row]
15:58:20.156 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00005-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5398, partition values: [empty row]
15:58:20.162 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00007-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-5343, partition values: [empty row]
15:58:20.169 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup7560888583603721002/e22fec21d0c94fd0af7dcf7115d1ea73-testTableWithTableAndCustomHashSchemas/1783526298077/part-00000-a41f3e55-f0d0-4784-a67d-7e4d17f57497-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:58:20.174 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=200, operationSize=30000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2a9d2ca4, flushNotification=Deferred@1181421392(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:20.190 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 21)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 21). 5425 bytes result sent to driver
15:58:20.191 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 21) in 75 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:20.191 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:20.192 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.082 s
15:58:20.192 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:20.192 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:20.193 [INFO - ForkJoinPool-45-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.084410 s
15:58:20.193 [INFO - ForkJoinPool-45-worker-1] (KuduRestore.scala:237) Successfully restored table testTableWithTableAndCustomHashSchemas
15:58:20.197 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 183874f6f7e34051ab2af3ecb53253f1
15:58:20.200 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.201 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.201 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.201 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.201 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.202 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.202 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.202 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.202 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.203 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.215 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:20.216 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (collect at TestKuduBackup.scala:1002) with 9 output partitions
15:58:20.216 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (collect at TestKuduBackup.scala:1002)
15:58:20.216 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:20.216 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:20.216 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:20.218 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 5.8 KiB, free 1992.9 MiB)
15:58:20.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.9 MiB)
15:58:20.220 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 (size: 3.4 KiB, free: 1993.7 MiB)
15:58:20.221 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:58:20.221 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 9 missing tasks from ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8))
15:58:20.221 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 9 tasks resource profile 0
15:58:20.223 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 22) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.223 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 22)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 22)
15:58:20.225 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 22)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.229 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305323725732646912) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=07f536c648b348628a488147a72e0d36, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.230 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 22)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 22). 5717 bytes result sent to driver
15:58:20.231 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 23) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.232 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 22) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/9)
15:58:20.232 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 23)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 23)
15:58:20.234 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 23)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.238 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 30 rows, more = false, responseScanTimestamp = 7305323725770895360) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=efaa6ca7cf5a4ffab92bd59fc086b281, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.240 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 23)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 23). 5541 bytes result sent to driver
15:58:20.254 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 6.0 (TID 24) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.256 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 23) in 24 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/9)
15:58:20.256 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 24)] (Logging.scala:57) Running task 2.0 in stage 6.0 (TID 24)
15:58:20.257 [DEBUG - Executor task launch worker for task 2.0 in stage 6.0 (TID 24)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.263 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 32 rows, more = false, responseScanTimestamp = 7305323725872459776) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=eb8a7d552b9440d48c1807ba270df564, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.264 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 24)] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 24). 5573 bytes result sent to driver
15:58:20.265 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 6.0 (TID 25) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.266 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 24) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/9)
15:58:20.266 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 25)] (Logging.scala:57) Running task 3.0 in stage 6.0 (TID 25)
15:58:20.268 [DEBUG - Executor task launch worker for task 3.0 in stage 6.0 (TID 25)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.276 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323725925617664) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=abb8f7a3ec6b410585cf233b24483ef6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.277 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 25)] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 25). 6007 bytes result sent to driver
15:58:20.278 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 11.4 KiB, free: 1993.7 MiB)
15:58:20.279 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 6.0 (TID 26) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.279 [INFO - Executor task launch worker for task 4.0 in stage 6.0 (TID 26)] (Logging.scala:57) Running task 4.0 in stage 6.0 (TID 26)
15:58:20.280 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 25) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/9)
15:58:20.281 [DEBUG - Executor task launch worker for task 4.0 in stage 6.0 (TID 26)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.291 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305323725985841152) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=0482017ead63485e961ec69e38df3838, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.292 [INFO - Executor task launch worker for task 4.0 in stage 6.0 (TID 26)] (Logging.scala:57) Finished task 4.0 in stage 6.0 (TID 26). 5589 bytes result sent to driver
15:58:20.293 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 6.0 (TID 27) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.293 [INFO - Executor task launch worker for task 5.0 in stage 6.0 (TID 27)] (Logging.scala:57) Running task 5.0 in stage 6.0 (TID 27)
15:58:20.294 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 6.0 (TID 26) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/9)
15:58:20.295 [DEBUG - Executor task launch worker for task 5.0 in stage 6.0 (TID 27)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.306 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 22 rows, more = false, responseScanTimestamp = 7305323726049767424) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=c5d3efafffab422ba9ebc39e29156110, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.307 [INFO - Executor task launch worker for task 5.0 in stage 6.0 (TID 27)] (Logging.scala:57) Finished task 5.0 in stage 6.0 (TID 27). 5413 bytes result sent to driver
15:58:20.308 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 6.0 (TID 28) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.309 [INFO - Executor task launch worker for task 6.0 in stage 6.0 (TID 28)] (Logging.scala:57) Running task 6.0 in stage 6.0 (TID 28)
15:58:20.311 [DEBUG - Executor task launch worker for task 6.0 in stage 6.0 (TID 28)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.313 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 6.0 (TID 27) in 21 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/9)
15:58:20.326 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 37 rows, more = false, responseScanTimestamp = 7305323726132199424) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=5a1ae6e398d340b49f6e83b0c85f2735, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.328 [INFO - Executor task launch worker for task 6.0 in stage 6.0 (TID 28)] (Logging.scala:57) Finished task 6.0 in stage 6.0 (TID 28). 5653 bytes result sent to driver
15:58:20.329 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 6.0 (TID 29) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.329 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 6.0 (TID 28) in 21 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/9)
15:58:20.329 [INFO - Executor task launch worker for task 7.0 in stage 6.0 (TID 29)] (Logging.scala:57) Running task 7.0 in stage 6.0 (TID 29)
15:58:20.331 [DEBUG - Executor task launch worker for task 7.0 in stage 6.0 (TID 29)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.334 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 21 rows, more = false, responseScanTimestamp = 7305323726165950464) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=a855b8e4382646859f0a7f69a97bac09, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.336 [INFO - Executor task launch worker for task 7.0 in stage 6.0 (TID 29)] (Logging.scala:57) Finished task 7.0 in stage 6.0 (TID 29). 5397 bytes result sent to driver
15:58:20.336 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 6.0 (TID 30) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5416 bytes) taskResourceAssignments Map()
15:58:20.337 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 6.0 (TID 29) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/9)
15:58:20.338 [INFO - Executor task launch worker for task 8.0 in stage 6.0 (TID 30)] (Logging.scala:57) Running task 8.0 in stage 6.0 (TID 30)
15:58:20.340 [DEBUG - Executor task launch worker for task 8.0 in stage 6.0 (TID 30)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:20.343 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 25 rows, more = false, responseScanTimestamp = 7305323726202425344) for scanner KuduScanner(table=testTableWithTableAndCustomHashSchemas-restore, tablet=def47687ba934c3087091df4ae1761fd, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:20.345 [INFO - Executor task launch worker for task 8.0 in stage 6.0 (TID 30)] (Logging.scala:57) Finished task 8.0 in stage 6.0 (TID 30). 5461 bytes result sent to driver
15:58:20.346 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 6.0 (TID 30) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/9)
15:58:20.346 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:20.347 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (collect at TestKuduBackup.scala:1002) finished in 0.130 s
15:58:20.347 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:20.347 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:20.348 [INFO - main] (Logging.scala:57) Job 6 finished: collect at TestKuduBackup.scala:1002, took 0.132584 s
15:58:20.350 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 183874f6f7e34051ab2af3ecb53253f1
15:58:20.353 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33141 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:20.354 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 07f536c648b348628a488147a72e0d36 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:58:20.354 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet efaa6ca7cf5a4ffab92bd59fc086b281 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:58:20.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb8a7d552b9440d48c1807ba270df564 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:58:20.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet abb8f7a3ec6b410585cf233b24483ef6 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:58:20.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0482017ead63485e961ec69e38df3838 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:58:20.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c5d3efafffab422ba9ebc39e29156110 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:58:20.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1ae6e398d340b49f6e83b0c85f2735 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:58:20.355 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a855b8e4382646859f0a7f69a97bac09 for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:58:20.356 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet def47687ba934c3087091df4ae1761fd for table 'testTableWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:58:20.356 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=07f536c648b348628a488147a72e0d36@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=efaa6ca7cf5a4ffab92bd59fc086b281@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=eb8a7d552b9440d48c1807ba270df564@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=abb8f7a3ec6b410585cf233b24483ef6@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=0482017ead63485e961ec69e38df3838@[429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=c5d3efafffab422ba9ebc39e29156110@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=5a1ae6e398d340b49f6e83b0c85f2735@[c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=a855b8e4382646859f0a7f69a97bac09@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=def47687ba934c3087091df4ae1761fd@[152e1940261349698b5d85790920dd7c(127.16.247.65:42483)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:58:20.401 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:20.432 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:20.432 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:20.436 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:20.437 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:20.463 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:20.464 [DEBUG - main] (Connection.java:575) [peer master-127.16.247.125:33699(127.16.247.125:33699)] disconnecting while in state READY
15:58:20.464 [DEBUG - main] (Connection.java:575) [peer master-127.16.247.126:44917(127.16.247.126:44917)] disconnecting while in state READY
15:58:20.464 [DEBUG - main] (Connection.java:575) [peer c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)] disconnecting while in state READY
15:58:20.465 [DEBUG - main] (Connection.java:575) [peer 152e1940261349698b5d85790920dd7c(127.16.247.65:42483)] disconnecting while in state READY
15:58:20.465 [DEBUG - main] (Connection.java:575) [peer master-127.16.247.124:38707(127.16.247.124:38707)] disconnecting while in state READY
15:58:20.465 [DEBUG - main] (Connection.java:575) [peer 429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)] disconnecting while in state READY
15:58:20.466 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.247.125:33699(127.16.247.125:33699)] handling channelInactive
15:58:20.467 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.247.125:33699(127.16.247.125:33699)] cleaning up while in state READY due to: connection closed
15:58:20.467 [DEBUG - kudu-nio-0] (Connection.java:239) [peer c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)] handling channelInactive
15:58:20.467 [DEBUG - kudu-nio-0] (Connection.java:709) [peer c2bd44d9761c4b02a1cde397a0bb4b97(127.16.247.66:43251)] cleaning up while in state READY due to: connection closed
15:58:20.467 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.247.124:38707(127.16.247.124:38707)] handling channelInactive
15:58:20.468 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.247.124:38707(127.16.247.124:38707)] cleaning up while in state READY due to: connection closed
15:58:20.471 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:20.472 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.247.126:44917(127.16.247.126:44917)] handling channelInactive
15:58:20.472 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.247.126:44917(127.16.247.126:44917)] cleaning up while in state READY due to: connection closed
15:58:20.472 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 152e1940261349698b5d85790920dd7c(127.16.247.65:42483)] handling channelInactive
15:58:20.472 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 152e1940261349698b5d85790920dd7c(127.16.247.65:42483)] cleaning up while in state READY due to: connection closed
15:58:20.473 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)] handling channelInactive
15:58:20.473 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 429af065df4f4dd1b6ab5aff59fa3634(127.16.247.67:40811)] cleaning up while in state READY due to: connection closed
15:58:20.473 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 46 thread-local buffer(s) from thread: kudu-nio-1
15:58:20.474 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 41 thread-local buffer(s) from thread: kudu-nio-0
15:58:20.486 [DEBUG - main] (Connection.java:575) [peer master-127.16.247.125:33699(127.16.247.125:33699)] disconnecting while in state READY
15:58:20.486 [DEBUG - main] (Connection.java:575) [peer master-127.16.247.126:44917(127.16.247.126:44917)] disconnecting while in state READY
15:58:20.487 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.247.125:33699(127.16.247.125:33699)] handling channelInactive
15:58:20.487 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.247.126:44917(127.16.247.126:44917)] handling channelInactive
15:58:20.487 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.247.125:33699(127.16.247.125:33699)] cleaning up while in state READY due to: connection closed
15:58:20.488 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.247.126:44917(127.16.247.126:44917)] cleaning up while in state READY due to: connection closed
15:58:20.488 [DEBUG - main] (Connection.java:575) [peer master-127.16.247.124:38707(127.16.247.124:38707)] disconnecting while in state READY
15:58:20.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:20.490 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.247.124:38707(127.16.247.124:38707)] handling channelInactive
15:58:20.490 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.247.124:38707(127.16.247.124:38707)] cleaning up while in state READY due to: connection closed
15:58:20.490 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-0
15:58:20.491 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 23 thread-local buffer(s) from thread: kudu-nio-1
15:58:20.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.491647 17373 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17655
15:58:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.503016 17373 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17793
15:58:20.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.511718 17373 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17928
15:58:20.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.519789 17373 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17384
15:58:20.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.527367 17373 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17455
15:58:20.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.534508 17373 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 17526
15:58:20.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:20Z chronyd exiting
.15:58:20.626 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526300625
15:58:20.628 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:20.629 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:20.629 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:20.629 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:20.629 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:20.630 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:20.744 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:20.745 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:20.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.747483 18404 mini_oidc.cc:152] Starting JWKS server
15:58:20.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.749871 18404 webserver.cc:460] Webserver started at http://127.0.0.1:45751/ using document root <none> and password file <none>
15:58:20.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.750011 18404 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:20.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.750268 18404 webserver.cc:460] Webserver started at http://127.0.0.1:33953/ using document root <none> and password file <none>
15:58:20.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:20Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:20.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:20Z Disabled control of system clock
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.767320 18404 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/logs
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data/info.pb
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.62:45389
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.62
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:20.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45751/jwks.json with env {}
15:58:20.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.884533 18415 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:20.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.884862 18415 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:20.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.884903 18415 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:20.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.889019 18415 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:20.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.889081 18415 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:20.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.889101 18415 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:20.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.889117 18415 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:20.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.889132 18415 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:20.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.889145 18415 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45751/jwks.json
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.894016 18415 master_runner.cc:386] Master server non-default flags:
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.62:45389
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45751/jwks.json
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data/info.pb
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.62
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18415
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/logs
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:20.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:20.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.895128 18415 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:58:20.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.896464 18415 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.905259 18423 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:58:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.905248 18420 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:58:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.905248 18421 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:58:20.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.905365 18415 server_base.cc:1034] running on GCE node
15:58:20.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.906409 18415 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:20.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.907649 18415 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:20.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.908905 18415 hybrid_clock.cc:648] HybridClock initialized: now 1783526300908881 us; error 39 us; skew 500 ppm
15:58:20.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.916245 18415 webserver.cc:460] Webserver started at http://127.17.249.62:39881/ using document root <none> and password file <none>
15:58:20.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.917039 18415 fs_manager.cc:359] Metadata directory not provided
15:58:20.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.917146 18415 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:20.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.917443 18415 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:20.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.919486 18415 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data/instance:
15:58:20.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "de0938c46960442892f60e4d54643086"
15:58:20.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:20 on dist-test-slave-vt7w"
15:58:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.920100 18415 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal/instance:
15:58:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "de0938c46960442892f60e4d54643086"
15:58:20.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:20 on dist-test-slave-vt7w"
15:58:20.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.924082 18415 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.926815 18429 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.928190 18415 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.928300 18415 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "de0938c46960442892f60e4d54643086"
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:20 on dist-test-slave-vt7w"
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.928404 18415 fs_report.cc:383] FS layout report
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data/data
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:20.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:20.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.947610 18415 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:20.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.948365 18415 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:58:20.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.948539 18415 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:20.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.956214 18415 rpc_server.cc:307] RPC server started. Bound to: 127.17.249.62:45389
15:58:20.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.956358 18481 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.17.249.62:45389 every 8 connection(s)
15:58:20.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.957283 18415 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/data/info.pb
15:58:20.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.961000 18482 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:58:20.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.964298 18404 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 18415
15:58:20.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.964455 18404 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-0/wal/instance
15:58:20.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.964978 18482 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } has no permanent_uuid. Determining permanent_uuid...
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.966150 18404 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/logs
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data/info.pb
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.61:36089
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.61
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:20.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:20.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45751/jwks.json with env {}
15:58:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:20.980468 18482 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } has no permanent_uuid. Determining permanent_uuid...
15:58:20.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.981377 18433 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.249.61:36089: connect: Connection refused (error 111)
15:58:20.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:20.982354 18482 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.61:36089: Network error: Client connection negotiation failed: client connection to 127.17.249.61:36089: connect: Connection refused (error 111)
15:58:21.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.031605 18482 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } attempt: 1
15:58:21.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.033197 18482 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.61:36089: Network error: Client connection negotiation failed: client connection to 127.17.249.61:36089: connect: Connection refused (error 111)
15:58:21.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.082414 18484 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:21.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.082695 18484 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:21.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.082732 18484 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:21.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.086773 18484 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:21.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.086833 18484 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:21.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.086851 18484 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:21.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.086866 18484 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:21.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.086882 18484 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:21.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.086896 18484 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45751/jwks.json
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.091735 18484 master_runner.cc:386] Master server non-default flags:
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.61:36089
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45751/jwks.json
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data/info.pb
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.61
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18484
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/logs
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:21.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.092900 18484 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:58:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.094311 18484 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:21.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.101500 18482 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } attempt: 2
15:58:21.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.103065 18493 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:58:21.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.103066 18495 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:58:21.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.103549 18482 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.61:36089: Network error: Client connection negotiation failed: client connection to 127.17.249.61:36089: connect: Connection refused (error 111)
15:58:21.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.103598 18492 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:58:21.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.103746 18484 server_base.cc:1034] running on GCE node
15:58:21.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.104278 18484 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:21.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.105440 18484 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:21.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.106688 18484 hybrid_clock.cc:648] HybridClock initialized: now 1783526301106673 us; error 31 us; skew 500 ppm
15:58:21.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.108740 18484 webserver.cc:460] Webserver started at http://127.17.249.61:37241/ using document root <none> and password file <none>
15:58:21.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.109364 18484 fs_manager.cc:359] Metadata directory not provided
15:58:21.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.109428 18484 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:21.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.109596 18484 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.111594 18484 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data/instance:
15:58:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9"
15:58:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.112267 18484 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal/instance:
15:58:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9"
15:58:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.116096 18484 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
15:58:21.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.118574 18501 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.119849 18484 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.120003 18484 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9"
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.120095 18484 fs_report.cc:383] FS layout report
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data/data
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:21.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.133854 18484 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.134595 18484 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:58:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.134769 18484 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:21.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.141826 18484 rpc_server.cc:307] RPC server started. Bound to: 127.17.249.61:36089
15:58:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.141840 18553 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.17.249.61:36089 every 8 connection(s)
15:58:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.142844 18484 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/data/info.pb
15:58:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.146339 18554 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:58:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.150038 18554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.153055 18404 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 18484
15:58:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.153164 18404 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-1/wal/instance
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.153899 18404 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/logs
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data/info.pb
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.60:36731
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.60
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45751/jwks.json with env {}
15:58:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.162336 18554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.170172 18554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.171217 18504 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.172248 18554 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.60:36731: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.194834 18482 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } attempt: 3
15:58:21.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.200930 18482 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.202486 18482 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.60:36731: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.221549 18554 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } attempt: 1
15:58:21.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.223356 18554 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.60:36731: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.233693 18482 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } attempt: 1
15:58:21.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.235271 18482 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.60:36731: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.278396 18557 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:21.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.278692 18557 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.278733 18557 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.282979 18557 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.283056 18557 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.283075 18557 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.283092 18557 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.283108 18557 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.283123 18557 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45751/jwks.json
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.288033 18557 master_runner.cc:386] Master server non-default flags:
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.60:36731
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45751/jwks.json
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data/info.pb
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.60
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18557
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/logs
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.289239 18557 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:58:21.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.290556 18557 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:21.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.291549 18554 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } attempt: 2
15:58:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.293179 18554 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.60:36731: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.299490 18567 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:58:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.299631 18564 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:58:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.299693 18557 server_base.cc:1034] running on GCE node
15:58:21.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.299439 18565 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:58:21.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.300617 18557 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:21.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.301936 18557 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:21.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.303148 18557 hybrid_clock.cc:648] HybridClock initialized: now 1783526301303126 us; error 37 us; skew 500 ppm
15:58:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.305316 18557 webserver.cc:460] Webserver started at http://127.17.249.60:44609/ using document root <none> and password file <none>
15:58:21.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.305974 18557 fs_manager.cc:359] Metadata directory not provided
15:58:21.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.306070 18557 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:21.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.306288 18557 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.308210 18557 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data/instance:
15:58:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "667880193b2d47d8b8b9734c8d777bb3"
15:58:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.308861 18557 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal/instance:
15:58:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "667880193b2d47d8b8b9734c8d777bb3"
15:58:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.310503 18482 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } attempt: 2
15:58:21.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.312101 18482 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.17.249.60:36731: Network error: Client connection negotiation failed: client connection to 127.17.249.60:36731: connect: Connection refused (error 111)
15:58:21.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.312906 18557 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:21.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.315373 18573 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.316895 18557 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.317051 18557 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "667880193b2d47d8b8b9734c8d777bb3"
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.317233 18557 fs_report.cc:383] FS layout report
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data/data
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.333165 18557 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:21.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.334163 18557 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:58:21.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.334460 18557 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:21.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.342603 18557 rpc_server.cc:307] RPC server started. Bound to: 127.17.249.60:36731
15:58:21.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.342612 18625 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.17.249.60:36731 every 8 connection(s)
15:58:21.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.343663 18557 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/data/info.pb
15:58:21.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.347020 18626 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:58:21.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.350381 18626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.351260 18404 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 18557
15:58:21.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.351373 18404 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/master-2/wal/instance
15:58:21.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.362038 18626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.368098 18626 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } has no permanent_uuid. Determining permanent_uuid...
15:58:21.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.376097 18626 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: Bootstrap starting.
15:58:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.378389 18626 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: Neither blocks nor log segments found. Creating new log.
15:58:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.379137 18626 log.cc:824] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: Log is configured to *not* fsync() on all Append() calls
15:58:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.381515 18626 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: No bootstrap required, opened a new log
15:58:21.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.384342 18554 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } attempt: 3
15:58:21.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.385110 18626 raft_consensus.cc:348] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.385380 18626 raft_consensus.cc:374] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:21.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.385447 18626 raft_consensus.cc:729] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 667880193b2d47d8b8b9734c8d777bb3, State: Initialized, Role: FOLLOWER
15:58:21.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.385907 18626 consensus_queue.cc:260] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.386405 18635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.386555 18635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.387310 18626 sys_catalog.cc:564] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: configured and running, proceeding with master startup.
15:58:21.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.391680 18554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: Bootstrap starting.
15:58:21.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.392568 18646 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:21.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.392784 18646 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:21.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.394506 18554 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: Neither blocks nor log segments found. Creating new log.
15:58:21.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.395943 18554 log.cc:824] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: Log is configured to *not* fsync() on all Append() calls
15:58:21.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.392091 18557 master_runner.cc:186] Error getting master registration for 127.17.249.62:45389: OK, instance_id { permanent_uuid: "de0938c46960442892f60e4d54643086" instance_seqno: 1783526300954173 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:21.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.396445 18557 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:21.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.398006 18554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: No bootstrap required, opened a new log
15:58:21.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.401091 18554 raft_consensus.cc:348] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.401324 18554 raft_consensus.cc:374] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:21.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.401371 18554 raft_consensus.cc:729] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ccb0c575f4fc4f0f8fcc7366b4c44ee9, State: Initialized, Role: FOLLOWER
15:58:21.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.401810 18554 consensus_queue.cc:260] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.402328 18649 sys_catalog.cc:455] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.402469 18649 sys_catalog.cc:458] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.403141 18554 sys_catalog.cc:564] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [sys.catalog]: configured and running, proceeding with master startup.
15:58:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.408686 18660 catalog_manager.cc:1558] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:21.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.408962 18660 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.407853 18484 master_runner.cc:186] Error getting master registration for 127.17.249.62:45389: OK, instance_id { permanent_uuid: "de0938c46960442892f60e4d54643086" instance_seqno: 1783526300954173 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:21.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.411274 18482 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } attempt: 3
15:58:21.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.411424 18484 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:21.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.418690 18482 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: Bootstrap starting.
15:58:21.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.421687 18482 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: Neither blocks nor log segments found. Creating new log.
15:58:21.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.423063 18482 log.cc:824] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: Log is configured to *not* fsync() on all Append() calls
15:58:21.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.426504 18482 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: No bootstrap required, opened a new log
15:58:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.429899 18482 raft_consensus.cc:348] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.430137 18482 raft_consensus.cc:374] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.430186 18482 raft_consensus.cc:729] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de0938c46960442892f60e4d54643086, State: Initialized, Role: FOLLOWER
15:58:21.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.430673 18482 consensus_queue.cc:260] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.431169 18663 sys_catalog.cc:455] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.431412 18663 sys_catalog.cc:458] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.432122 18482 sys_catalog.cc:564] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [sys.catalog]: configured and running, proceeding with master startup.
15:58:21.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.438472 18674 catalog_manager.cc:1558] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:21.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.439060 18674 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:21.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.443307 18415 master_runner.cc:263] No leader master found from master de0938c46960442892f60e4d54643086
15:58:21.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.443410 18415 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:21.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.450309 18435 tablet.cc:2369] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:21.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.564334 18635 raft_consensus.cc:482] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:21.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.564550 18635 raft_consensus.cc:504] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.565615 18635 leader_election.cc:288] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers de0938c46960442892f60e4d54643086 (127.17.249.62:45389), ccb0c575f4fc4f0f8fcc7366b4c44ee9 (127.17.249.61:36089)
15:58:21.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.566304 18456 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "667880193b2d47d8b8b9734c8d777bb3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de0938c46960442892f60e4d54643086" is_pre_election: true
15:58:21.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.566623 18456 raft_consensus.cc:2454] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 667880193b2d47d8b8b9734c8d777bb3 in term 0.
15:58:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.567123 18574 leader_election.cc:302] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 667880193b2d47d8b8b9734c8d777bb3, de0938c46960442892f60e4d54643086; no voters: 
15:58:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.567408 18635 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.567528 18635 raft_consensus.cc:482] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.567575 18635 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 0 FOLLOWER]: Advancing to term 1
15:58:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.567467 18528 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "667880193b2d47d8b8b9734c8d777bb3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" is_pre_election: true
15:58:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.567756 18528 raft_consensus.cc:2454] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 667880193b2d47d8b8b9734c8d777bb3 in term 0.
15:58:21.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.568842 18635 raft_consensus.cc:504] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.569254 18635 leader_election.cc:288] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [CANDIDATE]: Term 1 election: Requested vote from peers de0938c46960442892f60e4d54643086 (127.17.249.62:45389), ccb0c575f4fc4f0f8fcc7366b4c44ee9 (127.17.249.61:36089)
15:58:21.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.569541 18456 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "667880193b2d47d8b8b9734c8d777bb3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de0938c46960442892f60e4d54643086"
15:58:21.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.569676 18456 raft_consensus.cc:3037] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 0 FOLLOWER]: Advancing to term 1
15:58:21.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.569802 18528 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "667880193b2d47d8b8b9734c8d777bb3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9"
15:58:21.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.569934 18528 raft_consensus.cc:3037] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 0 FOLLOWER]: Advancing to term 1
15:58:21.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.570741 18456 raft_consensus.cc:2454] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 667880193b2d47d8b8b9734c8d777bb3 in term 1.
15:58:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.571049 18574 leader_election.cc:302] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [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: 667880193b2d47d8b8b9734c8d777bb3, de0938c46960442892f60e4d54643086; no voters: 
15:58:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.571134 18528 raft_consensus.cc:2454] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 667880193b2d47d8b8b9734c8d777bb3 in term 1.
15:58:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.571545 18635 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 1 FOLLOWER]: Leader election won for term 1
15:58:21.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.571794 18635 raft_consensus.cc:686] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [term 1 LEADER]: Becoming Leader. State: Replica: 667880193b2d47d8b8b9734c8d777bb3, State: Running, Role: LEADER
15:58:21.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.572144 18635 consensus_queue.cc:237] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [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: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } }
15:58:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.574508 18676 sys_catalog.cc:455] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 667880193b2d47d8b8b9734c8d777bb3. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.574781 18676 sys_catalog.cc:458] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: This master's current role is: LEADER
15:58:21.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.575490 18678 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.576524 18678 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.581946 18456 raft_consensus.cc:1261] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [term 1 FOLLOWER]: Refusing update from remote peer 667880193b2d47d8b8b9734c8d777bb3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.582003 18528 raft_consensus.cc:1261] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [term 1 FOLLOWER]: Refusing update from remote peer 667880193b2d47d8b8b9734c8d777bb3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:21.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.582806 18635 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:21.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.583067 18676 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.587091 18649 sys_catalog.cc:455] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 667880193b2d47d8b8b9734c8d777bb3. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.587225 18649 sys_catalog.cc:458] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.587423 18579 tablet.cc:2369] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.587515 18663 sys_catalog.cc:455] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 667880193b2d47d8b8b9734c8d777bb3. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.587647 18663 sys_catalog.cc:458] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.590477 18679 mvcc.cc:205] Tried to move back new op lower bound from 7305323731272040448 to 7305323731242913792. Current Snapshot: MvccSnapshot[applied={T|T < 7305323731272040448}]
15:58:21.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.591054 18635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.591183 18635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: This master's current role is: LEADER
15:58:21.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.592689 18649 sys_catalog.cc:455] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.592842 18649 sys_catalog.cc:458] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.593709 18683 mvcc.cc:205] Tried to move back new op lower bound from 7305323731272040448 to 7305323731242913792. Current Snapshot: MvccSnapshot[applied={T|T < 7305323731272040448}]
15:58:21.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.595687 18678 catalog_manager.cc:1347] Generated new cluster ID: 2c1c7b13581d452e805bef2c200899bc
15:58:21.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.595772 18678 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:21.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.598944 18635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.599164 18635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3 [sys.catalog]: This master's current role is: LEADER
15:58:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.600708 18663 sys_catalog.cc:455] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "667880193b2d47d8b8b9734c8d777bb3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de0938c46960442892f60e4d54643086" member_type: VOTER last_known_addr { host: "127.17.249.62" port: 45389 } } peers { permanent_uuid: "ccb0c575f4fc4f0f8fcc7366b4c44ee9" member_type: VOTER last_known_addr { host: "127.17.249.61" port: 36089 } } peers { permanent_uuid: "667880193b2d47d8b8b9734c8d777bb3" member_type: VOTER last_known_addr { host: "127.17.249.60" port: 36731 } } }
15:58:21.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.600863 18663 sys_catalog.cc:458] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086 [sys.catalog]: This master's current role is: FOLLOWER
15:58:21.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.639566 18678 catalog_manager.cc:1370] Generated new certificate authority record
15:58:21.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.640583 18678 catalog_manager.cc:1504] Loading token signing keys...
15:58:21.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.649537 18678 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: Generated new TSK 0
15:58:21.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.650365 18678 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.672719 18404 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/logs
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data/info.pb
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.1:0
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.17.249.1
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.1
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.788722 18689 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.789039 18689 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.789091 18689 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.793201 18689 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.793349 18689 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.17.249.1
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.798089 18689 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.1:0
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data/info.pb
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.1
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18689
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.17.249.1
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/logs
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.799422 18689 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:58:21.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.800882 18689 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:21.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.811192 18694 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:58:21.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.811197 18695 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:58:21.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.811187 18697 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:58:21.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.811503 18689 server_base.cc:1034] running on GCE node
15:58:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.811945 18689 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.812534 18689 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.813781 18689 hybrid_clock.cc:648] HybridClock initialized: now 1783526301813702 us; error 71 us; skew 500 ppm
15:58:21.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.815826 18689 webserver.cc:460] Webserver started at http://127.17.249.1:35053/ using document root <none> and password file <none>
15:58:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.816365 18689 fs_manager.cc:359] Metadata directory not provided
15:58:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.816425 18689 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.816591 18689 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.818619 18689 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data/instance:
15:58:21.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6460ef3b67f04c6b87e47711f75151b2"
15:58:21.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.819164 18689 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal/instance:
15:58:21.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6460ef3b67f04c6b87e47711f75151b2"
15:58:21.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.823367 18689 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:21.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.826215 18703 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:21.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.827783 18689 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.827896 18689 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6460ef3b67f04c6b87e47711f75151b2"
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:21 on dist-test-slave-vt7w"
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.828001 18689 fs_report.cc:383] FS layout report
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data/data
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:21.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:21.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.838954 18689 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:21.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.839596 18689 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:58:21.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.839758 18689 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.840286 18689 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:21.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.841356 18689 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:21.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.841408 18689 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:21.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.841449 18689 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:21.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.841464 18689 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.850951 18689 rpc_server.cc:307] RPC server started. Bound to: 127.17.249.1:40023
15:58:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.850970 18816 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.17.249.1:40023 every 8 connection(s)
15:58:21.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.851980 18689 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/data/info.pb
15:58:21.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.859251 18404 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 18689
15:58:21.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.859391 18404 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-0/wal/instance
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.862447 18404 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/logs
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data/info.pb
15:58:21.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.2:0
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.17.249.2
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.2
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.864878 18819 heartbeater.cc:347] Connected to a master server at 127.17.249.61:36089
15:58:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.865048 18817 heartbeater.cc:347] Connected to a master server at 127.17.249.60:36731
15:58:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.865137 18819 heartbeater.cc:464] Registering TS with master...
15:58:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.865141 18817 heartbeater.cc:464] Registering TS with master...
15:58:21.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.865799 18817 heartbeater.cc:511] Master 127.17.249.60:36731 requested a full tablet report, sending...
15:58:21.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.865800 18819 heartbeater.cc:511] Master 127.17.249.61:36089 requested a full tablet report, sending...
15:58:21.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.866129 18818 heartbeater.cc:347] Connected to a master server at 127.17.249.62:45389
15:58:21.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.866195 18818 heartbeater.cc:464] Registering TS with master...
15:58:21.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.866603 18818 heartbeater.cc:511] Master 127.17.249.62:45389 requested a full tablet report, sending...
15:58:21.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.867377 18590 ts_manager.cc:194] Registered new tserver with Master: 6460ef3b67f04c6b87e47711f75151b2 (127.17.249.1:40023)
15:58:21.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.867501 18518 ts_manager.cc:194] Registered new tserver with Master: 6460ef3b67f04c6b87e47711f75151b2 (127.17.249.1:40023)
15:58:21.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.867542 18446 ts_manager.cc:194] Registered new tserver with Master: 6460ef3b67f04c6b87e47711f75151b2 (127.17.249.1:40023)
15:58:21.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.868647 18590 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.17.249.1:44879
15:58:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.986104 18824 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.986392 18824 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:21.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.986466 18824 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:21.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.990789 18824 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:21.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:21.990890 18824 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.17.249.2
15:58:21.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.995645 18824 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:21.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:21.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.2:0
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data/info.pb
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.2
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18824
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.17.249.2
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/logs
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:21.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.996721 18824 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:58:21.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:21.998095 18824 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:22.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.007800 18829 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:58:22.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.007882 18832 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:58:22.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.007969 18824 server_base.cc:1034] running on GCE node
15:58:22.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.007999 18830 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:58:22.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.008479 18824 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.009225 18824 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.010409 18824 hybrid_clock.cc:648] HybridClock initialized: now 1783526302010398 us; error 46 us; skew 500 ppm
15:58:22.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.012442 18824 webserver.cc:460] Webserver started at http://127.17.249.2:36737/ using document root <none> and password file <none>
15:58:22.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.013110 18824 fs_manager.cc:359] Metadata directory not provided
15:58:22.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.013200 18824 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:22.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.013424 18824 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.015345 18824 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data/instance:
15:58:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf8bc89192a348bf9971c62e559d0715"
15:58:22.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:22 on dist-test-slave-vt7w"
15:58:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.015947 18824 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal/instance:
15:58:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf8bc89192a348bf9971c62e559d0715"
15:58:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:22 on dist-test-slave-vt7w"
15:58:22.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.019896 18824 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
15:58:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.022861 18838 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.024442 18824 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.024606 18824 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf8bc89192a348bf9971c62e559d0715"
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:22 on dist-test-slave-vt7w"
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.024724 18824 fs_report.cc:383] FS layout report
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data/data
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.074047 18824 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.074774 18824 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:58:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.074937 18824 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.075490 18824 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.076499 18824 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.076550 18824 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.076593 18824 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.076610 18824 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:22.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.086418 18824 rpc_server.cc:307] RPC server started. Bound to: 127.17.249.2:37989
15:58:22.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.086436 18951 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.17.249.2:37989 every 8 connection(s)
15:58:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.087466 18824 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/data/info.pb
15:58:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.093389 18404 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 18824
15:58:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.093487 18404 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-1/wal/instance
15:58:22.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.096616 18404 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:22.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:22.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/logs
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data/info.pb
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.3:0
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.17.249.3
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.3
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:22.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:22.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.101280 18954 heartbeater.cc:347] Connected to a master server at 127.17.249.61:36089
15:58:22.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.101289 18953 heartbeater.cc:347] Connected to a master server at 127.17.249.62:45389
15:58:22.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.101385 18952 heartbeater.cc:347] Connected to a master server at 127.17.249.60:36731
15:58:22.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.101537 18953 heartbeater.cc:464] Registering TS with master...
15:58:22.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.101538 18952 heartbeater.cc:464] Registering TS with master...
15:58:22.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.101538 18954 heartbeater.cc:464] Registering TS with master...
15:58:22.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.102221 18953 heartbeater.cc:511] Master 127.17.249.62:45389 requested a full tablet report, sending...
15:58:22.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.102219 18952 heartbeater.cc:511] Master 127.17.249.60:36731 requested a full tablet report, sending...
15:58:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.102218 18954 heartbeater.cc:511] Master 127.17.249.61:36089 requested a full tablet report, sending...
15:58:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.103385 18590 ts_manager.cc:194] Registered new tserver with Master: cf8bc89192a348bf9971c62e559d0715 (127.17.249.2:37989)
15:58:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.103673 18518 ts_manager.cc:194] Registered new tserver with Master: cf8bc89192a348bf9971c62e559d0715 (127.17.249.2:37989)
15:58:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.104200 18590 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.17.249.2:47877
15:58:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.104822 18446 ts_manager.cc:194] Registered new tserver with Master: cf8bc89192a348bf9971c62e559d0715 (127.17.249.2:37989)
15:58:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.222357 18959 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:22.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.222663 18959 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:22.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.222702 18959 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:22.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.227268 18959 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:22.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.227380 18959 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.17.249.3
15:58:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.232491 18959 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.249.20:35233
15:58:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.249.3:0
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data/info.pb
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.249.3
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.17.249.62:45389,127.17.249.61:36089,127.17.249.60:36731
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.18959
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.17.249.3
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/logs
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:22.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.233903 18959 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:58:22.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.235426 18959 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.245692 18964 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:58:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.245699 18965 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:58:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.245793 18959 server_base.cc:1034] running on GCE node
15:58:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:22.245699 18967 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:58:22.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.246387 18959 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.246996 18959 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:22.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.248170 18959 hybrid_clock.cc:648] HybridClock initialized: now 1783526302248151 us; error 30 us; skew 500 ppm
15:58:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.250072 18959 webserver.cc:460] Webserver started at http://127.17.249.3:38623/ using document root <none> and password file <none>
15:58:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.250602 18959 fs_manager.cc:359] Metadata directory not provided
15:58:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.250661 18959 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.250830 18959 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.252853 18959 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data/instance:
15:58:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0038a4165368432c98ecf935bd94b889"
15:58:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:22 on dist-test-slave-vt7w"
15:58:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.253378 18959 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal/instance:
15:58:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0038a4165368432c98ecf935bd94b889"
15:58:22.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:22 on dist-test-slave-vt7w"
15:58:22.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.257057 18959 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
15:58:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.259405 18973 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:22.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.260879 18959 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.260993 18959 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0038a4165368432c98ecf935bd94b889"
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:22 on dist-test-slave-vt7w"
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.261097 18959 fs_report.cc:383] FS layout report
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data/data
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:22.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.272461 18959 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:22.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.273293 18959 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:58:22.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.273466 18959 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:22.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.274044 18959 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.275069 18959 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.275118 18959 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.275161 18959 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.275178 18959 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.284602 18959 rpc_server.cc:307] RPC server started. Bound to: 127.17.249.3:41713
15:58:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.284622 19086 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.17.249.3:41713 every 8 connection(s)
15:58:22.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.285812 18959 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/data/info.pb
15:58:22.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.286164 18404 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 18959
15:58:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.286270 18404 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9142771910550469925/ts-2/wal/instance
15:58:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.298218 19087 heartbeater.cc:347] Connected to a master server at 127.17.249.60:36731
15:58:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.298255 19089 heartbeater.cc:347] Connected to a master server at 127.17.249.61:36089
15:58:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.298452 19087 heartbeater.cc:464] Registering TS with master...
15:58:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.298477 19088 heartbeater.cc:347] Connected to a master server at 127.17.249.62:45389
15:58:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.298544 19088 heartbeater.cc:464] Registering TS with master...
15:58:22.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.298453 19089 heartbeater.cc:464] Registering TS with master...
15:58:22.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.299002 19087 heartbeater.cc:511] Master 127.17.249.60:36731 requested a full tablet report, sending...
15:58:22.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.299001 19088 heartbeater.cc:511] Master 127.17.249.62:45389 requested a full tablet report, sending...
15:58:22.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.299351 19089 heartbeater.cc:511] Master 127.17.249.61:36089 requested a full tablet report, sending...
15:58:22.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.300488 18590 ts_manager.cc:194] Registered new tserver with Master: 0038a4165368432c98ecf935bd94b889 (127.17.249.3:41713)
15:58:22.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.300559 18446 ts_manager.cc:194] Registered new tserver with Master: 0038a4165368432c98ecf935bd94b889 (127.17.249.3:41713)
15:58:22.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.300612 18518 ts_manager.cc:194] Registered new tserver with Master: 0038a4165368432c98ecf935bd94b889 (127.17.249.3:41713)
15:58:22.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.301242 18590 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.17.249.3:39445
15:58:22.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.307495 18404 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:22.308 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:22.308 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:22.309 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.249.62"
      port: 45389
    }
    bound_http_address {
      host: "127.17.249.62"
      port: 39881
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.249.61"
      port: 36089
    }
    bound_http_address {
      host: "127.17.249.61"
      port: 37241
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.249.60"
      port: 36731
    }
    bound_http_address {
      host: "127.17.249.60"
      port: 44609
    }
  }
}

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

15:58:22.311 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.249.1"
      port: 40023
    }
    bound_http_address {
      host: "127.17.249.1"
      port: 35053
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.249.2"
      port: 37989
    }
    bound_http_address {
      host: "127.17.249.2"
      port: 36737
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.249.3"
      port: 41713
    }
    bound_http_address {
      host: "127.17.249.3"
      port: 38623
    }
  }
}

15:58:22.312 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:22.313 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:22.314 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:22.315 [INFO - main] (Logging.scala:57) ==============================================================
15:58:22.315 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:22.315 [INFO - main] (Logging.scala:57) ==============================================================
15:58:22.315 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:22.316 [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:58:22.316 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:22.316 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:22.317 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:22.317 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:22.317 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:22.317 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:22.317 [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:58:22.338 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 42261.
15:58:22.340 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:22.341 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:22.341 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:22.341 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:22.342 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:22.342 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-def05421-b8a8-40b7-a98a-7962f1a4c04a
15:58:22.343 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:22.344 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:22.362 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:22.366 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 35679.
15:58:22.366 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:35679
15:58:22.367 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:22.367 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35679, None)
15:58:22.367 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:35679 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35679, None)
15:58:22.368 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35679, None)
15:58:22.368 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35679, None)
15:58:22.375 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:22.384 [DEBUG - main] (Connection.java:748) [peer master-127.17.249.62:45389(127.17.249.62:45389)] connecting to peer
15:58:22.385 [DEBUG - main] (Connection.java:748) [peer master-127.17.249.61:36089(127.17.249.61:36089)] connecting to peer
15:58:22.386 [DEBUG - main] (Connection.java:748) [peer master-127.17.249.60:36731(127.17.249.60:36731)] connecting to peer
15:58:22.387 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.249.62:45389(127.17.249.62:45389)] Successfully connected to peer
15:58:22.387 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.249.61:36089(127.17.249.61:36089)] Successfully connected to peer
15:58:22.389 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.249.62
15:58:22.389 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.249.61
15:58:22.393 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.249.60:36731(127.17.249.60:36731)] Successfully connected to peer
15:58:22.402 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.249.60
15:58:22.403 [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:58:22.404 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x29292bb5, L:/127.0.0.1:58710 - R:/127.17.249.61:36089] using SASL/PLAIN
15:58:22.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.410580 18660 catalog_manager.cc:1259] Loaded cluster ID: 2c1c7b13581d452e805bef2c200899bc
15:58:22.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.410688 18660 catalog_manager.cc:1552] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: loading cluster ID for follower catalog manager: success
15:58:22.411 [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:58:22.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.413259 18660 catalog_manager.cc:1574] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: acquiring CA information for follower catalog manager: success
15:58:22.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.414943 18660 catalog_manager.cc:1602] T 00000000000000000000000000000000 P ccb0c575f4fc4f0f8fcc7366b4c44ee9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:22.419 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd4f14a15, L:/127.0.0.1:39996 - R:/127.17.249.62:45389] using SASL/PLAIN
15:58:22.420 [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:58:22.422 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x01ef814d, L:/127.0.0.1:56392 - R:/127.17.249.60:36731] using SASL/PLAIN
15:58:22.424 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:22.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.426529 18590 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56392:
15:58:22.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:22.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:22.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:22.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:22.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:22.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:22.431 [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:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:22.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:22.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:22.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.440598 18674 catalog_manager.cc:1259] Loaded cluster ID: 2c1c7b13581d452e805bef2c200899bc
15:58:22.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.440680 18674 catalog_manager.cc:1552] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: loading cluster ID for follower catalog manager: success
15:58:22.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.443028 18674 catalog_manager.cc:1574] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: acquiring CA information for follower catalog manager: success
15:58:22.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.445457 18674 catalog_manager.cc:1602] T 00000000000000000000000000000000 P de0938c46960442892f60e4d54643086: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:22.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.454684 18751 tablet_service.cc:1467] Processing CreateTablet for tablet 38ca60eea1054878b42353ff0e90a229 (DEFAULT_TABLE table=test [id=56f3a8e88c674927ba46fc842642341e]), partition=RANGE (key) PARTITION VALUES < 50
15:58:22.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.456300 18751 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 38ca60eea1054878b42353ff0e90a229. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:22.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.458138 18886 tablet_service.cc:1467] Processing CreateTablet for tablet 1caa135d7dc44d21bbd5f48738a6aa12 (DEFAULT_TABLE table=test [id=56f3a8e88c674927ba46fc842642341e]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:22.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.459656 18886 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1caa135d7dc44d21bbd5f48738a6aa12. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:22.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.461855 19139 tablet_bootstrap.cc:492] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2: Bootstrap starting.
15:58:22.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.464586 19139 tablet_bootstrap.cc:654] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2: Neither blocks nor log segments found. Creating new log.
15:58:22.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.465893 19139 log.cc:824] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2: Log is configured to *not* fsync() on all Append() calls
15:58:22.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.468178 19139 tablet_bootstrap.cc:492] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2: No bootstrap required, opened a new log
15:58:22.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.468420 19139 ts_tablet_manager.cc:1397] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2: Time spent bootstrapping tablet: real 0.007s	user 0.005s	sys 0.000s
15:58:22.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.469235 19141 tablet_bootstrap.cc:492] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715: Bootstrap starting.
15:58:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.471944 19141 tablet_bootstrap.cc:654] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715: Neither blocks nor log segments found. Creating new log.
15:58:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.471927 19139 raft_consensus.cc:348] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.472261 19139 raft_consensus.cc:374] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.472325 19139 raft_consensus.cc:729] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6460ef3b67f04c6b87e47711f75151b2, State: Initialized, Role: FOLLOWER
15:58:22.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.472859 19139 consensus_queue.cc:260] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [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: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:22.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.473039 19139 raft_consensus.cc:388] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:22.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.473110 19139 raft_consensus.cc:482] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:22.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.473229 19139 raft_consensus.cc:3037] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Advancing to term 1
15:58:22.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.473453 19141 log.cc:824] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715: Log is configured to *not* fsync() on all Append() calls
15:58:22.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.474432 19139 raft_consensus.cc:504] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:22.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.474799 19139 leader_election.cc:302] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [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: 6460ef3b67f04c6b87e47711f75151b2; no voters: 
15:58:22.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.475162 19139 leader_election.cc:288] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:22.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.475215 19143 raft_consensus.cc:2781] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 1 FOLLOWER]: Leader election won for term 1
15:58:22.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.475726 19143 raft_consensus.cc:686] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [term 1 LEADER]: Becoming Leader. State: Replica: 6460ef3b67f04c6b87e47711f75151b2, State: Running, Role: LEADER
15:58:22.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.475778 19141 tablet_bootstrap.cc:492] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715: No bootstrap required, opened a new log
15:58:22.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.475970 19141 ts_tablet_manager.cc:1397] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715: Time spent bootstrapping tablet: real 0.007s	user 0.000s	sys 0.006s
15:58:22.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.476150 19143 consensus_queue.cc:237] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 [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: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:22.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.476517 19139 ts_tablet_manager.cc:1428] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:58:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.477293 18817 heartbeater.cc:503] Master 127.17.249.60:36731 was elected leader, sending a full tablet report...
15:58:22.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.479990 19141 raft_consensus.cc:348] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:22.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.480129 18590 catalog_manager.cc:5495] T 38ca60eea1054878b42353ff0e90a229 P 6460ef3b67f04c6b87e47711f75151b2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6460ef3b67f04c6b87e47711f75151b2 (127.17.249.1). New cstate: current_term: 1 leader_uuid: "6460ef3b67f04c6b87e47711f75151b2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } health_report { overall_health: HEALTHY } } }
15:58:22.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.480412 19141 raft_consensus.cc:374] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:22.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.480635 19141 raft_consensus.cc:729] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf8bc89192a348bf9971c62e559d0715, State: Initialized, Role: FOLLOWER
15:58:22.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.481386 19141 consensus_queue.cc:260] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [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: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.481694 19141 raft_consensus.cc:388] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.489078 19141 raft_consensus.cc:482] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.489212 19141 raft_consensus.cc:3037] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Advancing to term 1
15:58:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.490599 19141 raft_consensus.cc:504] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.491197 19141 leader_election.cc:302] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [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: cf8bc89192a348bf9971c62e559d0715; no voters: 
15:58:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.491634 19141 leader_election.cc:288] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:22.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.493178 19141 ts_tablet_manager.cc:1428] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.000s
15:58:22.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.493638 18952 heartbeater.cc:503] Master 127.17.249.60:36731 was elected leader, sending a full tablet report...
15:58:22.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.494866 19149 raft_consensus.cc:2781] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 1 FOLLOWER]: Leader election won for term 1
15:58:22.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.495265 19149 raft_consensus.cc:686] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [term 1 LEADER]: Becoming Leader. State: Replica: cf8bc89192a348bf9971c62e559d0715, State: Running, Role: LEADER
15:58:22.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.496574 19149 consensus_queue.cc:237] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 [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: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:22.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.500581 18590 catalog_manager.cc:5495] T 1caa135d7dc44d21bbd5f48738a6aa12 P cf8bc89192a348bf9971c62e559d0715 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf8bc89192a348bf9971c62e559d0715 (127.17.249.2). New cstate: current_term: 1 leader_uuid: "cf8bc89192a348bf9971c62e559d0715" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } health_report { overall_health: HEALTHY } } }
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.527410 18590 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56392:
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:22.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:22.536 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 03d148f69d664e1289b760fbafe64602
15:58:22.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.545257 19021 tablet_service.cc:1467] Processing CreateTablet for tablet e49f2b477a61490d9341fc940c98c73e (DEFAULT_TABLE table=simple-test [id=03d148f69d664e1289b760fbafe64602]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:22.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.546350 19021 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e49f2b477a61490d9341fc940c98c73e. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:22.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.552073 19154 tablet_bootstrap.cc:492] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889: Bootstrap starting.
15:58:22.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.554425 19154 tablet_bootstrap.cc:654] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889: Neither blocks nor log segments found. Creating new log.
15:58:22.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.555600 19154 log.cc:824] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889: Log is configured to *not* fsync() on all Append() calls
15:58:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.557636 19154 tablet_bootstrap.cc:492] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889: No bootstrap required, opened a new log
15:58:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.557817 19154 ts_tablet_manager.cc:1397] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:58:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.560962 19154 raft_consensus.cc:348] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0038a4165368432c98ecf935bd94b889" member_type: VOTER last_known_addr { host: "127.17.249.3" port: 41713 } }
15:58:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.561259 19154 raft_consensus.cc:374] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.561307 19154 raft_consensus.cc:729] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0038a4165368432c98ecf935bd94b889, State: Initialized, Role: FOLLOWER
15:58:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.561746 19154 consensus_queue.cc:260] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [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: "0038a4165368432c98ecf935bd94b889" member_type: VOTER last_known_addr { host: "127.17.249.3" port: 41713 } }
15:58:22.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.561929 19154 raft_consensus.cc:388] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:22.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.562021 19154 raft_consensus.cc:482] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:22.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.562125 19154 raft_consensus.cc:3037] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 0 FOLLOWER]: Advancing to term 1
15:58:22.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.563093 19154 raft_consensus.cc:504] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0038a4165368432c98ecf935bd94b889" member_type: VOTER last_known_addr { host: "127.17.249.3" port: 41713 } }
15:58:22.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.563468 19154 leader_election.cc:302] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [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: 0038a4165368432c98ecf935bd94b889; no voters: 
15:58:22.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.563874 19154 leader_election.cc:288] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:22.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.564002 19156 raft_consensus.cc:2781] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 1 FOLLOWER]: Leader election won for term 1
15:58:22.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.564231 19156 raft_consensus.cc:686] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [term 1 LEADER]: Becoming Leader. State: Replica: 0038a4165368432c98ecf935bd94b889, State: Running, Role: LEADER
15:58:22.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.564540 19087 heartbeater.cc:503] Master 127.17.249.60:36731 was elected leader, sending a full tablet report...
15:58:22.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.564967 19154 ts_tablet_manager.cc:1428] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:22.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.565697 19156 consensus_queue.cc:237] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 [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: "0038a4165368432c98ecf935bd94b889" member_type: VOTER last_known_addr { host: "127.17.249.3" port: 41713 } }
15:58:22.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:22.569612 18590 catalog_manager.cc:5495] T e49f2b477a61490d9341fc940c98c73e P 0038a4165368432c98ecf935bd94b889 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0038a4165368432c98ecf935bd94b889 (127.17.249.3). New cstate: current_term: 1 leader_uuid: "0038a4165368432c98ecf935bd94b889" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0038a4165368432c98ecf935bd94b889" member_type: VOTER last_known_addr { host: "127.17.249.3" port: 41713 } health_report { overall_health: HEALTHY } } }
15:58:22.586 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526302586
15:58:22.586 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526302586
15:58:22.587 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: -1
15:58:22.587 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 4095
15:58:22.587 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup1518972094473804585/
15:58:22.592 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:22.593 [INFO - ForkJoinPool-50-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587
15:58:22.593 [INFO - ForkJoinPool-50-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:22.593 [INFO - ForkJoinPool-50-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:22.594 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:22.594 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:22.619 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.620 [INFO - ForkJoinPool-50-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:22.621 [INFO - ForkJoinPool-50-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:22.621 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.621 [INFO - ForkJoinPool-50-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:22.621 [INFO - ForkJoinPool-50-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:22.622 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.639 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 38ca60eea1054878b42353ff0e90a229 for table 'test' with partition [<start>, 0x80000032)
15:58:22.639 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 1caa135d7dc44d21bbd5f48738a6aa12 for table 'test' with partition [0x80000032, <end>)
15:58:22.639 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=38ca60eea1054878b42353ff0e90a229@[6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=1caa135d7dc44d21bbd5f48738a6aa12@[cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)[L]]}]
15:58:22.662 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:22.664 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:22.664 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:22.664 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:22.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:22.667 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:22.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:22.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:22.695 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:22.696 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:22.696 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:22.696 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:22.698 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5107 bytes) taskResourceAssignments Map()
15:58:22.699 [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:58:22.713 [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:58:22.716 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:22.718 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:22.718 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:22.718 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.718 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:22.718 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:22.719 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.719 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:22.719 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:22.719 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:22.719 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:22.720 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:22.721 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:22.734 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)] connecting to peer
15:58:22.735 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)] Successfully connected to peer
15:58:22.748 [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:58:22.750 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x21b7a007, L:/127.0.0.1:43092 - R:/127.17.249.1:40023] using TOKEN/null
15:58:22.757 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323735396352000) for scanner KuduScanner(table=test, tablet=38ca60eea1054878b42353ff0e90a229, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:22.757 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:58:22.766 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558221390343858630813648_0000_m_000000_0' to file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587/_temporary/0/task_202607081558221390343858630813648_0000_m_000000
15:58:22.766 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558221390343858630813648_0000_m_000000_0: Committed
15:58:22.767 [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). 6257 bytes result sent to driver
15:58:22.770 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5107 bytes) taskResourceAssignments Map()
15:58:22.771 [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:58:22.780 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 82 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:22.784 [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:58:22.787 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:22.789 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:22.789 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:22.789 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.789 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:22.789 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:22.790 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:22.790 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Connection.java:748) [peer cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)] connecting to peer
15:58:22.791 [DEBUG - kudu-nio-0] (Connection.java:757) [peer cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)] Successfully connected to peer
15:58:22.806 [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:58:22.808 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x285d4fd7, L:/127.0.0.1:51270 - R:/127.17.249.2:37989] using TOKEN/null
15:58:22.815 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323735396352000) for scanner KuduScanner(table=test, tablet=1caa135d7dc44d21bbd5f48738a6aa12, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:22.816 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_2026070815582292632789950183817_0000_m_000001_1
15:58:22.817 [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). 6214 bytes result sent to driver
15:58:22.820 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:22.821 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.154 s
15:58:22.821 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:22.822 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:22.822 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:22.823 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.160016 s
15:58:22.846 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Write Job cca89ad4-3970-48bc-a444-7f0015402233 committed.
15:58:22.847 [INFO - ForkJoinPool-50-worker-1] (Logging.scala:57) Finished processing stats for write job cca89ad4-3970-48bc-a444-7f0015402233.
15:58:22.850 [INFO - ForkJoinPool-50-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587/.kudu-metadata.json
15:58:22.860 [INFO - ForkJoinPool-50-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:22.865 [DEBUG - main] (Connection.java:748) [peer master-127.17.249.62:45389(127.17.249.62:45389)] connecting to peer
15:58:22.866 [DEBUG - main] (Connection.java:748) [peer master-127.17.249.61:36089(127.17.249.61:36089)] connecting to peer
15:58:22.867 [DEBUG - main] (Connection.java:748) [peer master-127.17.249.60:36731(127.17.249.60:36731)] connecting to peer
15:58:22.871 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.249.62:45389(127.17.249.62:45389)] Successfully connected to peer
15:58:22.872 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.249.60:36731(127.17.249.60:36731)] Successfully connected to peer
15:58:22.872 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.249.61:36089(127.17.249.61:36089)] Successfully connected to peer
15:58:22.874 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.249.61
15:58:22.874 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.249.62
15:58:22.887 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.249.60
15:58:22.898 [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:58:22.900 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7e35958c, L:/127.0.0.1:58712 - R:/127.17.249.61:36089] using SASL/PLAIN
15:58:22.917 [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:58:22.918 [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:58:22.919 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x00c9b860, L:/127.0.0.1:40002 - R:/127.17.249.62:45389] using SASL/PLAIN
15:58:22.921 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x335c4b98, L:/127.0.0.1:56402 - R:/127.17.249.60:36731] using SASL/PLAIN
15:58:22.923 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:22.924 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=63), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.17.249.62:45389, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.17.249.61:36089, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.17.249.60:36731, [38ms] Sub RPC ConnectToMaster: received response from server master-127.17.249.61:36089: OK, [57ms] Sub RPC ConnectToMaster: received response from server master-127.17.249.62:45389: OK, [57ms] Sub RPC ConnectToMaster: received response from server master-127.17.249.60:36731: OK, deferred=null) after lookup
15:58:22.926 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:22.939 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:22.962 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:22.962 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:22.963 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:22.990 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:23.022 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 66.6 KiB, free: 1993.9 MiB)
15:58:23.026 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.5 MiB)
15:58:23.027 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:23.028 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:23.029 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4196040 bytes, open cost is considered as scanning 4194304 bytes.
15:58:23.044 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:23.045 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:23.045 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:23.045 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:23.046 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:23.046 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:23.048 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.5 MiB)
15:58:23.050 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.5 MiB)
15:58:23.050 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:23.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:23.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:23.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:23.052 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:58:23.053 [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:58:23.055 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587/part-00000-102c64cb-1581-403c-a70c-5f9e8426fd9a-c000.snappy.parquet, range: 0-1736, partition values: [empty row]
15:58:23.060 [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). 1643 bytes result sent to driver
15:58:23.061 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:23.062 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.015 s
15:58:23.063 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:23.063 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:23.063 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:23.064 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.018942 s
15:58:23.066 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526303066
15:58:23.066 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526302814067
15:58:23.066 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:23.066 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup1518972094473804585/
15:58:23.076 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test
15:58:23.079 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:23.079 [INFO - ForkJoinPool-53-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526303067
15:58:23.079 [INFO - ForkJoinPool-53-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:23.080 [INFO - ForkJoinPool-53-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526302587 from backup in path: file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587
15:58:23.104 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.106 [INFO - ForkJoinPool-53-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:23.106 [INFO - ForkJoinPool-53-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:23.106 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.106 [INFO - ForkJoinPool-53-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:23.106 [INFO - ForkJoinPool-53-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:23.107 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.142 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:23.143 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:58:23.143 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:23.143 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:23.143 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:23.143 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:23.164 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.6 KiB, free 1993.3 MiB)
15:58:23.166 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.3 MiB)
15:58:23.167 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:23.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:23.168 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:23.168 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:23.169 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5126 bytes) taskResourceAssignments Map()
15:58:23.169 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:23.178 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:23.180 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:23.183 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:23.183 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:23.183 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.183 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:23.184 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:23.186 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:23.201 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323737362432000) for scanner KuduScanner(table=test, tablet=38ca60eea1054878b42353ff0e90a229, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:23.201 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:58:23.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558238904687798950673189_0002_m_000000_3' to file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526303067/_temporary/0/task_202607081558238904687798950673189_0002_m_000000
15:58:23.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_202607081558238904687798950673189_0002_m_000000_3: Committed
15:58:23.204 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6257 bytes result sent to driver
15:58:23.205 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5126 bytes) taskResourceAssignments Map()
15:58:23.205 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:58:23.205 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 36 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:23.220 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:23.222 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:23.223 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:23.224 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:23.224 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.224 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:23.224 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:23.224 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:23.228 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323737362432000) for scanner KuduScanner(table=test, tablet=1caa135d7dc44d21bbd5f48738a6aa12, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:23.229 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558237501926819407687804_0002_m_000001_4
15:58:23.229 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6214 bytes result sent to driver
15:58:23.231 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 26 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:23.231 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:23.231 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.087 s
15:58:23.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:23.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:23.233 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.090337 s
15:58:23.246 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Write Job 2761741d-cd3f-4a3b-ad62-b89eab3bbaef committed.
15:58:23.246 [INFO - ForkJoinPool-53-worker-1] (Logging.scala:57) Finished processing stats for write job 2761741d-cd3f-4a3b-ad62-b89eab3bbaef.
15:58:23.249 [INFO - ForkJoinPool-53-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526303067/.kudu-metadata.json
15:58:23.255 [INFO - ForkJoinPool-53-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:23.257 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:23.269 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:23.283 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:23.283 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:23.284 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:23.310 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:58:23.323 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:58:23.324 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:23.325 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:23.327 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4196142 bytes, open cost is considered as scanning 4194304 bytes.
15:58:23.342 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:23.343 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:23.343 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:23.343 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:23.343 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:23.344 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:23.367 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1992.9 MiB)
15:58:23.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1992.9 MiB)
15:58:23.370 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 7.2 KiB, free: 1993.7 MiB)
15:58:23.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:23.372 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:23.372 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:23.373 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:58:23.373 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:58:23.376 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526303067/part-00000-302c3502-fb27-404a-8516-d399ab8aff74-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:58:23.380 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 1643 bytes result sent to driver
15:58:23.382 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:23.382 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:23.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.038 s
15:58:23.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:23.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:23.384 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.041503 s
15:58:23.386 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:23.387 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup1518972094473804585/
15:58:23.400 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test
15:58:23.402 [INFO - ForkJoinPool-56-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587
15:58:23.403 [INFO - ForkJoinPool-56-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.407790 18590 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56392:
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:23.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.411 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:23.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:23.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:23.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:23.434 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e6d9f14b65e5454189172eeb2aa6c728
15:58:23.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.437775 18751 tablet_service.cc:1467] Processing CreateTablet for tablet 836cea331e95432b8c6979ddaf8d1abd (DEFAULT_TABLE table=test-restore [id=e6d9f14b65e5454189172eeb2aa6c728]), partition=RANGE (key) PARTITION VALUES < 50
15:58:23.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.438149 18751 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 836cea331e95432b8c6979ddaf8d1abd. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.441145 19255 tablet_bootstrap.cc:492] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2: Bootstrap starting.
15:58:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.442564 19255 tablet_bootstrap.cc:654] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2: Neither blocks nor log segments found. Creating new log.
15:58:23.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.447463 19255 tablet_bootstrap.cc:492] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2: No bootstrap required, opened a new log
15:58:23.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.447731 19255 ts_tablet_manager.cc:1397] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2: Time spent bootstrapping tablet: real 0.007s	user 0.003s	sys 0.000s
15:58:23.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.448622 19255 raft_consensus.cc:348] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.448910 19255 raft_consensus.cc:374] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.448994 19255 raft_consensus.cc:729] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6460ef3b67f04c6b87e47711f75151b2, State: Initialized, Role: FOLLOWER
15:58:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.449172 19255 consensus_queue.cc:260] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [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: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.449294 19255 raft_consensus.cc:388] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.449329 19255 raft_consensus.cc:482] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.449383 19255 raft_consensus.cc:3037] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 0 FOLLOWER]: Advancing to term 1
15:58:23.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.450253 19255 raft_consensus.cc:504] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:23.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.450404 19255 leader_election.cc:302] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [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: 6460ef3b67f04c6b87e47711f75151b2; no voters: 
15:58:23.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.450585 19255 leader_election.cc:288] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:23.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.450670 19258 raft_consensus.cc:2781] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 1 FOLLOWER]: Leader election won for term 1
15:58:23.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.450961 19258 raft_consensus.cc:686] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [term 1 LEADER]: Becoming Leader. State: Replica: 6460ef3b67f04c6b87e47711f75151b2, State: Running, Role: LEADER
15:58:23.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.451035 19255 ts_tablet_manager.cc:1428] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:23.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.451211 19258 consensus_queue.cc:237] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 [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: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } }
15:58:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.452813 18590 catalog_manager.cc:5495] T 836cea331e95432b8c6979ddaf8d1abd P 6460ef3b67f04c6b87e47711f75151b2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6460ef3b67f04c6b87e47711f75151b2 (127.17.249.1). New cstate: current_term: 1 leader_uuid: "6460ef3b67f04c6b87e47711f75151b2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6460ef3b67f04c6b87e47711f75151b2" member_type: VOTER last_known_addr { host: "127.17.249.1" port: 40023 } health_report { overall_health: HEALTHY } } }
15:58:23.464 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:58:23.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.466656 18590 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:56392:
15:58:23.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:23.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:23.473641 18590 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9998cb0e12b547e78acdc904a8544370 has no consensus state
15:58:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.479812 18886 tablet_service.cc:1467] Processing CreateTablet for tablet 9998cb0e12b547e78acdc904a8544370 (DEFAULT_TABLE table=test-restore [id=e6d9f14b65e5454189172eeb2aa6c728]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.480202 18886 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9998cb0e12b547e78acdc904a8544370. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:23.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.482574 19265 tablet_bootstrap.cc:492] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715: Bootstrap starting.
15:58:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.484360 19265 tablet_bootstrap.cc:654] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715: Neither blocks nor log segments found. Creating new log.
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.486050 19265 tablet_bootstrap.cc:492] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715: No bootstrap required, opened a new log
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.486153 19265 ts_tablet_manager.cc:1397] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715: Time spent bootstrapping tablet: real 0.004s	user 0.003s	sys 0.000s
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487010 19265 raft_consensus.cc:348] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487159 19265 raft_consensus.cc:374] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487231 19265 raft_consensus.cc:729] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf8bc89192a348bf9971c62e559d0715, State: Initialized, Role: FOLLOWER
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487376 19265 consensus_queue.cc:260] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [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: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487489 19265 raft_consensus.cc:388] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487532 19265 raft_consensus.cc:482] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.487596 19265 raft_consensus.cc:3037] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 0 FOLLOWER]: Advancing to term 1
15:58:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.488994 19265 raft_consensus.cc:504] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.489166 19265 leader_election.cc:302] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [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: cf8bc89192a348bf9971c62e559d0715; no voters: 
15:58:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.489415 19265 leader_election.cc:288] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.489523 19269 raft_consensus.cc:2781] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 1 FOLLOWER]: Leader election won for term 1
15:58:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.489864 19265 ts_tablet_manager.cc:1428] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.002s
15:58:23.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.489905 19269 raft_consensus.cc:686] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [term 1 LEADER]: Becoming Leader. State: Replica: cf8bc89192a348bf9971c62e559d0715, State: Running, Role: LEADER
15:58:23.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.490212 19269 consensus_queue.cc:237] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 [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: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } }
15:58:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.492355 18590 catalog_manager.cc:5495] T 9998cb0e12b547e78acdc904a8544370 P cf8bc89192a348bf9971c62e559d0715 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf8bc89192a348bf9971c62e559d0715 (127.17.249.2). New cstate: current_term: 1 leader_uuid: "cf8bc89192a348bf9971c62e559d0715" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf8bc89192a348bf9971c62e559d0715" member_type: VOTER last_known_addr { host: "127.17.249.2" port: 37989 } health_report { overall_health: HEALTHY } } }
15:58:23.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.501629 18590 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 667880193b2d47d8b8b9734c8d777bb3: test-restore [id=e6d9f14b65e5454189172eeb2aa6c728] alter complete (version 0)
15:58:23.511 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:23.540 [INFO - ForkJoinPool-56-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:23.548 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:23.548 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:23.549 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:23.558 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:58:23.567 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:58:23.568 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:23.569 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:58:23.569 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4196040 bytes, open cost is considered as scanning 4194304 bytes.
15:58:23.582 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:23.582 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:23.582 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:58:23.582 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:23.583 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:23.583 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:23.585 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 30.4 KiB, free 1993.1 MiB)
15:58:23.587 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.1 MiB)
15:58:23.587 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 11.0 KiB, free: 1993.8 MiB)
15:58:23.588 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:23.588 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:23.588 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:58:23.589 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:58:23.589 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:58:23.593 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:23.595 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e6d9f14b65e5454189172eeb2aa6c728
15:58:23.596 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Reading File path: file:///tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526302587/part-00000-102c64cb-1581-403c-a70c-5f9e8426fd9a-c000.snappy.parquet, range: 0-1736, partition values: [empty row]
15:58:23.600 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 5379 bytes result sent to driver
15:58:23.601 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:23.601 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:23.601 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.018 s
15:58:23.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:23.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:23.602 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.020296 s
15:58:23.603 [INFO - ForkJoinPool-56-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526303067
15:58:23.611 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:23.633 [INFO - ForkJoinPool-56-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:23.642 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:23.642 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:23.642 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:23.650 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 314.2 KiB, free 1992.8 MiB)
15:58:23.659 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:58:23.660 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:23.661 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:58:23.661 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4196142 bytes, open cost is considered as scanning 4194304 bytes.
15:58:23.673 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:23.673 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:23.673 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:58:23.673 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:23.674 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:23.674 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:23.676 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 29.1 KiB, free 1992.8 MiB)
15:58:23.678 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.8 MiB)
15:58:23.679 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:23.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:58:23.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:23.680 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:58:23.681 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:58:23.681 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 7)
15:58:23.684 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:23.686 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e6d9f14b65e5454189172eeb2aa6c728
15:58:23.687 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Reading File path: file:///tmp/backup1518972094473804585/56f3a8e88c674927ba46fc842642341e-test/1783526303067/part-00000-302c3502-fb27-404a-8516-d399ab8aff74-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:58:23.691 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 7). 5379 bytes result sent to driver
15:58:23.692 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 7) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:23.692 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:23.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.019 s
15:58:23.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:23.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:23.693 [INFO - ForkJoinPool-56-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.020516 s
15:58:23.694 [INFO - ForkJoinPool-56-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:58:23.697 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e6d9f14b65e5454189172eeb2aa6c728
15:58:23.700 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 836cea331e95432b8c6979ddaf8d1abd for table 'test-restore' with partition [<start>, 0x80000032)
15:58:23.700 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9998cb0e12b547e78acdc904a8544370 for table 'test-restore' with partition [0x80000032, <end>)
15:58:23.700 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=836cea331e95432b8c6979ddaf8d1abd@[6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=9998cb0e12b547e78acdc904a8544370@[cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)[L]]}]
15:58:23.710 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:23.711 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:58:23.711 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (collect at TestKuduBackup.scala:1002)
15:58:23.711 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:23.711 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:23.711 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:23.713 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 5.8 KiB, free 1992.8 MiB)
15:58:23.723 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.8 MiB)
15:58:23.725 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:23.725 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:58:23.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:58:23.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:23.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 2 tasks resource profile 0
15:58:23.728 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5274 bytes) taskResourceAssignments Map()
15:58:23.728 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 8)
15:58:23.730 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:23.731 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:23.736 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:58:23.736 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323740097507328) for scanner KuduScanner(table=test-restore, tablet=836cea331e95432b8c6979ddaf8d1abd, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:23.737 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 8). 4931 bytes result sent to driver
15:58:23.738 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5274 bytes) taskResourceAssignments Map()
15:58:23.738 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 8) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:23.740 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35679 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:23.741 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 9)
15:58:23.742 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:23.746 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323740139868160) for scanner KuduScanner(table=test-restore, tablet=9998cb0e12b547e78acdc904a8544370, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:23.747 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 9). 4888 bytes result sent to driver
15:58:23.748 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 9) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:23.748 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:23.749 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (collect at TestKuduBackup.scala:1002) finished in 0.037 s
15:58:23.749 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:23.749 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:23.750 [INFO - main] (Logging.scala:57) Job 6 finished: collect at TestKuduBackup.scala:1002, took 0.038872 s
15:58:23.752 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 56f3a8e88c674927ba46fc842642341e
15:58:23.754 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e6d9f14b65e5454189172eeb2aa6c728
15:58:23.773 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:23.787 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:23.787 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:23.791 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:23.792 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:23.796 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:23.797 [DEBUG - main] (Connection.java:575) [peer master-127.17.249.61:36089(127.17.249.61:36089)] disconnecting while in state READY
15:58:23.797 [DEBUG - main] (Connection.java:575) [peer master-127.17.249.60:36731(127.17.249.60:36731)] disconnecting while in state READY
15:58:23.797 [DEBUG - main] (Connection.java:575) [peer cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)] disconnecting while in state READY
15:58:23.797 [DEBUG - main] (Connection.java:575) [peer master-127.17.249.62:45389(127.17.249.62:45389)] disconnecting while in state READY
15:58:23.797 [DEBUG - main] (Connection.java:575) [peer 6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)] disconnecting while in state READY
15:58:23.797 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.249.61:36089(127.17.249.61:36089)] handling channelInactive
15:58:23.798 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.249.61:36089(127.17.249.61:36089)] cleaning up while in state READY due to: connection closed
15:58:23.800 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.249.60:36731(127.17.249.60:36731)] handling channelInactive
15:58:23.800 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.249.60:36731(127.17.249.60:36731)] cleaning up while in state READY due to: connection closed
15:58:23.800 [DEBUG - kudu-nio-0] (Connection.java:239) [peer cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)] handling channelInactive
15:58:23.800 [DEBUG - kudu-nio-0] (Connection.java:709) [peer cf8bc89192a348bf9971c62e559d0715(127.17.249.2:37989)] cleaning up while in state READY due to: connection closed
15:58:23.800 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.249.62:45389(127.17.249.62:45389)] handling channelInactive
15:58:23.800 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.249.62:45389(127.17.249.62:45389)] cleaning up while in state READY due to: connection closed
15:58:23.801 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:23.802 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)] handling channelInactive
15:58:23.802 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 6460ef3b67f04c6b87e47711f75151b2(127.17.249.1:40023)] cleaning up while in state READY due to: connection closed
15:58:23.803 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 25 thread-local buffer(s) from thread: kudu-nio-1
15:58:23.805 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 33 thread-local buffer(s) from thread: kudu-nio-0
15:58:23.815 [DEBUG - main] (Connection.java:575) [peer master-127.17.249.61:36089(127.17.249.61:36089)] disconnecting while in state READY
15:58:23.815 [DEBUG - main] (Connection.java:575) [peer master-127.17.249.60:36731(127.17.249.60:36731)] disconnecting while in state READY
15:58:23.816 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.249.61:36089(127.17.249.61:36089)] handling channelInactive
15:58:23.816 [DEBUG - main] (Connection.java:575) [peer master-127.17.249.62:45389(127.17.249.62:45389)] disconnecting while in state READY
15:58:23.817 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.249.60:36731(127.17.249.60:36731)] handling channelInactive
15:58:23.817 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.249.60:36731(127.17.249.60:36731)] cleaning up while in state READY due to: connection closed
15:58:23.818 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.249.61:36089(127.17.249.61:36089)] cleaning up while in state READY due to: connection closed
15:58:23.818 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:23.819 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.249.62:45389(127.17.249.62:45389)] handling channelInactive
15:58:23.819 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.249.62:45389(127.17.249.62:45389)] cleaning up while in state READY due to: connection closed
15:58:23.819 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 23 thread-local buffer(s) from thread: kudu-nio-0
15:58:23.820 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 18 thread-local buffer(s) from thread: kudu-nio-1
15:58:23.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.820331 18404 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 18689
15:58:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.828018 18404 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 18824
15:58:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.835379 18404 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 18959
15:58:23.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.841497 18404 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 18415
15:58:23.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.848002 18404 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 18484
15:58:23.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:23.854115 18404 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 18557
15:58:23.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:23Z chronyd exiting
.15:58:23.919 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526303919
15:58:23.921 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:23.922 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:23.922 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:23.922 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:23.923 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:23.924 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:24.042 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:24.042 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.043876 19311 mini_oidc.cc:152] Starting JWKS server
15:58:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.046006 19311 webserver.cc:460] Webserver started at http://127.0.0.1:44627/ using document root <none> and password file <none>
15:58:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.046190 19311 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.046507 19311 webserver.cc:460] Webserver started at http://127.0.0.1:42113/ using document root <none> and password file <none>
15:58:24.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:24Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:24.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:24Z Disabled control of system clock
15:58:24.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.063701 19311 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal
15:58:24.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/logs
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data/info.pb
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.254:42003
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.254
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:24.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44627/jwks.json with env {}
15:58:24.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.176792 19322 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:24.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.177152 19322 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:24.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.177219 19322 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.181612 19322 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.181737 19322 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.181770 19322 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:24.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.181793 19322 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:24.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.181814 19322 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:24.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.181833 19322 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44627/jwks.json
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.187062 19322 master_runner.cc:386] Master server non-default flags:
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.254:42003
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44627/jwks.json
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data/info.pb
15:58:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.254
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.19322
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/logs
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.188642 19322 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:58:24.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.190223 19322 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.199715 19327 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:58:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.199849 19328 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:58:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.199851 19330 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:58:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.200489 19322 server_base.cc:1034] running on GCE node
15:58:24.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.201160 19322 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:24.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.202353 19322 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:24.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.203572 19322 hybrid_clock.cc:648] HybridClock initialized: now 1783526304203557 us; error 33 us; skew 500 ppm
15:58:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.205767 19322 webserver.cc:460] Webserver started at http://127.18.219.254:46395/ using document root <none> and password file <none>
15:58:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.206441 19322 fs_manager.cc:359] Metadata directory not provided
15:58:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.206537 19322 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.206768 19322 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.208823 19322 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data/instance:
15:58:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32b21deceeab4dae8f21236be9a2867d"
15:58:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.209440 19322 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal/instance:
15:58:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32b21deceeab4dae8f21236be9a2867d"
15:58:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.213320 19322 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
15:58:24.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.215734 19336 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:24.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.217341 19322 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:24.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.217504 19322 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal
15:58:24.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32b21deceeab4dae8f21236be9a2867d"
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.217659 19322 fs_report.cc:383] FS layout report
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data/data
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:24.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:24.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.243491 19322 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:24.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.244402 19322 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:58:24.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.244663 19322 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:24.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.253136 19322 rpc_server.cc:307] RPC server started. Bound to: 127.18.219.254:42003
15:58:24.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.253182 19388 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.18.219.254:42003 every 8 connection(s)
15:58:24.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.254334 19322 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/data/info.pb
15:58:24.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.257777 19389 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:58:24.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.260260 19311 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 19322
15:58:24.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.260443 19311 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-0/wal/instance
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.261797 19389 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.262207 19311 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/logs
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data/info.pb
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.253:40505
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.253
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:24.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44627/jwks.json with env {}
15:58:24.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.275238 19389 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.276122 19339 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.219.253:40505: connect: Connection refused (error 111)
15:58:24.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.276990 19389 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.253:40505: Network error: Client connection negotiation failed: client connection to 127.18.219.253:40505: connect: Connection refused (error 111)
15:58:24.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.326290 19389 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } attempt: 1
15:58:24.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.328094 19389 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.253:40505: Network error: Client connection negotiation failed: client connection to 127.18.219.253:40505: connect: Connection refused (error 111)
15:58:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.385941 19391 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.386252 19391 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.386293 19391 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.390724 19391 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.390807 19391 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.390827 19391 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.390843 19391 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.390861 19391 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.390874 19391 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44627/jwks.json
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.396083 19391 master_runner.cc:386] Master server non-default flags:
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.253:40505
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44627/jwks.json
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data/info.pb
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.253
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.19391
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/logs
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.396293 19389 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } attempt: 2
15:58:24.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.397574 19391 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:58:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.397962 19389 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.253:40505: Network error: Client connection negotiation failed: client connection to 127.18.219.253:40505: connect: Connection refused (error 111)
15:58:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.399134 19391 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:24.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.407708 19402 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:58:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.407876 19391 server_base.cc:1034] running on GCE node
15:58:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.407698 19400 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:58:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.407698 19399 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:58:24.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.408711 19391 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.409911 19391 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:24.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.411123 19391 hybrid_clock.cc:648] HybridClock initialized: now 1783526304411095 us; error 40 us; skew 500 ppm
15:58:24.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.413408 19391 webserver.cc:460] Webserver started at http://127.18.219.253:46789/ using document root <none> and password file <none>
15:58:24.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.414068 19391 fs_manager.cc:359] Metadata directory not provided
15:58:24.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.414182 19391 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:24.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.414417 19391 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:24.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.416472 19391 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data/instance:
15:58:24.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e602b042cdc45f88b48bed274b9fb57"
15:58:24.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.417120 19391 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal/instance:
15:58:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e602b042cdc45f88b48bed274b9fb57"
15:58:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.421243 19391 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:24.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.423904 19408 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.425343 19391 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.425489 19391 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e602b042cdc45f88b48bed274b9fb57"
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.425639 19391 fs_report.cc:383] FS layout report
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data/data
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:24.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.450413 19391 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:24.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.451206 19391 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:58:24.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.451625 19391 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:24.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.459450 19391 rpc_server.cc:307] RPC server started. Bound to: 127.18.219.253:40505
15:58:24.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.459486 19460 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.18.219.253:40505 every 8 connection(s)
15:58:24.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.460426 19391 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/data/info.pb
15:58:24.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.463625 19461 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:58:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.467316 19461 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.469907 19311 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 19391
15:58:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.470028 19311 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-1/wal/instance
15:58:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.470762 19311 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/logs
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data/info.pb
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.252:36415
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.252
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44627/jwks.json with env {}
15:58:24.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.480309 19461 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.488250 19461 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.489144 19411 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.489125 19389 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } attempt: 3
15:58:24.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.490183 19461 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.252:36415: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.494935 19389 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.496320 19389 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.252:36415: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.527496 19389 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } attempt: 1
15:58:24.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.529009 19389 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.252:36415: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.539577 19461 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } attempt: 1
15:58:24.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.541275 19461 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.252:36415: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.590332 19464 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:24.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.590651 19464 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:24.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.590690 19464 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:24.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.594823 19464 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:24.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.594897 19464 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:24.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.594915 19464 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:24.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.594933 19464 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:24.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.594949 19464 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:24.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.594962 19464 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44627/jwks.json
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.600239 19464 master_runner.cc:386] Master server non-default flags:
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.252:36415
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44627/jwks.json
15:58:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data/info.pb
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.252
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.19464
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/logs
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.601495 19464 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:58:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.602880 19464 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.604212 19389 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } attempt: 2
15:58:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.605779 19389 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.252:36415: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.609475 19461 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } attempt: 2
15:58:24.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.610925 19461 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.18.219.252:36415: Network error: Client connection negotiation failed: client connection to 127.18.219.252:36415: connect: Connection refused (error 111)
15:58:24.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.612353 19472 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:58:24.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.612380 19474 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:58:24.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.612342 19471 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:58:24.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.613119 19464 server_base.cc:1034] running on GCE node
15:58:24.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.613687 19464 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:24.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.614789 19464 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:24.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.616015 19464 hybrid_clock.cc:648] HybridClock initialized: now 1783526304615995 us; error 29 us; skew 500 ppm
15:58:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.618206 19464 webserver.cc:460] Webserver started at http://127.18.219.252:35061/ using document root <none> and password file <none>
15:58:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.618996 19464 fs_manager.cc:359] Metadata directory not provided
15:58:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.619104 19464 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.619392 19464 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.621624 19464 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data/instance:
15:58:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4312c71ae1d74757b80b3b316929f47f"
15:58:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.622350 19464 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal/instance:
15:58:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4312c71ae1d74757b80b3b316929f47f"
15:58:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.626574 19464 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:24.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.629612 19480 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.631158 19464 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.631343 19464 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4312c71ae1d74757b80b3b316929f47f"
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:24 on dist-test-slave-vt7w"
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.631531 19464 fs_report.cc:383] FS layout report
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data/data
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:24.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:24.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:24.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.647377 19464 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:24.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.648247 19464 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:58:24.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.648475 19464 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:24.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.655611 19532 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.18.219.252:36415 every 8 connection(s)
15:58:24.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.655643 19464 rpc_server.cc:307] RPC server started. Bound to: 127.18.219.252:36415
15:58:24.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.656705 19464 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/data/info.pb
15:58:24.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.657927 19311 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 19464
15:58:24.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.658038 19311 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/master-2/wal/instance
15:58:24.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.661091 19533 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:58:24.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.665587 19533 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.677733 19533 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.683669 19533 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } has no permanent_uuid. Determining permanent_uuid...
15:58:24.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.691107 19533 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: Bootstrap starting.
15:58:24.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.693771 19533 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: Neither blocks nor log segments found. Creating new log.
15:58:24.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.694845 19533 log.cc:824] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: Log is configured to *not* fsync() on all Append() calls
15:58:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.696846 19533 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: No bootstrap required, opened a new log
15:58:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.700835 19533 raft_consensus.cc:348] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.701072 19533 raft_consensus.cc:374] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.701109 19533 raft_consensus.cc:729] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4312c71ae1d74757b80b3b316929f47f, State: Initialized, Role: FOLLOWER
15:58:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.701510 19533 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.702003 19540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.702164 19540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.702121 19461 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } attempt: 3
15:58:24.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.703042 19533 sys_catalog.cc:564] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [sys.catalog]: configured and running, proceeding with master startup.
15:58:24.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.704963 19389 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } attempt: 3
15:58:24.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.709331 19551 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:24.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.709594 19551 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:24.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.707813 19464 master_runner.cc:186] Error getting master registration for 127.18.219.254:42003: OK, instance_id { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" instance_seqno: 1783526304250886 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:24.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.710942 19464 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:24.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.713928 19461 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: Bootstrap starting.
15:58:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.715796 19389 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: Bootstrap starting.
15:58:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.717370 19461 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: Neither blocks nor log segments found. Creating new log.
15:58:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.718072 19461 log.cc:824] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: Log is configured to *not* fsync() on all Append() calls
15:58:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.718680 19389 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: Neither blocks nor log segments found. Creating new log.
15:58:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.719784 19461 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: No bootstrap required, opened a new log
15:58:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.720255 19389 log.cc:824] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: Log is configured to *not* fsync() on all Append() calls
15:58:24.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.722465 19389 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: No bootstrap required, opened a new log
15:58:24.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.723860 19461 raft_consensus.cc:348] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.724576 19461 raft_consensus.cc:374] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:24.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.724749 19461 raft_consensus.cc:729] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e602b042cdc45f88b48bed274b9fb57, State: Initialized, Role: FOLLOWER
15:58:24.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.725401 19461 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.725915 19556 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.726142 19556 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.726763 19461 sys_catalog.cc:564] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: configured and running, proceeding with master startup.
15:58:24.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.726961 19389 raft_consensus.cc:348] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.727190 19389 raft_consensus.cc:374] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:24.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.727253 19389 raft_consensus.cc:729] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32b21deceeab4dae8f21236be9a2867d, State: Initialized, Role: FOLLOWER
15:58:24.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.727716 19389 consensus_queue.cc:260] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.728363 19562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.728641 19562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.729300 19389 sys_catalog.cc:564] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [sys.catalog]: configured and running, proceeding with master startup.
15:58:24.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.732513 19568 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:24.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.732725 19568 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:24.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.730386 19391 master_runner.cc:186] Error getting master registration for 127.18.219.254:42003: OK, instance_id { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" instance_seqno: 1783526304250886 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:24.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.734794 19391 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:24.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.738148 19580 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:24.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.738308 19580 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:24.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.739048 19322 master_runner.cc:263] No leader master found from master 32b21deceeab4dae8f21236be9a2867d
15:58:24.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.739122 19322 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:24.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:24.746445 19342 tablet.cc:2369] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:24.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.781827 19556 raft_consensus.cc:482] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:24.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.782044 19556 raft_consensus.cc:504] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.783107 19556 leader_election.cc:288] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 32b21deceeab4dae8f21236be9a2867d (127.18.219.254:42003), 4312c71ae1d74757b80b3b316929f47f (127.18.219.252:36415)
15:58:24.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.784438 19363 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e602b042cdc45f88b48bed274b9fb57" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b21deceeab4dae8f21236be9a2867d" is_pre_election: true
15:58:24.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.784842 19363 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e602b042cdc45f88b48bed274b9fb57 in term 0.
15:58:24.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.785282 19507 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e602b042cdc45f88b48bed274b9fb57" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4312c71ae1d74757b80b3b316929f47f" is_pre_election: true
15:58:24.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.785555 19507 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e602b042cdc45f88b48bed274b9fb57 in term 0.
15:58:24.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.786307 19411 leader_election.cc:302] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32b21deceeab4dae8f21236be9a2867d, 8e602b042cdc45f88b48bed274b9fb57; no voters: 
15:58:24.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.786950 19556 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:24.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.787040 19556 raft_consensus.cc:482] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:24.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.787086 19556 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 0 FOLLOWER]: Advancing to term 1
15:58:24.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.788415 19556 raft_consensus.cc:504] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.788852 19556 leader_election.cc:288] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [CANDIDATE]: Term 1 election: Requested vote from peers 32b21deceeab4dae8f21236be9a2867d (127.18.219.254:42003), 4312c71ae1d74757b80b3b316929f47f (127.18.219.252:36415)
15:58:24.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.789808 19507 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e602b042cdc45f88b48bed274b9fb57" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4312c71ae1d74757b80b3b316929f47f"
15:58:24.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.789943 19507 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 0 FOLLOWER]: Advancing to term 1
15:58:24.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.791231 19507 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e602b042cdc45f88b48bed274b9fb57 in term 1.
15:58:24.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.791796 19363 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e602b042cdc45f88b48bed274b9fb57" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32b21deceeab4dae8f21236be9a2867d"
15:58:24.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.791939 19363 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 0 FOLLOWER]: Advancing to term 1
15:58:24.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.793051 19411 leader_election.cc:302] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [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: 4312c71ae1d74757b80b3b316929f47f, 8e602b042cdc45f88b48bed274b9fb57; no voters: 
15:58:24.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.794100 19363 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e602b042cdc45f88b48bed274b9fb57 in term 1.
15:58:24.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.797331 19556 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 1 FOLLOWER]: Leader election won for term 1
15:58:24.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.797609 19556 raft_consensus.cc:686] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [term 1 LEADER]: Becoming Leader. State: Replica: 8e602b042cdc45f88b48bed274b9fb57, State: Running, Role: LEADER
15:58:24.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.797986 19556 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [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: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } }
15:58:24.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.800151 19556 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e602b042cdc45f88b48bed274b9fb57. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.800412 19556 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: This master's current role is: LEADER
15:58:24.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.800895 19584 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:24.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.801971 19584 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.809645 19507 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [term 1 FOLLOWER]: Refusing update from remote peer 8e602b042cdc45f88b48bed274b9fb57: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.810415 19582 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:24.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.815191 19540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e602b042cdc45f88b48bed274b9fb57. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.815358 19540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.818459 19363 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [term 1 FOLLOWER]: Refusing update from remote peer 8e602b042cdc45f88b48bed274b9fb57: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.819052 19582 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.824270 19562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e602b042cdc45f88b48bed274b9fb57. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.824432 19562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.829334 19582 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.829520 19582 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: This master's current role is: LEADER
15:58:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.831159 19562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.831310 19562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.834707 19585 mvcc.cc:205] Tried to move back new op lower bound from 7305323744491618304 to 7305323744456896512. Current Snapshot: MvccSnapshot[applied={T|T < 7305323744491618304}]
15:58:24.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.836266 19588 mvcc.cc:205] Tried to move back new op lower bound from 7305323744491618304 to 7305323744456896512. Current Snapshot: MvccSnapshot[applied={T|T < 7305323744491618304}]
15:58:24.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.839969 19556 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.840135 19556 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57 [sys.catalog]: This master's current role is: LEADER
15:58:24.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.841849 19540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8e602b042cdc45f88b48bed274b9fb57" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "32b21deceeab4dae8f21236be9a2867d" member_type: VOTER last_known_addr { host: "127.18.219.254" port: 42003 } } peers { permanent_uuid: "8e602b042cdc45f88b48bed274b9fb57" member_type: VOTER last_known_addr { host: "127.18.219.253" port: 40505 } } peers { permanent_uuid: "4312c71ae1d74757b80b3b316929f47f" member_type: VOTER last_known_addr { host: "127.18.219.252" port: 36415 } } }
15:58:24.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.842003 19540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f [sys.catalog]: This master's current role is: FOLLOWER
15:58:24.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.846032 19586 mvcc.cc:205] Tried to move back new op lower bound from 7305323744491618304 to 7305323744456896512. Current Snapshot: MvccSnapshot[applied={T|T < 7305323744491618304}]
15:58:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.847440 19584 catalog_manager.cc:1347] Generated new cluster ID: 493bdfe1d8bc4f64b5e9b74edac416eb
15:58:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.847523 19584 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:24.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.891146 19584 catalog_manager.cc:1370] Generated new certificate authority record
15:58:24.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.892812 19584 catalog_manager.cc:1504] Loading token signing keys...
15:58:24.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.922051 19584 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: Generated new TSK 0
15:58:24.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.923557 19584 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:24.942938 19311 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/logs
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data/info.pb
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.193:0
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.18.219.193
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.193
15:58:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.072573 19593 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.072948 19593 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.072990 19593 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:25.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.077075 19593 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:25.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.077173 19593 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.18.219.193
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.081964 19593 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.193:0
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data/info.pb
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.193
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.19593
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.18.219.193
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/logs
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:25.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.083062 19593 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:58:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.084412 19593 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.094736 19598 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:58:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.094736 19601 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:58:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.094815 19599 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:58:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.095263 19593 server_base.cc:1034] running on GCE node
15:58:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.095728 19593 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:25.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.096462 19593 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:25.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.097648 19593 hybrid_clock.cc:648] HybridClock initialized: now 1783526305097616 us; error 42 us; skew 500 ppm
15:58:25.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.099835 19593 webserver.cc:460] Webserver started at http://127.18.219.193:34173/ using document root <none> and password file <none>
15:58:25.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.100394 19593 fs_manager.cc:359] Metadata directory not provided
15:58:25.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.100453 19593 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:25.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.100616 19593 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:25.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.102569 19593 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data/instance:
15:58:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdf003720bc64bea8eddaca89fc7696d"
15:58:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.103159 19593 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal/instance:
15:58:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdf003720bc64bea8eddaca89fc7696d"
15:58:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.107223 19593 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.109916 19607 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.111370 19593 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.111474 19593 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdf003720bc64bea8eddaca89fc7696d"
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.111565 19593 fs_report.cc:383] FS layout report
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data/data
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:25.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:25.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.130548 19593 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:25.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.131558 19593 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:58:25.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.131728 19593 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:25.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.132362 19593 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:25.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.133460 19593 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:25.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.133510 19593 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:25.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.133553 19593 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:25.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.133567 19593 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:25.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.142999 19593 rpc_server.cc:307] RPC server started. Bound to: 127.18.219.193:44361
15:58:25.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.143024 19720 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.18.219.193:44361 every 8 connection(s)
15:58:25.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.143899 19593 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/data/info.pb
15:58:25.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.150421 19311 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 19593
15:58:25.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.150549 19311 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-0/wal/instance
15:58:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.153535 19311 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal
15:58:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data
15:58:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/logs
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data/info.pb
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:25.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.194:0
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.18.219.194
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.194
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:25.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:25.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.158486 19722 heartbeater.cc:347] Connected to a master server at 127.18.219.254:42003
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.158630 19723 heartbeater.cc:347] Connected to a master server at 127.18.219.253:40505
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.158612 19721 heartbeater.cc:347] Connected to a master server at 127.18.219.252:36415
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.158931 19721 heartbeater.cc:464] Registering TS with master...
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.158928 19723 heartbeater.cc:464] Registering TS with master...
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.158928 19722 heartbeater.cc:464] Registering TS with master...
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.159614 19721 heartbeater.cc:511] Master 127.18.219.252:36415 requested a full tablet report, sending...
15:58:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.159858 19722 heartbeater.cc:511] Master 127.18.219.254:42003 requested a full tablet report, sending...
15:58:25.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.159611 19723 heartbeater.cc:511] Master 127.18.219.253:40505 requested a full tablet report, sending...
15:58:25.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.161417 19353 ts_manager.cc:194] Registered new tserver with Master: bdf003720bc64bea8eddaca89fc7696d (127.18.219.193:44361)
15:58:25.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.161650 19497 ts_manager.cc:194] Registered new tserver with Master: bdf003720bc64bea8eddaca89fc7696d (127.18.219.193:44361)
15:58:25.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.162930 19425 ts_manager.cc:194] Registered new tserver with Master: bdf003720bc64bea8eddaca89fc7696d (127.18.219.193:44361)
15:58:25.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.164909 19425 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.18.219.193:43625
15:58:25.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.282552 19728 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:25.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.282948 19728 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:25.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.282994 19728 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:25.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.287820 19728 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:25.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.287930 19728 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.18.219.194
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.292832 19728 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.194:0
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data/info.pb
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.194
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.19728
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.18.219.194
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/logs
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:25.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.294092 19728 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:58:25.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.295446 19728 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:25.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.305683 19733 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:58:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.305686 19736 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:58:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.306005 19728 server_base.cc:1034] running on GCE node
15:58:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.305683 19734 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:58:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.306706 19728 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:25.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.307401 19728 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:25.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.308579 19728 hybrid_clock.cc:648] HybridClock initialized: now 1783526305308565 us; error 27 us; skew 500 ppm
15:58:25.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.310570 19728 webserver.cc:460] Webserver started at http://127.18.219.194:40183/ using document root <none> and password file <none>
15:58:25.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.311232 19728 fs_manager.cc:359] Metadata directory not provided
15:58:25.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.311326 19728 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:25.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.311543 19728 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.313592 19728 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data/instance:
15:58:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c41f41cf4f454674b8ce7a29680db0ca"
15:58:25.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.314172 19728 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal/instance:
15:58:25.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c41f41cf4f454674b8ce7a29680db0ca"
15:58:25.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.318156 19728 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:25.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.320812 19742 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.322376 19728 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.322537 19728 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c41f41cf4f454674b8ce7a29680db0ca"
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.322687 19728 fs_report.cc:383] FS layout report
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal
15:58:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data/data
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:25.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.345902 19728 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:25.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.346659 19728 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:58:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.346884 19728 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.347545 19728 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.348551 19728 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.348623 19728 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.348695 19728 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.348722 19728 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:25.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.358585 19728 rpc_server.cc:307] RPC server started. Bound to: 127.18.219.194:42679
15:58:25.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.358618 19855 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.18.219.194:42679 every 8 connection(s)
15:58:25.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.359557 19728 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/data/info.pb
15:58:25.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.364061 19311 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 19728
15:58:25.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.364140 19311 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-1/wal/instance
15:58:25.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.367758 19311 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:25.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/logs
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data/info.pb
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.195:0
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.18.219.195
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.195
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.372895 19858 heartbeater.cc:347] Connected to a master server at 127.18.219.253:40505
15:58:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.372988 19856 heartbeater.cc:347] Connected to a master server at 127.18.219.252:36415
15:58:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.373088 19857 heartbeater.cc:347] Connected to a master server at 127.18.219.254:42003
15:58:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.373162 19857 heartbeater.cc:464] Registering TS with master...
15:58:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.373163 19858 heartbeater.cc:464] Registering TS with master...
15:58:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.373162 19856 heartbeater.cc:464] Registering TS with master...
15:58:25.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.374075 19856 heartbeater.cc:511] Master 127.18.219.252:36415 requested a full tablet report, sending...
15:58:25.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.374089 19857 heartbeater.cc:511] Master 127.18.219.254:42003 requested a full tablet report, sending...
15:58:25.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.374094 19858 heartbeater.cc:511] Master 127.18.219.253:40505 requested a full tablet report, sending...
15:58:25.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.375212 19425 ts_manager.cc:194] Registered new tserver with Master: c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194:42679)
15:58:25.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.375432 19497 ts_manager.cc:194] Registered new tserver with Master: c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194:42679)
15:58:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.375983 19425 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.18.219.194:42065
15:58:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.376521 19353 ts_manager.cc:194] Registered new tserver with Master: c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194:42679)
15:58:25.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.488719 19863 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:25.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.489142 19863 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:25.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.489209 19863 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:25.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.494324 19863 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:25.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.494479 19863 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.18.219.195
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.500432 19863 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.219.212:41591
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal
15:58:25.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.219.195:0
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data/info.pb
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.219.195
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.18.219.254:42003,127.18.219.253:40505,127.18.219.252:36415
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.19863
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.18.219.195
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/logs
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:25.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:25.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.501978 19863 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:58:25.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.503659 19863 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:25.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.514569 19868 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:58:25.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.514598 19869 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:58:25.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:25.514569 19871 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:58:25.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.514899 19863 server_base.cc:1034] running on GCE node
15:58:25.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.515430 19863 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:25.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.516152 19863 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:25.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.517354 19863 hybrid_clock.cc:648] HybridClock initialized: now 1783526305517318 us; error 54 us; skew 500 ppm
15:58:25.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.519498 19863 webserver.cc:460] Webserver started at http://127.18.219.195:46447/ using document root <none> and password file <none>
15:58:25.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.520136 19863 fs_manager.cc:359] Metadata directory not provided
15:58:25.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.520236 19863 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:25.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.520467 19863 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:25.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.522612 19863 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data/instance:
15:58:25.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab572547a5f641ffaad247568012739f"
15:58:25.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.523207 19863 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal/instance:
15:58:25.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab572547a5f641ffaad247568012739f"
15:58:25.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.527226 19863 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
15:58:25.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.530211 19877 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.531961 19863 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.532071 19863 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab572547a5f641ffaad247568012739f"
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:25 on dist-test-slave-vt7w"
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.532171 19863 fs_report.cc:383] FS layout report
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data/data
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:25.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:25.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.548295 19863 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:25.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.549170 19863 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:58:25.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.549342 19863 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:25.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.549929 19863 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.551038 19863 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.551087 19863 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.551131 19863 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.551146 19863 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.560532 19863 rpc_server.cc:307] RPC server started. Bound to: 127.18.219.195:33371
15:58:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.560575 19990 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.18.219.195:33371 every 8 connection(s)
15:58:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.561528 19863 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/data/info.pb
15:58:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.565001 19311 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 19863
15:58:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.565114 19311 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2272616052253796067/ts-2/wal/instance
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.574802 19991 heartbeater.cc:347] Connected to a master server at 127.18.219.252:36415
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.574852 19993 heartbeater.cc:347] Connected to a master server at 127.18.219.253:40505
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.574908 19992 heartbeater.cc:347] Connected to a master server at 127.18.219.254:42003
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.575058 19991 heartbeater.cc:464] Registering TS with master...
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.575057 19993 heartbeater.cc:464] Registering TS with master...
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.575058 19992 heartbeater.cc:464] Registering TS with master...
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.575634 19992 heartbeater.cc:511] Master 127.18.219.254:42003 requested a full tablet report, sending...
15:58:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.575632 19993 heartbeater.cc:511] Master 127.18.219.253:40505 requested a full tablet report, sending...
15:58:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.576017 19991 heartbeater.cc:511] Master 127.18.219.252:36415 requested a full tablet report, sending...
15:58:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.576730 19425 ts_manager.cc:194] Registered new tserver with Master: ab572547a5f641ffaad247568012739f (127.18.219.195:33371)
15:58:25.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.576961 19353 ts_manager.cc:194] Registered new tserver with Master: ab572547a5f641ffaad247568012739f (127.18.219.195:33371)
15:58:25.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.577162 19497 ts_manager.cc:194] Registered new tserver with Master: ab572547a5f641ffaad247568012739f (127.18.219.195:33371)
15:58:25.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.577616 19425 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.18.219.195:53379
15:58:25.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.586732 19311 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:25.587 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:25.587 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:25.588 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.219.254"
      port: 42003
    }
    bound_http_address {
      host: "127.18.219.254"
      port: 46395
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.219.253"
      port: 40505
    }
    bound_http_address {
      host: "127.18.219.253"
      port: 46789
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.219.252"
      port: 36415
    }
    bound_http_address {
      host: "127.18.219.252"
      port: 35061
    }
  }
}

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

15:58:25.589 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.219.193"
      port: 44361
    }
    bound_http_address {
      host: "127.18.219.193"
      port: 34173
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.219.194"
      port: 42679
    }
    bound_http_address {
      host: "127.18.219.194"
      port: 40183
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.219.195"
      port: 33371
    }
    bound_http_address {
      host: "127.18.219.195"
      port: 46447
    }
  }
}

15:58:25.589 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:25.590 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:25.591 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:25.592 [INFO - main] (Logging.scala:57) ==============================================================
15:58:25.592 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:25.592 [INFO - main] (Logging.scala:57) ==============================================================
15:58:25.593 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:25.594 [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:58:25.594 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:25.594 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:25.595 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:25.595 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:25.595 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:25.595 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:25.595 [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:58:25.618 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 38787.
15:58:25.620 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:25.621 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:25.621 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:25.622 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:25.622 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:25.623 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-295f92ce-b6f5-46b7-92f1-517021c07b21
15:58:25.623 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:25.624 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:25.643 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:25.646 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 45409.
15:58:25.647 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:45409
15:58:25.647 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:25.647 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45409, None)
15:58:25.647 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:45409 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45409, None)
15:58:25.648 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45409, None)
15:58:25.648 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45409, None)
15:58:25.654 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:25.666 [DEBUG - main] (Connection.java:748) [peer master-127.18.219.252:36415(127.18.219.252:36415)] connecting to peer
15:58:25.667 [DEBUG - main] (Connection.java:748) [peer master-127.18.219.254:42003(127.18.219.254:42003)] connecting to peer
15:58:25.668 [DEBUG - main] (Connection.java:748) [peer master-127.18.219.253:40505(127.18.219.253:40505)] connecting to peer
15:58:25.674 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.219.252:36415(127.18.219.252:36415)] Successfully connected to peer
15:58:25.674 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.219.253:40505(127.18.219.253:40505)] Successfully connected to peer
15:58:25.675 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.219.252
15:58:25.677 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.219.254:42003(127.18.219.254:42003)] Successfully connected to peer
15:58:25.680 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.219.254
15:58:25.688 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.219.253
15:58:25.692 [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:58:25.692 [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:58:25.694 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8eb63d96, L:/127.0.0.1:46348 - R:/127.18.219.254:42003] using SASL/PLAIN
15:58:25.699 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x1044415c, L:/127.0.0.1:37578 - R:/127.18.219.252:36415] using SASL/PLAIN
15:58:25.700 [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:58:25.702 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xdaf2e238, L:/127.0.0.1:36074 - R:/127.18.219.253:40505] using SASL/PLAIN
15:58:25.704 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.706539 19425 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:25.709 [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:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.710940 19551 catalog_manager.cc:1259] Loaded cluster ID: 493bdfe1d8bc4f64b5e9b74edac416eb
15:58:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.711035 19551 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: loading cluster ID for follower catalog manager: success
15:58:25.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.713418 19551 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: acquiring CA information for follower catalog manager: success
15:58:25.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.715073 19551 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 4312c71ae1d74757b80b3b316929f47f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:25.721 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 32e44822c99a4bf59c82473c507ff169
15:58:25.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.736459 19790 tablet_service.cc:1467] Processing CreateTablet for tablet e2373f38febf428ca999a31138e02263 (DEFAULT_TABLE table=test [id=32e44822c99a4bf59c82473c507ff169]), partition=RANGE (key) PARTITION VALUES < 50
15:58:25.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.736774 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 3537bd77fa8e4cec9e521089e82242f1 (DEFAULT_TABLE table=test [id=32e44822c99a4bf59c82473c507ff169]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:25.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.737923 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e2373f38febf428ca999a31138e02263. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.738027 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3537bd77fa8e4cec9e521089e82242f1. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.739703 19580 catalog_manager.cc:1259] Loaded cluster ID: 493bdfe1d8bc4f64b5e9b74edac416eb
15:58:25.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.739768 19580 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: loading cluster ID for follower catalog manager: success
15:58:25.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.742044 19580 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: acquiring CA information for follower catalog manager: success
15:58:25.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.743459 19580 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 32b21deceeab4dae8f21236be9a2867d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:25.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.744647 20041 tablet_bootstrap.cc:492] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:25.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.745950 20042 tablet_bootstrap.cc:492] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:25.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.746958 20041 tablet_bootstrap.cc:654] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:25.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.748170 20042 tablet_bootstrap.cc:654] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:25.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.748497 20041 log.cc:824] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca: Log is configured to *not* fsync() on all Append() calls
15:58:25.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.749143 20042 log.cc:824] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d: Log is configured to *not* fsync() on all Append() calls
15:58:25.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.750542 20041 tablet_bootstrap.cc:492] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:25.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.750769 20041 ts_tablet_manager.cc:1397] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:25.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.750927 20042 tablet_bootstrap.cc:492] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:25.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.751101 20042 ts_tablet_manager.cc:1397] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:58:25.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.753925 20041 raft_consensus.cc:348] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.754181 20041 raft_consensus.cc:374] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.754230 20041 raft_consensus.cc:729] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:25.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.754693 20041 consensus_queue.cc:260] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.754856 20041 raft_consensus.cc:388] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.754940 20041 raft_consensus.cc:482] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.755056 20041 raft_consensus.cc:3037] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:25.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.755407 20042 raft_consensus.cc:348] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.755657 20042 raft_consensus.cc:374] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.755707 20042 raft_consensus.cc:729] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756053 20041 raft_consensus.cc:504] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756166 20042 consensus_queue.cc:260] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756343 20042 raft_consensus.cc:388] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756400 20042 raft_consensus.cc:482] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756489 20042 raft_consensus.cc:3037] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756469 20041 leader_election.cc:302] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:25.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756858 20041 leader_election.cc:288] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.756927 20045 raft_consensus.cc:2781] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.757217 20045 raft_consensus.cc:686] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:25.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.757527 20042 raft_consensus.cc:504] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.757586 20045 consensus_queue.cc:237] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.757939 20041 ts_tablet_manager.cc:1428] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
15:58:25.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.757997 20042 leader_election.cc:302] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:25.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.758504 20042 leader_election.cc:288] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.758786 19858 heartbeater.cc:503] Master 127.18.219.253:40505 was elected leader, sending a full tablet report...
15:58:25.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.759656 20042 ts_tablet_manager.cc:1428] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
15:58:25.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.761603 19425 catalog_manager.cc:5495] T e2373f38febf428ca999a31138e02263 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:25.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.764070 19723 heartbeater.cc:503] Master 127.18.219.253:40505 was elected leader, sending a full tablet report...
15:58:25.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.764807 20050 raft_consensus.cc:2781] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.765302 20050 raft_consensus.cc:686] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:25.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.766498 20050 consensus_queue.cc:237] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.771834 19425 catalog_manager.cc:5495] T 3537bd77fa8e4cec9e521089e82242f1 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.789116 19425 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.796 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0b33d491505e4e638216022489c2b3c3
15:58:25.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.805696 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 9ea7e99f9a824d33bbb23f231f354956 (DEFAULT_TABLE table=simple-test [id=0b33d491505e4e638216022489c2b3c3]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:25.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.806783 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9ea7e99f9a824d33bbb23f231f354956. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.812482 20059 tablet_bootstrap.cc:492] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:25.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.814546 20059 tablet_bootstrap.cc:654] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:25.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.815804 20059 log.cc:824] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f: Log is configured to *not* fsync() on all Append() calls
15:58:25.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.817632 20059 tablet_bootstrap.cc:492] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:25.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.817847 20059 ts_tablet_manager.cc:1397] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:25.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.820945 20059 raft_consensus.cc:348] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.821202 20059 raft_consensus.cc:374] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.821269 20059 raft_consensus.cc:729] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:25.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.821717 20059 consensus_queue.cc:260] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.821873 20059 raft_consensus.cc:388] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.821941 20059 raft_consensus.cc:482] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.822084 20059 raft_consensus.cc:3037] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:25.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.822994 20059 raft_consensus.cc:504] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.823400 20059 leader_election.cc:302] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:25.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.823814 20059 leader_election.cc:288] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.823949 20061 raft_consensus.cc:2781] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.824173 20061 raft_consensus.cc:686] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:25.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.824618 20061 consensus_queue.cc:237] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.824869 19993 heartbeater.cc:503] Master 127.18.219.253:40505 was elected leader, sending a full tablet report...
15:58:25.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.825157 20059 ts_tablet_manager.cc:1428] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:25.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.828413 19425 catalog_manager.cc:5495] T 9ea7e99f9a824d33bbb23f231f354956 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:25.848 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526305848
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.850314 19425 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table0"
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:25.854 [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:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:25.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9b3a5db3e674706be80d9c9537ba69c
15:58:25.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.860649 19790 tablet_service.cc:1467] Processing CreateTablet for tablet c13183b3f4784517904d3134a57d9f52 (DEFAULT_TABLE table=table0 [id=b9b3a5db3e674706be80d9c9537ba69c]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:25.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.860627 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 122fd61dba7048f9aaa0c6af57bc81bb (DEFAULT_TABLE table=table0 [id=b9b3a5db3e674706be80d9c9537ba69c]), partition=RANGE (key) PARTITION VALUES < 50
15:58:25.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.860991 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 122fd61dba7048f9aaa0c6af57bc81bb. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.861035 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c13183b3f4784517904d3134a57d9f52. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.862998 20041 tablet_bootstrap.cc:492] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.863133 20042 tablet_bootstrap.cc:492] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.864008 20041 tablet_bootstrap.cc:654] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.864254 20042 tablet_bootstrap.cc:654] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.865409 20041 tablet_bootstrap.cc:492] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.865492 20041 ts_tablet_manager.cc:1397] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:58:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.865679 20042 tablet_bootstrap.cc:492] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.865787 20042 ts_tablet_manager.cc:1397] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866021 20041 raft_consensus.cc:348] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866124 20041 raft_consensus.cc:374] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866148 20041 raft_consensus.cc:729] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866290 20041 consensus_queue.cc:260] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866380 20041 raft_consensus.cc:388] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866407 20041 raft_consensus.cc:482] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866439 20041 raft_consensus.cc:3037] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866510 20042 raft_consensus.cc:348] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866619 20042 raft_consensus.cc:374] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866647 20042 raft_consensus.cc:729] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:25.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866761 20042 consensus_queue.cc:260] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866822 20042 raft_consensus.cc:388] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866880 20042 raft_consensus.cc:482] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.866925 20042 raft_consensus.cc:3037] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.867514 20041 raft_consensus.cc:504] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.867666 20041 leader_election.cc:302] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.867794 20041 leader_election.cc:288] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.867837 20042 raft_consensus.cc:504] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.867955 20045 raft_consensus.cc:2781] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.867967 20042 leader_election.cc:302] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.868043 20045 raft_consensus.cc:686] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.868103 20050 raft_consensus.cc:2781] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.868170 20050 raft_consensus.cc:686] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.868180 20045 consensus_queue.cc:237] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.868273 20050 consensus_queue.cc:237] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.869186 20042 leader_election.cc:288] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.870203 19424 catalog_manager.cc:5495] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.869495 20042 ts_tablet_manager.cc:1428] T 122fd61dba7048f9aaa0c6af57bc81bb P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:58:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.872172 19423 catalog_manager.cc:5495] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.878288 20041 ts_tablet_manager.cc:1428] T c13183b3f4784517904d3134a57d9f52 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.013s	user 0.002s	sys 0.001s
15:58:25.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 122fd61dba7048f9aaa0c6af57bc81bb for table 'table0' with partition [<start>, 0x80000032)
15:58:25.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c13183b3f4784517904d3134a57d9f52 for table 'table0' with partition [0x80000032, <end>)
15:58:25.889 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=122fd61dba7048f9aaa0c6af57bc81bb@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c13183b3f4784517904d3134a57d9f52@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:25.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [2ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:25.890 [DEBUG - kudu-nio-0] (Connection.java:748) [peer bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)] connecting to peer
15:58:25.891 [DEBUG - kudu-nio-1] (Connection.java:757) [peer bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)] Successfully connected to peer
15:58:25.903 [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:58:25.905 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x87046394, L:/127.0.0.1:33412 - R:/127.18.219.193:44361] using TOKEN/null
15:58:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.914431 19424 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table1"
15:58:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:25.918 [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:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:25.923 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4b5d5d1f8c6e4f9f94cb0aee52c609b3
15:58:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.927201 19925 tablet_service.cc:1467] Processing CreateTablet for tablet ec9791736b2c44109f154f14700e5a77 (DEFAULT_TABLE table=table1 [id=4b5d5d1f8c6e4f9f94cb0aee52c609b3]), partition=RANGE (key) PARTITION VALUES < 50
15:58:25.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.928189 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ec9791736b2c44109f154f14700e5a77. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.931118 20059 tablet_bootstrap.cc:492] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:25.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.932169 19655 tablet_service.cc:1467] Processing CreateTablet for tablet fb9064ce2565452093bace088f2173f9 (DEFAULT_TABLE table=table1 [id=4b5d5d1f8c6e4f9f94cb0aee52c609b3]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:25.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.932272 20059 tablet_bootstrap.cc:654] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:25.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.932436 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fb9064ce2565452093bace088f2173f9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:25.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.933936 20059 tablet_bootstrap.cc:492] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:25.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.934058 20059 ts_tablet_manager.cc:1397] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.934638 20042 tablet_bootstrap.cc:492] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.934712 20059 raft_consensus.cc:348] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.934811 20059 raft_consensus.cc:374] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.934842 20059 raft_consensus.cc:729] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.934963 20059 consensus_queue.cc:260] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.935045 20059 raft_consensus.cc:388] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.935086 20059 raft_consensus.cc:482] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.935137 20059 raft_consensus.cc:3037] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.935714 20042 tablet_bootstrap.cc:654] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936254 20059 raft_consensus.cc:504] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936388 20059 leader_election.cc:302] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936492 20059 leader_election.cc:288] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936553 20061 raft_consensus.cc:2781] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936671 20061 raft_consensus.cc:686] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936746 20059 ts_tablet_manager.cc:1428] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.000s
15:58:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.936880 20061 consensus_queue.cc:237] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:25.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.938647 20042 tablet_bootstrap.cc:492] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:25.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.938578 19424 catalog_manager.cc:5495] T ec9791736b2c44109f154f14700e5a77 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:25.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.938741 20042 ts_tablet_manager.cc:1397] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.001s
15:58:25.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939185 20042 raft_consensus.cc:348] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939298 20042 raft_consensus.cc:374] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939321 20042 raft_consensus.cc:729] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939450 20042 consensus_queue.cc:260] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939534 20042 raft_consensus.cc:388] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939567 20042 raft_consensus.cc:482] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.939607 20042 raft_consensus.cc:3037] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.940611 20042 raft_consensus.cc:504] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.940737 20042 leader_election.cc:302] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.941342 20042 leader_election.cc:288] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:25.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.941584 20042 ts_tablet_manager.cc:1428] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:58:25.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.941761 20051 raft_consensus.cc:2781] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:25.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.941847 20051 raft_consensus.cc:686] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:25.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.941990 20051 consensus_queue.cc:237] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:25.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.944099 19424 catalog_manager.cc:5495] T fb9064ce2565452093bace088f2173f9 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:25.969 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ec9791736b2c44109f154f14700e5a77 for table 'table1' with partition [<start>, 0x80000032)
15:58:25.969 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fb9064ce2565452093bace088f2173f9 for table 'table1' with partition [0x80000032, <end>)
15:58:25.970 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=ec9791736b2c44109f154f14700e5a77@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=fb9064ce2565452093bace088f2173f9@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:25.970 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [1ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:25.970 [DEBUG - kudu-nio-0] (Connection.java:748) [peer ab572547a5f641ffaad247568012739f(127.18.219.195:33371)] connecting to peer
15:58:25.971 [DEBUG - kudu-nio-0] (Connection.java:757) [peer ab572547a5f641ffaad247568012739f(127.18.219.195:33371)] Successfully connected to peer
15:58:25.981 [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:58:25.983 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x837794fd, L:/127.0.0.1:35384 - R:/127.18.219.195:33371] using TOKEN/null
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:25.992827 19424 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table2"
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:25.996 [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:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:25.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:25.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:25.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:25.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:25.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.000 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bf2c5c1cfea848d5b41505997638074d
15:58:26.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.002831 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 39f1c6872f494e2089ac056ad5943921 (DEFAULT_TABLE table=table2 [id=bf2c5c1cfea848d5b41505997638074d]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.003072 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 948e9faa75184023872703ad81989e0a (DEFAULT_TABLE table=table2 [id=bf2c5c1cfea848d5b41505997638074d]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.003222 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 39f1c6872f494e2089ac056ad5943921. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.003372 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 948e9faa75184023872703ad81989e0a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.005582 20041 tablet_bootstrap.cc:492] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:26.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.005736 20059 tablet_bootstrap.cc:492] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:26.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.006678 20041 tablet_bootstrap.cc:654] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:26.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.006698 20059 tablet_bootstrap.cc:654] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008051 20059 tablet_bootstrap.cc:492] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008131 20041 tablet_bootstrap.cc:492] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008137 20059 ts_tablet_manager.cc:1397] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008219 20041 ts_tablet_manager.cc:1397] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008581 20059 raft_consensus.cc:348] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008589 20041 raft_consensus.cc:348] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008687 20059 raft_consensus.cc:374] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008692 20041 raft_consensus.cc:374] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008711 20059 raft_consensus.cc:729] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008718 20041 raft_consensus.cc:729] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008877 20059 consensus_queue.cc:260] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008891 20041 consensus_queue.cc:260] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008965 20059 raft_consensus.cc:388] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008971 20041 raft_consensus.cc:388] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008992 20059 raft_consensus.cc:482] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.008997 20041 raft_consensus.cc:482] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009025 20059 raft_consensus.cc:3037] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009029 20041 raft_consensus.cc:3037] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009702 20059 raft_consensus.cc:504] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009717 20041 raft_consensus.cc:504] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009796 20059 leader_election.cc:302] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009815 20041 leader_election.cc:302] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009889 20059 leader_election.cc:288] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009914 20041 leader_election.cc:288] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009930 20061 raft_consensus.cc:2781] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.010000 20061 raft_consensus.cc:686] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.009994 20047 raft_consensus.cc:2781] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.010071 20047 raft_consensus.cc:686] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.010113 20059 ts_tablet_manager.cc:1428] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.010098 20061 consensus_queue.cc:237] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.010174 20041 ts_tablet_manager.cc:1428] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.010206 20047 consensus_queue.cc:237] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.012282 19423 catalog_manager.cc:5495] T 948e9faa75184023872703ad81989e0a P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.013077 19424 catalog_manager.cc:5495] T 39f1c6872f494e2089ac056ad5943921 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:26.030 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 39f1c6872f494e2089ac056ad5943921 for table 'table2' with partition [<start>, 0x80000032)
15:58:26.030 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 948e9faa75184023872703ad81989e0a for table 'table2' with partition [0x80000032, <end>)
15:58:26.030 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=39f1c6872f494e2089ac056ad5943921@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=948e9faa75184023872703ad81989e0a@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}]
15:58:26.031 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [2ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.031 [DEBUG - kudu-nio-0] (Connection.java:748) [peer c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)] connecting to peer
15:58:26.032 [DEBUG - kudu-nio-1] (Connection.java:757) [peer c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)] Successfully connected to peer
15:58:26.046 [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:58:26.048 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x17a3e5a2, L:/127.0.0.1:56892 - R:/127.18.219.194:42679] using TOKEN/null
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.057772 19424 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table3"
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.062 [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:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.065 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fbc47caa574c44c3b7e3f24ebe2a85b2
15:58:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.068004 19790 tablet_service.cc:1467] Processing CreateTablet for tablet b7b2764c07c648ca8f4a5476cc3f9bef (DEFAULT_TABLE table=table3 [id=fbc47caa574c44c3b7e3f24ebe2a85b2]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.068138 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 9968ba1ac1c8438a92d1417a4935359e (DEFAULT_TABLE table=table3 [id=fbc47caa574c44c3b7e3f24ebe2a85b2]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.068360 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b7b2764c07c648ca8f4a5476cc3f9bef. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.068393 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9968ba1ac1c8438a92d1417a4935359e. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.070264 20041 tablet_bootstrap.cc:492] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:26.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.070281 20042 tablet_bootstrap.cc:492] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.071111 20041 tablet_bootstrap.cc:654] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.071110 20042 tablet_bootstrap.cc:654] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072279 20041 tablet_bootstrap.cc:492] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072365 20042 tablet_bootstrap.cc:492] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072369 20041 ts_tablet_manager.cc:1397] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072433 20042 ts_tablet_manager.cc:1397] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072870 20041 raft_consensus.cc:348] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072863 20042 raft_consensus.cc:348] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.072973 20042 raft_consensus.cc:374] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073016 20042 raft_consensus.cc:729] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073068 20041 raft_consensus.cc:374] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073109 20041 raft_consensus.cc:729] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073146 20042 consensus_queue.cc:260] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073225 20042 raft_consensus.cc:388] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073212 20041 consensus_queue.cc:260] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073258 20042 raft_consensus.cc:482] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073299 20042 raft_consensus.cc:3037] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073294 20041 raft_consensus.cc:388] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073331 20041 raft_consensus.cc:482] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.073374 20041 raft_consensus.cc:3037] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074291 20041 raft_consensus.cc:504] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074438 20041 leader_election.cc:302] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074510 20042 raft_consensus.cc:504] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074558 20041 leader_election.cc:288] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074633 20042 leader_election.cc:302] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074723 20042 leader_election.cc:288] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074791 20041 ts_tablet_manager.cc:1428] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074800 20050 raft_consensus.cc:2781] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074947 20042 ts_tablet_manager.cc:1428] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074971 20046 raft_consensus.cc:2781] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.074972 20050 raft_consensus.cc:686] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.075047 20046 raft_consensus.cc:686] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.075085 20050 consensus_queue.cc:237] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.075147 20046 consensus_queue.cc:237] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.076661 19424 catalog_manager.cc:5495] T b7b2764c07c648ca8f4a5476cc3f9bef P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:26.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.077581 19423 catalog_manager.cc:5495] T 9968ba1ac1c8438a92d1417a4935359e P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:26.089 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9968ba1ac1c8438a92d1417a4935359e for table 'table3' with partition [<start>, 0x80000032)
15:58:26.089 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7b2764c07c648ca8f4a5476cc3f9bef for table 'table3' with partition [0x80000032, <end>)
15:58:26.089 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=9968ba1ac1c8438a92d1417a4935359e@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=b7b2764c07c648ca8f4a5476cc3f9bef@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:26.090 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [1ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [2ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.094954 19423 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table4"
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.100 [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:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.104 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 7dda5b5a5d8f4f229f695d0c732f0c63
15:58:26.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.107033 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 3ab8482e4bf3419ba3d7f07fd25d210c (DEFAULT_TABLE table=table4 [id=7dda5b5a5d8f4f229f695d0c732f0c63]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.107090 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 516fb5077c0c46ba9932d57ea2a7adab (DEFAULT_TABLE table=table4 [id=7dda5b5a5d8f4f229f695d0c732f0c63]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.107424 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 516fb5077c0c46ba9932d57ea2a7adab. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.107429 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3ab8482e4bf3419ba3d7f07fd25d210c. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.109575 20059 tablet_bootstrap.cc:492] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:26.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.109699 20042 tablet_bootstrap.cc:492] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:26.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.110718 20059 tablet_bootstrap.cc:654] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:26.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.110718 20042 tablet_bootstrap.cc:654] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:26.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112123 20042 tablet_bootstrap.cc:492] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:26.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112187 20059 tablet_bootstrap.cc:492] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:26.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112221 20042 ts_tablet_manager.cc:1397] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:26.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112258 20059 ts_tablet_manager.cc:1397] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:26.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112748 20042 raft_consensus.cc:348] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112800 20059 raft_consensus.cc:348] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112908 20059 raft_consensus.cc:374] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112906 20042 raft_consensus.cc:374] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112946 20059 raft_consensus.cc:729] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.112946 20042 raft_consensus.cc:729] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113080 20059 consensus_queue.cc:260] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113080 20042 consensus_queue.cc:260] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113174 20042 raft_consensus.cc:388] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113174 20059 raft_consensus.cc:388] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113215 20042 raft_consensus.cc:482] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113214 20059 raft_consensus.cc:482] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113265 20059 raft_consensus.cc:3037] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.113265 20042 raft_consensus.cc:3037] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114230 20042 raft_consensus.cc:504] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114230 20059 raft_consensus.cc:504] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114375 20059 leader_election.cc:302] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114375 20042 leader_election.cc:302] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114475 20042 leader_election.cc:288] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114478 20059 leader_election.cc:288] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114578 20062 raft_consensus.cc:2781] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114610 20048 raft_consensus.cc:2781] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114667 20062 raft_consensus.cc:686] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114691 20048 raft_consensus.cc:686] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114818 20048 consensus_queue.cc:237] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.114813 20062 consensus_queue.cc:237] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.115808 20042 ts_tablet_manager.cc:1428] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:58:26.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.116665 20059 ts_tablet_manager.cc:1428] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:58:26.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.116786 19423 catalog_manager.cc:5495] T 3ab8482e4bf3419ba3d7f07fd25d210c P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:26.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.117746 19424 catalog_manager.cc:5495] T 516fb5077c0c46ba9932d57ea2a7adab P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:26.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3ab8482e4bf3419ba3d7f07fd25d210c for table 'table4' with partition [<start>, 0x80000032)
15:58:26.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 516fb5077c0c46ba9932d57ea2a7adab for table 'table4' with partition [0x80000032, <end>)
15:58:26.150 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=3ab8482e4bf3419ba3d7f07fd25d210c@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=516fb5077c0c46ba9932d57ea2a7adab@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:26.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [1ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.154837 19423 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table5"
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.159 [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:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9ac8acda1e264308bd381d9da71c1b8f
15:58:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.165035 19925 tablet_service.cc:1467] Processing CreateTablet for tablet a22f9f371e274359a832903351d950b3 (DEFAULT_TABLE table=table5 [id=9ac8acda1e264308bd381d9da71c1b8f]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.165191 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 77774632e6ea4545934a16a13f1245ee (DEFAULT_TABLE table=table5 [id=9ac8acda1e264308bd381d9da71c1b8f]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.165390 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a22f9f371e274359a832903351d950b3. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.165446 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 77774632e6ea4545934a16a13f1245ee. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.167786 20041 tablet_bootstrap.cc:492] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.168612 20041 tablet_bootstrap.cc:654] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.168963 20059 tablet_bootstrap.cc:492] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.169880 20041 tablet_bootstrap.cc:492] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.169916 20059 tablet_bootstrap.cc:654] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.169993 20041 ts_tablet_manager.cc:1397] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170418 20041 raft_consensus.cc:348] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170535 20041 raft_consensus.cc:374] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170576 20041 raft_consensus.cc:729] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170717 20041 consensus_queue.cc:260] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170815 20041 raft_consensus.cc:388] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170842 20041 raft_consensus.cc:482] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.170879 20041 raft_consensus.cc:3037] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171149 20059 tablet_bootstrap.cc:492] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171259 20059 ts_tablet_manager.cc:1397] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171605 20041 raft_consensus.cc:504] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171720 20041 leader_election.cc:302] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171804 20041 leader_election.cc:288] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171756 20059 raft_consensus.cc:348] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171847 20046 raft_consensus.cc:2781] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171875 20059 raft_consensus.cc:374] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171913 20059 raft_consensus.cc:729] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.171918 20046 raft_consensus.cc:686] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.172041 20041 ts_tablet_manager.cc:1428] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.172022 20046 consensus_queue.cc:237] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.172037 20059 consensus_queue.cc:260] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.172119 20059 raft_consensus.cc:388] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.172153 20059 raft_consensus.cc:482] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.172199 20059 raft_consensus.cc:3037] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.174048 19423 catalog_manager.cc:5495] T 77774632e6ea4545934a16a13f1245ee P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.174806 20059 raft_consensus.cc:504] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.174965 20059 leader_election.cc:302] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.175064 20059 leader_election.cc:288] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.175297 20062 raft_consensus.cc:2781] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.175400 20062 raft_consensus.cc:686] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.175521 20062 consensus_queue.cc:237] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.176088 20059 ts_tablet_manager.cc:1428] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:58:26.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.177831 19424 catalog_manager.cc:5495] T a22f9f371e274359a832903351d950b3 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:26.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 77774632e6ea4545934a16a13f1245ee for table 'table5' with partition [<start>, 0x80000032)
15:58:26.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a22f9f371e274359a832903351d950b3 for table 'table5' with partition [0x80000032, <end>)
15:58:26.190 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=77774632e6ea4545934a16a13f1245ee@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a22f9f371e274359a832903351d950b3@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}]
15:58:26.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [1ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.195197 19424 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table6"
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.199 [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:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.205 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table ab002991a945477ab10f54561d07d715
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.205583 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 8d2155079405438ab1e5c49d49be1a4a (DEFAULT_TABLE table=table6 [id=ab002991a945477ab10f54561d07d715]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.205685 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 0e464de7525a41909b76a446f72fea91 (DEFAULT_TABLE table=table6 [id=ab002991a945477ab10f54561d07d715]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.205946 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8d2155079405438ab1e5c49d49be1a4a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.206012 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0e464de7525a41909b76a446f72fea91. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.207890 20041 tablet_bootstrap.cc:492] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.208518 20042 tablet_bootstrap.cc:492] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.208926 20041 tablet_bootstrap.cc:654] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:26.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.209522 20042 tablet_bootstrap.cc:654] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:26.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.210659 20042 tablet_bootstrap.cc:492] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:26.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.210764 20042 ts_tablet_manager.cc:1397] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211169 20042 raft_consensus.cc:348] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211285 20042 raft_consensus.cc:374] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211318 20042 raft_consensus.cc:729] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211455 20042 consensus_queue.cc:260] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211570 20042 raft_consensus.cc:388] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211604 20042 raft_consensus.cc:482] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.211651 20042 raft_consensus.cc:3037] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.212364 20042 raft_consensus.cc:504] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.212510 20042 leader_election.cc:302] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.212618 20042 leader_election.cc:288] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.212719 20048 raft_consensus.cc:2781] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213114 20041 tablet_bootstrap.cc:492] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213191 20041 ts_tablet_manager.cc:1397] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.005s	user 0.002s	sys 0.000s
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213563 20041 raft_consensus.cc:348] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213645 20041 raft_consensus.cc:374] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213667 20041 raft_consensus.cc:729] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213800 20041 consensus_queue.cc:260] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213886 20041 raft_consensus.cc:388] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213910 20041 raft_consensus.cc:482] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.213938 20041 raft_consensus.cc:3037] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.214720 20041 raft_consensus.cc:504] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.214839 20041 leader_election.cc:302] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:26.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.214932 20041 leader_election.cc:288] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.214974 20046 raft_consensus.cc:2781] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.215046 20046 raft_consensus.cc:686] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:26.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.215147 20046 consensus_queue.cc:237] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.215190 20041 ts_tablet_manager.cc:1428] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:58:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.216545 20042 ts_tablet_manager.cc:1428] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
15:58:26.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.217922 20048 raft_consensus.cc:686] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:26.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.218087 20048 consensus_queue.cc:237] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.220682 19424 catalog_manager.cc:5495] T 0e464de7525a41909b76a446f72fea91 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:26.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.220713 19423 catalog_manager.cc:5495] T 8d2155079405438ab1e5c49d49be1a4a P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:26.250 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8d2155079405438ab1e5c49d49be1a4a for table 'table6' with partition [<start>, 0x80000032)
15:58:26.250 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 0e464de7525a41909b76a446f72fea91 for table 'table6' with partition [0x80000032, <end>)
15:58:26.250 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8d2155079405438ab1e5c49d49be1a4a@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=0e464de7525a41909b76a446f72fea91@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:26.250 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [2ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.254946 19423 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table7"
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.258 [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:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.265465 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 93e129d841aa4d2492e51a67863d7332 (DEFAULT_TABLE table=table7 [id=0b6418b5779b45f6ac20ea5ca00ccc64]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.265621 19655 tablet_service.cc:1467] Processing CreateTablet for tablet cec0261b3b08404d8ee4c725ff3f4a3d (DEFAULT_TABLE table=table7 [id=0b6418b5779b45f6ac20ea5ca00ccc64]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.265926 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cec0261b3b08404d8ee4c725ff3f4a3d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.265920 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 93e129d841aa4d2492e51a67863d7332. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.267969 20059 tablet_bootstrap.cc:492] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:26.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.268085 20042 tablet_bootstrap.cc:492] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:26.269 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0b6418b5779b45f6ac20ea5ca00ccc64
15:58:26.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.269273 20042 tablet_bootstrap.cc:654] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:26.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.269367 20059 tablet_bootstrap.cc:654] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:26.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.270746 20059 tablet_bootstrap.cc:492] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:26.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.270859 20059 ts_tablet_manager.cc:1397] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271039 20042 tablet_bootstrap.cc:492] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271117 20042 ts_tablet_manager.cc:1397] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271346 20059 raft_consensus.cc:348] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271461 20059 raft_consensus.cc:374] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271494 20059 raft_consensus.cc:729] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271481 20042 raft_consensus.cc:348] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271559 20042 raft_consensus.cc:374] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271608 20042 raft_consensus.cc:729] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271622 20059 consensus_queue.cc:260] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271700 20059 raft_consensus.cc:388] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271733 20059 raft_consensus.cc:482] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271751 20042 consensus_queue.cc:260] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271843 20042 raft_consensus.cc:388] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271777 20059 raft_consensus.cc:3037] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271870 20042 raft_consensus.cc:482] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.271903 20042 raft_consensus.cc:3037] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.272655 20059 raft_consensus.cc:504] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.272667 20042 raft_consensus.cc:504] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.272825 20059 leader_election.cc:302] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:26.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.272835 20042 leader_election.cc:302] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.272940 20059 leader_election.cc:288] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.272956 20042 leader_election.cc:288] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273032 20063 raft_consensus.cc:2781] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273080 20050 raft_consensus.cc:2781] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273144 20063 raft_consensus.cc:686] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273159 20050 raft_consensus.cc:686] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273195 20059 ts_tablet_manager.cc:1428] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273285 20050 consensus_queue.cc:237] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.273285 20063 consensus_queue.cc:237] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.275131 19423 catalog_manager.cc:5495] T 93e129d841aa4d2492e51a67863d7332 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:26.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.276646 19424 catalog_manager.cc:5495] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:26.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.278281 20042 ts_tablet_manager.cc:1428] T cec0261b3b08404d8ee4c725ff3f4a3d P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.000s
15:58:26.289 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 93e129d841aa4d2492e51a67863d7332 for table 'table7' with partition [<start>, 0x80000032)
15:58:26.289 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet cec0261b3b08404d8ee4c725ff3f4a3d for table 'table7' with partition [0x80000032, <end>)
15:58:26.289 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=93e129d841aa4d2492e51a67863d7332@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=cec0261b3b08404d8ee4c725ff3f4a3d@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:26.289 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [2ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.293569 19423 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table8"
15:58:26.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.298 [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:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.303993 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 4c9bdf61a01d4dd3a39d33bd87e264a2 (DEFAULT_TABLE table=table8 [id=770919ad2aed4667afda5438585325c8]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.304207 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 2ebcc8f2b6e04330b7fd7bdea034496c (DEFAULT_TABLE table=table8 [id=770919ad2aed4667afda5438585325c8]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.304333 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4c9bdf61a01d4dd3a39d33bd87e264a2. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.304499 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2ebcc8f2b6e04330b7fd7bdea034496c. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.305 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 770919ad2aed4667afda5438585325c8
15:58:26.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.306763 20041 tablet_bootstrap.cc:492] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:26.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.307015 20059 tablet_bootstrap.cc:492] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:26.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.307780 20041 tablet_bootstrap.cc:654] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:26.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.307936 20059 tablet_bootstrap.cc:654] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:26.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.309176 20041 tablet_bootstrap.cc:492] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:26.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.309285 20041 ts_tablet_manager.cc:1397] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:58:26.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.309664 20041 raft_consensus.cc:348] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.309778 20041 raft_consensus.cc:374] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.309811 20041 raft_consensus.cc:729] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:26.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.309957 20041 consensus_queue.cc:260] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.310321 20041 raft_consensus.cc:388] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.310381 20041 raft_consensus.cc:482] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.310431 20041 raft_consensus.cc:3037] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:26.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311264 20041 raft_consensus.cc:504] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311444 20041 leader_election.cc:302] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:26.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311579 20041 leader_election.cc:288] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311620 20045 raft_consensus.cc:2781] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311781 20045 raft_consensus.cc:686] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:26.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311849 20041 ts_tablet_manager.cc:1428] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.000s
15:58:26.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.311936 20045 consensus_queue.cc:237] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.312422 20059 tablet_bootstrap.cc:492] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.312512 20059 ts_tablet_manager.cc:1397] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313011 20059 raft_consensus.cc:348] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313138 20059 raft_consensus.cc:374] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313176 20059 raft_consensus.cc:729] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313298 20059 consensus_queue.cc:260] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313395 20059 raft_consensus.cc:388] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313429 20059 raft_consensus.cc:482] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.313468 20059 raft_consensus.cc:3037] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.314491 20059 raft_consensus.cc:504] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.314615 20059 leader_election.cc:302] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.314711 20059 leader_election.cc:288] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.314782 20061 raft_consensus.cc:2781] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.314888 20061 raft_consensus.cc:686] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:26.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.315008 20061 consensus_queue.cc:237] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:26.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:26.315244 19994 tablet.cc:2369] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:26.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.315630 19423 catalog_manager.cc:5495] T 2ebcc8f2b6e04330b7fd7bdea034496c P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:26.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.315011 20059 ts_tablet_manager.cc:1428] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:26.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.317945 19424 catalog_manager.cc:5495] T 4c9bdf61a01d4dd3a39d33bd87e264a2 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:26.329 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2ebcc8f2b6e04330b7fd7bdea034496c for table 'table8' with partition [<start>, 0x80000032)
15:58:26.330 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4c9bdf61a01d4dd3a39d33bd87e264a2 for table 'table8' with partition [0x80000032, <end>)
15:58:26.330 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=2ebcc8f2b6e04330b7fd7bdea034496c@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=4c9bdf61a01d4dd3a39d33bd87e264a2@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}]
15:58:26.330 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=1), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [1ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.334635 19424 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table9"
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:26.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:26.339 [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:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:26.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:26.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.344414 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 4bb5a5a2b96743b89c36fab995b35442 (DEFAULT_TABLE table=table9 [id=3e4ef1f4760842f8bb193dc6746f855b]), partition=RANGE (key) PARTITION VALUES < 50
15:58:26.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.344460 19790 tablet_service.cc:1467] Processing CreateTablet for tablet d25bf5c22f3d4ed68c839a23ee55819d (DEFAULT_TABLE table=table9 [id=3e4ef1f4760842f8bb193dc6746f855b]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:26.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.344729 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d25bf5c22f3d4ed68c839a23ee55819d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.344837 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4bb5a5a2b96743b89c36fab995b35442. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.346549 20041 tablet_bootstrap.cc:492] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.346823 20042 tablet_bootstrap.cc:492] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.347546 20041 tablet_bootstrap.cc:654] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.347882 20042 tablet_bootstrap.cc:654] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:26.349 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3e4ef1f4760842f8bb193dc6746f855b
15:58:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349042 20041 tablet_bootstrap.cc:492] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349128 20041 ts_tablet_manager.cc:1397] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.001s
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349237 20042 tablet_bootstrap.cc:492] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349313 20042 ts_tablet_manager.cc:1397] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349591 20041 raft_consensus.cc:348] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349673 20041 raft_consensus.cc:374] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349694 20041 raft_consensus.cc:729] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349706 20042 raft_consensus.cc:348] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349841 20042 raft_consensus.cc:374] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349875 20042 raft_consensus.cc:729] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349836 20041 consensus_queue.cc:260] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349929 20041 raft_consensus.cc:388] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.349967 20041 raft_consensus.cc:482] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350023 20041 raft_consensus.cc:3037] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350023 20042 consensus_queue.cc:260] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350095 20051 raft_consensus.cc:482] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350180 20051 raft_consensus.cc:504] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350334 20051 leader_election.cc:302] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350369 20042 raft_consensus.cc:388] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350405 20042 raft_consensus.cc:482] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350430 20051 leader_election.cc:288] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350461 20042 raft_consensus.cc:3037] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350905 20041 raft_consensus.cc:504] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.350998 20041 leader_election.cc:302] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351090 20041 leader_election.cc:288] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351132 20047 raft_consensus.cc:2781] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351230 20047 raft_consensus.cc:686] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351317 20041 ts_tablet_manager.cc:1428] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351275 20042 raft_consensus.cc:504] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351336 20047 consensus_queue.cc:237] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351402 20042 leader_election.cc:302] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351485 20042 leader_election.cc:288] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351485 20048 raft_consensus.cc:2741] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351635 20050 raft_consensus.cc:2781] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351754 20042 ts_tablet_manager.cc:1428] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:58:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351843 20050 raft_consensus.cc:686] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.351986 20050 consensus_queue.cc:237] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:26.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.354279 19424 catalog_manager.cc:5495] T 4bb5a5a2b96743b89c36fab995b35442 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:26.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:26.355458 19423 catalog_manager.cc:5495] T d25bf5c22f3d4ed68c839a23ee55819d P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:26.369 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4bb5a5a2b96743b89c36fab995b35442 for table 'table9' with partition [<start>, 0x80000032)
15:58:26.369 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d25bf5c22f3d4ed68c839a23ee55819d for table 'table9' with partition [0x80000032, <end>)
15:58:26.369 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=4bb5a5a2b96743b89c36fab995b35442@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=d25bf5c22f3d4ed68c839a23ee55819d@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:26.369 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.18.219.253:40505, [1ms] Sub RPC GetTableLocations: received response from server master-127.18.219.253:40505: OK, deferred=null) after lookup
15:58:26.373 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526306373
15:58:26.373 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526306371393
15:58:26.373 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:26.373 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4322910868119326353/
15:58:26.383 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9b3a5db3e674706be80d9c9537ba69c
15:58:26.384 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:55) Backing up table table0 to path: file:/tmp/backup4322910868119326353/b9b3a5db3e674706be80d9c9537ba69c-table0/1783526306374
15:58:26.384 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:26.384 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:26.384 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9ac8acda1e264308bd381d9da71c1b8f
15:58:26.384 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bf2c5c1cfea848d5b41505997638074d
15:58:26.385 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:55) Backing up table table2 to path: file:/tmp/backup4322910868119326353/bf2c5c1cfea848d5b41505997638074d-table2/1783526306374
15:58:26.385 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:26.385 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:26.385 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:26.386 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:26.386 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:55) Backing up table table5 to path: file:/tmp/backup4322910868119326353/9ac8acda1e264308bd381d9da71c1b8f-table5/1783526306374
15:58:26.386 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:26.386 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:26.414 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.415 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.415 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.416 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.416 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.416 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.416 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.420 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.421 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.421 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.421 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.422 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.422 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.422 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.424 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.425 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.425 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.426 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.426 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.427 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.427 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.472 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:26.473 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:26.473 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:26.473 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:26.473 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:26.474 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[7] at save at KuduBackup.scala:97), which has no missing parents
15:58:26.495 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:26.496 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:26.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:26.506 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:26.507 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:26.523 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:26.524 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[7] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:26.524 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:26.527 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:26.528 [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:58:26.528 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (save at KuduBackup.scala:97) with 2 output partitions
15:58:26.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (save at KuduBackup.scala:97)
15:58:26.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:26.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:26.530 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at save at KuduBackup.scala:97), which has no missing parents
15:58:26.551 [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:58:26.554 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9b3a5db3e674706be80d9c9537ba69c
15:58:26.555 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.555 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.556 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.556 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.556 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.556 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.556 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:26.556 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:26.557 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:26.558 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 189.4 KiB, free 1993.4 MiB)
15:58:26.558 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:26.560 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:58:26.561 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:26.561 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
15:58:26.562 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:26.562 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 2 tasks resource profile 0
15:58:26.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:58:26.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:26.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:26.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:26.564 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[6] at save at KuduBackup.scala:97), which has no missing parents
15:58:26.592 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 189.4 KiB, free 1993.2 MiB)
15:58:26.595 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.1 MiB)
15:58:26.596 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:26.597 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:26.597 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[6] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:26.597 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:26.607 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table0, tablet=122fd61dba7048f9aaa0c6af57bc81bb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:26.620 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:26.624 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558264379361082569654139_0000_m_000000_0' to file:/tmp/backup4322910868119326353/b9b3a5db3e674706be80d9c9537ba69c-table0/1783526306374/_temporary/0/task_202607081558264379361082569654139_0000_m_000000
15:58:26.624 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558264379361082569654139_0000_m_000000_0: Committed
15:58:26.625 [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). 6303 bytes result sent to driver
15:58:26.626 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:26.628 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 101 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:26.628 [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:58:26.640 [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:58:26.643 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b9b3a5db3e674706be80d9c9537ba69c
15:58:26.644 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.644 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.645 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.645 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.645 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.645 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.652 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table0, tablet=c13183b3f4784517904d3134a57d9f52, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:26.653 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_20260708155826617316720536317107_0000_m_000001_1
15:58:26.654 [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). 6217 bytes result sent to driver
15:58:26.656 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:26.657 [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:58:26.669 [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:58:26.671 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:26.672 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.198 s
15:58:26.672 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:26.674 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:26.674 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:26.674 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.202159 s
15:58:26.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bf2c5c1cfea848d5b41505997638074d
15:58:26.681 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.682 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.682 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.682 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.682 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.682 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.682 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:26.683 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:26.685 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:26.698 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Write Job d5934ce4-7df0-469e-856f-acfbd4ea0835 committed.
15:58:26.698 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Finished processing stats for write job d5934ce4-7df0-469e-856f-acfbd4ea0835.
15:58:26.700 [INFO - ForkJoinPool-61-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/b9b3a5db3e674706be80d9c9537ba69c-table0/1783526306374/.kudu-metadata.json
15:58:26.716 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table2, tablet=39f1c6872f494e2089ac056ad5943921, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:26.729 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:26.732 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:149) Successfully backed up table table0
15:58:26.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4b5d5d1f8c6e4f9f94cb0aee52c609b3
15:58:26.735 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:55) Backing up table table1 to path: file:/tmp/backup4322910868119326353/4b5d5d1f8c6e4f9f94cb0aee52c609b3-table1/1783526306374
15:58:26.735 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:26.736 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:26.751 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155826272164146918757412_0001_m_000000_2' to file:/tmp/backup4322910868119326353/bf2c5c1cfea848d5b41505997638074d-table2/1783526306374/_temporary/0/task_20260708155826272164146918757412_0001_m_000000
15:58:26.752 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) attempt_20260708155826272164146918757412_0001_m_000000_2: Committed
15:58:26.753 [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). 6303 bytes result sent to driver
15:58:26.766 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:26.767 [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:58:26.774 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 118 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:26.784 [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:58:26.792 [DEBUG - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (AsyncKuduClient.java:894) Opened table bf2c5c1cfea848d5b41505997638074d
15:58:26.793 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.793 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.794 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.794 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.794 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.794 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.797 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.799 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.799 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.800 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.800 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.800 [INFO - ForkJoinPool-61-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.801 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.809 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table2, tablet=948e9faa75184023872703ad81989e0a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:26.809 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558262810950353580079778_0001_m_000001_3
15:58:26.811 [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). 6217 bytes result sent to driver
15:58:26.821 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:26.822 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 4)
15:58:26.830 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:26.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (save at KuduBackup.scala:97) finished in 0.304 s
15:58:26.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:26.836 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:26.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:26.837 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Job 1 finished: save at KuduBackup.scala:97, took 0.342016 s
15:58:26.842 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:26.852 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (AsyncKuduClient.java:894) Opened table 9ac8acda1e264308bd381d9da71c1b8f
15:58:26.860 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.860 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.860 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.861 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:26.861 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:26.861 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:26.861 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:26.861 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:26.861 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:26.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:26.916 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:26.916 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:26.917 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:26.937 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Write Job 7530f2ae-47ff-48bc-9257-152beeadbffb committed.
15:58:26.938 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Finished processing stats for write job 7530f2ae-47ff-48bc-9257-152beeadbffb.
15:58:26.963 [INFO - ForkJoinPool-61-worker-3] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/bf2c5c1cfea848d5b41505997638074d-table2/1783526306374/.kudu-metadata.json
15:58:26.966 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.7 MiB)
15:58:26.977 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:26.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (save at KuduBackup.scala:97) with 2 output partitions
15:58:26.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (save at KuduBackup.scala:97)
15:58:26.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:26.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:26.979 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[13] at save at KuduBackup.scala:97), which has no missing parents
15:58:26.985 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:149) Successfully backed up table table2
15:58:26.993 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fbc47caa574c44c3b7e3f24ebe2a85b2
15:58:26.994 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:55) Backing up table table3 to path: file:/tmp/backup4322910868119326353/fbc47caa574c44c3b7e3f24ebe2a85b2-table3/1783526306374
15:58:26.994 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:26.994 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:26.997 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table5, tablet=77774632e6ea4545934a16a13f1245ee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.020 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.021 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:27.027 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558263236021480042570234_0002_m_000000_4' to file:/tmp/backup4322910868119326353/9ac8acda1e264308bd381d9da71c1b8f-table5/1783526306374/_temporary/0/task_202607081558263236021480042570234_0002_m_000000
15:58:27.027 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081558263236021480042570234_0002_m_000000_4: Committed
15:58:27.037 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4). 6346 bytes result sent to driver
15:58:27.037 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.038 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4) in 217 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.036 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 189.4 KiB, free 1993.4 MiB)
15:58:27.043 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:58:27.044 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 5)
15:58:27.044 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.049 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.050 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.050 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.050 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:27.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 3 (MapPartitionsRDD[13] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.051 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 2 tasks resource profile 0
15:58:27.051 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.051 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.052 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.057 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.059 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (AsyncKuduClient.java:894) Opened table 9ac8acda1e264308bd381d9da71c1b8f
15:58:27.062 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.062 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.062 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.062 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.062 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.063 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.068 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table5, tablet=a22f9f371e274359a832903351d950b3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.069 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558263616900099748482678_0002_m_000001_5
15:58:27.070 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 5). 6217 bytes result sent to driver
15:58:27.072 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.073 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 5) in 36 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.073 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:27.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.510 s
15:58:27.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:27.075 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.578925 s
15:58:27.076 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 6)
15:58:27.090 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.093 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (AsyncKuduClient.java:894) Opened table 4b5d5d1f8c6e4f9f94cb0aee52c609b3
15:58:27.094 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.095 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.095 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.095 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.095 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.095 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.095 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.096 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.096 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.096 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.096 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.096 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.097 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.097 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.097 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.097 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.097 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.097 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.098 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.099 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Write Job 3cb789de-0b64-449e-9724-4be61f53f84b committed.
15:58:27.100 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Finished processing stats for write job 3cb789de-0b64-449e-9724-4be61f53f84b.
15:58:27.101 [INFO - ForkJoinPool-61-worker-2] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/9ac8acda1e264308bd381d9da71c1b8f-table5/1783526306374/.kudu-metadata.json
15:58:27.121 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:149) Successfully backed up table table5
15:58:27.124 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table ab002991a945477ab10f54561d07d715
15:58:27.124 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:55) Backing up table table6 to path: file:/tmp/backup4322910868119326353/ab002991a945477ab10f54561d07d715-table6/1783526306374
15:58:27.124 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:27.124 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:27.125 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:27.126 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (save at KuduBackup.scala:97) with 2 output partitions
15:58:27.126 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (save at KuduBackup.scala:97)
15:58:27.126 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:27.127 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:27.127 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (MapPartitionsRDD[18] at save at KuduBackup.scala:97), which has no missing parents
15:58:27.140 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table1, tablet=ec9791736b2c44109f154f14700e5a77, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.154 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.157 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558266044811997340818994_0003_m_000000_6' to file:/tmp/backup4322910868119326353/4b5d5d1f8c6e4f9f94cb0aee52c609b3-table1/1783526306374/_temporary/0/task_202607081558266044811997340818994_0003_m_000000
15:58:27.158 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (Logging.scala:57) attempt_202607081558266044811997340818994_0003_m_000000_6: Committed
15:58:27.158 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 6). 6303 bytes result sent to driver
15:58:27.159 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.160 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 7)
15:58:27.160 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 6) in 87 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.160 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.161 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.161 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.162 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.162 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.162 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.162 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.172 [DEBUG - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.175 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4b5d5d1f8c6e4f9f94cb0aee52c609b3
15:58:27.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 189.4 KiB, free 1993.2 MiB)
15:58:27.176 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.198 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.197 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.1 MiB)
15:58:27.199 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.199 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.199 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.201 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.201 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.201 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.202 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:58:27.202 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 4 (MapPartitionsRDD[18] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.202 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 2 tasks resource profile 0
15:58:27.207 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table1, tablet=fb9064ce2565452093bace088f2173f9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.207 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_20260708155826235972289715433880_0003_m_000001_7
15:58:27.208 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 7). 6260 bytes result sent to driver
15:58:27.209 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.209 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 8)
15:58:27.209 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 7) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.210 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:27.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (save at KuduBackup.scala:97) finished in 0.230 s
15:58:27.211 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.211 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:27.211 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Job 3 finished: save at KuduBackup.scala:97, took 0.233405 s
15:58:27.223 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fbc47caa574c44c3b7e3f24ebe2a85b2
15:58:27.228 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.229 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Write Job 1e38d5ce-4134-478d-a9a3-19147f27f100 committed.
15:58:27.230 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.230 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.230 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.230 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.230 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.231 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.230 [INFO - ForkJoinPool-61-worker-1] (Logging.scala:57) Finished processing stats for write job 1e38d5ce-4134-478d-a9a3-19147f27f100.
15:58:27.234 [INFO - ForkJoinPool-61-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/4b5d5d1f8c6e4f9f94cb0aee52c609b3-table1/1783526306374/.kudu-metadata.json
15:58:27.235 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.236 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:27.237 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.237 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (save at KuduBackup.scala:97) with 2 output partitions
15:58:27.237 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.237 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (save at KuduBackup.scala:97)
15:58:27.237 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:27.237 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.237 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.237 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:27.237 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.238 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.238 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.238 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (MapPartitionsRDD[23] at save at KuduBackup.scala:97), which has no missing parents
15:58:27.241 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.241 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.241 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.243 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.251 [INFO - ForkJoinPool-61-worker-1] (KuduBackup.scala:149) Successfully backed up table table1
15:58:27.264 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 189.4 KiB, free 1993.2 MiB)
15:58:27.267 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.1 MiB)
15:58:27.268 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.268 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:27.269 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 5 (MapPartitionsRDD[23] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.269 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 2 tasks resource profile 0
15:58:27.274 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table3, tablet=9968ba1ac1c8438a92d1417a4935359e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.285 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.289 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558277409511249039767823_0004_m_000000_8' to file:/tmp/backup4322910868119326353/fbc47caa574c44c3b7e3f24ebe2a85b2-table3/1783526306374/_temporary/0/task_202607081558277409511249039767823_0004_m_000000
15:58:27.289 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (Logging.scala:57) attempt_202607081558277409511249039767823_0004_m_000000_8: Committed
15:58:27.290 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 8). 6303 bytes result sent to driver
15:58:27.291 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.291 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 8) in 82 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.291 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 9)
15:58:27.304 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fbc47caa574c44c3b7e3f24ebe2a85b2
15:58:27.308 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.308 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.308 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.308 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.308 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.308 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.311 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table3, tablet=b7b2764c07c648ca8f4a5476cc3f9bef, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.312 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558274783934496324586106_0004_m_000001_9
15:58:27.312 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 9)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 9). 6217 bytes result sent to driver
15:58:27.313 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.314 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 10)
15:58:27.314 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 9) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.314 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:27.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (save at KuduBackup.scala:97) finished in 0.185 s
15:58:27.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:27.316 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Job 4 finished: save at KuduBackup.scala:97, took 0.190330 s
15:58:27.326 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.329 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table ab002991a945477ab10f54561d07d715
15:58:27.330 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.330 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.330 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Write Job d9053dce-f3ac-4129-8d6f-c74be4fbd066 committed.
15:58:27.331 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.331 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.331 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Finished processing stats for write job d9053dce-f3ac-4129-8d6f-c74be4fbd066.
15:58:27.331 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.331 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.331 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.332 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.333 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.334 [INFO - ForkJoinPool-61-worker-3] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/fbc47caa574c44c3b7e3f24ebe2a85b2-table3/1783526306374/.kudu-metadata.json
15:58:27.342 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:149) Successfully backed up table table3
15:58:27.344 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 7dda5b5a5d8f4f229f695d0c732f0c63
15:58:27.345 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:55) Backing up table table4 to path: file:/tmp/backup4322910868119326353/7dda5b5a5d8f4f229f695d0c732f0c63-table4/1783526306374
15:58:27.345 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:27.345 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:27.349 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table6, tablet=8d2155079405438ab1e5c49d49be1a4a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.370 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.371 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.371 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.371 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.372 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.372 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.372 [INFO - ForkJoinPool-61-worker-3] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.372 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.374 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558276162744725675307606_0005_m_000000_10' to file:/tmp/backup4322910868119326353/ab002991a945477ab10f54561d07d715-table6/1783526306374/_temporary/0/task_202607081558276162744725675307606_0005_m_000000
15:58:27.375 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) attempt_202607081558276162744725675307606_0005_m_000000_10: Committed
15:58:27.376 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 10). 6303 bytes result sent to driver
15:58:27.376 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 5.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.377 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (Logging.scala:57) Running task 1.0 in stage 5.0 (TID 11)
15:58:27.377 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 10) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.386 [DEBUG - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.389 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table ab002991a945477ab10f54561d07d715
15:58:27.390 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.390 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.390 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.390 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.390 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.391 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.393 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table6, tablet=0e464de7525a41909b76a446f72fea91, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.394 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558278120202044259750231_0005_m_000001_11
15:58:27.415 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 11)] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 11). 6217 bytes result sent to driver
15:58:27.417 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 11) in 40 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.417 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:27.417 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.417 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (save at KuduBackup.scala:97) finished in 0.179 s
15:58:27.418 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.418 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:27.418 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Job 5 finished: save at KuduBackup.scala:97, took 0.181155 s
15:58:27.421 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:27.429 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Write Job 605a16a7-c0d6-48ec-8d81-75b212f58424 committed.
15:58:27.430 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Finished processing stats for write job 605a16a7-c0d6-48ec-8d81-75b212f58424.
15:58:27.432 [INFO - ForkJoinPool-61-worker-2] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/ab002991a945477ab10f54561d07d715-table6/1783526306374/.kudu-metadata.json
15:58:27.434 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:27.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (save at KuduBackup.scala:97) with 2 output partitions
15:58:27.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (save at KuduBackup.scala:97)
15:58:27.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:27.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:27.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (MapPartitionsRDD[30] at save at KuduBackup.scala:97), which has no missing parents
15:58:27.441 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:149) Successfully backed up table table6
15:58:27.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0b6418b5779b45f6ac20ea5ca00ccc64
15:58:27.444 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:55) Backing up table table7 to path: file:/tmp/backup4322910868119326353/0b6418b5779b45f6ac20ea5ca00ccc64-table7/1783526306374
15:58:27.444 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:27.444 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:27.460 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 189.4 KiB, free 1993.4 MiB)
15:58:27.462 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:58:27.463 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.464 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:58:27.464 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 6 (MapPartitionsRDD[30] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.465 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 2 tasks resource profile 0
15:58:27.466 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.466 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 12)
15:58:27.467 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.469 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.469 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.469 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.469 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.469 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.470 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.477 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 7dda5b5a5d8f4f229f695d0c732f0c63
15:58:27.482 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.482 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.482 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.482 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.482 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.482 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.483 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.484 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.499 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table4, tablet=3ab8482e4bf3419ba3d7f07fd25d210c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.509 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.512 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558278931022387347850123_0006_m_000000_12' to file:/tmp/backup4322910868119326353/7dda5b5a5d8f4f229f695d0c732f0c63-table4/1783526306374/_temporary/0/task_202607081558278931022387347850123_0006_m_000000
15:58:27.512 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (Logging.scala:57) attempt_202607081558278931022387347850123_0006_m_000000_12: Committed
15:58:27.513 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 12)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 12). 6303 bytes result sent to driver
15:58:27.514 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.515 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 12) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.515 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 13)
15:58:27.518 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:27.519 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 7 (save at KuduBackup.scala:97) with 2 output partitions
15:58:27.519 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 7 (save at KuduBackup.scala:97)
15:58:27.519 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:27.519 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:27.520 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 7 (MapPartitionsRDD[35] at save at KuduBackup.scala:97), which has no missing parents
15:58:27.529 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 7dda5b5a5d8f4f229f695d0c732f0c63
15:58:27.532 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.533 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.533 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.533 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.533 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.533 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.536 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table4, tablet=516fb5077c0c46ba9932d57ea2a7adab, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.537 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558272744914299189108692_0006_m_000001_13
15:58:27.538 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 13)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 13). 6217 bytes result sent to driver
15:58:27.539 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 13) in 25 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.539 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:27.542 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 189.4 KiB, free 1993.2 MiB)
15:58:27.544 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.1 MiB)
15:58:27.544 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.545 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:27.545 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 7 (MapPartitionsRDD[35] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.545 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 2 tasks resource profile 0
15:58:27.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (save at KuduBackup.scala:97) finished in 0.110 s
15:58:27.546 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.546 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.547 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:27.547 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 14)
15:58:27.547 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Job 6 finished: save at KuduBackup.scala:97, took 0.112574 s
15:58:27.554 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Write Job 4f1c25aa-3a2b-4793-8da2-2c70751adb1f committed.
15:58:27.555 [INFO - ForkJoinPool-61-worker-3] (Logging.scala:57) Finished processing stats for write job 4f1c25aa-3a2b-4793-8da2-2c70751adb1f.
15:58:27.557 [INFO - ForkJoinPool-61-worker-3] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/7dda5b5a5d8f4f229f695d0c732f0c63-table4/1783526306374/.kudu-metadata.json
15:58:27.560 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.563 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (AsyncKuduClient.java:894) Opened table 0b6418b5779b45f6ac20ea5ca00ccc64
15:58:27.564 [INFO - ForkJoinPool-61-worker-3] (KuduBackup.scala:149) Successfully backed up table table4
15:58:27.564 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.565 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.565 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.565 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.565 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.565 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.565 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.566 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.567 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.581 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table7, tablet=93e129d841aa4d2492e51a67863d7332, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.594 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.597 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558274990607114322605058_0007_m_000000_14' to file:/tmp/backup4322910868119326353/0b6418b5779b45f6ac20ea5ca00ccc64-table7/1783526306374/_temporary/0/task_202607081558274990607114322605058_0007_m_000000
15:58:27.597 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (Logging.scala:57) attempt_202607081558274990607114322605058_0007_m_000000_14: Committed
15:58:27.598 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 14)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 14). 6303 bytes result sent to driver
15:58:27.599 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 7.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.599 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (Logging.scala:57) Running task 1.0 in stage 7.0 (TID 15)
15:58:27.599 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 14) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.622 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.626 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:27.626 [DEBUG - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.629 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0b6418b5779b45f6ac20ea5ca00ccc64
15:58:27.631 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.631 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.631 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.631 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.631 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.632 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.634 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table7, tablet=cec0261b3b08404d8ee4c725ff3f4a3d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.635 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558272970990535758032228_0007_m_000001_15
15:58:27.636 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 15)] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 15). 6260 bytes result sent to driver
15:58:27.637 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 15) in 39 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.637 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:58:27.638 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 7 (save at KuduBackup.scala:97) finished in 0.117 s
15:58:27.638 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 7 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.638 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 7: Stage finished
15:58:27.638 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Job 7 finished: save at KuduBackup.scala:97, took 0.119629 s
15:58:27.646 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Write Job 5dd62513-2706-4f8d-a4cd-c93e11602d29 committed.
15:58:27.646 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Finished processing stats for write job 5dd62513-2706-4f8d-a4cd-c93e11602d29.
15:58:27.648 [INFO - ForkJoinPool-61-worker-2] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/0b6418b5779b45f6ac20ea5ca00ccc64-table7/1783526306374/.kudu-metadata.json
15:58:27.657 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:149) Successfully backed up table table7
15:58:27.660 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 770919ad2aed4667afda5438585325c8
15:58:27.660 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:55) Backing up table table8 to path: file:/tmp/backup4322910868119326353/770919ad2aed4667afda5438585325c8-table8/1783526306374
15:58:27.660 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:27.660 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:27.682 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.683 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.683 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.684 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.684 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.684 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.684 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.713 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:27.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 8 (save at KuduBackup.scala:97) with 2 output partitions
15:58:27.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (save at KuduBackup.scala:97)
15:58:27.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:27.715 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:27.715 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (MapPartitionsRDD[42] at save at KuduBackup.scala:97), which has no missing parents
15:58:27.735 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 189.4 KiB, free 1993.4 MiB)
15:58:27.738 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:58:27.738 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:58:27.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 8 (MapPartitionsRDD[42] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 2 tasks resource profile 0
15:58:27.740 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.740 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 16)
15:58:27.749 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.751 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 770919ad2aed4667afda5438585325c8
15:58:27.752 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.752 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.753 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.754 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.768 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table8, tablet=2ebcc8f2b6e04330b7fd7bdea034496c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.777 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.780 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558275844487328396890044_0008_m_000000_16' to file:/tmp/backup4322910868119326353/770919ad2aed4667afda5438585325c8-table8/1783526306374/_temporary/0/task_202607081558275844487328396890044_0008_m_000000
15:58:27.780 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (Logging.scala:57) attempt_202607081558275844487328396890044_0008_m_000000_16: Committed
15:58:27.781 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 16)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 16). 6303 bytes result sent to driver
15:58:27.782 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 8.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.782 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (Logging.scala:57) Running task 1.0 in stage 8.0 (TID 17)
15:58:27.782 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 16) in 42 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.791 [DEBUG - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.793 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 770919ad2aed4667afda5438585325c8
15:58:27.794 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.794 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.795 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.795 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.795 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.795 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.797 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table8, tablet=4c9bdf61a01d4dd3a39d33bd87e264a2, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.798 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558271321567961557592941_0008_m_000001_17
15:58:27.799 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 17)] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 17). 6217 bytes result sent to driver
15:58:27.800 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 17) in 18 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.800 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:58:27.800 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (save at KuduBackup.scala:97) finished in 0.084 s
15:58:27.801 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 8 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.801 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:58:27.801 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Job 8 finished: save at KuduBackup.scala:97, took 0.087692 s
15:58:27.810 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Write Job 6198a14c-397b-412f-9513-554255446495 committed.
15:58:27.810 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Finished processing stats for write job 6198a14c-397b-412f-9513-554255446495.
15:58:27.813 [INFO - ForkJoinPool-61-worker-2] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/770919ad2aed4667afda5438585325c8-table8/1783526306374/.kudu-metadata.json
15:58:27.819 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:149) Successfully backed up table table8
15:58:27.822 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3e4ef1f4760842f8bb193dc6746f855b
15:58:27.822 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:55) Backing up table table9 to path: file:/tmp/backup4322910868119326353/3e4ef1f4760842f8bb193dc6746f855b-table9/1783526306374
15:58:27.822 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:27.822 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:27.846 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.847 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.847 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.848 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.848 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.848 [INFO - ForkJoinPool-61-worker-2] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.848 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.886 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:27.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 9 (save at KuduBackup.scala:97) with 2 output partitions
15:58:27.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 9 (save at KuduBackup.scala:97)
15:58:27.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:27.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:27.888 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 9 (MapPartitionsRDD[47] at save at KuduBackup.scala:97), which has no missing parents
15:58:27.905 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 189.4 KiB, free 1993.2 MiB)
15:58:27.907 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.1 MiB)
15:58:27.907 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.908 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:58:27.908 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 9 (MapPartitionsRDD[47] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:27.908 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 9.0 with 2 tasks resource profile 0
15:58:27.909 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 9.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.910 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (Logging.scala:57) Running task 0.0 in stage 9.0 (TID 18)
15:58:27.922 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.925 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3e4ef1f4760842f8bb193dc6746f855b
15:58:27.926 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.926 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.927 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.927 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.927 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.927 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.927 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.927 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:380) Validation is off
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:27.928 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:27.929 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:27.959 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.7 MiB)
15:58:27.963 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table9, tablet=4bb5a5a2b96743b89c36fab995b35442, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.965 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:27.972 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2221
15:58:27.974 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558273226940164374344150_0009_m_000000_18' to file:/tmp/backup4322910868119326353/3e4ef1f4760842f8bb193dc6746f855b-table9/1783526306374/_temporary/0/task_202607081558273226940164374344150_0009_m_000000
15:58:27.974 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (Logging.scala:57) attempt_202607081558273226940164374344150_0009_m_000000_18: Committed
15:58:27.975 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 18)] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 18). 6346 bytes result sent to driver
15:58:27.976 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 9.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5122 bytes) taskResourceAssignments Map()
15:58:27.976 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (Logging.scala:57) Running task 1.0 in stage 9.0 (TID 19)
15:58:27.976 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 18) in 67 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:27.984 [DEBUG - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:27.987 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3e4ef1f4760842f8bb193dc6746f855b
15:58:27.988 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.989 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.989 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.989 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:27.989 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:27.989 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:27.991 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323750907904000) for scanner KuduScanner(table=table9, tablet=d25bf5c22f3d4ed68c839a23ee55819d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:27.992 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081558271442018331484690463_0009_m_000001_19
15:58:27.993 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 19)] (Logging.scala:57) Finished task 1.0 in stage 9.0 (TID 19). 6217 bytes result sent to driver
15:58:27.994 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 9.0 (TID 19) in 19 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:27.994 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 9.0, whose tasks have all completed, from pool 
15:58:27.995 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 9 (save at KuduBackup.scala:97) finished in 0.106 s
15:58:27.995 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 9 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:27.995 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 9: Stage finished
15:58:27.995 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Job 9 finished: save at KuduBackup.scala:97, took 0.108831 s
15:58:28.003 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Write Job cd872d1d-af3f-476c-984d-d384b360cd06 committed.
15:58:28.004 [INFO - ForkJoinPool-61-worker-2] (Logging.scala:57) Finished processing stats for write job cd872d1d-af3f-476c-984d-d384b360cd06.
15:58:28.006 [INFO - ForkJoinPool-61-worker-2] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4322910868119326353/3e4ef1f4760842f8bb193dc6746f855b-table9/1783526306374/.kudu-metadata.json
15:58:28.012 [INFO - ForkJoinPool-61-worker-2] (KuduBackup.scala:149) Successfully backed up table table9
15:58:28.015 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4322910868119326353/
15:58:28.053 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/fbc47caa574c44c3b7e3f24ebe2a85b2-table3
15:58:28.055 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/4b5d5d1f8c6e4f9f94cb0aee52c609b3-table1
15:58:28.057 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/7dda5b5a5d8f4f229f695d0c732f0c63-table4
15:58:28.059 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/b9b3a5db3e674706be80d9c9537ba69c-table0
15:58:28.060 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/770919ad2aed4667afda5438585325c8-table8
15:58:28.062 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/ab002991a945477ab10f54561d07d715-table6
15:58:28.063 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/3e4ef1f4760842f8bb193dc6746f855b-table9
15:58:28.065 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/9ac8acda1e264308bd381d9da71c1b8f-table5
15:58:28.066 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/0b6418b5779b45f6ac20ea5ca00ccc64-table7
15:58:28.068 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4322910868119326353/bf2c5c1cfea848d5b41505997638074d-table2
15:58:28.071 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:104) Restoring table table2 from path: file:/tmp/backup4322910868119326353/bf2c5c1cfea848d5b41505997638074d-table2/1783526306374
15:58:28.071 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:104) Restoring table table0 from path: file:/tmp/backup4322910868119326353/b9b3a5db3e674706be80d9c9537ba69c-table0/1783526306374
15:58:28.071 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:112) Creating restore table table2-restore
15:58:28.071 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:112) Creating restore table table0-restore
15:58:28.072 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:104) Restoring table table5 from path: file:/tmp/backup4322910868119326353/9ac8acda1e264308bd381d9da71c1b8f-table5/1783526306374
15:58:28.072 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:112) Creating restore table table5-restore
15:58:28.073 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:104) Restoring table table7 from path: file:/tmp/backup4322910868119326353/0b6418b5779b45f6ac20ea5ca00ccc64-table7/1783526306374
15:58:28.073 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:112) Creating restore table table7-restore
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.073129 19423 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table0-restore"
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.073140 19424 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table2-restore"
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.075397 19425 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table5-restore"
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.089 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d3603175308e4e27bf987f3e7f8a999f
15:58:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.075506 19422 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table7-restore"
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.100 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bca9bfa3c3cc4eefbfee667d6916b7db
15:58:28.101 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3d8b4d7bdd9646b1aae0e1b67da4cf28
15:58:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.100492 19925 tablet_service.cc:1467] Processing CreateTablet for tablet ed6459d97a4c42b2b53083d21614a5f9 (DEFAULT_TABLE table=table2-restore [id=d3603175308e4e27bf987f3e7f8a999f]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.100868 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ed6459d97a4c42b2b53083d21614a5f9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.106 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d2a557bf08d44dabb83d48b5499c095f
15:58:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.106462 20453 tablet_bootstrap.cc:492] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.107555 20453 tablet_bootstrap.cc:654] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.108623 19925 tablet_service.cc:1467] Processing CreateTablet for tablet f5e0a107724740b2a516bb30c970bff7 (DEFAULT_TABLE table=table5-restore [id=3d8b4d7bdd9646b1aae0e1b67da4cf28]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.108845 19655 tablet_service.cc:1467] Processing CreateTablet for tablet f6155be223c149d7a3157ec032fd61ce (DEFAULT_TABLE table=table0-restore [id=bca9bfa3c3cc4eefbfee667d6916b7db]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.108850 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 039e1dedde644542a3e9ef5ea59a2cb0 (DEFAULT_TABLE table=table7-restore [id=d2a557bf08d44dabb83d48b5499c095f]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.108992 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f5e0a107724740b2a516bb30c970bff7. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.109122 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 039e1dedde644542a3e9ef5ea59a2cb0. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.109122 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f6155be223c149d7a3157ec032fd61ce. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.111871 20455 tablet_bootstrap.cc:492] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.111871 20456 tablet_bootstrap.cc:492] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.112424 20453 tablet_bootstrap.cc:492] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.112533 20453 ts_tablet_manager.cc:1397] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:58:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.112857 20456 tablet_bootstrap.cc:654] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113067 20455 tablet_bootstrap.cc:654] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113052 20453 raft_consensus.cc:348] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113170 20453 raft_consensus.cc:374] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113205 20453 raft_consensus.cc:729] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113348 20453 consensus_queue.cc:260] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113456 20453 raft_consensus.cc:388] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113494 20453 raft_consensus.cc:482] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.113540 20453 raft_consensus.cc:3037] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114136 20456 tablet_bootstrap.cc:492] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:28.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114260 20456 ts_tablet_manager.cc:1397] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:58:28.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114713 20456 raft_consensus.cc:348] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114714 20453 raft_consensus.cc:504] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114825 20456 raft_consensus.cc:374] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114861 20456 raft_consensus.cc:729] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114874 20453 leader_election.cc:302] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.114981 20456 consensus_queue.cc:260] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.115060 20456 raft_consensus.cc:388] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.115061 20453 leader_election.cc:288] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.115087 20456 raft_consensus.cc:482] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.115125 20456 raft_consensus.cc:3037] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.115363 20453 ts_tablet_manager.cc:1428] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:28.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.115648 20453 tablet_bootstrap.cc:492] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.116171 20456 raft_consensus.cc:504] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.116315 20456 leader_election.cc:302] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.116480 20456 leader_election.cc:288] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.116582 20453 tablet_bootstrap.cc:654] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.117039 20461 raft_consensus.cc:2781] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.117236 20461 raft_consensus.cc:686] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.117373 20461 consensus_queue.cc:237] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.117425 20456 ts_tablet_manager.cc:1428] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.117580 20459 raft_consensus.cc:2781] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.117761 20459 raft_consensus.cc:686] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.118080 20459 consensus_queue.cc:237] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.119253 20455 tablet_bootstrap.cc:492] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:28.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.119356 20455 ts_tablet_manager.cc:1397] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.008s	user 0.002s	sys 0.000s
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.119763 20455 raft_consensus.cc:348] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.119879 20455 raft_consensus.cc:374] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.119923 20455 raft_consensus.cc:729] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120040 20455 consensus_queue.cc:260] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120126 20455 raft_consensus.cc:388] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120159 20455 raft_consensus.cc:482] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120198 20455 raft_consensus.cc:3037] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120262 20453 tablet_bootstrap.cc:492] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120334 20453 ts_tablet_manager.cc:1397] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.005s	user 0.002s	sys 0.000s
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120668 20453 raft_consensus.cc:348] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120749 20453 raft_consensus.cc:374] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120813 20453 raft_consensus.cc:729] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120922 20453 consensus_queue.cc:260] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.120994 20453 raft_consensus.cc:388] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.121024 20453 raft_consensus.cc:482] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.121065 20453 raft_consensus.cc:3037] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.121407 20455 raft_consensus.cc:504] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.121522 20455 leader_election.cc:302] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.121663 20455 leader_election.cc:288] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.121953 20455 ts_tablet_manager.cc:1428] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.122167 20453 raft_consensus.cc:504] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.122287 20453 leader_election.cc:302] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.122372 20453 leader_election.cc:288] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.122479 20459 raft_consensus.cc:2781] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.122541 20459 raft_consensus.cc:686] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.122644 20459 consensus_queue.cc:237] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.123404 20453 ts_tablet_manager.cc:1428] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.123421 20470 raft_consensus.cc:2781] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.124171 20470 raft_consensus.cc:686] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:28.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.124456 20470 consensus_queue.cc:237] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.126735 19425 catalog_manager.cc:5495] T ed6459d97a4c42b2b53083d21614a5f9 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.126965 19425 catalog_manager.cc:5495] T f5e0a107724740b2a516bb30c970bff7 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.128518 19422 catalog_manager.cc:5495] T f6155be223c149d7a3157ec032fd61ce P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.134704 19423 catalog_manager.cc:5495] T 039e1dedde644542a3e9ef5ea59a2cb0 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:28.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.149420 19422 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table2-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.149435 19425 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table5-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.150765 19424 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table0-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.153671 19423 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table7-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.159734 19424 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6aa95303bd2141cd860ee0eba036d00a has no consensus state
15:58:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.160710 19425 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ef187b6b16c64530a79616b93e12620c has no consensus state
15:58:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.163148 19422 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dd879ef3c8134e21bb3b986105173b40 has no consensus state
15:58:28.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.168057 19423 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 40da23f5790b4f469a214416d611f8dc has no consensus state
15:58:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.169925 19655 tablet_service.cc:1467] Processing CreateTablet for tablet dd879ef3c8134e21bb3b986105173b40 (DEFAULT_TABLE table=table2-restore [id=d3603175308e4e27bf987f3e7f8a999f]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.170282 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dd879ef3c8134e21bb3b986105173b40. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.170212 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 6aa95303bd2141cd860ee0eba036d00a (DEFAULT_TABLE table=table0-restore [id=bca9bfa3c3cc4eefbfee667d6916b7db]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.170506 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6aa95303bd2141cd860ee0eba036d00a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.172088 19790 tablet_service.cc:1467] Processing CreateTablet for tablet ef187b6b16c64530a79616b93e12620c (DEFAULT_TABLE table=table5-restore [id=3d8b4d7bdd9646b1aae0e1b67da4cf28]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.172366 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ef187b6b16c64530a79616b93e12620c. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.173955 20456 tablet_bootstrap.cc:492] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.174927 20453 tablet_bootstrap.cc:492] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.174947 20456 tablet_bootstrap.cc:654] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.175582 20455 tablet_bootstrap.cc:492] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.175820 20453 tablet_bootstrap.cc:654] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.176170 20456 tablet_bootstrap.cc:492] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.176270 20456 ts_tablet_manager.cc:1397] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.176527 20455 tablet_bootstrap.cc:654] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.176697 20456 raft_consensus.cc:348] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.176860 20456 raft_consensus.cc:374] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.176898 20456 raft_consensus.cc:729] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.177037 20456 consensus_queue.cc:260] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.177115 20456 raft_consensus.cc:388] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.177147 20456 raft_consensus.cc:482] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.177189 20456 raft_consensus.cc:3037] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.180169 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 40da23f5790b4f469a214416d611f8dc (DEFAULT_TABLE table=table7-restore [id=d2a557bf08d44dabb83d48b5499c095f]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.180546 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 40da23f5790b4f469a214416d611f8dc. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.184001 20456 raft_consensus.cc:504] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.184185 20456 leader_election.cc:302] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:28.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.184295 20456 leader_election.cc:288] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.184430 20464 raft_consensus.cc:2781] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.184542 20464 raft_consensus.cc:686] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:28.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.184659 20464 consensus_queue.cc:237] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.185070 20456 ts_tablet_manager.cc:1428] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.000s
15:58:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.185267 20456 tablet_bootstrap.cc:492] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.186436 20456 tablet_bootstrap.cc:654] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:28.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.187423 19423 catalog_manager.cc:5495] T dd879ef3c8134e21bb3b986105173b40 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.192521 20456 tablet_bootstrap.cc:492] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.192631 20456 ts_tablet_manager.cc:1397] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.007s	user 0.003s	sys 0.000s
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193064 20456 raft_consensus.cc:348] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193169 20456 raft_consensus.cc:374] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193197 20456 raft_consensus.cc:729] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193301 20456 consensus_queue.cc:260] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193368 20456 raft_consensus.cc:388] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193396 20456 raft_consensus.cc:482] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.193372 19412 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet dd879ef3c8134e21bb3b986105173b40 (table table2-restore [id=d3603175308e4e27bf987f3e7f8a999f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet dd879ef3c8134e21bb3b986105173b40 consensus state has no leader
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.193434 20456 raft_consensus.cc:3037] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194473 20456 raft_consensus.cc:504] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194602 20456 leader_election.cc:302] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194687 20456 leader_election.cc:288] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194772 20464 raft_consensus.cc:2781] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194870 20464 raft_consensus.cc:686] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194904 20456 ts_tablet_manager.cc:1428] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:58:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.194973 20464 consensus_queue.cc:237] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.197930 20455 tablet_bootstrap.cc:492] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198045 20455 ts_tablet_manager.cc:1397] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.023s	user 0.002s	sys 0.000s
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198101 20453 tablet_bootstrap.cc:492] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198184 20453 ts_tablet_manager.cc:1397] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.023s	user 0.001s	sys 0.000s
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198477 20455 raft_consensus.cc:348] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198593 20455 raft_consensus.cc:374] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198632 20455 raft_consensus.cc:729] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198592 20453 raft_consensus.cc:348] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198689 20453 raft_consensus.cc:374] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198722 20453 raft_consensus.cc:729] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198755 20455 consensus_queue.cc:260] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198830 20455 raft_consensus.cc:388] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198829 20453 consensus_queue.cc:260] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198874 20455 raft_consensus.cc:482] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198909 20453 raft_consensus.cc:388] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198920 20455 raft_consensus.cc:3037] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198949 20453 raft_consensus.cc:482] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.198994 20453 raft_consensus.cc:3037] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.199932 20455 raft_consensus.cc:504] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.199932 20453 raft_consensus.cc:504] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200062 20455 leader_election.cc:302] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200062 20453 leader_election.cc:302] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200148 20453 leader_election.cc:288] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200148 20455 leader_election.cc:288] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200371 20455 ts_tablet_manager.cc:1428] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200389 20453 ts_tablet_manager.cc:1428] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200551 20470 raft_consensus.cc:2781] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200579 20465 raft_consensus.cc:2781] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200640 20470 raft_consensus.cc:686] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200662 20465 raft_consensus.cc:686] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200778 20465 consensus_queue.cc:237] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.200796 20470 consensus_queue.cc:237] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.205343 19422 catalog_manager.cc:5495] T ef187b6b16c64530a79616b93e12620c P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:28.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.206561 19424 catalog_manager.cc:5495] T 6aa95303bd2141cd860ee0eba036d00a P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.210824 19423 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table2-restore [id=d3603175308e4e27bf987f3e7f8a999f] alter complete (version 0)
15:58:28.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.212674 19423 catalog_manager.cc:5495] T 40da23f5790b4f469a214416d611f8dc P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:28.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.218684 19424 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table0-restore [id=bca9bfa3c3cc4eefbfee667d6916b7db] alter complete (version 0)
15:58:28.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.220880 19422 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table5-restore [id=3d8b4d7bdd9646b1aae0e1b67da4cf28] alter complete (version 0)
15:58:28.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.224370 19423 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table7-restore [id=d2a557bf08d44dabb83d48b5499c095f] alter complete (version 0)
15:58:28.246 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.246 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.247 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.253 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.312 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.313 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.318 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.320 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Pushed Filters: 
15:58:28.320 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Post-Scan Filters: 
15:58:28.321 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.321 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.330 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Pushed Filters: 
15:58:28.330 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Post-Scan Filters: 
15:58:28.331 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.339 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:28.339 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:28.339 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:58:28.339 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.340 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Block broadcast_11 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:58:28.341 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Pushed Filters: 
15:58:28.341 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Post-Scan Filters: 
15:58:28.341 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.352 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Block broadcast_11_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:58:28.352 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:58:28.352 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.353 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_11_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.354 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Created broadcast 10 from toRdd at KuduRestore.scala:140
15:58:28.354 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Created broadcast 11 from toRdd at KuduRestore.scala:140
15:58:28.355 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.356 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.357 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Block broadcast_12 stored as values in memory (estimated size 314.2 KiB, free 1992.6 MiB)
15:58:28.384 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_9_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:28.392 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.393 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Block broadcast_12_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:58:28.394 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_12_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.394 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Created broadcast 12 from toRdd at KuduRestore.scala:140
15:58:28.395 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.395 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Block broadcast_13 stored as values in memory (estimated size 314.2 KiB, free 1992.6 MiB)
15:58:28.397 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 10 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.397 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 10 (foreachPartition at KuduRestore.scala:140)
15:58:28.397 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.398 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.398 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 10 (SQLExecutionRDD[57] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.400 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14 stored as values in memory (estimated size 29.1 KiB, free 1992.5 MiB)
15:58:28.402 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.5 MiB)
15:58:28.403 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_14_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.403 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 14 from broadcast at DAGScheduler.scala:1388
15:58:28.404 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 10 (SQLExecutionRDD[57] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.404 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 10.0 with 1 tasks resource profile 0
15:58:28.405 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 10.0 (TID 20) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.405 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.405 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (Logging.scala:57) Running task 0.0 in stage 10.0 (TID 20)
15:58:28.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 11 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 11 (foreachPartition at KuduRestore.scala:140)
15:58:28.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.407 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 11 (SQLExecutionRDD[56] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.409 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Block broadcast_13_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.5 MiB)
15:58:28.409 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.409 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_15 stored as values in memory (estimated size 29.1 KiB, free 1992.5 MiB)
15:58:28.409 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_13_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.410 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.411 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_15_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.5 MiB)
15:58:28.411 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Created broadcast 13 from toRdd at KuduRestore.scala:140
15:58:28.411 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_15_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:28.411 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d3603175308e4e27bf987f3e7f8a999f
15:58:28.412 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 15 from broadcast at DAGScheduler.scala:1388
15:58:28.414 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/bf2c5c1cfea848d5b41505997638074d-table2/1783526306374/part-00000-0fc9899f-e9ef-4ae3-aea1-2ede4afd3fcb-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 11 (SQLExecutionRDD[56] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 11.0 with 1 tasks resource profile 0
15:58:28.415 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 12 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.416 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 12 (foreachPartition at KuduRestore.scala:140)
15:58:28.416 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.416 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.417 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 12 (SQLExecutionRDD[61] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_16 stored as values in memory (estimated size 29.1 KiB, free 1992.4 MiB)
15:58:28.421 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_16_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.4 MiB)
15:58:28.421 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_16_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:28.422 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 16 from broadcast at DAGScheduler.scala:1388
15:58:28.422 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 12 (SQLExecutionRDD[61] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.422 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 12.0 with 1 tasks resource profile 0
15:58:28.425 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (AsyncKuduClient.java:2538) Learned about tablet ed6459d97a4c42b2b53083d21614a5f9 for table 'table2-restore' with partition [<start>, 0x80000032)
15:58:28.425 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (AsyncKuduClient.java:2538) Learned about tablet dd879ef3c8134e21bb3b986105173b40 for table 'table2-restore' with partition [0x80000032, <end>)
15:58:28.426 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=ed6459d97a4c42b2b53083d21614a5f9@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=dd879ef3c8134e21bb3b986105173b40@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:28.426 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7391bf06, flushNotification=Deferred@369794865(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.426 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 13 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 13 (foreachPartition at KuduRestore.scala:140)
15:58:28.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 13 (SQLExecutionRDD[65] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.431 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_17 stored as values in memory (estimated size 29.1 KiB, free 1992.4 MiB)
15:58:28.431 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 20)] (Logging.scala:57) Finished task 0.0 in stage 10.0 (TID 20). 5425 bytes result sent to driver
15:58:28.432 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 11.0 (TID 21) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.433 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 10.0 (TID 20) in 29 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.433 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_17_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.4 MiB)
15:58:28.433 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 10.0, whose tasks have all completed, from pool 
15:58:28.433 [INFO - Executor task launch worker for task 0.0 in stage 11.0 (TID 21)] (Logging.scala:57) Running task 0.0 in stage 11.0 (TID 21)
15:58:28.433 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_17_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:28.434 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 17 from broadcast at DAGScheduler.scala:1388
15:58:28.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 13 (SQLExecutionRDD[65] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 13.0 with 1 tasks resource profile 0
15:58:28.436 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 10 (foreachPartition at KuduRestore.scala:140) finished in 0.038 s
15:58:28.437 [DEBUG - Executor task launch worker for task 0.0 in stage 11.0 (TID 21)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 10 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 10: Stage finished
15:58:28.437 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Job 10 finished: foreachPartition at KuduRestore.scala:140, took 0.045480 s
15:58:28.438 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:237) Successfully restored table table2
15:58:28.438 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:104) Restoring table table3 from path: file:/tmp/backup4322910868119326353/fbc47caa574c44c3b7e3f24ebe2a85b2-table3/1783526306374
15:58:28.438 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:112) Creating restore table table3-restore
15:58:28.439 [DEBUG - Executor task launch worker for task 0.0 in stage 11.0 (TID 21)] (AsyncKuduClient.java:894) Opened table 3d8b4d7bdd9646b1aae0e1b67da4cf28
15:58:28.440 [INFO - Executor task launch worker for task 0.0 in stage 11.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/9ac8acda1e264308bd381d9da71c1b8f-table5/1783526306374/part-00000-64ab44f3-7aa7-4731-90a5-f395f3835541-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.439868 19422 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table3-restore"
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.446 [DEBUG - Executor task launch worker for task 0.0 in stage 11.0 (TID 21)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@707850c9, flushNotification=Deferred@1360776829(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f5e0a107724740b2a516bb30c970bff7 for table 'table5-restore' with partition [<start>, 0x80000032)
15:58:28.448 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ef187b6b16c64530a79616b93e12620c for table 'table5-restore' with partition [0x80000032, <end>)
15:58:28.448 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=f5e0a107724740b2a516bb30c970bff7@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=ef187b6b16c64530a79616b93e12620c@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:28.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 55f3e5eebfcc4b0fbcef6e5eb91ee62a
15:58:28.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.453 [INFO - Executor task launch worker for task 0.0 in stage 11.0 (TID 21)] (Logging.scala:57) Finished task 0.0 in stage 11.0 (TID 21). 5425 bytes result sent to driver
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.452227 19790 tablet_service.cc:1467] Processing CreateTablet for tablet ffb3542a036241278cece729bbe8859d (DEFAULT_TABLE table=table3-restore [id=55f3e5eebfcc4b0fbcef6e5eb91ee62a]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.452603 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ffb3542a036241278cece729bbe8859d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.454 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 12.0 (TID 22) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.455 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 11.0 (TID 21) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.455 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 11.0, whose tasks have all completed, from pool 
15:58:28.455 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 11 (foreachPartition at KuduRestore.scala:140) finished in 0.047 s
15:58:28.456 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 11 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.456 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 11: Stage finished
15:58:28.456 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 22)] (Logging.scala:57) Running task 0.0 in stage 12.0 (TID 22)
15:58:28.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.455500 20455 tablet_bootstrap.cc:492] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:28.456 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Job 11 finished: foreachPartition at KuduRestore.scala:140, took 0.051074 s
15:58:28.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.456465 20455 tablet_bootstrap.cc:654] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:28.457 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:237) Successfully restored table table5
15:58:28.457 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:104) Restoring table table6 from path: file:/tmp/backup4322910868119326353/ab002991a945477ab10f54561d07d715-table6/1783526306374
15:58:28.457 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:112) Creating restore table table6-restore
15:58:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.457794 20455 tablet_bootstrap.cc:492] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:28.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.457890 20455 ts_tablet_manager.cc:1397] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:28.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458324 20455 raft_consensus.cc:348] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458437 20455 raft_consensus.cc:374] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458468 20455 raft_consensus.cc:729] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:28.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458598 20455 consensus_queue.cc:260] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458707 20455 raft_consensus.cc:388] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458757 20455 raft_consensus.cc:482] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.458798 20455 raft_consensus.cc:3037] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.459662 19422 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table6-restore"
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.459885 20455 raft_consensus.cc:504] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.460017 20455 leader_election.cc:302] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.460111 20455 leader_election.cc:288] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.460230 20470 raft_consensus.cc:2781] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.460330 20470 raft_consensus.cc:686] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:28.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.460366 20455 ts_tablet_manager.cc:1428] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:28.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.460441 20470 consensus_queue.cc:237] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.463685 19423 catalog_manager.cc:5495] T ffb3542a036241278cece729bbe8859d P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:28.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 27cb5fd8ac9e4149a885ddec1d209ad9
15:58:28.479 [DEBUG - Executor task launch worker for task 0.0 in stage 12.0 (TID 22)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.478683 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 5a3d6998eb9b421d8ed16a2be6321405 (DEFAULT_TABLE table=table6-restore [id=27cb5fd8ac9e4149a885ddec1d209ad9]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.479089 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5a3d6998eb9b421d8ed16a2be6321405. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.481828 20453 tablet_bootstrap.cc:492] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.482888 20453 tablet_bootstrap.cc:654] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d2a557bf08d44dabb83d48b5499c095f
15:58:28.485 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 22)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/0b6418b5779b45f6ac20ea5ca00ccc64-table7/1783526306374/part-00000-4db826ae-3d66-4558-abbc-43311e570e0e-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.484423 20453 tablet_bootstrap.cc:492] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.484543 20453 ts_tablet_manager.cc:1397] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485077 20453 raft_consensus.cc:348] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485208 20453 raft_consensus.cc:374] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485248 20453 raft_consensus.cc:729] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485392 20453 consensus_queue.cc:260] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485496 20453 raft_consensus.cc:388] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485533 20453 raft_consensus.cc:482] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.485579 20453 raft_consensus.cc:3037] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.486769 20453 raft_consensus.cc:504] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.486936 20453 leader_election.cc:302] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.487869 20460 raft_consensus.cc:2781] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.487980 20460 raft_consensus.cc:686] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.488124 20460 consensus_queue.cc:237] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.490049 19423 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table3-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.492229 19422 catalog_manager.cc:5495] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.493630 20453 leader_election.cc:288] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.494 [DEBUG - Executor task launch worker for task 0.0 in stage 12.0 (TID 22)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3bde4209, flushNotification=Deferred@824110506(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.497651 20453 ts_tablet_manager.cc:1428] T 5a3d6998eb9b421d8ed16a2be6321405 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.013s	user 0.003s	sys 0.000s
15:58:28.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.502491 19423 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4d4744b8fa7e4b12bdd6b039d4d58594 has no consensus state
15:58:28.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 039e1dedde644542a3e9ef5ea59a2cb0 for table 'table7-restore' with partition [<start>, 0x80000032)
15:58:28.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 40da23f5790b4f469a214416d611f8dc for table 'table7-restore' with partition [0x80000032, <end>)
15:58:28.504 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=039e1dedde644542a3e9ef5ea59a2cb0@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=40da23f5790b4f469a214416d611f8dc@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:28.510 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 22)] (Logging.scala:57) Finished task 0.0 in stage 12.0 (TID 22). 5425 bytes result sent to driver
15:58:28.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.510385 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 4d4744b8fa7e4b12bdd6b039d4d58594 (DEFAULT_TABLE table=table3-restore [id=55f3e5eebfcc4b0fbcef6e5eb91ee62a]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.510778 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4d4744b8fa7e4b12bdd6b039d4d58594. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.511 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 13.0 (TID 23) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.512 [INFO - Executor task launch worker for task 0.0 in stage 13.0 (TID 23)] (Logging.scala:57) Running task 0.0 in stage 13.0 (TID 23)
15:58:28.513 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 12.0 (TID 22) in 59 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.513 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 12.0, whose tasks have all completed, from pool 
15:58:28.514 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 12 (foreachPartition at KuduRestore.scala:140) finished in 0.097 s
15:58:28.514 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 12 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.514 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 12: Stage finished
15:58:28.515 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Job 12 finished: foreachPartition at KuduRestore.scala:140, took 0.104598 s
15:58:28.515 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:237) Successfully restored table table7
15:58:28.515 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:104) Restoring table table8 from path: file:/tmp/backup4322910868119326353/770919ad2aed4667afda5438585325c8-table8/1783526306374
15:58:28.516 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:112) Creating restore table table8-restore
15:58:28.516 [DEBUG - Executor task launch worker for task 0.0 in stage 13.0 (TID 23)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.518151 20456 tablet_bootstrap.cc:492] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.519184 20456 tablet_bootstrap.cc:654] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.518958 19423 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table8-restore"
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.523 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bca9bfa3c3cc4eefbfee667d6916b7db
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.525 [INFO - Executor task launch worker for task 0.0 in stage 13.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/b9b3a5db3e674706be80d9c9537ba69c-table0/1783526306374/part-00000-98cfae33-2774-431f-814a-089a716ee09e-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.532536 20456 tablet_bootstrap.cc:492] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.532675 20456 ts_tablet_manager.cc:1397] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.000s
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533188 20456 raft_consensus.cc:348] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533308 20456 raft_consensus.cc:374] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533341 20456 raft_consensus.cc:729] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533456 20456 consensus_queue.cc:260] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533528 20456 raft_consensus.cc:388] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533560 20456 raft_consensus.cc:482] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.533598 20456 raft_consensus.cc:3037] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.534490 19790 tablet_service.cc:1467] Processing CreateTablet for tablet f99a8c34c2314518b28057d857400a6b (DEFAULT_TABLE table=table8-restore [id=b50edd8b28574750a2b7cfae05cb07e9]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.534703 20456 raft_consensus.cc:504] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.534826 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f99a8c34c2314518b28057d857400a6b. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.534832 20456 leader_election.cc:302] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.534922 20456 leader_election.cc:288] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.535012 20462 raft_consensus.cc:2781] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.535118 20462 raft_consensus.cc:686] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.535233 20462 consensus_queue.cc:237] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.535753 20456 ts_tablet_manager.cc:1428] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.537298 20455 tablet_bootstrap.cc:492] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.538035 19423 catalog_manager.cc:5495] T 4d4744b8fa7e4b12bdd6b039d4d58594 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.538285 20455 tablet_bootstrap.cc:654] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.541411 20455 tablet_bootstrap.cc:492] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.541518 20455 ts_tablet_manager.cc:1397] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542023 20455 raft_consensus.cc:348] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542145 20455 raft_consensus.cc:374] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542186 20455 raft_consensus.cc:729] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542307 20455 consensus_queue.cc:260] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542395 20455 raft_consensus.cc:388] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542433 20455 raft_consensus.cc:482] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.542476 20455 raft_consensus.cc:3037] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.544334 20455 raft_consensus.cc:504] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.544986 20455 leader_election.cc:302] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.545164 20472 raft_consensus.cc:2781] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.545244 20472 raft_consensus.cc:686] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:28.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.545365 20472 consensus_queue.cc:237] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.548929 19423 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table3-restore [id=55f3e5eebfcc4b0fbcef6e5eb91ee62a] alter complete (version 0)
15:58:28.549 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b50edd8b28574750a2b7cfae05cb07e9
15:58:28.549 [DEBUG - Executor task launch worker for task 0.0 in stage 13.0 (TID 23)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7db38ce6, flushNotification=Deferred@1410323494(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.551364 19424 catalog_manager.cc:5495] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:28.552 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f6155be223c149d7a3157ec032fd61ce for table 'table0-restore' with partition [<start>, 0x80000032)
15:58:28.552 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_11_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.7 MiB)
15:58:28.552 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6aa95303bd2141cd860ee0eba036d00a for table 'table0-restore' with partition [0x80000032, <end>)
15:58:28.553 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=f6155be223c149d7a3157ec032fd61ce@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6aa95303bd2141cd860ee0eba036d00a@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}]
15:58:28.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.555056 20455 leader_election.cc:288] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.555624 20455 ts_tablet_manager.cc:1428] T f99a8c34c2314518b28057d857400a6b P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.000s
15:58:28.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.557412 19423 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table6-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.561 [INFO - Executor task launch worker for task 0.0 in stage 13.0 (TID 23)] (Logging.scala:57) Finished task 0.0 in stage 13.0 (TID 23). 5468 bytes result sent to driver
15:58:28.562 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 13.0 (TID 23) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.563 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 13.0, whose tasks have all completed, from pool 
15:58:28.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 13 (foreachPartition at KuduRestore.scala:140) finished in 0.134 s
15:58:28.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 13 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.563 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 13: Stage finished
15:58:28.564 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Job 13 finished: foreachPartition at KuduRestore.scala:140, took 0.136577 s
15:58:28.564 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:237) Successfully restored table table0
15:58:28.566 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:104) Restoring table table1 from path: file:/tmp/backup4322910868119326353/4b5d5d1f8c6e4f9f94cb0aee52c609b3-table1/1783526306374
15:58:28.566 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:112) Creating restore table table1-restore
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.571014 19420 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table1-restore"
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.577601 19423 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8dcfdc79fe824bfc9e0a339815c090be has no consensus state
15:58:28.587 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.587 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_10_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.590 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2fc98c4f0a50432b8821471244092d83
15:58:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.596556 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 8dcfdc79fe824bfc9e0a339815c090be (DEFAULT_TABLE table=table6-restore [id=27cb5fd8ac9e4149a885ddec1d209ad9]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.596956 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8dcfdc79fe824bfc9e0a339815c090be. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.592 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_16_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.599499 20456 tablet_bootstrap.cc:492] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:28.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.600485 20456 tablet_bootstrap.cc:654] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.602098 19925 tablet_service.cc:1467] Processing CreateTablet for tablet c878660f80d9483a8be153df5a4b87e9 (DEFAULT_TABLE table=table1-restore [id=2fc98c4f0a50432b8821471244092d83]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.602411 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c878660f80d9483a8be153df5a4b87e9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.605190 20453 tablet_bootstrap.cc:492] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.605435 19421 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table8-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.606112 20453 tablet_bootstrap.cc:654] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.609731 20453 tablet_bootstrap.cc:492] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.609843 20453 ts_tablet_manager.cc:1397] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.005s	user 0.002s	sys 0.000s
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610345 20453 raft_consensus.cc:348] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610474 20453 raft_consensus.cc:374] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610512 20453 raft_consensus.cc:729] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610632 20453 consensus_queue.cc:260] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610713 20453 raft_consensus.cc:388] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610747 20453 raft_consensus.cc:482] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.610790 20453 raft_consensus.cc:3037] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.611835 20453 raft_consensus.cc:504] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.611969 20453 leader_election.cc:302] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.614007 20459 raft_consensus.cc:2781] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.614115 20459 raft_consensus.cc:686] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.614230 20459 consensus_queue.cc:237] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.615332 19421 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6abadad18bf64966b690c3cd03cf56b7 has no consensus state
15:58:28.622 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.623916 19421 catalog_manager.cc:5495] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.624468 19925 tablet_service.cc:1467] Processing CreateTablet for tablet 6abadad18bf64966b690c3cd03cf56b7 (DEFAULT_TABLE table=table8-restore [id=b50edd8b28574750a2b7cfae05cb07e9]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.624822 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6abadad18bf64966b690c3cd03cf56b7. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.626420 20453 leader_election.cc:288] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.631 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Pushed Filters: 
15:58:28.631 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Post-Scan Filters: 
15:58:28.632 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.635604 20453 ts_tablet_manager.cc:1428] T c878660f80d9483a8be153df5a4b87e9 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.026s	user 0.003s	sys 0.000s
15:58:28.642 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Block broadcast_18 stored as values in memory (estimated size 314.2 KiB, free 1992.8 MiB)
15:58:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.641650 20453 tablet_bootstrap.cc:492] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.642655 20453 tablet_bootstrap.cc:654] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.644917 20456 tablet_bootstrap.cc:492] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645032 20456 ts_tablet_manager.cc:1397] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.046s	user 0.000s	sys 0.002s
15:58:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645536 20456 raft_consensus.cc:348] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645684 20456 raft_consensus.cc:374] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645720 20456 raft_consensus.cc:729] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:28.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645848 20456 consensus_queue.cc:260] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645924 20456 raft_consensus.cc:388] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645955 20456 raft_consensus.cc:482] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.645993 20456 raft_consensus.cc:3037] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.647131 20456 raft_consensus.cc:504] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.647276 20456 leader_election.cc:302] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:28.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.647375 20456 leader_election.cc:288] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.664 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_14_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.649755 20453 tablet_bootstrap.cc:492] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.649878 20453 ts_tablet_manager.cc:1397] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.008s	user 0.002s	sys 0.000s
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650333 20453 raft_consensus.cc:348] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650439 20453 raft_consensus.cc:374] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650470 20453 raft_consensus.cc:729] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650646 20453 consensus_queue.cc:260] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650758 20453 raft_consensus.cc:388] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650796 20453 raft_consensus.cc:482] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.650846 20453 raft_consensus.cc:3037] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.651535 20464 raft_consensus.cc:2781] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.651759 20464 raft_consensus.cc:686] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.651937 20453 raft_consensus.cc:504] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.651924 20464 consensus_queue.cc:237] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.652050 20453 leader_election.cc:302] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.652135 20453 leader_election.cc:288] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.652446 20460 raft_consensus.cc:2781] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.652452 20453 ts_tablet_manager.cc:1428] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.652539 20460 raft_consensus.cc:686] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.652644 20460 consensus_queue.cc:237] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.657334 19420 catalog_manager.cc:5495] T 6abadad18bf64966b690c3cd03cf56b7 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.659353 19422 catalog_manager.cc:5495] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.662685 19421 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table1-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.669 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Block broadcast_18_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:58:28.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.669557 20456 ts_tablet_manager.cc:1428] T 8dcfdc79fe824bfc9e0a339815c090be P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.024s	user 0.002s	sys 0.001s
15:58:28.672 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_18_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.674 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Created broadcast 18 from toRdd at KuduRestore.scala:140
15:58:28.675 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.677309 19421 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 36d767ee627345dd8171bf96cc9bac04 has no consensus state
15:58:28.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.678670 19420 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table8-restore [id=b50edd8b28574750a2b7cfae05cb07e9] alter complete (version 0)
15:58:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.685132 19422 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table6-restore [id=27cb5fd8ac9e4149a885ddec1d209ad9] alter complete (version 0)
15:58:28.687 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_12_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.691 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 14 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 14 (foreachPartition at KuduRestore.scala:140)
15:58:28.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 14 (SQLExecutionRDD[69] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.695 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_19 stored as values in memory (estimated size 29.1 KiB, free 1993.1 MiB)
15:58:28.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.696332 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 36d767ee627345dd8171bf96cc9bac04 (DEFAULT_TABLE table=table1-restore [id=2fc98c4f0a50432b8821471244092d83]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.696666 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 36d767ee627345dd8171bf96cc9bac04. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.700 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_19_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.1 MiB)
15:58:28.701 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_19_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.699366 20455 tablet_bootstrap.cc:492] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:28.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.700405 20455 tablet_bootstrap.cc:654] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:28.701 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 19 from broadcast at DAGScheduler.scala:1388
15:58:28.702 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 14 (SQLExecutionRDD[69] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.702 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 14.0 with 1 tasks resource profile 0
15:58:28.703 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 14.0 (TID 24) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.704 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 24)] (Logging.scala:57) Running task 0.0 in stage 14.0 (TID 24)
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.705063 20455 tablet_bootstrap.cc:492] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.705189 20455 ts_tablet_manager.cc:1397] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.705679 20455 raft_consensus.cc:348] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.705788 20455 raft_consensus.cc:374] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.705812 20455 raft_consensus.cc:729] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.705960 20455 consensus_queue.cc:260] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.706043 20455 raft_consensus.cc:388] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.706069 20455 raft_consensus.cc:482] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.706102 20455 raft_consensus.cc:3037] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.707000 20455 raft_consensus.cc:504] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.707155 20455 leader_election.cc:302] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.707262 20455 leader_election.cc:288] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.707333 20472 raft_consensus.cc:2781] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.708199 20472 raft_consensus.cc:686] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:28.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.708361 20472 consensus_queue.cc:237] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.708660 20455 ts_tablet_manager.cc:1428] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:28.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.711117 19420 catalog_manager.cc:5495] T 36d767ee627345dd8171bf96cc9bac04 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:28.712 [DEBUG - Executor task launch worker for task 0.0 in stage 14.0 (TID 24)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.715 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 55f3e5eebfcc4b0fbcef6e5eb91ee62a
15:58:28.717 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 24)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/fbc47caa574c44c3b7e3f24ebe2a85b2-table3/1783526306374/part-00000-24450b73-4207-4667-b2d5-1cb239432d09-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.717 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.722 [DEBUG - Executor task launch worker for task 0.0 in stage 14.0 (TID 24)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3db1eb7b, flushNotification=Deferred@2142794357(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.721426 19420 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table1-restore [id=2fc98c4f0a50432b8821471244092d83] alter complete (version 0)
15:58:28.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ffb3542a036241278cece729bbe8859d for table 'table3-restore' with partition [<start>, 0x80000032)
15:58:28.724 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 4d4744b8fa7e4b12bdd6b039d4d58594 for table 'table3-restore' with partition [0x80000032, <end>)
15:58:28.724 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=ffb3542a036241278cece729bbe8859d@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=4d4744b8fa7e4b12bdd6b039d4d58594@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:28.728 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 24)] (Logging.scala:57) Finished task 0.0 in stage 14.0 (TID 24). 5425 bytes result sent to driver
15:58:28.730 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 14.0 (TID 24) in 27 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.730 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 14.0, whose tasks have all completed, from pool 
15:58:28.731 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 14 (foreachPartition at KuduRestore.scala:140) finished in 0.037 s
15:58:28.731 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 14 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.731 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 14: Stage finished
15:58:28.731 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Job 14 finished: foreachPartition at KuduRestore.scala:140, took 0.040402 s
15:58:28.732 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:237) Successfully restored table table3
15:58:28.732 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:104) Restoring table table4 from path: file:/tmp/backup4322910868119326353/7dda5b5a5d8f4f229f695d0c732f0c63-table4/1783526306374
15:58:28.732 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:112) Creating restore table table4-restore
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.733897 19421 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table4-restore"
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.738 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_15_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.746 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 04c0c2d6b9f94c82be6b630eea3af21d
15:58:28.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.746588 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 61da42659d6444b59a0a5b0a19300367 (DEFAULT_TABLE table=table4-restore [id=04c0c2d6b9f94c82be6b630eea3af21d]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.746963 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 61da42659d6444b59a0a5b0a19300367. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.749451 20456 tablet_bootstrap.cc:492] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:28.751 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.752 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.750344 20456 tablet_bootstrap.cc:654] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:28.768 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.773773 20456 tablet_bootstrap.cc:492] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:28.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.773911 20456 ts_tablet_manager.cc:1397] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.024s	user 0.001s	sys 0.001s
15:58:28.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.774721 20456 raft_consensus.cc:348] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.774859 20456 raft_consensus.cc:374] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.774895 20456 raft_consensus.cc:729] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.775036 20456 consensus_queue.cc:260] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.775128 20456 raft_consensus.cc:388] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.775162 20456 raft_consensus.cc:482] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.775206 20456 raft_consensus.cc:3037] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.776501 20456 raft_consensus.cc:504] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.776638 20456 leader_election.cc:302] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.776747 20456 leader_election.cc:288] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.776857 20531 raft_consensus.cc:2781] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.778 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Pushed Filters: 
15:58:28.778 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Post-Scan Filters: 
15:58:28.778 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.778055 20531 raft_consensus.cc:686] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:28.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.778209 20531 consensus_queue.cc:237] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:28.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.783111 19421 catalog_manager.cc:5495] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.794183 20456 ts_tablet_manager.cc:1428] T 61da42659d6444b59a0a5b0a19300367 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.020s	user 0.001s	sys 0.002s
15:58:28.794 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.794 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Block broadcast_20 stored as values in memory (estimated size 314.2 KiB, free 1992.8 MiB)
15:58:28.797 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.806 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Block broadcast_20_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:58:28.807 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_20_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.808 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Created broadcast 20 from toRdd at KuduRestore.scala:140
15:58:28.809 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.812 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Pushed Filters: 
15:58:28.812 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Post-Scan Filters: 
15:58:28.812 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.820 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:28.820 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:28.821 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.821 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 15 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.821 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 15 (foreachPartition at KuduRestore.scala:140)
15:58:28.822 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.822 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.822 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 15 (SQLExecutionRDD[73] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.823 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Block broadcast_21 stored as values in memory (estimated size 314.2 KiB, free 1992.5 MiB)
15:58:28.826 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.826 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_22 stored as values in memory (estimated size 29.1 KiB, free 1992.5 MiB)
15:58:28.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_22_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.4 MiB)
15:58:28.842 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_22_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.842 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 22 from broadcast at DAGScheduler.scala:1388
15:58:28.843 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 15 (SQLExecutionRDD[73] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.843 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 15.0 with 1 tasks resource profile 0
15:58:28.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.842358 19421 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.844 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 15.0 (TID 25) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table4-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:28.844 [INFO - Executor task launch worker for task 0.0 in stage 15.0 (TID 25)] (Logging.scala:57) Running task 0.0 in stage 15.0 (TID 25)
15:58:28.846 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_19_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.848 [DEBUG - Executor task launch worker for task 0.0 in stage 15.0 (TID 25)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.850 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_13_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.850 [DEBUG - Executor task launch worker for task 0.0 in stage 15.0 (TID 25)] (AsyncKuduClient.java:894) Opened table 27cb5fd8ac9e4149a885ddec1d209ad9
15:58:28.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:28.850994 19421 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 456c4344135d43aa9030b4a129b61805 has no consensus state
15:58:28.851 [INFO - Executor task launch worker for task 0.0 in stage 15.0 (TID 25)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/ab002991a945477ab10f54561d07d715-table6/1783526306374/part-00000-a143da52-a2a8-451f-b8c2-b7fab74a769c-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.858 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Block broadcast_23 stored as values in memory (estimated size 314.2 KiB, free 1992.5 MiB)
15:58:28.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.856345 19790 tablet_service.cc:1467] Processing CreateTablet for tablet 456c4344135d43aa9030b4a129b61805 (DEFAULT_TABLE table=table4-restore [id=04c0c2d6b9f94c82be6b630eea3af21d]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:28.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.856714 19790 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 456c4344135d43aa9030b4a129b61805. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.861040 20455 tablet_bootstrap.cc:492] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca: Bootstrap starting.
15:58:28.862 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Block broadcast_21_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.5 MiB)
15:58:28.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.861972 20455 tablet_bootstrap.cc:654] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca: Neither blocks nor log segments found. Creating new log.
15:58:28.863 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_21_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.864 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Created broadcast 21 from toRdd at KuduRestore.scala:140
15:58:28.864 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.869 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Block broadcast_23_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.5 MiB)
15:58:28.870 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_23_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:28.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.870931 20455 tablet_bootstrap.cc:492] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca: No bootstrap required, opened a new log
15:58:28.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871071 20455 ts_tablet_manager.cc:1397] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca: Time spent bootstrapping tablet: real 0.010s	user 0.002s	sys 0.000s
15:58:28.871 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Created broadcast 23 from toRdd at KuduRestore.scala:140
15:58:28.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871503 20455 raft_consensus.cc:348] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871630 20455 raft_consensus.cc:374] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871663 20455 raft_consensus.cc:729] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Initialized, Role: FOLLOWER
15:58:28.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871802 20455 consensus_queue.cc:260] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.871 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:28.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871920 20455 raft_consensus.cc:388] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.871955 20455 raft_consensus.cc:482] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.872002 20455 raft_consensus.cc:3037] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 0 FOLLOWER]: Advancing to term 1
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.872923 20455 raft_consensus.cc:504] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.873072 20455 leader_election.cc:302] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [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: c41f41cf4f454674b8ce7a29680db0ca; no voters: 
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.873183 20455 leader_election.cc:288] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.873411 20455 ts_tablet_manager.cc:1428] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.001s
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.873595 20469 raft_consensus.cc:2781] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.873713 20469 raft_consensus.cc:686] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [term 1 LEADER]: Becoming Leader. State: Replica: c41f41cf4f454674b8ce7a29680db0ca, State: Running, Role: LEADER
15:58:28.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.873857 20469 consensus_queue.cc:237] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca [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: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } }
15:58:28.877 [DEBUG - Executor task launch worker for task 0.0 in stage 15.0 (TID 25)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3ac81883, flushNotification=Deferred@667745757(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.877676 19421 catalog_manager.cc:5495] T 456c4344135d43aa9030b4a129b61805 P c41f41cf4f454674b8ce7a29680db0ca reported cstate change: term changed from 0 to 1, leader changed from <none> to c41f41cf4f454674b8ce7a29680db0ca (127.18.219.194). New cstate: current_term: 1 leader_uuid: "c41f41cf4f454674b8ce7a29680db0ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c41f41cf4f454674b8ce7a29680db0ca" member_type: VOTER last_known_addr { host: "127.18.219.194" port: 42679 } health_report { overall_health: HEALTHY } } }
15:58:28.882 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5a3d6998eb9b421d8ed16a2be6321405 for table 'table6-restore' with partition [<start>, 0x80000032)
15:58:28.882 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8dcfdc79fe824bfc9e0a339815c090be for table 'table6-restore' with partition [0x80000032, <end>)
15:58:28.882 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=5a3d6998eb9b421d8ed16a2be6321405@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=8dcfdc79fe824bfc9e0a339815c090be@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:28.882 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_17_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.890 [INFO - Executor task launch worker for task 0.0 in stage 15.0 (TID 25)] (Logging.scala:57) Finished task 0.0 in stage 15.0 (TID 25). 5425 bytes result sent to driver
15:58:28.891 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 15.0 (TID 25) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.891 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 15.0, whose tasks have all completed, from pool 
15:58:28.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.892408 19421 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table4-restore [id=04c0c2d6b9f94c82be6b630eea3af21d] alter complete (version 0)
15:58:28.893 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 15 (foreachPartition at KuduRestore.scala:140) finished in 0.069 s
15:58:28.893 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 15 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.893 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 15: Stage finished
15:58:28.893 [INFO - ForkJoinPool-62-worker-2] (Logging.scala:57) Job 15 finished: foreachPartition at KuduRestore.scala:140, took 0.072242 s
15:58:28.894 [INFO - ForkJoinPool-62-worker-2] (KuduRestore.scala:237) Successfully restored table table6
15:58:28.894 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.895 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 16 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.895 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 16 (foreachPartition at KuduRestore.scala:140)
15:58:28.895 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.895 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.895 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 16 (SQLExecutionRDD[77] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.897 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_24 stored as values in memory (estimated size 29.1 KiB, free 1992.5 MiB)
15:58:28.899 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:28.899 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_24_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.5 MiB)
15:58:28.900 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_24_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:28.900 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 24 from broadcast at DAGScheduler.scala:1388
15:58:28.901 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 16 (SQLExecutionRDD[77] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.901 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 16.0 with 1 tasks resource profile 0
15:58:28.901 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_18_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:28.902 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 17 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:28.902 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 17 (foreachPartition at KuduRestore.scala:140)
15:58:28.902 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 16.0 (TID 26) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.902 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:28.902 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:28.902 [INFO - Executor task launch worker for task 0.0 in stage 16.0 (TID 26)] (Logging.scala:57) Running task 0.0 in stage 16.0 (TID 26)
15:58:28.903 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 17 (SQLExecutionRDD[81] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:28.905 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_25 stored as values in memory (estimated size 29.1 KiB, free 1992.8 MiB)
15:58:28.906 [DEBUG - Executor task launch worker for task 0.0 in stage 16.0 (TID 26)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.907 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_25_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.8 MiB)
15:58:28.908 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_25_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:28.908 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 25 from broadcast at DAGScheduler.scala:1388
15:58:28.909 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 17 (SQLExecutionRDD[81] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:28.909 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 17.0 with 1 tasks resource profile 0
15:58:28.909 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b50edd8b28574750a2b7cfae05cb07e9
15:58:28.909 [INFO - Executor task launch worker for task 0.0 in stage 16.0 (TID 26)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/770919ad2aed4667afda5438585325c8-table8/1783526306374/part-00000-00933bea-d072-4506-98fd-40357439840d-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.914 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:28.916 [DEBUG - Executor task launch worker for task 0.0 in stage 16.0 (TID 26)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@aecbee7, flushNotification=Deferred@1887203003(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.916 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f99a8c34c2314518b28057d857400a6b for table 'table8-restore' with partition [<start>, 0x80000032)
15:58:28.917 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6abadad18bf64966b690c3cd03cf56b7 for table 'table8-restore' with partition [0x80000032, <end>)
15:58:28.917 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=f99a8c34c2314518b28057d857400a6b@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6abadad18bf64966b690c3cd03cf56b7@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}]
15:58:28.922 [INFO - Executor task launch worker for task 0.0 in stage 16.0 (TID 26)] (Logging.scala:57) Finished task 0.0 in stage 16.0 (TID 26). 5425 bytes result sent to driver
15:58:28.923 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 17.0 (TID 27) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:28.923 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 16.0 (TID 26) in 21 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.923 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 16.0, whose tasks have all completed, from pool 
15:58:28.924 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 16 (foreachPartition at KuduRestore.scala:140) finished in 0.028 s
15:58:28.926 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 16 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.926 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 16: Stage finished
15:58:28.926 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Job 16 finished: foreachPartition at KuduRestore.scala:140, took 0.032097 s
15:58:28.927 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:237) Successfully restored table table8
15:58:28.927 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:104) Restoring table table9 from path: file:/tmp/backup4322910868119326353/3e4ef1f4760842f8bb193dc6746f855b-table9/1783526306374
15:58:28.927 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:112) Creating restore table table9-restore
15:58:28.928 [INFO - Executor task launch worker for task 0.0 in stage 17.0 (TID 27)] (Logging.scala:57) Running task 0.0 in stage 17.0 (TID 27)
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.929922 19420 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36074:
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "table9-restore"
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.939 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.936 [DEBUG - Executor task launch worker for task 0.0 in stage 17.0 (TID 27)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:28.950 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b71fa28145de44faa8d48df33479fae3
15:58:28.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2fc98c4f0a50432b8821471244092d83
15:58:28.955 [INFO - Executor task launch worker for task 0.0 in stage 17.0 (TID 27)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/4b5d5d1f8c6e4f9f94cb0aee52c609b3-table1/1783526306374/part-00000-23710044-a8c0-4566-90ba-8bedeca72cf0-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:28.960 [DEBUG - Executor task launch worker for task 0.0 in stage 17.0 (TID 27)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3ee9c9b9, flushNotification=Deferred@1914460529(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.953472 19925 tablet_service.cc:1467] Processing CreateTablet for tablet a9742274ad9746478e976a27ad7200b9 (DEFAULT_TABLE table=table9-restore [id=b71fa28145de44faa8d48df33479fae3]), partition=RANGE (key) PARTITION VALUES < 50
15:58:28.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.953842 19925 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a9742274ad9746478e976a27ad7200b9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:28.962 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c878660f80d9483a8be153df5a4b87e9 for table 'table1-restore' with partition [<start>, 0x80000032)
15:58:28.962 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 36d767ee627345dd8171bf96cc9bac04 for table 'table1-restore' with partition [0x80000032, <end>)
15:58:28.962 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=c878660f80d9483a8be153df5a4b87e9@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=36d767ee627345dd8171bf96cc9bac04@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:28.963 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Pushed Filters: 
15:58:28.963 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Post-Scan Filters: 
15:58:28.964 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:28.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.964054 20453 tablet_bootstrap.cc:492] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f: Bootstrap starting.
15:58:28.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.965147 20453 tablet_bootstrap.cc:654] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f: Neither blocks nor log segments found. Creating new log.
15:58:28.970 [INFO - Executor task launch worker for task 0.0 in stage 17.0 (TID 27)] (Logging.scala:57) Finished task 0.0 in stage 17.0 (TID 27). 5425 bytes result sent to driver
15:58:28.973 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 17.0 (TID 27) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:28.973 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 17.0, whose tasks have all completed, from pool 
15:58:28.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 17 (foreachPartition at KuduRestore.scala:140) finished in 0.070 s
15:58:28.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 17 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:28.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 17: Stage finished
15:58:28.975 [INFO - ForkJoinPool-62-worker-1] (Logging.scala:57) Job 17 finished: foreachPartition at KuduRestore.scala:140, took 0.075672 s
15:58:28.975 [INFO - ForkJoinPool-62-worker-1] (KuduRestore.scala:237) Successfully restored table table1
15:58:28.975 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Block broadcast_26 stored as values in memory (estimated size 314.2 KiB, free 1992.4 MiB)
15:58:28.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.971352 20453 tablet_bootstrap.cc:492] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f: No bootstrap required, opened a new log
15:58:28.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.971477 20453 ts_tablet_manager.cc:1397] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f: Time spent bootstrapping tablet: real 0.007s	user 0.002s	sys 0.000s
15:58:28.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.971973 20453 raft_consensus.cc:348] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.972093 20453 raft_consensus.cc:374] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:28.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.972122 20453 raft_consensus.cc:729] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab572547a5f641ffaad247568012739f, State: Initialized, Role: FOLLOWER
15:58:28.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.976002 20453 consensus_queue.cc:260] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.976173 20453 raft_consensus.cc:388] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.976215 20453 raft_consensus.cc:482] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.976263 20453 raft_consensus.cc:3037] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 0 FOLLOWER]: Advancing to term 1
15:58:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.977456 20453 raft_consensus.cc:504] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.977612 20453 leader_election.cc:302] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [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: ab572547a5f641ffaad247568012739f; no voters: 
15:58:28.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.978629 20465 raft_consensus.cc:2781] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 1 FOLLOWER]: Leader election won for term 1
15:58:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.978745 20465 raft_consensus.cc:686] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [term 1 LEADER]: Becoming Leader. State: Replica: ab572547a5f641ffaad247568012739f, State: Running, Role: LEADER
15:58:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.978884 20465 consensus_queue.cc:237] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [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: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } }
15:58:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.980625 20453 leader_election.cc:288] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.981019 20453 ts_tablet_manager.cc:1428] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.000s
15:58:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:28.981089 19420 catalog_manager.cc:5495] T a9742274ad9746478e976a27ad7200b9 P ab572547a5f641ffaad247568012739f reported cstate change: term changed from 0 to 1, leader changed from <none> to ab572547a5f641ffaad247568012739f (127.18.219.195). New cstate: current_term: 1 leader_uuid: "ab572547a5f641ffaad247568012739f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ab572547a5f641ffaad247568012739f" member_type: VOTER last_known_addr { host: "127.18.219.195" port: 33371 } health_report { overall_health: HEALTHY } } }
15:58:28.996 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Block broadcast_26_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.4 MiB)
15:58:28.996 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_26_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:28.997 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Created broadcast 26 from toRdd at KuduRestore.scala:140
15:58:28.998 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:29.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.008153 19420 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36074:
15:58:29.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "table9-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:29.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:29.020748 19420 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 50da9a9ed0c74d8a95d51fbba6a70bb4 has no consensus state
15:58:29.028 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:29.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 18 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:29.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 18 (foreachPartition at KuduRestore.scala:140)
15:58:29.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.030 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 18 (SQLExecutionRDD[85] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.026262 19655 tablet_service.cc:1467] Processing CreateTablet for tablet 50da9a9ed0c74d8a95d51fbba6a70bb4 (DEFAULT_TABLE table=table9-restore [id=b71fa28145de44faa8d48df33479fae3]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.026651 19655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 50da9a9ed0c74d8a95d51fbba6a70bb4. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:29.032 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_27 stored as values in memory (estimated size 29.1 KiB, free 1992.4 MiB)
15:58:29.033 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_25_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.7 MiB)
15:58:29.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.031400 20456 tablet_bootstrap.cc:492] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d: Bootstrap starting.
15:58:29.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.032409 20456 tablet_bootstrap.cc:654] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d: Neither blocks nor log segments found. Creating new log.
15:58:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.034135 20456 tablet_bootstrap.cc:492] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d: No bootstrap required, opened a new log
15:58:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.034237 20456 ts_tablet_manager.cc:1397] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:58:29.034 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_27_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.4 MiB)
15:58:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.034694 20456 raft_consensus.cc:348] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.034812 20456 raft_consensus.cc:374] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.034843 20456 raft_consensus.cc:729] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Initialized, Role: FOLLOWER
15:58:29.035 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_27_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.034998 20456 consensus_queue.cc:260] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.035079 20456 raft_consensus.cc:388] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.035163 20456 raft_consensus.cc:482] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.035203 20456 raft_consensus.cc:3037] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 0 FOLLOWER]: Advancing to term 1
15:58:29.035 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 27 from broadcast at DAGScheduler.scala:1388
15:58:29.036 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 18 (SQLExecutionRDD[85] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:29.036 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 18.0 with 1 tasks resource profile 0
15:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036262 20456 raft_consensus.cc:504] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036403 20456 leader_election.cc:302] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [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: bdf003720bc64bea8eddaca89fc7696d; no voters: 
15:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036520 20456 leader_election.cc:288] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036619 20462 raft_consensus.cc:2781] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 1 FOLLOWER]: Leader election won for term 1
15:58:29.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036748 20462 raft_consensus.cc:686] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [term 1 LEADER]: Becoming Leader. State: Replica: bdf003720bc64bea8eddaca89fc7696d, State: Running, Role: LEADER
15:58:29.038 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 18.0 (TID 28) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:29.038 [INFO - Executor task launch worker for task 0.0 in stage 18.0 (TID 28)] (Logging.scala:57) Running task 0.0 in stage 18.0 (TID 28)
15:58:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036911 20462 consensus_queue.cc:237] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d [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: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } }
15:58:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.040794 19420 catalog_manager.cc:5495] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d reported cstate change: term changed from 0 to 1, leader changed from <none> to bdf003720bc64bea8eddaca89fc7696d (127.18.219.193). New cstate: current_term: 1 leader_uuid: "bdf003720bc64bea8eddaca89fc7696d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bdf003720bc64bea8eddaca89fc7696d" member_type: VOTER last_known_addr { host: "127.18.219.193" port: 44361 } health_report { overall_health: HEALTHY } } }
15:58:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.036736 20456 ts_tablet_manager.cc:1428] T 50da9a9ed0c74d8a95d51fbba6a70bb4 P bdf003720bc64bea8eddaca89fc7696d: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.001s
15:58:29.042 [DEBUG - Executor task launch worker for task 0.0 in stage 18.0 (TID 28)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.046 [DEBUG - Executor task launch worker for task 0.0 in stage 18.0 (TID 28)] (AsyncKuduClient.java:894) Opened table 04c0c2d6b9f94c82be6b630eea3af21d
15:58:29.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.050028 19420 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 8e602b042cdc45f88b48bed274b9fb57: table9-restore [id=b71fa28145de44faa8d48df33479fae3] alter complete (version 0)
15:58:29.050 [INFO - Executor task launch worker for task 0.0 in stage 18.0 (TID 28)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/7dda5b5a5d8f4f229f695d0c732f0c63-table4/1783526306374/part-00000-6831f8b0-0a7e-4302-a778-5f165bd1a125-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:29.056 [DEBUG - Executor task launch worker for task 0.0 in stage 18.0 (TID 28)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@42618c3a, flushNotification=Deferred@1425269196(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:29.057 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 61da42659d6444b59a0a5b0a19300367 for table 'table4-restore' with partition [<start>, 0x80000032)
15:58:29.058 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 456c4344135d43aa9030b4a129b61805 for table 'table4-restore' with partition [0x80000032, <end>)
15:58:29.058 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=61da42659d6444b59a0a5b0a19300367@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=456c4344135d43aa9030b4a129b61805@[c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)[L]]}]
15:58:29.058 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_22_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.7 MiB)
15:58:29.061 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_21_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:29.063 [INFO - Executor task launch worker for task 0.0 in stage 18.0 (TID 28)] (Logging.scala:57) Finished task 0.0 in stage 18.0 (TID 28). 5425 bytes result sent to driver
15:58:29.064 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 18.0 (TID 28) in 27 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:29.064 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 18.0, whose tasks have all completed, from pool 
15:58:29.065 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 18 (foreachPartition at KuduRestore.scala:140) finished in 0.035 s
15:58:29.065 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 18 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.065 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 18: Stage finished
15:58:29.065 [INFO - ForkJoinPool-62-worker-3] (Logging.scala:57) Job 18 finished: foreachPartition at KuduRestore.scala:140, took 0.037235 s
15:58:29.066 [INFO - ForkJoinPool-62-worker-3] (KuduRestore.scala:237) Successfully restored table table4
15:58:29.067 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_23_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:29.069 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_24_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:29.076 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:29.094 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:29.102 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Pushed Filters: 
15:58:29.102 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Post-Scan Filters: 
15:58:29.103 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:29.111 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Block broadcast_28 stored as values in memory (estimated size 314.2 KiB, free 1992.9 MiB)
15:58:29.121 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Block broadcast_28_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:58:29.121 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_28_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:29.122 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Created broadcast 28 from toRdd at KuduRestore.scala:140
15:58:29.123 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Planning scan with bin packing, max size: 4198309 bytes, open cost is considered as scanning 4194304 bytes.
15:58:29.134 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:29.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 19 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:29.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 19 (foreachPartition at KuduRestore.scala:140)
15:58:29.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 19 (SQLExecutionRDD[89] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:29.138 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_29 stored as values in memory (estimated size 29.1 KiB, free 1992.8 MiB)
15:58:29.139 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_29_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.8 MiB)
15:58:29.140 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_29_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:29.140 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 29 from broadcast at DAGScheduler.scala:1388
15:58:29.140 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 19 (SQLExecutionRDD[89] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:29.141 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 19.0 with 1 tasks resource profile 0
15:58:29.142 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 19.0 (TID 29) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4984 bytes) taskResourceAssignments Map()
15:58:29.143 [INFO - Executor task launch worker for task 0.0 in stage 19.0 (TID 29)] (Logging.scala:57) Running task 0.0 in stage 19.0 (TID 29)
15:58:29.147 [DEBUG - Executor task launch worker for task 0.0 in stage 19.0 (TID 29)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b71fa28145de44faa8d48df33479fae3
15:58:29.150 [INFO - Executor task launch worker for task 0.0 in stage 19.0 (TID 29)] (Logging.scala:57) Reading File path: file:///tmp/backup4322910868119326353/3e4ef1f4760842f8bb193dc6746f855b-table9/1783526306374/part-00000-277192c5-caaa-4b83-bdc8-0653546075df-c000.snappy.parquet, range: 0-4005, partition values: [empty row]
15:58:29.156 [DEBUG - Executor task launch worker for task 0.0 in stage 19.0 (TID 29)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=147, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4fec37a4, flushNotification=Deferred@406275832(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:29.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a9742274ad9746478e976a27ad7200b9 for table 'table9-restore' with partition [<start>, 0x80000032)
15:58:29.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 50da9a9ed0c74d8a95d51fbba6a70bb4 for table 'table9-restore' with partition [0x80000032, <end>)
15:58:29.157 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=a9742274ad9746478e976a27ad7200b9@[ab572547a5f641ffaad247568012739f(127.18.219.195:33371)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=50da9a9ed0c74d8a95d51fbba6a70bb4@[bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)[L]]}]
15:58:29.162 [INFO - Executor task launch worker for task 0.0 in stage 19.0 (TID 29)] (Logging.scala:57) Finished task 0.0 in stage 19.0 (TID 29). 5425 bytes result sent to driver
15:58:29.163 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 19.0 (TID 29) in 21 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:29.164 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 19.0, whose tasks have all completed, from pool 
15:58:29.164 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 19 (foreachPartition at KuduRestore.scala:140) finished in 0.028 s
15:58:29.165 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 19 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.165 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 19: Stage finished
15:58:29.165 [INFO - ForkJoinPool-62-worker-0] (Logging.scala:57) Job 19 finished: foreachPartition at KuduRestore.scala:140, took 0.030775 s
15:58:29.165 [INFO - ForkJoinPool-62-worker-0] (KuduRestore.scala:237) Successfully restored table table9
15:58:29.171 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table bca9bfa3c3cc4eefbfee667d6916b7db
15:58:29.179 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.180 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 20 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.180 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 20 (count at TestKuduBackup.scala:386)
15:58:29.180 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.180 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.181 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 20 (KuduRDD[90] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_30 stored as values in memory (estimated size 5.8 KiB, free 1992.8 MiB)
15:58:29.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_30_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.8 MiB)
15:58:29.184 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_30_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 30 from broadcast at DAGScheduler.scala:1388
15:58:29.185 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 20 (KuduRDD[90] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.185 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 20.0 with 2 tasks resource profile 0
15:58:29.186 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 20.0 (TID 30) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.186 [INFO - Executor task launch worker for task 0.0 in stage 20.0 (TID 30)] (Logging.scala:57) Running task 0.0 in stage 20.0 (TID 30)
15:58:29.188 [DEBUG - Executor task launch worker for task 0.0 in stage 20.0 (TID 30)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.192 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323762444640256) for scanner KuduScanner(table=table0-restore, tablet=f6155be223c149d7a3157ec032fd61ce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.193 [INFO - Executor task launch worker for task 0.0 in stage 20.0 (TID 30)] (Logging.scala:57) Finished task 0.0 in stage 20.0 (TID 30). 4964 bytes result sent to driver
15:58:29.194 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 20.0 (TID 31) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.194 [INFO - Executor task launch worker for task 1.0 in stage 20.0 (TID 31)] (Logging.scala:57) Running task 1.0 in stage 20.0 (TID 31)
15:58:29.194 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 20.0 (TID 30) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.196 [DEBUG - Executor task launch worker for task 1.0 in stage 20.0 (TID 31)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.199 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323762476478464) for scanner KuduScanner(table=table0-restore, tablet=6aa95303bd2141cd860ee0eba036d00a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.200 [INFO - Executor task launch worker for task 1.0 in stage 20.0 (TID 31)] (Logging.scala:57) Finished task 1.0 in stage 20.0 (TID 31). 4964 bytes result sent to driver
15:58:29.201 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 20.0 (TID 31) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.202 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 20.0, whose tasks have all completed, from pool 
15:58:29.202 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 20 (count at TestKuduBackup.scala:386) finished in 0.021 s
15:58:29.204 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 20 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.205 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 20: Stage finished
15:58:29.205 [INFO - main] (Logging.scala:57) Job 20 finished: count at TestKuduBackup.scala:386, took 0.025507 s
15:58:29.207 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2fc98c4f0a50432b8821471244092d83
15:58:29.218 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.218 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 21 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.218 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 21 (count at TestKuduBackup.scala:386)
15:58:29.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 21 (KuduRDD[91] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.221 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_31 stored as values in memory (estimated size 5.8 KiB, free 1992.8 MiB)
15:58:29.222 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_31_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.8 MiB)
15:58:29.223 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_31_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 31 from broadcast at DAGScheduler.scala:1388
15:58:29.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 21 (KuduRDD[91] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 21.0 with 2 tasks resource profile 0
15:58:29.225 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 21.0 (TID 32) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.225 [INFO - Executor task launch worker for task 0.0 in stage 21.0 (TID 32)] (Logging.scala:57) Running task 0.0 in stage 21.0 (TID 32)
15:58:29.227 [DEBUG - Executor task launch worker for task 0.0 in stage 21.0 (TID 32)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.231 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323762603761664) for scanner KuduScanner(table=table1-restore, tablet=c878660f80d9483a8be153df5a4b87e9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.232 [INFO - Executor task launch worker for task 0.0 in stage 21.0 (TID 32)] (Logging.scala:57) Finished task 0.0 in stage 21.0 (TID 32). 4964 bytes result sent to driver
15:58:29.232 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 21.0 (TID 33) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.233 [INFO - Executor task launch worker for task 1.0 in stage 21.0 (TID 33)] (Logging.scala:57) Running task 1.0 in stage 21.0 (TID 33)
15:58:29.233 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 21.0 (TID 32) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.235 [DEBUG - Executor task launch worker for task 1.0 in stage 21.0 (TID 33)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.238 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323762635395072) for scanner KuduScanner(table=table1-restore, tablet=36d767ee627345dd8171bf96cc9bac04, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.239 [INFO - Executor task launch worker for task 1.0 in stage 21.0 (TID 33)] (Logging.scala:57) Finished task 1.0 in stage 21.0 (TID 33). 4964 bytes result sent to driver
15:58:29.240 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 21.0 (TID 33) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.240 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 21.0, whose tasks have all completed, from pool 
15:58:29.240 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 21 (count at TestKuduBackup.scala:386) finished in 0.020 s
15:58:29.241 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 21 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.241 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 21: Stage finished
15:58:29.241 [INFO - main] (Logging.scala:57) Job 21 finished: count at TestKuduBackup.scala:386, took 0.023320 s
15:58:29.243 [DEBUG - main] (AsyncKuduClient.java:894) Opened table d3603175308e4e27bf987f3e7f8a999f
15:58:29.252 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 22 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 22 (count at TestKuduBackup.scala:386)
15:58:29.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.254 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 22 (KuduRDD[92] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.255 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_32 stored as values in memory (estimated size 5.8 KiB, free 1992.8 MiB)
15:58:29.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_32_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.8 MiB)
15:58:29.270 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_32_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.271 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 32 from broadcast at DAGScheduler.scala:1388
15:58:29.272 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 22 (KuduRDD[92] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.272 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 22.0 with 2 tasks resource profile 0
15:58:29.273 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 22.0 (TID 34) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.273 [INFO - Executor task launch worker for task 0.0 in stage 22.0 (TID 34)] (Logging.scala:57) Running task 0.0 in stage 22.0 (TID 34)
15:58:29.275 [DEBUG - Executor task launch worker for task 0.0 in stage 22.0 (TID 34)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.279 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323762802831360) for scanner KuduScanner(table=table2-restore, tablet=ed6459d97a4c42b2b53083d21614a5f9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.280 [INFO - Executor task launch worker for task 0.0 in stage 22.0 (TID 34)] (Logging.scala:57) Finished task 0.0 in stage 22.0 (TID 34). 4964 bytes result sent to driver
15:58:29.281 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 22.0 (TID 35) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.281 [INFO - Executor task launch worker for task 1.0 in stage 22.0 (TID 35)] (Logging.scala:57) Running task 1.0 in stage 22.0 (TID 35)
15:58:29.282 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 22.0 (TID 34) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.284 [DEBUG - Executor task launch worker for task 1.0 in stage 22.0 (TID 35)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.285 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_31_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.287 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323762836185088) for scanner KuduScanner(table=table2-restore, tablet=dd879ef3c8134e21bb3b986105173b40, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.288 [INFO - Executor task launch worker for task 1.0 in stage 22.0 (TID 35)] (Logging.scala:57) Finished task 1.0 in stage 22.0 (TID 35). 4964 bytes result sent to driver
15:58:29.289 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 22.0 (TID 35) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.289 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 22.0, whose tasks have all completed, from pool 
15:58:29.290 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 22 (count at TestKuduBackup.scala:386) finished in 0.036 s
15:58:29.290 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 22 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.290 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 22: Stage finished
15:58:29.291 [INFO - main] (Logging.scala:57) Job 22 finished: count at TestKuduBackup.scala:386, took 0.037774 s
15:58:29.293 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 55f3e5eebfcc4b0fbcef6e5eb91ee62a
15:58:29.304 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 23 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 23 (count at TestKuduBackup.scala:386)
15:58:29.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 23 (KuduRDD[93] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.307 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_33 stored as values in memory (estimated size 5.8 KiB, free 1992.8 MiB)
15:58:29.310 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_33_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.8 MiB)
15:58:29.310 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_33_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.312 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 33 from broadcast at DAGScheduler.scala:1388
15:58:29.313 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 23 (KuduRDD[93] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.313 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 23.0 with 2 tasks resource profile 0
15:58:29.314 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 23.0 (TID 36) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.314 [INFO - Executor task launch worker for task 0.0 in stage 23.0 (TID 36)] (Logging.scala:57) Running task 0.0 in stage 23.0 (TID 36)
15:58:29.316 [DEBUG - Executor task launch worker for task 0.0 in stage 23.0 (TID 36)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.327 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323762996150272) for scanner KuduScanner(table=table3-restore, tablet=ffb3542a036241278cece729bbe8859d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.329 [INFO - Executor task launch worker for task 0.0 in stage 23.0 (TID 36)] (Logging.scala:57) Finished task 0.0 in stage 23.0 (TID 36). 4964 bytes result sent to driver
15:58:29.329 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 23.0 (TID 37) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.331 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 23.0 (TID 36) in 16 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.331 [INFO - Executor task launch worker for task 1.0 in stage 23.0 (TID 37)] (Logging.scala:57) Running task 1.0 in stage 23.0 (TID 37)
15:58:29.332 [DEBUG - Executor task launch worker for task 1.0 in stage 23.0 (TID 37)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.333 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_28_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:29.336 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323763035815936) for scanner KuduScanner(table=table3-restore, tablet=4d4744b8fa7e4b12bdd6b039d4d58594, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.337 [INFO - Executor task launch worker for task 1.0 in stage 23.0 (TID 37)] (Logging.scala:57) Finished task 1.0 in stage 23.0 (TID 37). 4964 bytes result sent to driver
15:58:29.338 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 23.0 (TID 37) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.338 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 23.0, whose tasks have all completed, from pool 
15:58:29.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 23 (count at TestKuduBackup.scala:386) finished in 0.034 s
15:58:29.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 23 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 23: Stage finished
15:58:29.341 [INFO - main] (Logging.scala:57) Job 23 finished: count at TestKuduBackup.scala:386, took 0.036153 s
15:58:29.343 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 04c0c2d6b9f94c82be6b630eea3af21d
15:58:29.354 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 24 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.371 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_29_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:29.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 24 (count at TestKuduBackup.scala:386)
15:58:29.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 24 (KuduRDD[94] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.373 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_34 stored as values in memory (estimated size 5.8 KiB, free 1993.1 MiB)
15:58:29.375 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_34_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.1 MiB)
15:58:29.375 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_34_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.376 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 34 from broadcast at DAGScheduler.scala:1388
15:58:29.376 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 24 (KuduRDD[94] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.376 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 24.0 with 2 tasks resource profile 0
15:58:29.377 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 24.0 (TID 38) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.378 [INFO - Executor task launch worker for task 0.0 in stage 24.0 (TID 38)] (Logging.scala:57) Running task 0.0 in stage 24.0 (TID 38)
15:58:29.379 [DEBUG - Executor task launch worker for task 0.0 in stage 24.0 (TID 38)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.391 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323763262943232) for scanner KuduScanner(table=table4-restore, tablet=61da42659d6444b59a0a5b0a19300367, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.393 [INFO - Executor task launch worker for task 0.0 in stage 24.0 (TID 38)] (Logging.scala:57) Finished task 0.0 in stage 24.0 (TID 38). 4964 bytes result sent to driver
15:58:29.394 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 24.0 (TID 39) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.394 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 24.0 (TID 38) in 17 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.394 [INFO - Executor task launch worker for task 1.0 in stage 24.0 (TID 39)] (Logging.scala:57) Running task 1.0 in stage 24.0 (TID 39)
15:58:29.395 [DEBUG - Executor task launch worker for task 1.0 in stage 24.0 (TID 39)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.406 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323763324362752) for scanner KuduScanner(table=table4-restore, tablet=456c4344135d43aa9030b4a129b61805, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.407 [INFO - Executor task launch worker for task 1.0 in stage 24.0 (TID 39)] (Logging.scala:57) Finished task 1.0 in stage 24.0 (TID 39). 4964 bytes result sent to driver
15:58:29.408 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 24.0 (TID 39) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.409 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 24.0, whose tasks have all completed, from pool 
15:58:29.409 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 24 (count at TestKuduBackup.scala:386) finished in 0.037 s
15:58:29.409 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 24 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 24: Stage finished
15:58:29.410 [INFO - main] (Logging.scala:57) Job 24 finished: count at TestKuduBackup.scala:386, took 0.055085 s
15:58:29.412 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3d8b4d7bdd9646b1aae0e1b67da4cf28
15:58:29.421 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.423 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 25 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.423 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 25 (count at TestKuduBackup.scala:386)
15:58:29.423 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.423 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.424 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 25 (KuduRDD[95] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.425 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_35 stored as values in memory (estimated size 5.8 KiB, free 1993.1 MiB)
15:58:29.427 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_35_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.1 MiB)
15:58:29.427 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_35_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 35 from broadcast at DAGScheduler.scala:1388
15:58:29.428 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 25 (KuduRDD[95] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.429 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 25.0 with 2 tasks resource profile 0
15:58:29.430 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 25.0 (TID 40) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.430 [INFO - Executor task launch worker for task 0.0 in stage 25.0 (TID 40)] (Logging.scala:57) Running task 0.0 in stage 25.0 (TID 40)
15:58:29.432 [DEBUG - Executor task launch worker for task 0.0 in stage 25.0 (TID 40)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.439 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323763458437120) for scanner KuduScanner(table=table5-restore, tablet=f5e0a107724740b2a516bb30c970bff7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.440 [INFO - Executor task launch worker for task 0.0 in stage 25.0 (TID 40)] (Logging.scala:57) Finished task 0.0 in stage 25.0 (TID 40). 4964 bytes result sent to driver
15:58:29.441 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 25.0 (TID 41) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.442 [INFO - Executor task launch worker for task 1.0 in stage 25.0 (TID 41)] (Logging.scala:57) Running task 1.0 in stage 25.0 (TID 41)
15:58:29.443 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 25.0 (TID 40) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.445 [DEBUG - Executor task launch worker for task 1.0 in stage 25.0 (TID 41)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.449 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323763498151936) for scanner KuduScanner(table=table5-restore, tablet=ef187b6b16c64530a79616b93e12620c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.450 [INFO - Executor task launch worker for task 1.0 in stage 25.0 (TID 41)] (Logging.scala:57) Finished task 1.0 in stage 25.0 (TID 41). 4964 bytes result sent to driver
15:58:29.451 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_30_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.452 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 25.0 (TID 41) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.452 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 25.0, whose tasks have all completed, from pool 
15:58:29.453 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 25 (count at TestKuduBackup.scala:386) finished in 0.029 s
15:58:29.453 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 25 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.453 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 25: Stage finished
15:58:29.454 [INFO - main] (Logging.scala:57) Job 25 finished: count at TestKuduBackup.scala:386, took 0.032444 s
15:58:29.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 27cb5fd8ac9e4149a885ddec1d209ad9
15:58:29.459 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_27_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 10.9 KiB, free: 1993.8 MiB)
15:58:29.463 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_26_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:29.470 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.471 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 26 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.471 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 26 (count at TestKuduBackup.scala:386)
15:58:29.471 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.471 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.471 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 26 (KuduRDD[96] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.473 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_36 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:58:29.474 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_36_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:58:29.475 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_36_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.475 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 36 from broadcast at DAGScheduler.scala:1388
15:58:29.476 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 26 (KuduRDD[96] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.476 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 26.0 with 2 tasks resource profile 0
15:58:29.477 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 26.0 (TID 42) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.477 [INFO - Executor task launch worker for task 0.0 in stage 26.0 (TID 42)] (Logging.scala:57) Running task 0.0 in stage 26.0 (TID 42)
15:58:29.479 [DEBUG - Executor task launch worker for task 0.0 in stage 26.0 (TID 42)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.483 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323763637833728) for scanner KuduScanner(table=table6-restore, tablet=5a3d6998eb9b421d8ed16a2be6321405, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.484 [INFO - Executor task launch worker for task 0.0 in stage 26.0 (TID 42)] (Logging.scala:57) Finished task 0.0 in stage 26.0 (TID 42). 4964 bytes result sent to driver
15:58:29.484 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 26.0 (TID 43) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.485 [INFO - Executor task launch worker for task 1.0 in stage 26.0 (TID 43)] (Logging.scala:57) Running task 1.0 in stage 26.0 (TID 43)
15:58:29.485 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 26.0 (TID 42) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.486 [DEBUG - Executor task launch worker for task 1.0 in stage 26.0 (TID 43)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.489 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323763663192064) for scanner KuduScanner(table=table6-restore, tablet=8dcfdc79fe824bfc9e0a339815c090be, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.489 [INFO - Executor task launch worker for task 1.0 in stage 26.0 (TID 43)] (Logging.scala:57) Finished task 1.0 in stage 26.0 (TID 43). 4921 bytes result sent to driver
15:58:29.490 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 26.0 (TID 43) in 6 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.490 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 26.0, whose tasks have all completed, from pool 
15:58:29.491 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 26 (count at TestKuduBackup.scala:386) finished in 0.019 s
15:58:29.491 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 26 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.491 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 26: Stage finished
15:58:29.492 [INFO - main] (Logging.scala:57) Job 26 finished: count at TestKuduBackup.scala:386, took 0.021039 s
15:58:29.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d2a557bf08d44dabb83d48b5499c095f
15:58:29.502 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.502 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 27 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 27 (count at TestKuduBackup.scala:386)
15:58:29.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 27 (KuduRDD[97] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.505 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_37 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:58:29.506 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_37_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:58:29.506 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_37_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.507 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 37 from broadcast at DAGScheduler.scala:1388
15:58:29.507 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 27 (KuduRDD[97] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.507 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 27.0 with 2 tasks resource profile 0
15:58:29.508 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 27.0 (TID 44) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.509 [INFO - Executor task launch worker for task 0.0 in stage 27.0 (TID 44)] (Logging.scala:57) Running task 0.0 in stage 27.0 (TID 44)
15:58:29.510 [DEBUG - Executor task launch worker for task 0.0 in stage 27.0 (TID 44)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.513 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323763761942528) for scanner KuduScanner(table=table7-restore, tablet=039e1dedde644542a3e9ef5ea59a2cb0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.514 [INFO - Executor task launch worker for task 0.0 in stage 27.0 (TID 44)] (Logging.scala:57) Finished task 0.0 in stage 27.0 (TID 44). 4964 bytes result sent to driver
15:58:29.515 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 27.0 (TID 45) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.515 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 27.0 (TID 44) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.515 [INFO - Executor task launch worker for task 1.0 in stage 27.0 (TID 45)] (Logging.scala:57) Running task 1.0 in stage 27.0 (TID 45)
15:58:29.517 [DEBUG - Executor task launch worker for task 1.0 in stage 27.0 (TID 45)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.520 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323763790483456) for scanner KuduScanner(table=table7-restore, tablet=40da23f5790b4f469a214416d611f8dc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.521 [INFO - Executor task launch worker for task 1.0 in stage 27.0 (TID 45)] (Logging.scala:57) Finished task 1.0 in stage 27.0 (TID 45). 4964 bytes result sent to driver
15:58:29.522 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 27.0 (TID 45) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.522 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 27.0, whose tasks have all completed, from pool 
15:58:29.523 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 27 (count at TestKuduBackup.scala:386) finished in 0.019 s
15:58:29.523 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 27 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.523 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 27: Stage finished
15:58:29.524 [INFO - main] (Logging.scala:57) Job 27 finished: count at TestKuduBackup.scala:386, took 0.021646 s
15:58:29.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b50edd8b28574750a2b7cfae05cb07e9
15:58:29.534 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 28 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 28 (count at TestKuduBackup.scala:386)
15:58:29.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 28 (KuduRDD[98] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.537 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_38 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:58:29.538 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_38_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:58:29.539 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_38_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.539 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 38 from broadcast at DAGScheduler.scala:1388
15:58:29.540 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 28 (KuduRDD[98] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.540 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 28.0 with 2 tasks resource profile 0
15:58:29.541 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 28.0 (TID 46) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.541 [INFO - Executor task launch worker for task 0.0 in stage 28.0 (TID 46)] (Logging.scala:57) Running task 0.0 in stage 28.0 (TID 46)
15:58:29.543 [DEBUG - Executor task launch worker for task 0.0 in stage 28.0 (TID 46)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.546 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323763896987648) for scanner KuduScanner(table=table8-restore, tablet=f99a8c34c2314518b28057d857400a6b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.548 [INFO - Executor task launch worker for task 0.0 in stage 28.0 (TID 46)] (Logging.scala:57) Finished task 0.0 in stage 28.0 (TID 46). 4964 bytes result sent to driver
15:58:29.549 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 28.0 (TID 47) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.549 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 28.0 (TID 46) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.549 [INFO - Executor task launch worker for task 1.0 in stage 28.0 (TID 47)] (Logging.scala:57) Running task 1.0 in stage 28.0 (TID 47)
15:58:29.551 [DEBUG - Executor task launch worker for task 1.0 in stage 28.0 (TID 47)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.554 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323763929776128) for scanner KuduScanner(table=table8-restore, tablet=6abadad18bf64966b690c3cd03cf56b7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.555 [INFO - Executor task launch worker for task 1.0 in stage 28.0 (TID 47)] (Logging.scala:57) Finished task 1.0 in stage 28.0 (TID 47). 4964 bytes result sent to driver
15:58:29.556 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 28.0 (TID 47) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.556 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 28.0, whose tasks have all completed, from pool 
15:58:29.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 28 (count at TestKuduBackup.scala:386) finished in 0.020 s
15:58:29.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 28 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.557 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 28: Stage finished
15:58:29.557 [INFO - main] (Logging.scala:57) Job 28 finished: count at TestKuduBackup.scala:386, took 0.022527 s
15:58:29.559 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b71fa28145de44faa8d48df33479fae3
15:58:29.578 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_34_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.579 [INFO - main] (Logging.scala:57) Starting job: count at TestKuduBackup.scala:386
15:58:29.580 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 29 (count at TestKuduBackup.scala:386) with 2 output partitions
15:58:29.580 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 29 (count at TestKuduBackup.scala:386)
15:58:29.580 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:29.580 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:29.580 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 29 (KuduRDD[99] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:29.582 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_39 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:58:29.583 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_39_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:58:29.584 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_39_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 39 from broadcast at DAGScheduler.scala:1388
15:58:29.585 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 29 (KuduRDD[99] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:29.585 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 29.0 with 2 tasks resource profile 0
15:58:29.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 29.0 (TID 48) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.586 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_36_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.586 [INFO - Executor task launch worker for task 0.0 in stage 29.0 (TID 48)] (Logging.scala:57) Running task 0.0 in stage 29.0 (TID 48)
15:58:29.588 [DEBUG - Executor task launch worker for task 0.0 in stage 29.0 (TID 48)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.591 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_37_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.593 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 1 rows, more = false, responseScanTimestamp = 7305323764088266752) for scanner KuduScanner(table=table9-restore, tablet=a9742274ad9746478e976a27ad7200b9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.593 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_32_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.594 [INFO - Executor task launch worker for task 0.0 in stage 29.0 (TID 48)] (Logging.scala:57) Finished task 0.0 in stage 29.0 (TID 48). 4964 bytes result sent to driver
15:58:29.595 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 29.0 (TID 49) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5283 bytes) taskResourceAssignments Map()
15:58:29.595 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 29.0 (TID 48) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:29.595 [INFO - Executor task launch worker for task 1.0 in stage 29.0 (TID 49)] (Logging.scala:57) Running task 1.0 in stage 29.0 (TID 49)
15:58:29.596 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_38_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.597 [DEBUG - Executor task launch worker for task 1.0 in stage 29.0 (TID 49)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:29.601 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323764122292224) for scanner KuduScanner(table=table9-restore, tablet=50da9a9ed0c74d8a95d51fbba6a70bb4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:29.602 [INFO - Executor task launch worker for task 1.0 in stage 29.0 (TID 49)] (Logging.scala:57) Finished task 1.0 in stage 29.0 (TID 49). 4921 bytes result sent to driver
15:58:29.603 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 29.0 (TID 49) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:29.603 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 29.0, whose tasks have all completed, from pool 
15:58:29.604 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 29 (count at TestKuduBackup.scala:386) finished in 0.022 s
15:58:29.604 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 29 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:29.604 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 29: Stage finished
15:58:29.604 [INFO - main] (Logging.scala:57) Job 29 finished: count at TestKuduBackup.scala:386, took 0.024715 s
15:58:29.612 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_33_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45409 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:58:29.619 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:29.630 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:29.631 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:29.633 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:29.633 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:29.639 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:29.640 [DEBUG - main] (Connection.java:575) [peer master-127.18.219.254:42003(127.18.219.254:42003)] disconnecting while in state READY
15:58:29.640 [DEBUG - main] (Connection.java:575) [peer master-127.18.219.253:40505(127.18.219.253:40505)] disconnecting while in state READY
15:58:29.640 [DEBUG - main] (Connection.java:575) [peer master-127.18.219.252:36415(127.18.219.252:36415)] disconnecting while in state READY
15:58:29.640 [DEBUG - main] (Connection.java:575) [peer bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)] disconnecting while in state READY
15:58:29.641 [DEBUG - main] (Connection.java:575) [peer c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)] disconnecting while in state READY
15:58:29.641 [DEBUG - main] (Connection.java:575) [peer ab572547a5f641ffaad247568012739f(127.18.219.195:33371)] disconnecting while in state READY
15:58:29.642 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.219.254:42003(127.18.219.254:42003)] handling channelInactive
15:58:29.642 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.219.254:42003(127.18.219.254:42003)] cleaning up while in state READY due to: connection closed
15:58:29.642 [DEBUG - kudu-nio-1] (Connection.java:239) [peer bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)] handling channelInactive
15:58:29.643 [DEBUG - kudu-nio-1] (Connection.java:709) [peer bdf003720bc64bea8eddaca89fc7696d(127.18.219.193:44361)] cleaning up while in state READY due to: connection closed
15:58:29.643 [DEBUG - kudu-nio-1] (Connection.java:239) [peer c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)] handling channelInactive
15:58:29.643 [DEBUG - kudu-nio-1] (Connection.java:709) [peer c41f41cf4f454674b8ce7a29680db0ca(127.18.219.194:42679)] cleaning up while in state READY due to: connection closed
15:58:29.648 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:29.649 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.219.253:40505(127.18.219.253:40505)] handling channelInactive
15:58:29.649 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.219.253:40505(127.18.219.253:40505)] cleaning up while in state READY due to: connection closed
15:58:29.649 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.219.252:36415(127.18.219.252:36415)] handling channelInactive
15:58:29.650 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.219.252:36415(127.18.219.252:36415)] cleaning up while in state READY due to: connection closed
15:58:29.650 [DEBUG - kudu-nio-0] (Connection.java:239) [peer ab572547a5f641ffaad247568012739f(127.18.219.195:33371)] handling channelInactive
15:58:29.650 [DEBUG - kudu-nio-0] (Connection.java:709) [peer ab572547a5f641ffaad247568012739f(127.18.219.195:33371)] cleaning up while in state READY due to: connection closed
15:58:29.650 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 38 thread-local buffer(s) from thread: kudu-nio-0
15:58:29.651 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 33 thread-local buffer(s) from thread: kudu-nio-1
15:58:29.662 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:29.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.663167 19311 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 19593
15:58:29.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.674276 19311 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 19728
15:58:29.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.682844 19311 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 19863
15:58:29.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.689589 19311 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 19322
15:58:29.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.695638 19311 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 19391
15:58:29.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.702425 19311 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 19464
15:58:29.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:29Z chronyd exiting
.15:58:29.774 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526309773
15:58:29.776 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:29.777 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:29.777 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:29.778 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:29.778 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:29.780 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:29.897 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:29.897 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:29.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.898454 20678 mini_oidc.cc:152] Starting JWKS server
15:58:29.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.900609 20678 webserver.cc:460] Webserver started at http://127.0.0.1:39957/ using document root <none> and password file <none>
15:58:29.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.900750 20678 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:29.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.901106 20678 webserver.cc:460] Webserver started at http://127.0.0.1:43745/ using document root <none> and password file <none>
15:58:29.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:29Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:29.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:29Z Disabled control of system clock
15:58:29.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:29.919667 20678 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:29.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:29.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal
15:58:29.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/logs
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data/info.pb
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.190:42127
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.190
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39957/jwks.json with env {}
15:58:30.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.040419 20689 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:30.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.040715 20689 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:30.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.040773 20689 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.045132 20689 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.045198 20689 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.045217 20689 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.045233 20689 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.045251 20689 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.045264 20689 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:39957/jwks.json
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.050177 20689 master_runner.cc:386] Master server non-default flags:
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.190:42127
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39957/jwks.json
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data/info.pb
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.190
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:30.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.20689
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/logs
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.051354 20689 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:58:30.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.052702 20689 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:30.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.063190 20695 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:58:30.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.063274 20694 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:58:30.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.063274 20697 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:58:30.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.063547 20689 server_base.cc:1034] running on GCE node
15:58:30.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.064302 20689 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:30.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.065701 20689 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.066869 20689 hybrid_clock.cc:648] HybridClock initialized: now 1783526310066839 us; error 53 us; skew 500 ppm
15:58:30.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.069164 20689 webserver.cc:460] Webserver started at http://127.20.49.190:33777/ using document root <none> and password file <none>
15:58:30.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.069772 20689 fs_manager.cc:359] Metadata directory not provided
15:58:30.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.069876 20689 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:30.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.070061 20689 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:30.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.072184 20689 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data/instance:
15:58:30.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0c31080e64b746338e39bf3069061e83"
15:58:30.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.072845 20689 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal/instance:
15:58:30.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0c31080e64b746338e39bf3069061e83"
15:58:30.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.077067 20689 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:30.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.079706 20703 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.081060 20689 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.081233 20689 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0c31080e64b746338e39bf3069061e83"
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.081396 20689 fs_report.cc:383] FS layout report
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data/data
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:30.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.096208 20689 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.097014 20689 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:58:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.097241 20689 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:30.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.104141 20689 rpc_server.cc:307] RPC server started. Bound to: 127.20.49.190:42127
15:58:30.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.104224 20755 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.49.190:42127 every 8 connection(s)
15:58:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.105284 20689 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/data/info.pb
15:58:30.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.106455 20678 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 20689
15:58:30.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.106623 20678 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-0/wal/instance
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.108369 20678 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/logs
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data/info.pb
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.189:33461
15:58:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.189
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39957/jwks.json with env {}
15:58:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.109411 20756 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:58:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.112993 20756 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.126797 20756 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.127701 20705 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.49.189:33461: connect: Connection refused (error 111)
15:58:30.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.128597 20756 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.189:33461: Network error: Client connection negotiation failed: client connection to 127.20.49.189:33461: connect: Connection refused (error 111)
15:58:30.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.177963 20756 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } attempt: 1
15:58:30.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.179716 20756 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.189:33461: Network error: Client connection negotiation failed: client connection to 127.20.49.189:33461: connect: Connection refused (error 111)
15:58:30.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.230155 20758 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:30.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.230448 20758 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:30.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.230487 20758 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.234714 20758 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.234776 20758 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.234794 20758 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.234812 20758 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.234828 20758 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:30.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.234841 20758 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:39957/jwks.json
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.239866 20758 master_runner.cc:386] Master server non-default flags:
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.189:33461
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39957/jwks.json
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data/info.pb
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.189
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.20758
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/logs
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.241065 20758 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:58:30.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.242440 20758 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:30.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.247933 20756 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } attempt: 2
15:58:30.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.249470 20756 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.189:33461: Network error: Client connection negotiation failed: client connection to 127.20.49.189:33461: connect: Connection refused (error 111)
15:58:30.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.251570 20769 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:58:30.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.251578 20767 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:58:30.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.251844 20758 server_base.cc:1034] running on GCE node
15:58:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.251578 20766 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:58:30.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.252556 20758 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:30.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.253718 20758 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.254920 20758 hybrid_clock.cc:648] HybridClock initialized: now 1783526310254885 us; error 52 us; skew 500 ppm
15:58:30.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.256932 20758 webserver.cc:460] Webserver started at http://127.20.49.189:43705/ using document root <none> and password file <none>
15:58:30.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.257546 20758 fs_manager.cc:359] Metadata directory not provided
15:58:30.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.257637 20758 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:30.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.257859 20758 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:30.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.259979 20758 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data/instance:
15:58:30.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf1a480ef82f4e2eabacdab22be9b791"
15:58:30.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.260586 20758 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal/instance:
15:58:30.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf1a480ef82f4e2eabacdab22be9b791"
15:58:30.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.264360 20758 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.003s
15:58:30.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.266901 20775 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.268222 20758 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.268378 20758 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cf1a480ef82f4e2eabacdab22be9b791"
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.268524 20758 fs_report.cc:383] FS layout report
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data/data
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:30.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:30.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:30.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:30.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:30.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:30.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:30.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:30.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.319079 20758 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:30.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.319907 20758 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:58:30.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.320145 20758 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:30.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.327317 20758 rpc_server.cc:307] RPC server started. Bound to: 127.20.49.189:33461
15:58:30.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.327332 20827 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.49.189:33461 every 8 connection(s)
15:58:30.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.328344 20758 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/data/info.pb
15:58:30.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.332003 20828 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:58:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.336144 20678 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 20758
15:58:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.336267 20678 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-1/wal/instance
15:58:30.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.335831 20828 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.337003 20678 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/logs
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data/info.pb
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.188:41647
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.188
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:30.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39957/jwks.json with env {}
15:58:30.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.340683 20756 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } attempt: 3
15:58:30.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.350039 20828 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.351025 20756 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.352522 20756 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.188:41647: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.356441 20828 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.357399 20776 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.358330 20828 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.188:41647: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.383723 20756 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } attempt: 1
15:58:30.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.385345 20756 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.188:41647: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.407585 20828 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } attempt: 1
15:58:30.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.409170 20828 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.188:41647: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.458022 20830 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:30.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.458312 20830 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:30.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.458351 20830 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:30.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.460584 20756 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } attempt: 2
15:58:30.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.462028 20756 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.188:41647: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.463174 20830 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.463229 20830 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.463248 20830 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.463265 20830 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.463281 20830 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.463295 20830 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:39957/jwks.json
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.468355 20830 master_runner.cc:386] Master server non-default flags:
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.188:41647
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39957/jwks.json
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data/info.pb
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.188
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.20830
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/logs
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:30.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.469668 20830 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:58:30.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.471005 20830 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:30.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.477353 20828 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } attempt: 2
15:58:30.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.479074 20828 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.49.188:41647: Network error: Client connection negotiation failed: client connection to 127.20.49.188:41647: connect: Connection refused (error 111)
15:58:30.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.480155 20841 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:58:30.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.480181 20839 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:58:30.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.480249 20838 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:58:30.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.480859 20830 server_base.cc:1034] running on GCE node
15:58:30.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.481436 20830 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:30.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.482586 20830 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:30.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.483827 20830 hybrid_clock.cc:648] HybridClock initialized: now 1783526310483786 us; error 55 us; skew 500 ppm
15:58:30.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.486310 20830 webserver.cc:460] Webserver started at http://127.20.49.188:41407/ using document root <none> and password file <none>
15:58:30.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.486914 20830 fs_manager.cc:359] Metadata directory not provided
15:58:30.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.486982 20830 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:30.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.487162 20830 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:30.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.489434 20830 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data/instance:
15:58:30.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f7335fd4f8a48839f19e23161af88b3"
15:58:30.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.490090 20830 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal/instance:
15:58:30.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f7335fd4f8a48839f19e23161af88b3"
15:58:30.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.494449 20830 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:30.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.497236 20847 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:30.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.498796 20830 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.498912 20830 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f7335fd4f8a48839f19e23161af88b3"
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.499010 20830 fs_report.cc:383] FS layout report
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data/data
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:30.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:30.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.517246 20830 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:30.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.517957 20830 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:58:30.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.518132 20830 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.525339 20899 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.49.188:41647 every 8 connection(s)
15:58:30.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.525341 20830 rpc_server.cc:307] RPC server started. Bound to: 127.20.49.188:41647
15:58:30.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.526458 20830 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/data/info.pb
15:58:30.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.529801 20900 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:58:30.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.533226 20900 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.533931 20678 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 20830
15:58:30.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.534045 20678 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/master-2/wal/instance
15:58:30.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.546172 20900 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.551533 20900 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } has no permanent_uuid. Determining permanent_uuid...
15:58:30.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.559718 20900 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: Bootstrap starting.
15:58:30.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.561192 20756 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } attempt: 3
15:58:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.562387 20900 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: Neither blocks nor log segments found. Creating new log.
15:58:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.563594 20900 log.cc:824] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: Log is configured to *not* fsync() on all Append() calls
15:58:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.565757 20900 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: No bootstrap required, opened a new log
15:58:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.570263 20828 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } attempt: 3
15:58:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.570307 20900 raft_consensus.cc:348] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.570516 20756 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: Bootstrap starting.
15:58:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.570557 20900 raft_consensus.cc:374] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:30.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.570602 20900 raft_consensus.cc:729] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9f7335fd4f8a48839f19e23161af88b3, State: Initialized, Role: FOLLOWER
15:58:30.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.571121 20900 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.572685 20900 sys_catalog.cc:564] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [sys.catalog]: configured and running, proceeding with master startup.
15:58:30.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.573412 20756 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: Neither blocks nor log segments found. Creating new log.
15:58:30.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.574975 20756 log.cc:824] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: Log is configured to *not* fsync() on all Append() calls
15:58:30.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.577142 20756 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: No bootstrap required, opened a new log
15:58:30.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.578737 20828 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791: Bootstrap starting.
15:58:30.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.576269 20830 master_runner.cc:186] Error getting master registration for 127.20.49.190:42127: OK, instance_id { permanent_uuid: "0c31080e64b746338e39bf3069061e83" instance_seqno: 1783526310102411 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.579602 20830 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.579595 20909 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.579748 20909 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.580700 20920 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.580785 20920 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.581378 20756 raft_consensus.cc:348] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.581730 20756 raft_consensus.cc:374] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.582122 20828 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791: Neither blocks nor log segments found. Creating new log.
15:58:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.582302 20756 raft_consensus.cc:729] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c31080e64b746338e39bf3069061e83, State: Initialized, Role: FOLLOWER
15:58:30.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.582927 20756 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.583374 20923 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.583582 20923 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.583606 20828 log.cc:824] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791: Log is configured to *not* fsync() on all Append() calls
15:58:30.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.584187 20756 sys_catalog.cc:564] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [sys.catalog]: configured and running, proceeding with master startup.
15:58:30.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.586053 20828 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791: No bootstrap required, opened a new log
15:58:30.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.589488 20935 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:30.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.589710 20935 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:30.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.591065 20828 raft_consensus.cc:348] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.591507 20828 raft_consensus.cc:374] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:30.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.591671 20828 raft_consensus.cc:729] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf1a480ef82f4e2eabacdab22be9b791, State: Initialized, Role: FOLLOWER
15:58:30.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.589007 20689 master_runner.cc:186] Error getting master registration for 127.20.49.189:33461: OK, instance_id { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" instance_seqno: 1783526310325282 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:30.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.592386 20828 consensus_queue.cc:260] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.593545 20689 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:30.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.594223 20828 sys_catalog.cc:564] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: configured and running, proceeding with master startup.
15:58:30.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.598882 20709 tablet.cc:2369] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:30.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.602725 20948 catalog_manager.cc:1558] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:30.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.602984 20948 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:30.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.604662 20758 master_runner.cc:263] No leader master found from master cf1a480ef82f4e2eabacdab22be9b791
15:58:30.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.604744 20758 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:30.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.605206 20937 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.605746 20937 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.659545 20937 raft_consensus.cc:482] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:30.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.660025 20937 raft_consensus.cc:504] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.661979 20730 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cf1a480ef82f4e2eabacdab22be9b791" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c31080e64b746338e39bf3069061e83" is_pre_election: true
15:58:30.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.662320 20730 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf1a480ef82f4e2eabacdab22be9b791 in term 0.
15:58:30.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.662911 20779 leader_election.cc:302] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c31080e64b746338e39bf3069061e83, cf1a480ef82f4e2eabacdab22be9b791; no voters: 
15:58:30.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.664045 20874 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cf1a480ef82f4e2eabacdab22be9b791" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f7335fd4f8a48839f19e23161af88b3" is_pre_election: true
15:58:30.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.664364 20874 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf1a480ef82f4e2eabacdab22be9b791 in term 0.
15:58:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.664902 20937 leader_election.cc:288] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0c31080e64b746338e39bf3069061e83 (127.20.49.190:42127), 9f7335fd4f8a48839f19e23161af88b3 (127.20.49.188:41647)
15:58:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.665274 20937 raft_consensus.cc:2781] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.665438 20937 raft_consensus.cc:482] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.665548 20937 raft_consensus.cc:3037] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 0 FOLLOWER]: Advancing to term 1
15:58:30.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.666904 20937 raft_consensus.cc:504] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.667765 20730 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cf1a480ef82f4e2eabacdab22be9b791" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c31080e64b746338e39bf3069061e83"
15:58:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.667902 20730 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 0 FOLLOWER]: Advancing to term 1
15:58:30.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.669227 20730 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf1a480ef82f4e2eabacdab22be9b791 in term 1.
15:58:30.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.669791 20779 leader_election.cc:302] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [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: 0c31080e64b746338e39bf3069061e83, cf1a480ef82f4e2eabacdab22be9b791; no voters: 
15:58:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.672909 20874 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cf1a480ef82f4e2eabacdab22be9b791" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9f7335fd4f8a48839f19e23161af88b3"
15:58:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.673045 20874 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 0 FOLLOWER]: Advancing to term 1
15:58:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.674335 20874 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf1a480ef82f4e2eabacdab22be9b791 in term 1.
15:58:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.674890 20937 leader_election.cc:288] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [CANDIDATE]: Term 1 election: Requested vote from peers 0c31080e64b746338e39bf3069061e83 (127.20.49.190:42127), 9f7335fd4f8a48839f19e23161af88b3 (127.20.49.188:41647)
15:58:30.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.675329 20937 raft_consensus.cc:2781] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 1 FOLLOWER]: Leader election won for term 1
15:58:30.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.675501 20937 raft_consensus.cc:686] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [term 1 LEADER]: Becoming Leader. State: Replica: cf1a480ef82f4e2eabacdab22be9b791, State: Running, Role: LEADER
15:58:30.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.675935 20937 consensus_queue.cc:237] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [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: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } }
15:58:30.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.677929 20937 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cf1a480ef82f4e2eabacdab22be9b791. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.678243 20937 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: This master's current role is: LEADER
15:58:30.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.679926 20952 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:30.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.680994 20952 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:30.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.686969 20874 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [term 1 FOLLOWER]: Refusing update from remote peer cf1a480ef82f4e2eabacdab22be9b791: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:30.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.689774 20937 consensus_queue.cc:1035] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:30.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.694959 20909 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cf1a480ef82f4e2eabacdab22be9b791. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.695173 20909 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.696655 20730 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [term 1 FOLLOWER]: Refusing update from remote peer cf1a480ef82f4e2eabacdab22be9b791: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:30.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.697510 20937 consensus_queue.cc:1035] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:30.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.702051 20923 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cf1a480ef82f4e2eabacdab22be9b791. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.702214 20923 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.709764 20937 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.709908 20937 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: This master's current role is: LEADER
15:58:30.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.711788 20923 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.711916 20923 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.712489 20953 mvcc.cc:205] Tried to move back new op lower bound from 7305323768565002240 to 7305323768532463616. Current Snapshot: MvccSnapshot[applied={T|T < 7305323768565002240}]
15:58:30.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.714228 20956 mvcc.cc:205] Tried to move back new op lower bound from 7305323768565002240 to 7305323768532463616. Current Snapshot: MvccSnapshot[applied={T|T < 7305323768565002240}]
15:58:30.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.715210 20950 sys_catalog.cc:455] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.715366 20950 sys_catalog.cc:458] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791 [sys.catalog]: This master's current role is: LEADER
15:58:30.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.716604 20909 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "cf1a480ef82f4e2eabacdab22be9b791" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c31080e64b746338e39bf3069061e83" member_type: VOTER last_known_addr { host: "127.20.49.190" port: 42127 } } peers { permanent_uuid: "cf1a480ef82f4e2eabacdab22be9b791" member_type: VOTER last_known_addr { host: "127.20.49.189" port: 33461 } } peers { permanent_uuid: "9f7335fd4f8a48839f19e23161af88b3" member_type: VOTER last_known_addr { host: "127.20.49.188" port: 41647 } } }
15:58:30.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.716732 20909 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3 [sys.catalog]: This master's current role is: FOLLOWER
15:58:30.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.719650 20954 mvcc.cc:205] Tried to move back new op lower bound from 7305323768565002240 to 7305323768532463616. Current Snapshot: MvccSnapshot[applied={T|T < 7305323768565002240}]
15:58:30.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.723526 20952 catalog_manager.cc:1347] Generated new cluster ID: cc8d9ebfde814239ab98f1b14b197f55
15:58:30.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.723603 20952 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:30.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.759001 20952 catalog_manager.cc:1370] Generated new certificate authority record
15:58:30.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.760504 20952 catalog_manager.cc:1504] Loading token signing keys...
15:58:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.776420 20952 catalog_manager.cc:5868] T 00000000000000000000000000000000 P cf1a480ef82f4e2eabacdab22be9b791: Generated new TSK 0
15:58:30.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.777350 20952 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:30.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.795738 20678 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/logs
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data/info.pb
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.129:0
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.49.129
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.129
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:30.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.921613 20961 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:30.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.921957 20961 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:30.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.922011 20961 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:30.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.926923 20961 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:30.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.927090 20961 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.20.49.129
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.932921 20961 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.129:0
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data/info.pb
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.129
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.20961
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.49.129
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/logs
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:30.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:30.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:30.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:30.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:30.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:30.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.934373 20961 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:58:30.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.936002 20961 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:30.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.946141 20969 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:58:30.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.946141 20967 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:58:30.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:30.946136 20966 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:58:30.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.946297 20961 server_base.cc:1034] running on GCE node
15:58:30.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.946959 20961 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:30.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.947563 20961 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:30.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.948858 20961 hybrid_clock.cc:648] HybridClock initialized: now 1783526310948839 us; error 28 us; skew 500 ppm
15:58:30.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.950987 20961 webserver.cc:460] Webserver started at http://127.20.49.129:43765/ using document root <none> and password file <none>
15:58:30.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.951557 20961 fs_manager.cc:359] Metadata directory not provided
15:58:30.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.951624 20961 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:30.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.951936 20961 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.954100 20961 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data/instance:
15:58:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5cc59c35281417893e247e4b6ed6c65"
15:58:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.954679 20961 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal/instance:
15:58:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5cc59c35281417893e247e4b6ed6c65"
15:58:30.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.958982 20961 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:30.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.961823 20975 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.963377 20961 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.963495 20961 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5cc59c35281417893e247e4b6ed6c65"
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:30 on dist-test-slave-vt7w"
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.963588 20961 fs_report.cc:383] FS layout report
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data/data
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:30.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.975664 20961 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:30.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.976316 20961 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:58:30.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.976471 20961 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:30.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.977103 20961 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:30.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.978052 20961 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:30.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.978101 20961 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:30.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.978140 20961 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:30.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.978156 20961 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:30.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.987567 20961 rpc_server.cc:307] RPC server started. Bound to: 127.20.49.129:36335
15:58:30.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.987591 21088 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.49.129:36335 every 8 connection(s)
15:58:30.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.988442 20961 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/data/info.pb
15:58:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.992633 20678 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 20961
15:58:30.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.992867 20678 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-0/wal/instance
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:30.995570 20678 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/logs
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data/info.pb
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.130:0
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.49.130
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.130
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:30.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:31.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.003162 21089 heartbeater.cc:347] Connected to a master server at 127.20.49.188:41647
15:58:31.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.003212 21090 heartbeater.cc:347] Connected to a master server at 127.20.49.190:42127
15:58:31.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.003422 21089 heartbeater.cc:464] Registering TS with master...
15:58:31.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.003422 21090 heartbeater.cc:464] Registering TS with master...
15:58:31.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.003437 21091 heartbeater.cc:347] Connected to a master server at 127.20.49.189:33461
15:58:31.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.004185 21090 heartbeater.cc:511] Master 127.20.49.190:42127 requested a full tablet report, sending...
15:58:31.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.004185 21089 heartbeater.cc:511] Master 127.20.49.188:41647 requested a full tablet report, sending...
15:58:31.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.005188 21091 heartbeater.cc:464] Registering TS with master...
15:58:31.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.005493 21091 heartbeater.cc:511] Master 127.20.49.189:33461 requested a full tablet report, sending...
15:58:31.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.006095 20864 ts_manager.cc:194] Registered new tserver with Master: d5cc59c35281417893e247e4b6ed6c65 (127.20.49.129:36335)
15:58:31.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.006098 20720 ts_manager.cc:194] Registered new tserver with Master: d5cc59c35281417893e247e4b6ed6c65 (127.20.49.129:36335)
15:58:31.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.006532 20790 ts_manager.cc:194] Registered new tserver with Master: d5cc59c35281417893e247e4b6ed6c65 (127.20.49.129:36335)
15:58:31.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.007731 20790 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.20.49.129:41225
15:58:31.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.116731 21096 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:31.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.117093 21096 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:31.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.117142 21096 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:31.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.121361 21096 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:31.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.121501 21096 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.20.49.130
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.126343 21096 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.130:0
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data/info.pb
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.130
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21096
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.49.130
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/logs
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:31.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.127753 21096 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:58:31.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.129254 21096 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.139478 21104 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:58:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.139479 21102 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:58:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.139478 21101 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:58:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.139532 21096 server_base.cc:1034] running on GCE node
15:58:31.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.140211 21096 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:31.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.140969 21096 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:31.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.142156 21096 hybrid_clock.cc:648] HybridClock initialized: now 1783526311142126 us; error 44 us; skew 500 ppm
15:58:31.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.144151 21096 webserver.cc:460] Webserver started at http://127.20.49.130:39599/ using document root <none> and password file <none>
15:58:31.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.144692 21096 fs_manager.cc:359] Metadata directory not provided
15:58:31.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.144801 21096 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:31.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.144999 21096 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.146886 21096 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data/instance:
15:58:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32d99f648f264bf8b1aca63689040244"
15:58:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:31 on dist-test-slave-vt7w"
15:58:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.147395 21096 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal/instance:
15:58:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32d99f648f264bf8b1aca63689040244"
15:58:31.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:31 on dist-test-slave-vt7w"
15:58:31.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.151093 21096 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
15:58:31.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.153826 21110 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.155306 21096 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.155409 21096 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32d99f648f264bf8b1aca63689040244"
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:31 on dist-test-slave-vt7w"
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.155508 21096 fs_report.cc:383] FS layout report
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data/data
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:31.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.177464 21096 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:31.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.178146 21096 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:58:31.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.178313 21096 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:31.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.178853 21096 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:31.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.179791 21096 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:31.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.179837 21096 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:31.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.179877 21096 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:31.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.179893 21096 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:31.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.189386 21096 rpc_server.cc:307] RPC server started. Bound to: 127.20.49.130:45769
15:58:31.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.189405 21223 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.49.130:45769 every 8 connection(s)
15:58:31.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.190348 21096 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/data/info.pb
15:58:31.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.193473 20678 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21096
15:58:31.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.193570 20678 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-1/wal/instance
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.196470 20678 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/logs
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data/info.pb
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.131:0
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.49.131
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.131
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:31.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.205099 21226 heartbeater.cc:347] Connected to a master server at 127.20.49.189:33461
15:58:31.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.205344 21226 heartbeater.cc:464] Registering TS with master...
15:58:31.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.205868 21226 heartbeater.cc:511] Master 127.20.49.189:33461 requested a full tablet report, sending...
15:58:31.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.206331 21225 heartbeater.cc:347] Connected to a master server at 127.20.49.190:42127
15:58:31.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.206427 21225 heartbeater.cc:464] Registering TS with master...
15:58:31.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.206593 21225 heartbeater.cc:511] Master 127.20.49.190:42127 requested a full tablet report, sending...
15:58:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.206825 21224 heartbeater.cc:347] Connected to a master server at 127.20.49.188:41647
15:58:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.206892 21224 heartbeater.cc:464] Registering TS with master...
15:58:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.207024 21224 heartbeater.cc:511] Master 127.20.49.188:41647 requested a full tablet report, sending...
15:58:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.207032 20790 ts_manager.cc:194] Registered new tserver with Master: 32d99f648f264bf8b1aca63689040244 (127.20.49.130:45769)
15:58:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.207361 20720 ts_manager.cc:194] Registered new tserver with Master: 32d99f648f264bf8b1aca63689040244 (127.20.49.130:45769)
15:58:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.207823 20790 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.20.49.130:36103
15:58:31.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.209781 20864 ts_manager.cc:194] Registered new tserver with Master: 32d99f648f264bf8b1aca63689040244 (127.20.49.130:45769)
15:58:31.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.314229 21231 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:31.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.314507 21231 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:31.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.314544 21231 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:31.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.318785 21231 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:31.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.318898 21231 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.20.49.131
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.323820 21231 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.49.148:36559
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.49.131:0
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data/info.pb
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.49.131
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.49.190:42127,127.20.49.189:33461,127.20.49.188:41647
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21231
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.49.131
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/logs
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:31.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:31.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.325008 21231 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:58:31.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.326426 21231 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:31.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.338972 21237 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:58:31.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.339217 21231 server_base.cc:1034] running on GCE node
15:58:31.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.338896 21239 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:58:31.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.338884 21236 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:58:31.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.339928 21231 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:31.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.340680 21231 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:31.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.341859 21231 hybrid_clock.cc:648] HybridClock initialized: now 1783526311341820 us; error 49 us; skew 500 ppm
15:58:31.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.343930 21231 webserver.cc:460] Webserver started at http://127.20.49.131:41723/ using document root <none> and password file <none>
15:58:31.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.344553 21231 fs_manager.cc:359] Metadata directory not provided
15:58:31.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.344620 21231 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:31.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.344875 21231 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.346784 21231 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data/instance:
15:58:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83c850ae52a843cb909222677dbd7b18"
15:58:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:31 on dist-test-slave-vt7w"
15:58:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.347290 21231 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal/instance:
15:58:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83c850ae52a843cb909222677dbd7b18"
15:58:31.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:31 on dist-test-slave-vt7w"
15:58:31.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.351253 21231 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
15:58:31.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.354204 21245 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.355665 21231 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.355777 21231 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal
15:58:31.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83c850ae52a843cb909222677dbd7b18"
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:31 on dist-test-slave-vt7w"
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.355921 21231 fs_report.cc:383] FS layout report
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data/data
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:31.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.382261 21231 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.382937 21231 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:58:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.383095 21231 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:31.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.383634 21231 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.384702 21231 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.384816 21231 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.384888 21231 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:31.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.384915 21231 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:31.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.394753 21231 rpc_server.cc:307] RPC server started. Bound to: 127.20.49.131:44485
15:58:31.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.394771 21358 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.49.131:44485 every 8 connection(s)
15:58:31.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.395782 21231 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/data/info.pb
15:58:31.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.403573 20678 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21231
15:58:31.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.403681 20678 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2123545365091994731/ts-2/wal/instance
15:58:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.408932 21359 heartbeater.cc:347] Connected to a master server at 127.20.49.188:41647
15:58:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409194 21359 heartbeater.cc:464] Registering TS with master...
15:58:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409222 21361 heartbeater.cc:347] Connected to a master server at 127.20.49.189:33461
15:58:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409315 21361 heartbeater.cc:464] Registering TS with master...
15:58:31.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409655 21360 heartbeater.cc:347] Connected to a master server at 127.20.49.190:42127
15:58:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409732 21360 heartbeater.cc:464] Registering TS with master...
15:58:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409883 21359 heartbeater.cc:511] Master 127.20.49.188:41647 requested a full tablet report, sending...
15:58:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409880 21361 heartbeater.cc:511] Master 127.20.49.189:33461 requested a full tablet report, sending...
15:58:31.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.409880 21360 heartbeater.cc:511] Master 127.20.49.190:42127 requested a full tablet report, sending...
15:58:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.410953 20790 ts_manager.cc:194] Registered new tserver with Master: 83c850ae52a843cb909222677dbd7b18 (127.20.49.131:44485)
15:58:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.411065 20720 ts_manager.cc:194] Registered new tserver with Master: 83c850ae52a843cb909222677dbd7b18 (127.20.49.131:44485)
15:58:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.411065 20864 ts_manager.cc:194] Registered new tserver with Master: 83c850ae52a843cb909222677dbd7b18 (127.20.49.131:44485)
15:58:31.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.411654 20790 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.20.49.131:38205
15:58:31.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.425980 20678 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:31.426 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:31.426 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:31.427 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.49.190"
      port: 42127
    }
    bound_http_address {
      host: "127.20.49.190"
      port: 33777
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.49.189"
      port: 33461
    }
    bound_http_address {
      host: "127.20.49.189"
      port: 43705
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.49.188"
      port: 41647
    }
    bound_http_address {
      host: "127.20.49.188"
      port: 41407
    }
  }
}

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

15:58:31.428 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.49.129"
      port: 36335
    }
    bound_http_address {
      host: "127.20.49.129"
      port: 43765
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.49.130"
      port: 45769
    }
    bound_http_address {
      host: "127.20.49.130"
      port: 39599
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.49.131"
      port: 44485
    }
    bound_http_address {
      host: "127.20.49.131"
      port: 41723
    }
  }
}

15:58:31.428 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:31.430 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:31.430 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:31.431 [INFO - main] (Logging.scala:57) ==============================================================
15:58:31.431 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:31.431 [INFO - main] (Logging.scala:57) ==============================================================
15:58:31.431 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:31.432 [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:58:31.432 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:31.432 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:31.433 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:31.433 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:31.433 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:31.433 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:31.433 [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:58:31.452 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 44919.
15:58:31.453 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:31.454 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:31.455 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:31.455 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:31.455 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:31.456 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-1a857817-579a-494d-afca-215b844634e8
15:58:31.456 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:31.457 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:31.482 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:31.487 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 40565.
15:58:31.487 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:40565
15:58:31.487 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:31.487 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40565, None)
15:58:31.488 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:40565 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40565, None)
15:58:31.488 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40565, None)
15:58:31.488 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 40565, None)
15:58:31.494 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:31.502 [DEBUG - main] (Connection.java:748) [peer master-127.20.49.190:42127(127.20.49.190:42127)] connecting to peer
15:58:31.503 [DEBUG - main] (Connection.java:748) [peer master-127.20.49.189:33461(127.20.49.189:33461)] connecting to peer
15:58:31.504 [DEBUG - main] (Connection.java:748) [peer master-127.20.49.188:41647(127.20.49.188:41647)] connecting to peer
15:58:31.505 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.49.189:33461(127.20.49.189:33461)] Successfully connected to peer
15:58:31.506 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.49.190:42127(127.20.49.190:42127)] Successfully connected to peer
15:58:31.507 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.49.188:41647(127.20.49.188:41647)] Successfully connected to peer
15:58:31.508 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.49.190
15:58:31.508 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.49.189
15:58:31.511 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.49.188
15:58:31.520 [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:58:31.521 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8664051b, L:/127.0.0.1:40010 - R:/127.20.49.189:33461] using SASL/PLAIN
15:58:31.523 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.525872 20790 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40010:
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:31.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:31.532 [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:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:31.533 [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:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:31.533 [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:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:31.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:31.535 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x77431ad9, L:/127.0.0.1:47854 - R:/127.20.49.188:41647] using SASL/PLAIN
15:58:31.536 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x015864d0, L:/127.0.0.1:36140 - R:/127.20.49.190:42127] using SASL/PLAIN
15:58:31.547 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table f4f48fb80f4044c9924569a29ad2e10e
15:58:31.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.558743 21023 tablet_service.cc:1467] Processing CreateTablet for tablet a2bc8a10a1034724881aa3676e65ed13 (DEFAULT_TABLE table=test [id=f4f48fb80f4044c9924569a29ad2e10e]), partition=RANGE (key) PARTITION VALUES < 50
15:58:31.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.559293 21158 tablet_service.cc:1467] Processing CreateTablet for tablet 08edc77ccb904bd0884027d5f7b3768a (DEFAULT_TABLE table=test [id=f4f48fb80f4044c9924569a29ad2e10e]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:31.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.560389 21023 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a2bc8a10a1034724881aa3676e65ed13. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:31.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.560673 21158 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 08edc77ccb904bd0884027d5f7b3768a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:31.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.566390 21410 tablet_bootstrap.cc:492] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65: Bootstrap starting.
15:58:31.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.566426 21411 tablet_bootstrap.cc:492] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244: Bootstrap starting.
15:58:31.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.568856 21410 tablet_bootstrap.cc:654] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65: Neither blocks nor log segments found. Creating new log.
15:58:31.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.569298 21411 tablet_bootstrap.cc:654] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244: Neither blocks nor log segments found. Creating new log.
15:58:31.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.569669 21410 log.cc:824] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65: Log is configured to *not* fsync() on all Append() calls
15:58:31.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.569958 21411 log.cc:824] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244: Log is configured to *not* fsync() on all Append() calls
15:58:31.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.571362 21410 tablet_bootstrap.cc:492] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65: No bootstrap required, opened a new log
15:58:31.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.571576 21410 ts_tablet_manager.cc:1397] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65: Time spent bootstrapping tablet: real 0.005s	user 0.001s	sys 0.003s
15:58:31.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.571645 21411 tablet_bootstrap.cc:492] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244: No bootstrap required, opened a new log
15:58:31.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.571826 21411 ts_tablet_manager.cc:1397] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:31.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.575331 21410 raft_consensus.cc:348] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5cc59c35281417893e247e4b6ed6c65" member_type: VOTER last_known_addr { host: "127.20.49.129" port: 36335 } }
15:58:31.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.575377 21411 raft_consensus.cc:348] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "32d99f648f264bf8b1aca63689040244" member_type: VOTER last_known_addr { host: "127.20.49.130" port: 45769 } }
15:58:31.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.575569 21411 raft_consensus.cc:374] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:31.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.575574 21410 raft_consensus.cc:374] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:31.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.575604 21411 raft_consensus.cc:729] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32d99f648f264bf8b1aca63689040244, State: Initialized, Role: FOLLOWER
15:58:31.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.575621 21410 raft_consensus.cc:729] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5cc59c35281417893e247e4b6ed6c65, State: Initialized, Role: FOLLOWER
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576046 21411 consensus_queue.cc:260] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [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: "32d99f648f264bf8b1aca63689040244" member_type: VOTER last_known_addr { host: "127.20.49.130" port: 45769 } }
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576046 21410 consensus_queue.cc:260] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [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: "d5cc59c35281417893e247e4b6ed6c65" member_type: VOTER last_known_addr { host: "127.20.49.129" port: 36335 } }
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576174 21411 raft_consensus.cc:388] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576203 21410 raft_consensus.cc:388] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576220 21411 raft_consensus.cc:482] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576262 21410 raft_consensus.cc:482] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576296 21411 raft_consensus.cc:3037] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 0 FOLLOWER]: Advancing to term 1
15:58:31.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.576351 21410 raft_consensus.cc:3037] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 0 FOLLOWER]: Advancing to term 1
15:58:31.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577237 21411 raft_consensus.cc:504] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "32d99f648f264bf8b1aca63689040244" member_type: VOTER last_known_addr { host: "127.20.49.130" port: 45769 } }
15:58:31.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577247 21410 raft_consensus.cc:504] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5cc59c35281417893e247e4b6ed6c65" member_type: VOTER last_known_addr { host: "127.20.49.129" port: 36335 } }
15:58:31.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577548 21411 leader_election.cc:302] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [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: 32d99f648f264bf8b1aca63689040244; no voters: 
15:58:31.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577579 21410 leader_election.cc:302] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [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: d5cc59c35281417893e247e4b6ed6c65; no voters: 
15:58:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577878 21411 leader_election.cc:288] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577925 21410 leader_election.cc:288] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577986 21415 raft_consensus.cc:2781] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 1 FOLLOWER]: Leader election won for term 1
15:58:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.578159 21415 raft_consensus.cc:686] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [term 1 LEADER]: Becoming Leader. State: Replica: d5cc59c35281417893e247e4b6ed6c65, State: Running, Role: LEADER
15:58:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.578549 21415 consensus_queue.cc:237] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 [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: "d5cc59c35281417893e247e4b6ed6c65" member_type: VOTER last_known_addr { host: "127.20.49.129" port: 36335 } }
15:58:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.578929 21410 ts_tablet_manager.cc:1428] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
15:58:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.577965 21414 raft_consensus.cc:2781] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 1 FOLLOWER]: Leader election won for term 1
15:58:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.579059 21091 heartbeater.cc:503] Master 127.20.49.189:33461 was elected leader, sending a full tablet report...
15:58:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.579422 21414 raft_consensus.cc:686] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [term 1 LEADER]: Becoming Leader. State: Replica: 32d99f648f264bf8b1aca63689040244, State: Running, Role: LEADER
15:58:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.579818 21226 heartbeater.cc:503] Master 127.20.49.189:33461 was elected leader, sending a full tablet report...
15:58:31.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.580065 21414 consensus_queue.cc:237] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 [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: "32d99f648f264bf8b1aca63689040244" member_type: VOTER last_known_addr { host: "127.20.49.130" port: 45769 } }
15:58:31.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.582273 20920 catalog_manager.cc:1259] Loaded cluster ID: cc8d9ebfde814239ab98f1b14b197f55
15:58:31.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.582337 20920 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: loading cluster ID for follower catalog manager: success
15:58:31.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.582934 20790 catalog_manager.cc:5495] T a2bc8a10a1034724881aa3676e65ed13 P d5cc59c35281417893e247e4b6ed6c65 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5cc59c35281417893e247e4b6ed6c65 (127.20.49.129). New cstate: current_term: 1 leader_uuid: "d5cc59c35281417893e247e4b6ed6c65" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5cc59c35281417893e247e4b6ed6c65" member_type: VOTER last_known_addr { host: "127.20.49.129" port: 36335 } health_report { overall_health: HEALTHY } } }
15:58:31.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.585078 20920 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: acquiring CA information for follower catalog manager: success
15:58:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.586731 20920 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 9f7335fd4f8a48839f19e23161af88b3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.587028 21411 ts_tablet_manager.cc:1428] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
15:58:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.590880 20790 catalog_manager.cc:5495] T 08edc77ccb904bd0884027d5f7b3768a P 32d99f648f264bf8b1aca63689040244 reported cstate change: term changed from 0 to 1, leader changed from <none> to 32d99f648f264bf8b1aca63689040244 (127.20.49.130). New cstate: current_term: 1 leader_uuid: "32d99f648f264bf8b1aca63689040244" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "32d99f648f264bf8b1aca63689040244" member_type: VOTER last_known_addr { host: "127.20.49.130" port: 45769 } health_report { overall_health: HEALTHY } } }
15:58:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.591202 20935 catalog_manager.cc:1259] Loaded cluster ID: cc8d9ebfde814239ab98f1b14b197f55
15:58:31.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.591249 20935 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: loading cluster ID for follower catalog manager: success
15:58:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.593441 20935 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: acquiring CA information for follower catalog manager: success
15:58:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.595047 20935 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 0c31080e64b746338e39bf3069061e83: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.604839 20790 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40010:
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:31.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:31.612 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table c1a763b8194e448ea41c17b9f7ce18c5
15:58:31.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.622056 21293 tablet_service.cc:1467] Processing CreateTablet for tablet cc14e462b4454879a854429050090260 (DEFAULT_TABLE table=simple-test [id=c1a763b8194e448ea41c17b9f7ce18c5]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:31.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.623175 21293 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cc14e462b4454879a854429050090260. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:31.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.630085 21427 tablet_bootstrap.cc:492] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: Bootstrap starting.
15:58:31.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.632134 21427 tablet_bootstrap.cc:654] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: Neither blocks nor log segments found. Creating new log.
15:58:31.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.633365 21427 log.cc:824] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: Log is configured to *not* fsync() on all Append() calls
15:58:31.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.635396 21427 tablet_bootstrap.cc:492] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: No bootstrap required, opened a new log
15:58:31.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.635670 21427 ts_tablet_manager.cc:1397] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:31.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.639556 21427 raft_consensus.cc:348] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83c850ae52a843cb909222677dbd7b18" member_type: VOTER last_known_addr { host: "127.20.49.131" port: 44485 } }
15:58:31.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.639851 21427 raft_consensus.cc:374] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:31.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.639916 21427 raft_consensus.cc:729] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83c850ae52a843cb909222677dbd7b18, State: Initialized, Role: FOLLOWER
15:58:31.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.640435 21427 consensus_queue.cc:260] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [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: "83c850ae52a843cb909222677dbd7b18" member_type: VOTER last_known_addr { host: "127.20.49.131" port: 44485 } }
15:58:31.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.640610 21427 raft_consensus.cc:388] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:31.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.640687 21427 raft_consensus.cc:482] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:31.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.640882 21427 raft_consensus.cc:3037] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 0 FOLLOWER]: Advancing to term 1
15:58:31.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.641898 21427 raft_consensus.cc:504] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83c850ae52a843cb909222677dbd7b18" member_type: VOTER last_known_addr { host: "127.20.49.131" port: 44485 } }
15:58:31.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.642316 21427 leader_election.cc:302] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [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: 83c850ae52a843cb909222677dbd7b18; no voters: 
15:58:31.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.642730 21427 leader_election.cc:288] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:31.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.642978 21429 raft_consensus.cc:2781] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 1 FOLLOWER]: Leader election won for term 1
15:58:31.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.643280 21429 raft_consensus.cc:686] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [term 1 LEADER]: Becoming Leader. State: Replica: 83c850ae52a843cb909222677dbd7b18, State: Running, Role: LEADER
15:58:31.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.643756 21429 consensus_queue.cc:237] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 [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: "83c850ae52a843cb909222677dbd7b18" member_type: VOTER last_known_addr { host: "127.20.49.131" port: 44485 } }
15:58:31.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.643877 21427 ts_tablet_manager.cc:1428] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.004s
15:58:31.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.644104 21361 heartbeater.cc:503] Master 127.20.49.189:33461 was elected leader, sending a full tablet report...
15:58:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:31.647228 21362 tablet.cc:2369] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:31.647598 20790 catalog_manager.cc:5495] T cc14e462b4454879a854429050090260 P 83c850ae52a843cb909222677dbd7b18 reported cstate change: term changed from 0 to 1, leader changed from <none> to 83c850ae52a843cb909222677dbd7b18 (127.20.49.131). New cstate: current_term: 1 leader_uuid: "83c850ae52a843cb909222677dbd7b18" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83c850ae52a843cb909222677dbd7b18" member_type: VOTER last_known_addr { host: "127.20.49.131" port: 44485 } health_report { overall_health: HEALTHY } } }
15:58:31.665 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526311665
15:58:31.668 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a2bc8a10a1034724881aa3676e65ed13 for table 'test' with partition [<start>, 0x80000032)
15:58:31.668 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 08edc77ccb904bd0884027d5f7b3768a for table 'test' with partition [0x80000032, <end>)
15:58:31.668 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=a2bc8a10a1034724881aa3676e65ed13@[d5cc59c35281417893e247e4b6ed6c65(127.20.49.129:36335)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=08edc77ccb904bd0884027d5f7b3768a@[32d99f648f264bf8b1aca63689040244(127.20.49.130:45769)[L]]}]
15:58:31.668 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.20.49.189:33461, [2ms] Sub RPC GetTableLocations: received response from server master-127.20.49.189:33461: OK, deferred=null) after lookup
15:58:31.670 [DEBUG - kudu-nio-1] (Connection.java:748) [peer d5cc59c35281417893e247e4b6ed6c65(127.20.49.129:36335)] connecting to peer
15:58:31.670 [DEBUG - kudu-nio-1] (Connection.java:757) [peer d5cc59c35281417893e247e4b6ed6c65(127.20.49.129:36335)] Successfully connected to peer
15:58:31.681 [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:58:31.683 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x830e194f, L:/127.0.0.1:34788 - R:/127.20.49.129:36335] using TOKEN/null
15:58:31.824 [DEBUG - main] (Connection.java:748) [peer 32d99f648f264bf8b1aca63689040244(127.20.49.130:45769)] connecting to peer
15:58:31.825 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 32d99f648f264bf8b1aca63689040244(127.20.49.130:45769)] Successfully connected to peer
15:58:31.835 [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:58:31.836 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x518ef9e0, L:/127.0.0.1:56628 - R:/127.20.49.130:45769] using TOKEN/null
15:58:32.222 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526312222
15:58:32.223 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526312220582
15:58:32.223 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:32.223 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup710549252617235917/
15:58:32.228 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table f4f48fb80f4044c9924569a29ad2e10e
15:58:32.229 [INFO - ForkJoinPool-83-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup710549252617235917/f4f48fb80f4044c9924569a29ad2e10e-test/1783526312222
15:58:32.229 [INFO - ForkJoinPool-83-worker-1] (KuduBackup.scala:63) Performing an incremental backup: fromMs was set to 1783526311972
15:58:32.230 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:32.230 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:32.253 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.254 [INFO - ForkJoinPool-83-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:32.254 [INFO - ForkJoinPool-83-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:32.254 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.254 [INFO - ForkJoinPool-83-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:32.254 [INFO - ForkJoinPool-83-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:32.254 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.284 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:32.285 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:32.286 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:32.286 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:32.286 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:32.286 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:32.304 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 190.6 KiB, free 1993.7 MiB)
15:58:32.306 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:32.306 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40565 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:32.307 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:32.307 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:32.307 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:32.309 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5128 bytes) taskResourceAssignments Map()
15:58:32.310 [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:58:32.322 [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:58:32.325 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table f4f48fb80f4044c9924569a29ad2e10e
15:58:32.326 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:32.326 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:32.326 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.326 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:32.326 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:32.327 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:32.328 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:32.348 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323774861312000) for scanner KuduScanner(table=test, tablet=a2bc8a10a1034724881aa3676e65ed13, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:32.349 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:58:32.351 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558326623832381769230951_0000_m_000000_0' to file:/tmp/backup710549252617235917/f4f48fb80f4044c9924569a29ad2e10e-test/1783526312222/_temporary/0/task_202607081558326623832381769230951_0000_m_000000
15:58:32.351 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558326623832381769230951_0000_m_000000_0: Committed
15:58:32.352 [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). 6257 bytes result sent to driver
15:58:32.353 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5128 bytes) taskResourceAssignments Map()
15:58:32.353 [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:58:32.353 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 45 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:32.362 [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:58:32.365 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table f4f48fb80f4044c9924569a29ad2e10e
15:58:32.366 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:32.366 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:32.366 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.366 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:32.367 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:32.367 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:32.378 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 100 rows, more = false, responseScanTimestamp = 7305323774861312000) for scanner KuduScanner(table=test, tablet=08edc77ccb904bd0884027d5f7b3768a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:32.413 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:32.414 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:32.414 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:32.414 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:32.414 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:32.415 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:32.435 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 17236
15:58:32.439 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558324252173994429185717_0000_m_000001_1' to file:/tmp/backup710549252617235917/f4f48fb80f4044c9924569a29ad2e10e-test/1783526312222/_temporary/0/task_202607081558324252173994429185717_0000_m_000001
15:58:32.439 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558324252173994429185717_0000_m_000001_1: Committed
15:58:32.440 [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). 6343 bytes result sent to driver
15:58:32.447 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 95 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:32.448 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.160 s
15:58:32.448 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:32.449 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:32.449 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:32.450 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.165337 s
15:58:32.465 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Write Job 7927f8a9-d833-438f-b163-14100a9d96bb committed.
15:58:32.466 [INFO - ForkJoinPool-83-worker-1] (Logging.scala:57) Finished processing stats for write job 7927f8a9-d833-438f-b163-14100a9d96bb.
15:58:32.468 [INFO - ForkJoinPool-83-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup710549252617235917/f4f48fb80f4044c9924569a29ad2e10e-test/1783526312222/.kudu-metadata.json
15:58:32.483 [INFO - ForkJoinPool-83-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:32.486 [DEBUG - main] (Connection.java:748) [peer master-127.20.49.190:42127(127.20.49.190:42127)] connecting to peer
15:58:32.487 [DEBUG - main] (Connection.java:748) [peer master-127.20.49.189:33461(127.20.49.189:33461)] connecting to peer
15:58:32.489 [DEBUG - main] (Connection.java:748) [peer master-127.20.49.188:41647(127.20.49.188:41647)] connecting to peer
15:58:32.490 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.49.190:42127(127.20.49.190:42127)] Successfully connected to peer
15:58:32.490 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.49.189:33461(127.20.49.189:33461)] Successfully connected to peer
15:58:32.492 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.49.188:41647(127.20.49.188:41647)] Successfully connected to peer
15:58:32.497 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.49.189
15:58:32.502 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.49.188
15:58:32.515 [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:58:32.516 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x112c6140, L:/127.0.0.1:40810 - R:/127.20.49.189:33461] using SASL/PLAIN
15:58:32.522 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.49.190
15:58:32.523 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:32.523 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=38), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.20.49.190:42127, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.20.49.189:33461, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.20.49.188:41647, [31ms] Sub RPC ConnectToMaster: received response from server master-127.20.49.189:33461: OK, deferred=null) after lookup
15:58:32.526 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table f4f48fb80f4044c9924569a29ad2e10e
15:58:32.556 [INFO - main] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:58:32.557 [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:58:32.569 [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:58:32.572 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf6a1364c, L:/127.0.0.1:59616 - R:/127.20.49.190:42127] using SASL/PLAIN
15:58:32.575 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0058b4c6, L:/127.0.0.1:56804 - R:/127.20.49.188:41647] using SASL/PLAIN
15:58:32.584 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:32.586 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:32.586 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:32.616 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:58:32.629 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:58:32.630 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40565 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:32.630 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:32.631 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8400647 bytes, open cost is considered as scanning 4194304 bytes.
15:58:32.645 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:32.646 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:32.646 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:32.646 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:32.646 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:32.646 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:32.648 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:58:32.649 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:58:32.650 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:40565 (size: 7.2 KiB, free: 1993.8 MiB)
15:58:32.651 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:32.651 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:32.651 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:32.652 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5167 bytes) taskResourceAssignments Map()
15:58:32.652 [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:58:32.655 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup710549252617235917/f4f48fb80f4044c9924569a29ad2e10e-test/1783526312222/part-00001-a8a752f2-cd63-4125-b19a-2f103fb95ee4-c000.snappy.parquet, range: 0-10201, partition values: [empty row]
15:58:32.659 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup710549252617235917/f4f48fb80f4044c9924569a29ad2e10e-test/1783526312222/part-00000-a8a752f2-cd63-4125-b19a-2f103fb95ee4-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:58:32.663 [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). 8805 bytes result sent to driver
15:58:32.664 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:32.664 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:32.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.018 s
15:58:32.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:32.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:32.665 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.020144 s
15:58:32.677 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:32.681 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:32.682 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:32.682 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:32.683 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:32.687 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:32.688 [DEBUG - main] (Connection.java:575) [peer d5cc59c35281417893e247e4b6ed6c65(127.20.49.129:36335)] disconnecting while in state READY
15:58:32.688 [DEBUG - main] (Connection.java:575) [peer master-127.20.49.189:33461(127.20.49.189:33461)] disconnecting while in state READY
15:58:32.688 [DEBUG - main] (Connection.java:575) [peer master-127.20.49.190:42127(127.20.49.190:42127)] disconnecting while in state READY
15:58:32.689 [DEBUG - kudu-nio-1] (Connection.java:239) [peer d5cc59c35281417893e247e4b6ed6c65(127.20.49.129:36335)] handling channelInactive
15:58:32.689 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.49.190:42127(127.20.49.190:42127)] handling channelInactive
15:58:32.689 [DEBUG - kudu-nio-1] (Connection.java:709) [peer d5cc59c35281417893e247e4b6ed6c65(127.20.49.129:36335)] cleaning up while in state READY due to: connection closed
15:58:32.689 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.49.189:33461(127.20.49.189:33461)] handling channelInactive
15:58:32.689 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.49.189:33461(127.20.49.189:33461)] cleaning up while in state READY due to: connection closed
15:58:32.689 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.49.190:42127(127.20.49.190:42127)] cleaning up while in state READY due to: connection closed
15:58:32.690 [DEBUG - main] (Connection.java:575) [peer master-127.20.49.188:41647(127.20.49.188:41647)] disconnecting while in state READY
15:58:32.690 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.49.188:41647(127.20.49.188:41647)] handling channelInactive
15:58:32.691 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.49.188:41647(127.20.49.188:41647)] cleaning up while in state READY due to: connection closed
15:58:32.691 [DEBUG - main] (Connection.java:575) [peer 32d99f648f264bf8b1aca63689040244(127.20.49.130:45769)] disconnecting while in state READY
15:58:32.692 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:32.693 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 32d99f648f264bf8b1aca63689040244(127.20.49.130:45769)] handling channelInactive
15:58:32.693 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 35 thread-local buffer(s) from thread: kudu-nio-1
15:58:32.693 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 32d99f648f264bf8b1aca63689040244(127.20.49.130:45769)] cleaning up while in state READY due to: connection closed
15:58:32.693 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 37 thread-local buffer(s) from thread: kudu-nio-0
15:58:32.706 [DEBUG - main] (Connection.java:575) [peer master-127.20.49.189:33461(127.20.49.189:33461)] disconnecting while in state READY
15:58:32.707 [DEBUG - main] (Connection.java:575) [peer master-127.20.49.190:42127(127.20.49.190:42127)] disconnecting while in state READY
15:58:32.707 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.49.189:33461(127.20.49.189:33461)] handling channelInactive
15:58:32.707 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.49.190:42127(127.20.49.190:42127)] handling channelInactive
15:58:32.707 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.49.189:33461(127.20.49.189:33461)] cleaning up while in state READY due to: connection closed
15:58:32.708 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.49.190:42127(127.20.49.190:42127)] cleaning up while in state READY due to: connection closed
15:58:32.708 [DEBUG - main] (Connection.java:575) [peer master-127.20.49.188:41647(127.20.49.188:41647)] disconnecting while in state READY
15:58:32.709 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:32.709 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.49.188:41647(127.20.49.188:41647)] handling channelInactive
15:58:32.709 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.49.188:41647(127.20.49.188:41647)] cleaning up while in state READY due to: connection closed
15:58:32.709 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:58:32.710 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 25 thread-local buffer(s) from thread: kudu-nio-0
15:58:32.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.709873 20678 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 20961
15:58:32.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.718122 20678 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21096
15:58:32.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.724987 20678 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21231
15:58:32.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.730890 20678 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 20689
15:58:32.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.737121 20678 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 20758
15:58:32.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.743448 20678 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 20830
15:58:32.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:32Z chronyd exiting
.15:58:32.812 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526312812
15:58:32.814 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:32.815 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:32.815 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:32.815 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:32.815 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:32.817 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:32.931 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:32.931 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:32.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.932500 21491 mini_oidc.cc:152] Starting JWKS server
15:58:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.934978 21491 webserver.cc:460] Webserver started at http://127.0.0.1:41967/ using document root <none> and password file <none>
15:58:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.935146 21491 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.935403 21491 webserver.cc:460] Webserver started at http://127.0.0.1:32777/ using document root <none> and password file <none>
15:58:32.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:32Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:32.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:32Z Disabled control of system clock
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:32.953557 21491 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/logs
15:58:32.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data/info.pb
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.254:39819
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.254
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:32.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41967/jwks.json with env {}
15:58:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.067298 21502 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.067660 21502 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:33.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.067723 21502 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.072183 21502 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.072296 21502 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.072328 21502 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.072350 21502 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.072376 21502 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:33.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.072394 21502 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41967/jwks.json
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.077764 21502 master_runner.cc:386] Master server non-default flags:
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.254:39819
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41967/jwks.json
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data/info.pb
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.254
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21502
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/logs
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:33.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:33.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.079232 21502 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:58:33.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.080713 21502 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:33.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.089800 21510 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:58:33.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.089800 21507 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:58:33.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.090241 21502 server_base.cc:1034] running on GCE node
15:58:33.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.089804 21508 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:58:33.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.090914 21502 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:33.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.092110 21502 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:33.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.093283 21502 hybrid_clock.cc:648] HybridClock initialized: now 1783526313093250 us; error 47 us; skew 500 ppm
15:58:33.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.095363 21502 webserver.cc:460] Webserver started at http://127.20.252.254:40211/ using document root <none> and password file <none>
15:58:33.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.095916 21502 fs_manager.cc:359] Metadata directory not provided
15:58:33.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.095988 21502 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:33.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.096151 21502 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.098170 21502 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data/instance:
15:58:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "13dbec315645468b974b93e3ed95ad4f"
15:58:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.098711 21502 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal/instance:
15:58:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "13dbec315645468b974b93e3ed95ad4f"
15:58:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.102883 21502 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
15:58:33.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.105800 21516 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.107244 21502 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.107368 21502 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "13dbec315645468b974b93e3ed95ad4f"
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.107462 21502 fs_report.cc:383] FS layout report
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data/data
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:33.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:33.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.128690 21502 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:33.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.129495 21502 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:58:33.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.129663 21502 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:33.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.137022 21502 rpc_server.cc:307] RPC server started. Bound to: 127.20.252.254:39819
15:58:33.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.137075 21568 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.252.254:39819 every 8 connection(s)
15:58:33.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.138067 21502 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/data/info.pb
15:58:33.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.140394 21491 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21502
15:58:33.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.140568 21491 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-0/wal/instance
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.142256 21569 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:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.142405 21491 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/logs
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data/info.pb
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.253:38159
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.253
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:33.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41967/jwks.json with env {}
15:58:33.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.146250 21569 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.160575 21569 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.161496 21519 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.252.253:38159: connect: Connection refused (error 111)
15:58:33.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.162482 21569 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.253:38159: Network error: Client connection negotiation failed: client connection to 127.20.252.253:38159: connect: Connection refused (error 111)
15:58:33.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.211802 21569 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } attempt: 1
15:58:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.213376 21569 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.253:38159: Network error: Client connection negotiation failed: client connection to 127.20.252.253:38159: connect: Connection refused (error 111)
15:58:33.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.261871 21571 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:33.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.262166 21571 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:33.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.262205 21571 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.266546 21571 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.266625 21571 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.266649 21571 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.266665 21571 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.266682 21571 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:33.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.266696 21571 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41967/jwks.json
15:58:33.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.271658 21571 master_runner.cc:386] Master server non-default flags:
15:58:33.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.253:38159
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41967/jwks.json
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data/info.pb
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.253
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21571
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/logs
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:33.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.272825 21571 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:58:33.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.274246 21571 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:33.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.281540 21569 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } attempt: 2
15:58:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.283079 21579 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:58:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.283025 21580 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:58:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.283025 21582 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:58:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.283434 21571 server_base.cc:1034] running on GCE node
15:58:33.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.283715 21569 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.253:38159: Network error: Client connection negotiation failed: client connection to 127.20.252.253:38159: connect: Connection refused (error 111)
15:58:33.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.284099 21571 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:33.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.285312 21571 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:33.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.286495 21571 hybrid_clock.cc:648] HybridClock initialized: now 1783526313286458 us; error 51 us; skew 500 ppm
15:58:33.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.288637 21571 webserver.cc:460] Webserver started at http://127.20.252.253:44791/ using document root <none> and password file <none>
15:58:33.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.289309 21571 fs_manager.cc:359] Metadata directory not provided
15:58:33.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.289374 21571 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:33.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.289541 21571 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:33.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.291487 21571 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data/instance:
15:58:33.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cb46f6a4c277410c96471f8ad8cf1b54"
15:58:33.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.292035 21571 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal/instance:
15:58:33.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cb46f6a4c277410c96471f8ad8cf1b54"
15:58:33.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.295981 21571 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:33.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.298619 21588 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.300312 21571 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.300439 21571 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cb46f6a4c277410c96471f8ad8cf1b54"
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.300549 21571 fs_report.cc:383] FS layout report
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data/data
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:33.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:33.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:33.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.338959 21571 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:33.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.339764 21571 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:58:33.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.339937 21571 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:33.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.347795 21571 rpc_server.cc:307] RPC server started. Bound to: 127.20.252.253:38159
15:58:33.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.347815 21640 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.252.253:38159 every 8 connection(s)
15:58:33.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.348840 21571 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/data/info.pb
15:58:33.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.349628 21491 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21571
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.349747 21491 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-1/wal/instance
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.350432 21491 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/logs
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data/info.pb
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.252:45841
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.252
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:33.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41967/jwks.json with env {}
15:58:33.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.352636 21641 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:58:33.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.356052 21641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.368350 21641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.374894 21569 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } attempt: 3
15:58:33.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.375833 21641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.376631 21589 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.377703 21641 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.252:45841: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.380798 21569 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.382083 21569 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.252:45841: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.413277 21569 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } attempt: 1
15:58:33.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.415040 21569 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.252:45841: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.426985 21641 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } attempt: 1
15:58:33.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.428599 21641 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.252:45841: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.475276 21643 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:33.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.475572 21643 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:33.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.475612 21643 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.480819 21643 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.480892 21643 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.480911 21643 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.480928 21643 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.480945 21643 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.480958 21643 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41967/jwks.json
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.486161 21643 master_runner.cc:386] Master server non-default flags:
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.252:45841
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41967/jwks.json
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data/info.pb
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.252
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21643
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/logs
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.487308 21643 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:58:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.488722 21643 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:33.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.490237 21569 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } attempt: 2
15:58:33.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.491914 21569 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.252:45841: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.497014 21641 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } attempt: 2
15:58:33.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.498893 21641 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.20.252.252:45841: Network error: Client connection negotiation failed: client connection to 127.20.252.252:45841: connect: Connection refused (error 111)
15:58:33.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.499755 21654 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:58:33.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.499750 21652 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:58:33.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.500005 21651 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:58:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.502988 21643 server_base.cc:1034] running on GCE node
15:58:33.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.504117 21643 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:33.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.506054 21643 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:33.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.507265 21643 hybrid_clock.cc:648] HybridClock initialized: now 1783526313507226 us; error 53 us; skew 500 ppm
15:58:33.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.509961 21643 webserver.cc:460] Webserver started at http://127.20.252.252:38375/ using document root <none> and password file <none>
15:58:33.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.510747 21643 fs_manager.cc:359] Metadata directory not provided
15:58:33.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.510835 21643 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:33.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.511108 21643 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.513923 21643 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data/instance:
15:58:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "675184b08e2b40d7a99a45401a474a9e"
15:58:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.514694 21643 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal/instance:
15:58:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "675184b08e2b40d7a99a45401a474a9e"
15:58:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.520330 21643 fs_manager.cc:691] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
15:58:33.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.523887 21660 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:33.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.525698 21643 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.525887 21643 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "675184b08e2b40d7a99a45401a474a9e"
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:33 on dist-test-slave-vt7w"
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.526054 21643 fs_report.cc:383] FS layout report
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data/data
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:33.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:33.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.543243 21643 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:33.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.544046 21643 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:58:33.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.544203 21643 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:33.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.551965 21643 rpc_server.cc:307] RPC server started. Bound to: 127.20.252.252:45841
15:58:33.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.551991 21712 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.252.252:45841 every 8 connection(s)
15:58:33.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.553128 21643 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/data/info.pb
15:58:33.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.558109 21491 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21643
15:58:33.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.558714 21491 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/master-2/wal/instance
15:58:33.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.562251 21713 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:58:33.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.567440 21713 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.579077 21713 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.584209 21713 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } has no permanent_uuid. Determining permanent_uuid...
15:58:33.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.590086 21641 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } attempt: 3
15:58:33.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.591086 21569 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } attempt: 3
15:58:33.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.592392 21713 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e: Bootstrap starting.
15:58:33.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.595326 21713 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e: Neither blocks nor log segments found. Creating new log.
15:58:33.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.596318 21713 log.cc:824] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e: Log is configured to *not* fsync() on all Append() calls
15:58:33.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.599462 21713 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e: No bootstrap required, opened a new log
15:58:33.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.600867 21641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: Bootstrap starting.
15:58:33.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.601415 21569 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: Bootstrap starting.
15:58:33.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.603085 21713 raft_consensus.cc:348] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.603339 21713 raft_consensus.cc:374] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:33.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.603397 21713 raft_consensus.cc:729] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 675184b08e2b40d7a99a45401a474a9e, State: Initialized, Role: FOLLOWER
15:58:33.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.603780 21641 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: Neither blocks nor log segments found. Creating new log.
15:58:33.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.603778 21569 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: Neither blocks nor log segments found. Creating new log.
15:58:33.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.603884 21713 consensus_queue.cc:260] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.604888 21641 log.cc:824] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: Log is configured to *not* fsync() on all Append() calls
15:58:33.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.605373 21569 log.cc:824] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: Log is configured to *not* fsync() on all Append() calls
15:58:33.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.605463 21713 sys_catalog.cc:564] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: configured and running, proceeding with master startup.
15:58:33.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.605911 21721 sys_catalog.cc:455] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.606046 21721 sys_catalog.cc:458] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.607198 21641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: No bootstrap required, opened a new log
15:58:33.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.607694 21569 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: No bootstrap required, opened a new log
15:58:33.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.610430 21734 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:33.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.610527 21734 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:33.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.612306 21641 raft_consensus.cc:348] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.612571 21641 raft_consensus.cc:374] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:33.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.612620 21641 raft_consensus.cc:729] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb46f6a4c277410c96471f8ad8cf1b54, State: Initialized, Role: FOLLOWER
15:58:33.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.613166 21641 consensus_queue.cc:260] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.614655 21641 sys_catalog.cc:564] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [sys.catalog]: configured and running, proceeding with master startup.
15:58:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.612334 21643 master_runner.cc:186] Error getting master registration for 127.20.252.254:39819: OK, instance_id { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" instance_seqno: 1783526313134914 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:33.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.616649 21643 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:33.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.618213 21569 raft_consensus.cc:348] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.618623 21569 raft_consensus.cc:374] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:33.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.618809 21569 raft_consensus.cc:729] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13dbec315645468b974b93e3ed95ad4f, State: Initialized, Role: FOLLOWER
15:58:33.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.619434 21569 consensus_queue.cc:260] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.620466 21747 catalog_manager.cc:1558] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.620648 21747 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.622000 21749 sys_catalog.cc:455] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.622288 21749 sys_catalog.cc:458] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.622645 21569 sys_catalog.cc:564] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [sys.catalog]: configured and running, proceeding with master startup.
15:58:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.618402 21571 master_runner.cc:186] Error getting master registration for 127.20.252.254:39819: OK, instance_id { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" instance_seqno: 1783526313134914 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.622846 21571 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:33.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.623216 21736 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.623348 21736 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.629837 21760 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:33.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.630443 21760 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:33.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.631179 21522 tablet.cc:2369] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:33.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.632220 21502 master_runner.cc:263] No leader master found from master 13dbec315645468b974b93e3ed95ad4f
15:58:33.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.632287 21502 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:33.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.683243 21721 raft_consensus.cc:482] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:33.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.683471 21721 raft_consensus.cc:504] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.684859 21721 leader_election.cc:288] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 13dbec315645468b974b93e3ed95ad4f (127.20.252.254:39819), cb46f6a4c277410c96471f8ad8cf1b54 (127.20.252.253:38159)
15:58:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.685683 21615 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "675184b08e2b40d7a99a45401a474a9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" is_pre_election: true
15:58:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.686030 21615 raft_consensus.cc:2454] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 675184b08e2b40d7a99a45401a474a9e in term 0.
15:58:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.686640 21663 leader_election.cc:302] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 675184b08e2b40d7a99a45401a474a9e, cb46f6a4c277410c96471f8ad8cf1b54; no voters: 
15:58:33.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.687083 21721 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:33.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.687170 21721 raft_consensus.cc:482] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:33.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.687218 21721 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 0 FOLLOWER]: Advancing to term 1
15:58:33.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.688506 21721 raft_consensus.cc:504] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.689482 21615 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "675184b08e2b40d7a99a45401a474a9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb46f6a4c277410c96471f8ad8cf1b54"
15:58:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.689616 21615 raft_consensus.cc:3037] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 0 FOLLOWER]: Advancing to term 1
15:58:33.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.690958 21615 raft_consensus.cc:2454] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 675184b08e2b40d7a99a45401a474a9e in term 1.
15:58:33.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.691509 21663 leader_election.cc:302] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [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: 675184b08e2b40d7a99a45401a474a9e, cb46f6a4c277410c96471f8ad8cf1b54; no voters: 
15:58:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.693022 21543 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "675184b08e2b40d7a99a45401a474a9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13dbec315645468b974b93e3ed95ad4f" is_pre_election: true
15:58:33.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.693416 21543 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 675184b08e2b40d7a99a45401a474a9e in term 0.
15:58:33.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.693017 21542 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "675184b08e2b40d7a99a45401a474a9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13dbec315645468b974b93e3ed95ad4f"
15:58:33.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.693776 21542 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 0 FOLLOWER]: Advancing to term 1
15:58:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.695737 21542 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 675184b08e2b40d7a99a45401a474a9e in term 1.
15:58:33.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.696161 21721 leader_election.cc:288] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [CANDIDATE]: Term 1 election: Requested vote from peers 13dbec315645468b974b93e3ed95ad4f (127.20.252.254:39819), cb46f6a4c277410c96471f8ad8cf1b54 (127.20.252.253:38159)
15:58:33.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.696350 21721 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 1 FOLLOWER]: Leader election won for term 1
15:58:33.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.696436 21721 raft_consensus.cc:686] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [term 1 LEADER]: Becoming Leader. State: Replica: 675184b08e2b40d7a99a45401a474a9e, State: Running, Role: LEADER
15:58:33.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.696823 21721 consensus_queue.cc:237] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [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: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } }
15:58:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.701107 21721 sys_catalog.cc:455] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 675184b08e2b40d7a99a45401a474a9e. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.701429 21721 sys_catalog.cc:458] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: This master's current role is: LEADER
15:58:33.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.701990 21764 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.703194 21764 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.712824 21542 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [term 1 FOLLOWER]: Refusing update from remote peer 675184b08e2b40d7a99a45401a474a9e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.712814 21615 raft_consensus.cc:1261] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [term 1 FOLLOWER]: Refusing update from remote peer 675184b08e2b40d7a99a45401a474a9e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.713603 21762 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:33.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.713776 21721 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [LEADER]: Connected to new peer: Peer: permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:33.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.718668 21736 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 675184b08e2b40d7a99a45401a474a9e. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.718839 21736 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.725800 21749 sys_catalog.cc:455] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 675184b08e2b40d7a99a45401a474a9e. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.725970 21749 sys_catalog.cc:458] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.732800 21762 sys_catalog.cc:455] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.732980 21762 sys_catalog.cc:458] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: This master's current role is: LEADER
15:58:33.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.735325 21736 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.735482 21736 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54 [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.738875 21765 mvcc.cc:205] Tried to move back new op lower bound from 7305323780958150656 to 7305323780906528768. Current Snapshot: MvccSnapshot[applied={T|T < 7305323780958150656}]
15:58:33.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.740141 21721 sys_catalog.cc:455] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.740288 21721 sys_catalog.cc:458] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e [sys.catalog]: This master's current role is: LEADER
15:58:33.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.741392 21749 sys_catalog.cc:455] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "675184b08e2b40d7a99a45401a474a9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "13dbec315645468b974b93e3ed95ad4f" member_type: VOTER last_known_addr { host: "127.20.252.254" port: 39819 } } peers { permanent_uuid: "cb46f6a4c277410c96471f8ad8cf1b54" member_type: VOTER last_known_addr { host: "127.20.252.253" port: 38159 } } peers { permanent_uuid: "675184b08e2b40d7a99a45401a474a9e" member_type: VOTER last_known_addr { host: "127.20.252.252" port: 45841 } } }
15:58:33.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.741521 21749 sys_catalog.cc:458] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f [sys.catalog]: This master's current role is: FOLLOWER
15:58:33.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.744951 21766 mvcc.cc:205] Tried to move back new op lower bound from 7305323780958150656 to 7305323780906528768. Current Snapshot: MvccSnapshot[applied={T|T < 7305323780958150656}]
15:58:33.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.746080 21768 mvcc.cc:205] Tried to move back new op lower bound from 7305323780958150656 to 7305323780906528768. Current Snapshot: MvccSnapshot[applied={T|T < 7305323780958150656}]
15:58:33.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.749429 21764 catalog_manager.cc:1347] Generated new cluster ID: f0abf77cfb0f4d19aa880b3db8305990
15:58:33.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.749509 21764 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.790714 21764 catalog_manager.cc:1370] Generated new certificate authority record
15:58:33.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.792343 21764 catalog_manager.cc:1504] Loading token signing keys...
15:58:33.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.812044 21764 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 675184b08e2b40d7a99a45401a474a9e: Generated new TSK 0
15:58:33.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.813354 21764 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.825243 21491 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/logs
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data/info.pb
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.193:0
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.252.193
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.193
15:58:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:33.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.973616 21773 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:33.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.974061 21773 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:33.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.974112 21773 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:33.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.979423 21773 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:33.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:33.979579 21773 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.20.252.193
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.986874 21773 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.193:0
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data/info.pb
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.193
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21773
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.252.193
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/logs
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:33.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:33.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:33.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.988291 21773 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:58:33.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:33.990077 21773 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:34.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.001355 21779 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:58:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.001358 21778 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:58:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.001441 21781 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:58:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.001627 21773 server_base.cc:1034] running on GCE node
15:58:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.003037 21773 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:34.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.004065 21773 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:34.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.005415 21773 hybrid_clock.cc:648] HybridClock initialized: now 1783526314005376 us; error 75 us; skew 500 ppm
15:58:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.013235 21773 webserver.cc:460] Webserver started at http://127.20.252.193:44561/ using document root <none> and password file <none>
15:58:34.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.014123 21773 fs_manager.cc:359] Metadata directory not provided
15:58:34.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.014258 21773 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:34.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.014519 21773 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:34.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.017313 21773 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data/instance:
15:58:34.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae"
15:58:34.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.018018 21773 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal/instance:
15:58:34.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae"
15:58:34.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.023483 21773 fs_manager.cc:691] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
15:58:34.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.027674 21787 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:34.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.029512 21773 fs_manager.cc:725] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
15:58:34.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.029704 21773 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal
15:58:34.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae"
15:58:34.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.029879 21773 fs_report.cc:383] FS layout report
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data/data
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:34.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.073069 21773 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.073999 21773 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:58:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.074281 21773 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:34.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.075431 21773 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:34.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.076586 21773 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:34.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.076669 21773 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:34.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.076743 21773 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:34.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.076793 21773 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
15:58:34.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.090090 21773 rpc_server.cc:307] RPC server started. Bound to: 127.20.252.193:44303
15:58:34.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.090158 21900 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.252.193:44303 every 8 connection(s)
15:58:34.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.091270 21773 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/data/info.pb
15:58:34.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.096731 21491 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21773
15:58:34.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.096861 21491 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-0/wal/instance
15:58:34.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.100206 21491 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:34.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/logs
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data/info.pb
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.194:0
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.252.194
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.194
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:34.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:34.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:34.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:34.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.105585 21903 heartbeater.cc:347] Connected to a master server at 127.20.252.253:38159
15:58:34.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.105657 21901 heartbeater.cc:347] Connected to a master server at 127.20.252.252:45841
15:58:34.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.105623 21902 heartbeater.cc:347] Connected to a master server at 127.20.252.254:39819
15:58:34.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.105914 21902 heartbeater.cc:464] Registering TS with master...
15:58:34.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.105913 21903 heartbeater.cc:464] Registering TS with master...
15:58:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.106612 21902 heartbeater.cc:511] Master 127.20.252.254:39819 requested a full tablet report, sending...
15:58:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.106612 21903 heartbeater.cc:511] Master 127.20.252.253:38159 requested a full tablet report, sending...
15:58:34.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.105913 21901 heartbeater.cc:464] Registering TS with master...
15:58:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.107640 21901 heartbeater.cc:511] Master 127.20.252.252:45841 requested a full tablet report, sending...
15:58:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.108368 21533 ts_manager.cc:194] Registered new tserver with Master: 9e092b9e8c5d4ca0a9ca417c62bc88ae (127.20.252.193:44303)
15:58:34.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.108368 21605 ts_manager.cc:194] Registered new tserver with Master: 9e092b9e8c5d4ca0a9ca417c62bc88ae (127.20.252.193:44303)
15:58:34.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.109499 21677 ts_manager.cc:194] Registered new tserver with Master: 9e092b9e8c5d4ca0a9ca417c62bc88ae (127.20.252.193:44303)
15:58:34.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.111328 21677 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.20.252.193:45617
15:58:34.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.229032 21910 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:34.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.229346 21910 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:34.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.229387 21910 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:34.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.234227 21910 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:34.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.234351 21910 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.20.252.194
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.239739 21910 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.194:0
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data/info.pb
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.194
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.21910
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.252.194
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/logs
15:58:34.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:34.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.241021 21910 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:58:34.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.242406 21910 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:34.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.252784 21915 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:58:34.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.252851 21918 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:58:34.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.252940 21910 server_base.cc:1034] running on GCE node
15:58:34.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.252948 21916 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:58:34.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.253836 21910 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:34.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.254690 21910 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:34.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.255905 21910 hybrid_clock.cc:648] HybridClock initialized: now 1783526314255888 us; error 33 us; skew 500 ppm
15:58:34.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.258198 21910 webserver.cc:460] Webserver started at http://127.20.252.194:42701/ using document root <none> and password file <none>
15:58:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.258879 21910 fs_manager.cc:359] Metadata directory not provided
15:58:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.258980 21910 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:34.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.259208 21910 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.261351 21910 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data/instance:
15:58:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f578525d2fa24392be7fceb07dde800d"
15:58:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.262007 21910 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal/instance:
15:58:34.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f578525d2fa24392be7fceb07dde800d"
15:58:34.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.266206 21910 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
15:58:34.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.269415 21924 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:34.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.270802 21910 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.270993 21910 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f578525d2fa24392be7fceb07dde800d"
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.271150 21910 fs_report.cc:383] FS layout report
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data/data
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:34.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:34.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.289227 21910 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:34.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.290016 21910 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:58:34.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.290266 21910 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:34.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.290937 21910 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.291983 21910 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.292057 21910 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.292114 21910 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.292141 21910 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:34.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.301842 21910 rpc_server.cc:307] RPC server started. Bound to: 127.20.252.194:38639
15:58:34.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.301854 22037 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.252.194:38639 every 8 connection(s)
15:58:34.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.302805 21910 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/data/info.pb
15:58:34.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.309260 21491 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 21910
15:58:34.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.309386 21491 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-1/wal/instance
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.312259 21491 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/logs
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data/info.pb
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.195:0
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.252.195
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.195
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:34.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:34.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:34.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:34.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:34.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.317734 22038 heartbeater.cc:347] Connected to a master server at 127.20.252.252:45841
15:58:34.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.317768 22040 heartbeater.cc:347] Connected to a master server at 127.20.252.253:38159
15:58:34.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318022 22040 heartbeater.cc:464] Registering TS with master...
15:58:34.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318022 22038 heartbeater.cc:464] Registering TS with master...
15:58:34.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318053 22039 heartbeater.cc:347] Connected to a master server at 127.20.252.254:39819
15:58:34.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318178 22039 heartbeater.cc:464] Registering TS with master...
15:58:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318778 22040 heartbeater.cc:511] Master 127.20.252.253:38159 requested a full tablet report, sending...
15:58:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318781 22039 heartbeater.cc:511] Master 127.20.252.254:39819 requested a full tablet report, sending...
15:58:34.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.318778 22038 heartbeater.cc:511] Master 127.20.252.252:45841 requested a full tablet report, sending...
15:58:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.320047 21677 ts_manager.cc:194] Registered new tserver with Master: f578525d2fa24392be7fceb07dde800d (127.20.252.194:38639)
15:58:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.320115 21605 ts_manager.cc:194] Registered new tserver with Master: f578525d2fa24392be7fceb07dde800d (127.20.252.194:38639)
15:58:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.320125 21533 ts_manager.cc:194] Registered new tserver with Master: f578525d2fa24392be7fceb07dde800d (127.20.252.194:38639)
15:58:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.320937 21677 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.20.252.194:59557
15:58:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.435593 22045 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.435913 22045 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.435966 22045 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:34.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.440224 22045 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:34.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.440378 22045 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.20.252.195
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.445364 22045 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.252.212:40451
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.252.195:0
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data/info.pb
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.252.195
15:58:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.20.252.254:39819,127.20.252.253:38159,127.20.252.252:45841
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22045
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.20.252.195
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/logs
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.446696 22045 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:58:34.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.448099 22045 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:34.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.458261 22045 server_base.cc:1034] running on GCE node
15:58:34.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.458196 22051 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:58:34.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.458195 22053 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:58:34.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:34.458196 22050 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:58:34.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.459261 22045 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.459973 22045 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:34.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.461139 22045 hybrid_clock.cc:648] HybridClock initialized: now 1783526314461132 us; error 32 us; skew 500 ppm
15:58:34.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.463313 22045 webserver.cc:460] Webserver started at http://127.20.252.195:38905/ using document root <none> and password file <none>
15:58:34.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.463899 22045 fs_manager.cc:359] Metadata directory not provided
15:58:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.463964 22045 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.464138 22045 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:34.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.466374 22045 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data/instance:
15:58:34.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c7d4287250d4b4fa9aad30fe79faceb"
15:58:34.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.466943 22045 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal/instance:
15:58:34.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c7d4287250d4b4fa9aad30fe79faceb"
15:58:34.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.471225 22045 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
15:58:34.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.473932 22059 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.475383 22045 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.475520 22045 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4c7d4287250d4b4fa9aad30fe79faceb"
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:34 on dist-test-slave-vt7w"
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.475643 22045 fs_report.cc:383] FS layout report
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data/data
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:34.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:34.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.487959 22045 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:34.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.488657 22045 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:58:34.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.488920 22045 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:34.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.489523 22045 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:34.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.490595 22045 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:34.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.490644 22045 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:34.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.490685 22045 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:34.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.490701 22045 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:34.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.500052 22045 rpc_server.cc:307] RPC server started. Bound to: 127.20.252.195:36573
15:58:34.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.500072 22172 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.20.252.195:36573 every 8 connection(s)
15:58:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.501124 22045 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/data/info.pb
15:58:34.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.501721 21491 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22045
15:58:34.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.501817 21491 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3469994689435782147/ts-2/wal/instance
15:58:34.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.513629 22174 heartbeater.cc:347] Connected to a master server at 127.20.252.254:39819
15:58:34.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.513689 22173 heartbeater.cc:347] Connected to a master server at 127.20.252.252:45841
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.513911 22173 heartbeater.cc:464] Registering TS with master...
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.513938 22175 heartbeater.cc:347] Connected to a master server at 127.20.252.253:38159
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.514001 22175 heartbeater.cc:464] Registering TS with master...
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.513912 22174 heartbeater.cc:464] Registering TS with master...
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.514508 22174 heartbeater.cc:511] Master 127.20.252.254:39819 requested a full tablet report, sending...
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.514523 22175 heartbeater.cc:511] Master 127.20.252.253:38159 requested a full tablet report, sending...
15:58:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.514518 22173 heartbeater.cc:511] Master 127.20.252.252:45841 requested a full tablet report, sending...
15:58:34.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.515772 21677 ts_manager.cc:194] Registered new tserver with Master: 4c7d4287250d4b4fa9aad30fe79faceb (127.20.252.195:36573)
15:58:34.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.515815 21533 ts_manager.cc:194] Registered new tserver with Master: 4c7d4287250d4b4fa9aad30fe79faceb (127.20.252.195:36573)
15:58:34.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.516520 21677 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.20.252.195:48847
15:58:34.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.517099 21605 ts_manager.cc:194] Registered new tserver with Master: 4c7d4287250d4b4fa9aad30fe79faceb (127.20.252.195:36573)
15:58:34.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.523236 21491 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:34.524 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:34.524 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:34.525 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.252.254"
      port: 39819
    }
    bound_http_address {
      host: "127.20.252.254"
      port: 40211
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.252.253"
      port: 38159
    }
    bound_http_address {
      host: "127.20.252.253"
      port: 44791
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.252.252"
      port: 45841
    }
    bound_http_address {
      host: "127.20.252.252"
      port: 38375
    }
  }
}

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

15:58:34.526 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.252.193"
      port: 44303
    }
    bound_http_address {
      host: "127.20.252.193"
      port: 44561
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.252.194"
      port: 38639
    }
    bound_http_address {
      host: "127.20.252.194"
      port: 42701
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.252.195"
      port: 36573
    }
    bound_http_address {
      host: "127.20.252.195"
      port: 38905
    }
  }
}

15:58:34.526 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:34.529 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:34.529 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:34.530 [INFO - main] (Logging.scala:57) ==============================================================
15:58:34.530 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:34.530 [INFO - main] (Logging.scala:57) ==============================================================
15:58:34.530 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:34.531 [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:58:34.531 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:34.531 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:34.532 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:34.532 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:34.532 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:34.532 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:34.532 [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:58:34.551 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 45577.
15:58:34.553 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:34.554 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:34.554 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:34.554 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:34.555 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:34.555 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-030d93af-5905-4166-be7c-b39b79b5d2a0
15:58:34.556 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:34.557 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:34.575 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:34.580 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 44029.
15:58:34.580 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:44029
15:58:34.580 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:34.581 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44029, None)
15:58:34.581 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:44029 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44029, None)
15:58:34.582 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44029, None)
15:58:34.582 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44029, None)
15:58:34.588 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:34.597 [DEBUG - main] (Connection.java:748) [peer master-127.20.252.252:45841(127.20.252.252:45841)] connecting to peer
15:58:34.598 [DEBUG - main] (Connection.java:748) [peer master-127.20.252.253:38159(127.20.252.253:38159)] connecting to peer
15:58:34.600 [DEBUG - main] (Connection.java:748) [peer master-127.20.252.254:39819(127.20.252.254:39819)] connecting to peer
15:58:34.601 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.252.253:38159(127.20.252.253:38159)] Successfully connected to peer
15:58:34.601 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.252.252:45841(127.20.252.252:45841)] Successfully connected to peer
15:58:34.602 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.252.254:39819(127.20.252.254:39819)] Successfully connected to peer
15:58:34.603 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.252.253
15:58:34.603 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.252.252
15:58:34.614 [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:58:34.616 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x30987e29, L:/127.0.0.1:35354 - R:/127.20.252.253:38159] using SASL/PLAIN
15:58:34.616 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.252.254
15:58:34.619 [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:58:34.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.622467 21747 catalog_manager.cc:1259] Loaded cluster ID: f0abf77cfb0f4d19aa880b3db8305990
15:58:34.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.622567 21747 catalog_manager.cc:1552] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: loading cluster ID for follower catalog manager: success
15:58:34.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.624917 21747 catalog_manager.cc:1574] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: acquiring CA information for follower catalog manager: success
15:58:34.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.626195 21747 catalog_manager.cc:1602] T 00000000000000000000000000000000 P cb46f6a4c277410c96471f8ad8cf1b54: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:34.629 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9a3930a0, L:/127.0.0.1:60456 - R:/127.20.252.252:45841] using SASL/PLAIN
15:58:34.630 [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:58:34.631 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:34.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.631935 21760 catalog_manager.cc:1259] Loaded cluster ID: f0abf77cfb0f4d19aa880b3db8305990
15:58:34.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.632020 21760 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: loading cluster ID for follower catalog manager: success
15:58:34.632 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xdc75e5f6, L:/127.0.0.1:37586 - R:/127.20.252.254:39819] using SASL/PLAIN
15:58:34.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.634537 21760 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: acquiring CA information for follower catalog manager: success
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.634739 21677 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60456:
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:34.641 [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:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.636212 21760 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 13dbec315645468b974b93e3ed95ad4f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:34.647 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table a6b6b76c7dc94285920b4f094e205930
15:58:34.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.659544 21972 tablet_service.cc:1467] Processing CreateTablet for tablet 81241bb18b2848f8a5068e49b6602393 (DEFAULT_TABLE table=test [id=a6b6b76c7dc94285920b4f094e205930]), partition=RANGE (key) PARTITION VALUES < 50
15:58:34.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.660979 21972 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 81241bb18b2848f8a5068e49b6602393. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:34.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.660315 21832 tablet_service.cc:1467] Processing CreateTablet for tablet e1ab79099243483f8e4b2c2d7499e553 (DEFAULT_TABLE table=test [id=a6b6b76c7dc94285920b4f094e205930]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:34.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.661989 21832 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e1ab79099243483f8e4b2c2d7499e553. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.666956 22224 tablet_bootstrap.cc:492] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d: Bootstrap starting.
15:58:34.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.669770 22224 tablet_bootstrap.cc:654] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d: Neither blocks nor log segments found. Creating new log.
15:58:34.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.670092 22225 tablet_bootstrap.cc:492] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Bootstrap starting.
15:58:34.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.670871 22224 log.cc:824] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d: Log is configured to *not* fsync() on all Append() calls
15:58:34.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.672492 22225 tablet_bootstrap.cc:654] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Neither blocks nor log segments found. Creating new log.
15:58:34.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.673269 22224 tablet_bootstrap.cc:492] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d: No bootstrap required, opened a new log
15:58:34.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.673367 22225 log.cc:824] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Log is configured to *not* fsync() on all Append() calls
15:58:34.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.673476 22224 ts_tablet_manager.cc:1397] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d: Time spent bootstrapping tablet: real 0.007s	user 0.005s	sys 0.000s
15:58:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.675275 22225 tablet_bootstrap.cc:492] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae: No bootstrap required, opened a new log
15:58:34.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.675463 22225 ts_tablet_manager.cc:1397] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.003s
15:58:34.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.677609 22224 raft_consensus.cc:348] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.677908 22224 raft_consensus.cc:374] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:34.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.677960 22224 raft_consensus.cc:729] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f578525d2fa24392be7fceb07dde800d, State: Initialized, Role: FOLLOWER
15:58:34.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.678850 22224 consensus_queue.cc:260] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [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: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.679116 22224 raft_consensus.cc:388] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:34.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.679262 22224 raft_consensus.cc:482] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:34.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.679450 22224 raft_consensus.cc:3037] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Advancing to term 1
15:58:34.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.680114 22225 raft_consensus.cc:348] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.680392 22225 raft_consensus.cc:374] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:34.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.680444 22225 raft_consensus.cc:729] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e092b9e8c5d4ca0a9ca417c62bc88ae, State: Initialized, Role: FOLLOWER
15:58:34.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.680716 22224 raft_consensus.cc:504] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.680961 22225 consensus_queue.cc:260] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.681113 22224 leader_election.cc:302] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [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: f578525d2fa24392be7fceb07dde800d; no voters: 
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.681223 22225 raft_consensus.cc:388] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.681291 22225 raft_consensus.cc:482] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.681401 22225 raft_consensus.cc:3037] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Advancing to term 1
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.681674 22224 leader_election.cc:288] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.681802 22228 raft_consensus.cc:2781] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 1 FOLLOWER]: Leader election won for term 1
15:58:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.682192 22228 raft_consensus.cc:686] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [term 1 LEADER]: Becoming Leader. State: Replica: f578525d2fa24392be7fceb07dde800d, State: Running, Role: LEADER
15:58:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.682854 22228 consensus_queue.cc:237] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d [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: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.683017 22225 raft_consensus.cc:504] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.683017 22224 ts_tablet_manager.cc:1428] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
15:58:34.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.683569 22038 heartbeater.cc:503] Master 127.20.252.252:45841 was elected leader, sending a full tablet report...
15:58:34.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.683624 22225 leader_election.cc:302] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: 9e092b9e8c5d4ca0a9ca417c62bc88ae; no voters: 
15:58:34.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.683935 22225 leader_election.cc:288] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:34.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.684520 22233 raft_consensus.cc:2781] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 FOLLOWER]: Leader election won for term 1
15:58:34.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.684746 22233 raft_consensus.cc:686] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 LEADER]: Becoming Leader. State: Replica: 9e092b9e8c5d4ca0a9ca417c62bc88ae, State: Running, Role: LEADER
15:58:34.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.685611 22233 consensus_queue.cc:237] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.685823 22225 ts_tablet_manager.cc:1428] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.001s
15:58:34.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.686458 21901 heartbeater.cc:503] Master 127.20.252.252:45841 was elected leader, sending a full tablet report...
15:58:34.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.689980 21677 catalog_manager.cc:5495] T 81241bb18b2848f8a5068e49b6602393 P f578525d2fa24392be7fceb07dde800d reported cstate change: term changed from 0 to 1, leader changed from <none> to f578525d2fa24392be7fceb07dde800d (127.20.252.194). New cstate: current_term: 1 leader_uuid: "f578525d2fa24392be7fceb07dde800d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } health_report { overall_health: HEALTHY } } }
15:58:34.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.693099 21675 catalog_manager.cc:5495] T e1ab79099243483f8e4b2c2d7499e553 P 9e092b9e8c5d4ca0a9ca417c62bc88ae reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e092b9e8c5d4ca0a9ca417c62bc88ae (127.20.252.193). New cstate: current_term: 1 leader_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } health_report { overall_health: HEALTHY } } }
15:58:34.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.700565 21677 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60456:
15:58:34.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:34.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:34.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.708 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4d6d928b5ea04e1f9ccee91ad9d3fc94
15:58:34.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.717017 22107 tablet_service.cc:1467] Processing CreateTablet for tablet cabe745368b34d0492e186d59d99f882 (DEFAULT_TABLE table=simple-test [id=4d6d928b5ea04e1f9ccee91ad9d3fc94]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:34.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.718171 22107 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cabe745368b34d0492e186d59d99f882. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:34.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.724241 22241 tablet_bootstrap.cc:492] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb: Bootstrap starting.
15:58:34.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.726442 22241 tablet_bootstrap.cc:654] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb: Neither blocks nor log segments found. Creating new log.
15:58:34.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.727535 22241 log.cc:824] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb: Log is configured to *not* fsync() on all Append() calls
15:58:34.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.729339 22241 tablet_bootstrap.cc:492] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb: No bootstrap required, opened a new log
15:58:34.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.729503 22241 ts_tablet_manager.cc:1397] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb: Time spent bootstrapping tablet: real 0.005s	user 0.005s	sys 0.000s
15:58:34.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.732874 22241 raft_consensus.cc:348] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:34.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.733167 22241 raft_consensus.cc:374] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:34.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.733242 22241 raft_consensus.cc:729] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c7d4287250d4b4fa9aad30fe79faceb, State: Initialized, Role: FOLLOWER
15:58:34.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.733683 22241 consensus_queue.cc:260] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [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: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:34.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.733851 22241 raft_consensus.cc:388] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:34.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.733908 22241 raft_consensus.cc:482] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:34.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.734002 22241 raft_consensus.cc:3037] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Advancing to term 1
15:58:34.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.734985 22241 raft_consensus.cc:504] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:34.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.735345 22241 leader_election.cc:302] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [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: 4c7d4287250d4b4fa9aad30fe79faceb; no voters: 
15:58:34.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.735668 22241 leader_election.cc:288] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:34.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.735737 22243 raft_consensus.cc:2781] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 1 FOLLOWER]: Leader election won for term 1
15:58:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.735918 22243 raft_consensus.cc:686] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [term 1 LEADER]: Becoming Leader. State: Replica: 4c7d4287250d4b4fa9aad30fe79faceb, State: Running, Role: LEADER
15:58:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.736374 22243 consensus_queue.cc:237] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb [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: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.736485 22173 heartbeater.cc:503] Master 127.20.252.252:45841 was elected leader, sending a full tablet report...
15:58:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.736740 22241 ts_tablet_manager.cc:1428] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:58:34.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.740319 21677 catalog_manager.cc:5495] T cabe745368b34d0492e186d59d99f882 P 4c7d4287250d4b4fa9aad30fe79faceb reported cstate change: term changed from 0 to 1, leader changed from <none> to 4c7d4287250d4b4fa9aad30fe79faceb (127.20.252.195). New cstate: current_term: 1 leader_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } health_report { overall_health: HEALTHY } } }
15:58:34.759 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526314759
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.761106 21677 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60456:
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "only-hash-partitions-table"
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:58:34.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 2
15:58:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:58:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:34.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:34.770 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 390dff0a45f24451b0c82311a9297610
15:58:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.772801 21972 tablet_service.cc:1467] Processing CreateTablet for tablet d8a8f3e3a608481bb9313eb9c1077ab1 (DEFAULT_TABLE table=only-hash-partitions-table [id=390dff0a45f24451b0c82311a9297610]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION UNBOUNDED
15:58:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.773170 21972 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d8a8f3e3a608481bb9313eb9c1077ab1. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.773160 21832 tablet_service.cc:1467] Processing CreateTablet for tablet 92f2318579e74a44ab8e83bd939697ec (DEFAULT_TABLE table=only-hash-partitions-table [id=390dff0a45f24451b0c82311a9297610]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION UNBOUNDED
15:58:34.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.773458 21832 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 92f2318579e74a44ab8e83bd939697ec. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:34.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.775323 22224 tablet_bootstrap.cc:492] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d: Bootstrap starting.
15:58:34.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.775605 22225 tablet_bootstrap.cc:492] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Bootstrap starting.
15:58:34.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.776432 22224 tablet_bootstrap.cc:654] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d: Neither blocks nor log segments found. Creating new log.
15:58:34.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.776660 22225 tablet_bootstrap.cc:654] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Neither blocks nor log segments found. Creating new log.
15:58:34.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.777776 22224 tablet_bootstrap.cc:492] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d: No bootstrap required, opened a new log
15:58:34.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.777866 22224 ts_tablet_manager.cc:1397] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.777994 22225 tablet_bootstrap.cc:492] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae: No bootstrap required, opened a new log
15:58:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778121 22225 ts_tablet_manager.cc:1397] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778529 22224 raft_consensus.cc:348] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778641 22224 raft_consensus.cc:374] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778676 22224 raft_consensus.cc:729] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f578525d2fa24392be7fceb07dde800d, State: Initialized, Role: FOLLOWER
15:58:34.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778802 22224 consensus_queue.cc:260] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [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: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778913 22224 raft_consensus.cc:388] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778950 22224 raft_consensus.cc:482] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.778839 22225 raft_consensus.cc:348] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779016 22224 raft_consensus.cc:3037] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 0 FOLLOWER]: Advancing to term 1
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779016 22225 raft_consensus.cc:374] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779063 22225 raft_consensus.cc:729] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e092b9e8c5d4ca0a9ca417c62bc88ae, State: Initialized, Role: FOLLOWER
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779211 22225 consensus_queue.cc:260] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779302 22225 raft_consensus.cc:388] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779330 22225 raft_consensus.cc:482] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:34.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779362 22225 raft_consensus.cc:3037] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Advancing to term 1
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.779933 22224 raft_consensus.cc:504] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780078 22224 leader_election.cc:302] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [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: f578525d2fa24392be7fceb07dde800d; no voters: 
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780195 22224 leader_election.cc:288] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780259 22228 raft_consensus.cc:2781] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 1 FOLLOWER]: Leader election won for term 1
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780292 22225 raft_consensus.cc:504] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780375 22228 raft_consensus.cc:686] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [term 1 LEADER]: Becoming Leader. State: Replica: f578525d2fa24392be7fceb07dde800d, State: Running, Role: LEADER
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780432 22224 ts_tablet_manager.cc:1428] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780426 22225 leader_election.cc:302] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: 9e092b9e8c5d4ca0a9ca417c62bc88ae; no voters: 
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780505 22228 consensus_queue.cc:237] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d [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: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } }
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780578 22235 raft_consensus.cc:2781] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 FOLLOWER]: Leader election won for term 1
15:58:34.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780658 22235 raft_consensus.cc:686] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 LEADER]: Becoming Leader. State: Replica: 9e092b9e8c5d4ca0a9ca417c62bc88ae, State: Running, Role: LEADER
15:58:34.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.780826 22235 consensus_queue.cc:237] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:34.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.782413 22225 leader_election.cc:288] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:34.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.782747 22225 ts_tablet_manager.cc:1428] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:58:34.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.783223 21675 catalog_manager.cc:5495] T d8a8f3e3a608481bb9313eb9c1077ab1 P f578525d2fa24392be7fceb07dde800d reported cstate change: term changed from 0 to 1, leader changed from <none> to f578525d2fa24392be7fceb07dde800d (127.20.252.194). New cstate: current_term: 1 leader_uuid: "f578525d2fa24392be7fceb07dde800d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f578525d2fa24392be7fceb07dde800d" member_type: VOTER last_known_addr { host: "127.20.252.194" port: 38639 } health_report { overall_health: HEALTHY } } }
15:58:34.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:34.783612 21677 catalog_manager.cc:5495] T 92f2318579e74a44ab8e83bd939697ec P 9e092b9e8c5d4ca0a9ca417c62bc88ae reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e092b9e8c5d4ca0a9ca417c62bc88ae (127.20.252.193). New cstate: current_term: 1 leader_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } health_report { overall_health: HEALTHY } } }
15:58:34.801 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 92f2318579e74a44ab8e83bd939697ec for table 'only-hash-partitions-table' with partition [0x00000000, 0x00000001)
15:58:34.802 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d8a8f3e3a608481bb9313eb9c1077ab1 for table 'only-hash-partitions-table' with partition [0x00000001, 0x00000002)
15:58:34.802 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=92f2318579e74a44ab8e83bd939697ec@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d8a8f3e3a608481bb9313eb9c1077ab1@[f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:34.802 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.20.252.252:45841, [2ms] Sub RPC GetTableLocations: received response from server master-127.20.252.252:45841: OK, deferred=null) after lookup
15:58:34.803 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)] connecting to peer
15:58:34.804 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)] Successfully connected to peer
15:58:34.818 [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:58:34.820 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9f0a4c1c, L:/127.0.0.1:56854 - R:/127.20.252.193:44303] using TOKEN/null
15:58:34.829 [DEBUG - main] (Connection.java:748) [peer f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)] connecting to peer
15:58:34.830 [DEBUG - kudu-nio-0] (Connection.java:757) [peer f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)] Successfully connected to peer
15:58:34.842 [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:58:34.844 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5dbe9d3e, L:/127.0.0.1:46130 - R:/127.20.252.194:38639] using TOKEN/null
15:58:35.133 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526315133
15:58:35.133 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526315132090
15:58:35.134 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:35.134 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup1599421132650942817/
15:58:35.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 390dff0a45f24451b0c82311a9297610
15:58:35.139 [INFO - ForkJoinPool-86-worker-1] (KuduBackup.scala:55) Backing up table only-hash-partitions-table to path: file:/tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134
15:58:35.139 [INFO - ForkJoinPool-86-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:35.139 [INFO - ForkJoinPool-86-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:35.140 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:35.140 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:35.163 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.164 [INFO - ForkJoinPool-86-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:35.165 [INFO - ForkJoinPool-86-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:35.165 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.165 [INFO - ForkJoinPool-86-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:35.165 [INFO - ForkJoinPool-86-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:35.166 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.203 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 92f2318579e74a44ab8e83bd939697ec for table 'only-hash-partitions-table' with partition [0x00000000, 0x00000001)
15:58:35.203 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d8a8f3e3a608481bb9313eb9c1077ab1 for table 'only-hash-partitions-table' with partition [0x00000001, 0x00000002)
15:58:35.203 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=92f2318579e74a44ab8e83bd939697ec@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d8a8f3e3a608481bb9313eb9c1077ab1@[f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.222 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:35.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:35.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:35.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:35.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:35.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:35.241 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.5 KiB, free 1993.7 MiB)
15:58:35.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:58:35.244 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 (size: 66.7 KiB, free: 1993.8 MiB)
15:58:35.244 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:35.245 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:35.245 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:35.247 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5153 bytes) taskResourceAssignments Map()
15:58:35.248 [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:58:35.259 [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:58:35.262 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 390dff0a45f24451b0c82311a9297610
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:35.263 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:35.264 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:35.265 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:35.284 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305323786788864000) for scanner KuduScanner(table=only-hash-partitions-table, tablet=92f2318579e74a44ab8e83bd939697ec, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:35.303 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7685
15:58:35.307 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558351075849345386509333_0000_m_000000_0' to file:/tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/_temporary/0/task_202607081558351075849345386509333_0000_m_000000
15:58:35.307 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558351075849345386509333_0000_m_000000_0: Committed
15:58:35.308 [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). 6303 bytes result sent to driver
15:58:35.309 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5153 bytes) taskResourceAssignments Map()
15:58:35.310 [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:58:35.310 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:35.323 [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:58:35.326 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 390dff0a45f24451b0c82311a9297610
15:58:35.328 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:35.328 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:35.328 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.329 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:35.329 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:35.329 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:35.338 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323786788864000) for scanner KuduScanner(table=only-hash-partitions-table, tablet=d8a8f3e3a608481bb9313eb9c1077ab1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:35.351 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:35.352 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:35.353 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:35.374 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 10111
15:58:35.377 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558352178309851707812170_0000_m_000001_1' to file:/tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/_temporary/0/task_202607081558352178309851707812170_0000_m_000001
15:58:35.377 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558352178309851707812170_0000_m_000001_1: Committed
15:58:35.378 [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). 6303 bytes result sent to driver
15:58:35.385 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 76 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:35.386 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:35.386 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.162 s
15:58:35.386 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:35.386 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:35.387 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.164501 s
15:58:35.406 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Write Job 4f78502d-c57d-4f7e-877d-9f7cce376998 committed.
15:58:35.407 [INFO - ForkJoinPool-86-worker-1] (Logging.scala:57) Finished processing stats for write job 4f78502d-c57d-4f7e-877d-9f7cce376998.
15:58:35.414 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 92f2318579e74a44ab8e83bd939697ec for table 'only-hash-partitions-table' with partition [0x00000000, 0x00000001)
15:58:35.415 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d8a8f3e3a608481bb9313eb9c1077ab1 for table 'only-hash-partitions-table' with partition [0x00000001, 0x00000002)
15:58:35.415 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=92f2318579e74a44ab8e83bd939697ec@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d8a8f3e3a608481bb9313eb9c1077ab1@[f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.419 [INFO - ForkJoinPool-86-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/.kudu-metadata.json
15:58:35.434 [INFO - ForkJoinPool-86-worker-1] (KuduBackup.scala:149) Successfully backed up table only-hash-partitions-table
15:58:35.435 [DEBUG - main] (Connection.java:748) [peer master-127.20.252.252:45841(127.20.252.252:45841)] connecting to peer
15:58:35.436 [DEBUG - main] (Connection.java:748) [peer master-127.20.252.253:38159(127.20.252.253:38159)] connecting to peer
15:58:35.438 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.252.252:45841(127.20.252.252:45841)] Successfully connected to peer
15:58:35.440 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.252.252
15:58:35.448 [DEBUG - main] (Connection.java:748) [peer master-127.20.252.254:39819(127.20.252.254:39819)] connecting to peer
15:58:35.449 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.252.253:38159(127.20.252.253:38159)] Successfully connected to peer
15:58:35.457 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.252.253
15:58:35.469 [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:58:35.471 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.252.254:39819(127.20.252.254:39819)] Successfully connected to peer
15:58:35.472 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xda38a4ab, L:/127.0.0.1:60462 - R:/127.20.252.252:45841] using SASL/PLAIN
15:58:35.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:35.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=41), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.20.252.252:45841, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.20.252.253:38159, [12ms] Sub RPC ConnectToMaster: sending RPC to server master-127.20.252.254:39819, [38ms] Sub RPC ConnectToMaster: received response from server master-127.20.252.252:45841: OK, deferred=null) after lookup
15:58:35.479 [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:58:35.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 390dff0a45f24451b0c82311a9297610
15:58:35.487 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.252.254
15:58:35.496 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x289417c4, L:/127.0.0.1:35368 - R:/127.20.252.253:38159] using SASL/PLAIN
15:58:35.498 [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:58:35.500 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3cfd0a33, L:/127.0.0.1:37592 - R:/127.20.252.254:39819] using SASL/PLAIN
15:58:35.513 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:35.538 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:35.539 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:35.539 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:35.568 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:35.581 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:58:35.582 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:35.582 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:35.583 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402149 bytes, open cost is considered as scanning 4194304 bytes.
15:58:35.597 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:35.597 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:35.597 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:35.597 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:35.598 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:35.598 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:35.600 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:58:35.617 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:58:35.618 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:35.619 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:35.619 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:35.619 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:35.619 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:58:35.620 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5213 bytes) taskResourceAssignments Map()
15:58:35.620 [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:58:35.623 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/part-00001-5e5b5f82-7a83-4aae-8ce6-94ceed768600-c000.snappy.parquet, range: 0-7324, partition values: [empty row]
15:58:35.628 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/part-00000-5e5b5f82-7a83-4aae-8ce6-94ceed768600-c000.snappy.parquet, range: 0-6217, partition values: [empty row]
15:58:35.632 [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). 8516 bytes result sent to driver
15:58:35.634 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:35.634 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:35.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.035 s
15:58:35.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:35.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:35.635 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.038281 s
15:58:35.642 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup1599421132650942817/
15:58:35.647 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table
15:58:35.649 [INFO - ForkJoinPool-89-worker-1] (KuduRestore.scala:104) Restoring table only-hash-partitions-table from path: file:/tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134
15:58:35.649 [INFO - ForkJoinPool-89-worker-1] (KuduRestore.scala:112) Creating restore table only-hash-partitions-table-restore
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.650655 21675 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60456:
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "only-hash-partitions-table-restore"
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\000\000\000\000"
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 2
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "slave"
15:58:35.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:35.658 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e586214f03784593bd55c345a32d33d9
15:58:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.661923 21832 tablet_service.cc:1467] Processing CreateTablet for tablet b67c51d7094f4980aad99694c53fb8eb (DEFAULT_TABLE table=only-hash-partitions-table-restore [id=e586214f03784593bd55c345a32d33d9]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION UNBOUNDED
15:58:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.662266 21832 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b67c51d7094f4980aad99694c53fb8eb. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.662319 22107 tablet_service.cc:1467] Processing CreateTablet for tablet 6814bbfb55d54d71b21d0d9299fcddea (DEFAULT_TABLE table=only-hash-partitions-table-restore [id=e586214f03784593bd55c345a32d33d9]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION UNBOUNDED
15:58:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.662644 22107 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6814bbfb55d54d71b21d0d9299fcddea. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:35.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.665025 22316 tablet_bootstrap.cc:492] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Bootstrap starting.
15:58:35.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.665441 22317 tablet_bootstrap.cc:492] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb: Bootstrap starting.
15:58:35.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.666016 22316 tablet_bootstrap.cc:654] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Neither blocks nor log segments found. Creating new log.
15:58:35.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.666421 22317 tablet_bootstrap.cc:654] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb: Neither blocks nor log segments found. Creating new log.
15:58:35.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.667248 22316 tablet_bootstrap.cc:492] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae: No bootstrap required, opened a new log
15:58:35.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.667371 22316 ts_tablet_manager.cc:1397] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:35.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.667520 22317 tablet_bootstrap.cc:492] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb: No bootstrap required, opened a new log
15:58:35.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.667591 22317 ts_tablet_manager.cc:1397] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.667857 22316 raft_consensus.cc:348] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.667985 22316 raft_consensus.cc:374] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668018 22316 raft_consensus.cc:729] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e092b9e8c5d4ca0a9ca417c62bc88ae, State: Initialized, Role: FOLLOWER
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668051 22317 raft_consensus.cc:348] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668172 22317 raft_consensus.cc:374] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668206 22317 raft_consensus.cc:729] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c7d4287250d4b4fa9aad30fe79faceb, State: Initialized, Role: FOLLOWER
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668152 22316 consensus_queue.cc:260] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668283 22316 raft_consensus.cc:388] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668322 22316 raft_consensus.cc:482] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668371 22316 raft_consensus.cc:3037] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 0 FOLLOWER]: Advancing to term 1
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668322 22317 consensus_queue.cc:260] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [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: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668424 22317 raft_consensus.cc:388] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668462 22317 raft_consensus.cc:482] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.668497 22317 raft_consensus.cc:3037] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 0 FOLLOWER]: Advancing to term 1
15:58:35.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669459 22317 raft_consensus.cc:504] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:35.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669488 22316 raft_consensus.cc:504] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:35.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669570 22317 leader_election.cc:302] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [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: 4c7d4287250d4b4fa9aad30fe79faceb; no voters: 
15:58:35.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669636 22316 leader_election.cc:302] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: 9e092b9e8c5d4ca0a9ca417c62bc88ae; no voters: 
15:58:35.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669723 22317 leader_election.cc:288] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:35.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669811 22316 leader_election.cc:288] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669813 22320 raft_consensus.cc:2781] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 1 FOLLOWER]: Leader election won for term 1
15:58:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.669976 22320 raft_consensus.cc:686] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [term 1 LEADER]: Becoming Leader. State: Replica: 4c7d4287250d4b4fa9aad30fe79faceb, State: Running, Role: LEADER
15:58:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.670038 22317 ts_tablet_manager.cc:1428] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.670087 22316 ts_tablet_manager.cc:1428] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.670091 22320 consensus_queue.cc:237] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb [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: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } }
15:58:35.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.671873 21677 catalog_manager.cc:5495] T 6814bbfb55d54d71b21d0d9299fcddea P 4c7d4287250d4b4fa9aad30fe79faceb reported cstate change: term changed from 0 to 1, leader changed from <none> to 4c7d4287250d4b4fa9aad30fe79faceb (127.20.252.195). New cstate: current_term: 1 leader_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4c7d4287250d4b4fa9aad30fe79faceb" member_type: VOTER last_known_addr { host: "127.20.252.195" port: 36573 } health_report { overall_health: HEALTHY } } }
15:58:35.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.672842 22321 raft_consensus.cc:2781] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 FOLLOWER]: Leader election won for term 1
15:58:35.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.673041 22321 raft_consensus.cc:686] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [term 1 LEADER]: Becoming Leader. State: Replica: 9e092b9e8c5d4ca0a9ca417c62bc88ae, State: Running, Role: LEADER
15:58:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.674197 22321 consensus_queue.cc:237] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae [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: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } }
15:58:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.675866 21675 catalog_manager.cc:5495] T b67c51d7094f4980aad99694c53fb8eb P 9e092b9e8c5d4ca0a9ca417c62bc88ae reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e092b9e8c5d4ca0a9ca417c62bc88ae (127.20.252.193). New cstate: current_term: 1 leader_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e092b9e8c5d4ca0a9ca417c62bc88ae" member_type: VOTER last_known_addr { host: "127.20.252.193" port: 44303 } health_report { overall_health: HEALTHY } } }
15:58:35.705 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:35.728 [INFO - ForkJoinPool-89-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:35.736 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:35.736 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:35.737 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:35.746 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:58:35.758 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:58:35.758 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:35.759 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Created broadcast 3 from toRdd at KuduRestore.scala:140
15:58:35.760 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402149 bytes, open cost is considered as scanning 4194304 bytes.
15:58:35.770 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:35.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:35.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:58:35.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:35.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:35.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:35.773 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 29.1 KiB, free 1993.1 MiB)
15:58:35.775 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.1 MiB)
15:58:35.775 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:35.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:58:35.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:35.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:58:35.777 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5213 bytes) taskResourceAssignments Map()
15:58:35.778 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:35.782 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:35.784 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e586214f03784593bd55c345a32d33d9
15:58:35.785 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/part-00001-5e5b5f82-7a83-4aae-8ce6-94ceed768600-c000.snappy.parquet, range: 0-7324, partition values: [empty row]
15:58:35.795 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.795 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.796 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.796 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.796 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.796 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.797 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.797 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.797 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.798 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.798 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.798 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.799 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.799 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup1599421132650942817/390dff0a45f24451b0c82311a9297610-only-hash-partitions-table/1783526315134/part-00000-5e5b5f82-7a83-4aae-8ce6-94ceed768600-c000.snappy.parquet, range: 0-6217, partition values: [empty row]
15:58:35.799 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.799 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.799 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.800 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.800 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.800 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.801 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.801 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.801 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.802 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.802 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.802 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.802 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.803 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.803 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.807 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.807 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.807 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.809 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1ceff1c3, flushNotification=Deferred@898169615(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:35.810 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.810 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.810 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.811 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.811 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.812 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.812 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.812 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.812 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.813 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.813 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.813 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.813 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.814 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.814 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.814 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.814 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.814 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.815 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.815 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.815 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.816 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.816 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.816 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.817 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.817 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.817 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.817 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.817 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.818 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.818 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.818 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.818 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.819 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.819 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.819 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.819 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.820 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.821 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.821 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.821 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.821 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.822 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.822 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.822 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.823 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.823 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.824 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.824 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.825 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.825 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.826 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.826 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.826 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.826 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.826 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.826 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.826 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.827 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)] connecting to peer
15:58:35.828 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)] Successfully connected to peer
15:58:35.842 [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:58:35.844 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x81f209fd, L:/127.0.0.1:59914 - R:/127.20.252.195:36573] using TOKEN/null
15:58:35.854 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 5425 bytes result sent to driver
15:58:35.856 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 79 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:35.856 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:35.856 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.084 s
15:58:35.857 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:35.857 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:35.857 [INFO - ForkJoinPool-89-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.086651 s
15:58:35.857 [INFO - ForkJoinPool-89-worker-1] (KuduRestore.scala:237) Successfully restored table only-hash-partitions-table
15:58:35.861 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e586214f03784593bd55c345a32d33d9
15:58:35.863 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6814bbfb55d54d71b21d0d9299fcddea for table 'only-hash-partitions-table-restore' with partition [0x00000000, 0x00000001)
15:58:35.863 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b67c51d7094f4980aad99694c53fb8eb for table 'only-hash-partitions-table-restore' with partition [0x00000001, 0x00000002)
15:58:35.863 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=6814bbfb55d54d71b21d0d9299fcddea@[4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b67c51d7094f4980aad99694c53fb8eb@[9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:58:35.871 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:35.871 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:58:35.871 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:1002)
15:58:35.871 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:35.872 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:35.872 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:35.873 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 5.8 KiB, free 1993.1 MiB)
15:58:35.875 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.1 MiB)
15:58:35.876 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44029 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:35.876 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:35.876 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:35.877 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 2 tasks resource profile 0
15:58:35.878 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5318 bytes) taskResourceAssignments Map()
15:58:35.878 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 4)
15:58:35.880 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:35.888 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305323789859573760) for scanner KuduScanner(table=only-hash-partitions-table-restore, tablet=6814bbfb55d54d71b21d0d9299fcddea, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:35.889 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 4). 5717 bytes result sent to driver
15:58:35.890 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5318 bytes) taskResourceAssignments Map()
15:58:35.890 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 4) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:35.892 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 5)
15:58:35.894 [DEBUG - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:35.898 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323789912207360) for scanner KuduScanner(table=only-hash-partitions-table-restore, tablet=b67c51d7094f4980aad99694c53fb8eb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:35.899 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 5). 6007 bytes result sent to driver
15:58:35.901 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 5) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:35.901 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:35.901 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:1002) finished in 0.029 s
15:58:35.902 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:35.902 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:35.902 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:1002, took 0.031014 s
15:58:35.908 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:35.917 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:35.917 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:35.918 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:35.919 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:35.924 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:35.924 [DEBUG - main] (Connection.java:575) [peer f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)] disconnecting while in state READY
15:58:35.927 [DEBUG - kudu-nio-0] (Connection.java:239) [peer f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)] handling channelInactive
15:58:35.927 [DEBUG - kudu-nio-0] (Connection.java:709) [peer f578525d2fa24392be7fceb07dde800d(127.20.252.194:38639)] cleaning up while in state READY due to: connection closed
15:58:35.927 [DEBUG - main] (Connection.java:575) [peer 9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)] disconnecting while in state READY
15:58:35.928 [DEBUG - main] (Connection.java:575) [peer 4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)] disconnecting while in state READY
15:58:35.928 [DEBUG - main] (Connection.java:575) [peer master-127.20.252.252:45841(127.20.252.252:45841)] disconnecting while in state READY
15:58:35.928 [DEBUG - main] (Connection.java:575) [peer master-127.20.252.253:38159(127.20.252.253:38159)] disconnecting while in state READY
15:58:35.928 [DEBUG - main] (Connection.java:575) [peer master-127.20.252.254:39819(127.20.252.254:39819)] disconnecting while in state READY
15:58:35.930 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.252.252:45841(127.20.252.252:45841)] handling channelInactive
15:58:35.930 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.252.252:45841(127.20.252.252:45841)] cleaning up while in state READY due to: connection closed
15:58:35.930 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.252.254:39819(127.20.252.254:39819)] handling channelInactive
15:58:35.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:35.930 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.252.254:39819(127.20.252.254:39819)] cleaning up while in state READY due to: connection closed
15:58:35.933 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)] handling channelInactive
15:58:35.934 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 9e092b9e8c5d4ca0a9ca417c62bc88ae(127.20.252.193:44303)] cleaning up while in state READY due to: connection closed
15:58:35.934 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)] handling channelInactive
15:58:35.934 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 4c7d4287250d4b4fa9aad30fe79faceb(127.20.252.195:36573)] cleaning up while in state READY due to: connection closed
15:58:35.934 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.252.253:38159(127.20.252.253:38159)] handling channelInactive
15:58:35.934 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.252.253:38159(127.20.252.253:38159)] cleaning up while in state READY due to: connection closed
15:58:35.935 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 32 thread-local buffer(s) from thread: kudu-nio-1
15:58:35.937 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 40 thread-local buffer(s) from thread: kudu-nio-0
15:58:35.947 [DEBUG - main] (Connection.java:575) [peer master-127.20.252.252:45841(127.20.252.252:45841)] disconnecting while in state READY
15:58:35.947 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.252.252:45841(127.20.252.252:45841)] handling channelInactive
15:58:35.948 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.252.252:45841(127.20.252.252:45841)] cleaning up while in state READY due to: connection closed
15:58:35.948 [DEBUG - main] (Connection.java:575) [peer master-127.20.252.253:38159(127.20.252.253:38159)] disconnecting while in state READY
15:58:35.948 [DEBUG - main] (Connection.java:575) [peer master-127.20.252.254:39819(127.20.252.254:39819)] disconnecting while in state READY
15:58:35.949 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.252.253:38159(127.20.252.253:38159)] handling channelInactive
15:58:35.949 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.252.254:39819(127.20.252.254:39819)] handling channelInactive
15:58:35.949 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.252.253:38159(127.20.252.253:38159)] cleaning up while in state READY due to: connection closed
15:58:35.949 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.252.254:39819(127.20.252.254:39819)] cleaning up while in state READY due to: connection closed
15:58:35.949 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:35.950 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 24 thread-local buffer(s) from thread: kudu-nio-0
15:58:35.950 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:58:35.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.950947 21491 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21773
15:58:35.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.957129 21491 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21910
15:58:35.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.963861 21491 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22045
15:58:35.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.970248 21491 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21502
15:58:35.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.976647 21491 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21571
15:58:35.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:35.983080 21491 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 21643
15:58:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:36Z chronyd exiting
.15:58:36.047 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526316047
15:58:36.049 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:36.050 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:36.050 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:36.050 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:36.050 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:36.052 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:36.168 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:36.168 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.169549 22348 mini_oidc.cc:152] Starting JWKS server
15:58:36.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.171638 22348 webserver.cc:460] Webserver started at http://127.0.0.1:46607/ using document root <none> and password file <none>
15:58:36.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.171792 22348 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:36.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.172021 22348 webserver.cc:460] Webserver started at http://127.0.0.1:36853/ using document root <none> and password file <none>
15:58:36.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:36Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:36Z Disabled control of system clock
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.190307 22348 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:36.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/logs
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data/info.pb
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.62:37779
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.62
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:36.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46607/jwks.json with env {}
15:58:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.307199 22359 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.307550 22359 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.307610 22359 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.311909 22359 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.312031 22359 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.312062 22359 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.312083 22359 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.312105 22359 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.312124 22359 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:46607/jwks.json
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.317243 22359 master_runner.cc:386] Master server non-default flags:
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.62:37779
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46607/jwks.json
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data/info.pb
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.62
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22359
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/logs
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.318708 22359 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:58:36.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.320317 22359 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:36.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.330173 22364 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:58:36.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.330199 22359 server_base.cc:1034] running on GCE node
15:58:36.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.330246 22365 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:58:36.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.330173 22367 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:58:36.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.331408 22359 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:36.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.332636 22359 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:36.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.333876 22359 hybrid_clock.cc:648] HybridClock initialized: now 1783526316333841 us; error 53 us; skew 500 ppm
15:58:36.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.336040 22359 webserver.cc:460] Webserver started at http://127.21.211.62:41921/ using document root <none> and password file <none>
15:58:36.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.336687 22359 fs_manager.cc:359] Metadata directory not provided
15:58:36.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.336824 22359 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:36.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.337103 22359 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.339100 22359 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data/instance:
15:58:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f250b3e92aad43338d5676ba278c2db7"
15:58:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.339697 22359 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal/instance:
15:58:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f250b3e92aad43338d5676ba278c2db7"
15:58:36.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.343592 22359 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:36.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.346448 22373 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.347955 22359 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.348119 22359 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f250b3e92aad43338d5676ba278c2db7"
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.348275 22359 fs_report.cc:383] FS layout report
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data/data
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:36.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:36.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:36.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:36.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.364920 22359 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:36.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.365754 22359 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:58:36.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.366000 22359 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:36.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.374449 22359 rpc_server.cc:307] RPC server started. Bound to: 127.21.211.62:37779
15:58:36.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.374450 22425 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.21.211.62:37779 every 8 connection(s)
15:58:36.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.375584 22359 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/data/info.pb
15:58:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.377431 22348 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22359
15:58:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.377629 22348 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-0/wal/instance
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.379221 22348 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/logs
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data/info.pb
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.61:40647
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.61
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46607/jwks.json with env {}
15:58:36.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.379256 22426 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:58:36.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.384232 22426 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.399005 22426 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.399899 22374 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.21.211.61:40647: connect: Connection refused (error 111)
15:58:36.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.400878 22426 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.61:40647: Network error: Client connection negotiation failed: client connection to 127.21.211.61:40647: connect: Connection refused (error 111)
15:58:36.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.450183 22426 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } attempt: 1
15:58:36.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.452085 22426 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.61:40647: Network error: Client connection negotiation failed: client connection to 127.21.211.61:40647: connect: Connection refused (error 111)
15:58:36.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.498932 22428 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:36.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.499229 22428 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:36.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.499269 22428 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.503616 22428 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.503793 22428 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.503850 22428 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.503868 22428 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.503886 22428 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:36.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.503901 22428 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:46607/jwks.json
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.509886 22428 master_runner.cc:386] Master server non-default flags:
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.61:40647
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46607/jwks.json
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data/info.pb
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.61
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22428
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/logs
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:36.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.511066 22428 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:58:36.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.512473 22428 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:36.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.520273 22426 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } attempt: 2
15:58:36.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.521559 22436 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:58:36.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.521781 22437 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:58:36.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.521868 22439 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:58:36.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.522466 22428 server_base.cc:1034] running on GCE node
15:58:36.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.523007 22428 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:36.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.524137 22428 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:36.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.524338 22426 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.61:40647: Network error: Client connection negotiation failed: client connection to 127.21.211.61:40647: connect: Connection refused (error 111)
15:58:36.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.525396 22428 hybrid_clock.cc:648] HybridClock initialized: now 1783526316525375 us; error 39 us; skew 500 ppm
15:58:36.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.527650 22428 webserver.cc:460] Webserver started at http://127.21.211.61:37515/ using document root <none> and password file <none>
15:58:36.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.528282 22428 fs_manager.cc:359] Metadata directory not provided
15:58:36.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.528383 22428 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:36.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.528616 22428 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:36.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.530658 22428 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data/instance:
15:58:36.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a792a1c1e7174756b9fba238969dff22"
15:58:36.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.531291 22428 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal/instance:
15:58:36.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a792a1c1e7174756b9fba238969dff22"
15:58:36.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.535531 22428 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:58:36.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.538641 22445 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.540203 22428 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.540381 22428 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a792a1c1e7174756b9fba238969dff22"
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.540555 22428 fs_report.cc:383] FS layout report
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data/data
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:36.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:36.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:36.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.564908 22428 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:36.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.565785 22428 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:58:36.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.566031 22428 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:36.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.573601 22428 rpc_server.cc:307] RPC server started. Bound to: 127.21.211.61:40647
15:58:36.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.573612 22497 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.21.211.61:40647 every 8 connection(s)
15:58:36.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.574677 22428 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/data/info.pb
15:58:36.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.576713 22348 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22428
15:58:36.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.576881 22348 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-1/wal/instance
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.577451 22348 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/logs
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data/info.pb
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.60:45485
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.60
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46607/jwks.json with env {}
15:58:36.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.578347 22498 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:58:36.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.582494 22498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.594182 22498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.602476 22498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.603547 22447 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.604555 22498 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.60:45485: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.615545 22426 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } attempt: 3
15:58:36.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.621251 22426 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.622699 22426 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.60:45485: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.653828 22498 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } attempt: 1
15:58:36.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.653900 22426 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } attempt: 1
15:58:36.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.655457 22498 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.60:45485: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.655494 22426 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.60:45485: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.697750 22500 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:36.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.698107 22500 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:36.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.698164 22500 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:36.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.702582 22500 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:36.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.702709 22500 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:36.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.702739 22500 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:36.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.702760 22500 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:36.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.702782 22500 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:36.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.702802 22500 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:46607/jwks.json
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.708123 22500 master_runner.cc:386] Master server non-default flags:
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.60:45485
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46607/jwks.json
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data/info.pb
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.60
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22500
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/logs
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.709673 22500 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:58:36.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.711165 22500 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:36.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.720391 22509 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:58:36.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.720444 22511 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:58:36.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.720455 22508 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:58:36.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.720587 22500 server_base.cc:1034] running on GCE node
15:58:36.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.721519 22500 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:36.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.722653 22500 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:36.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.723630 22498 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } attempt: 2
15:58:36.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.723850 22500 hybrid_clock.cc:648] HybridClock initialized: now 1783526316723838 us; error 30 us; skew 500 ppm
15:58:36.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.725205 22498 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.60:45485: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.726174 22500 webserver.cc:460] Webserver started at http://127.21.211.60:33959/ using document root <none> and password file <none>
15:58:36.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.726708 22500 fs_manager.cc:359] Metadata directory not provided
15:58:36.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.726778 22500 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:36.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.726943 22500 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.728996 22500 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data/instance:
15:58:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8d84215832343d88efb3514bc3a728e"
15:58:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.729518 22500 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal/instance:
15:58:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8d84215832343d88efb3514bc3a728e"
15:58:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.730706 22426 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } attempt: 2
15:58:36.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.732148 22426 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.21.211.60:45485: Network error: Client connection negotiation failed: client connection to 127.21.211.60:45485: connect: Connection refused (error 111)
15:58:36.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.733603 22500 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:36.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.736191 22517 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:36.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.737828 22500 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.737944 22500 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8d84215832343d88efb3514bc3a728e"
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:36 on dist-test-slave-vt7w"
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.738040 22500 fs_report.cc:383] FS layout report
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data/data
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:36.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.758827 22500 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:36.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.759557 22500 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:58:36.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.759721 22500 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:36.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.767174 22500 rpc_server.cc:307] RPC server started. Bound to: 127.21.211.60:45485
15:58:36.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.767179 22569 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.21.211.60:45485 every 8 connection(s)
15:58:36.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.768272 22500 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/data/info.pb
15:58:36.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.771780 22570 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:58:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.774432 22348 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22500
15:58:36.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.774525 22348 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/master-2/wal/instance
15:58:36.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.775780 22570 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.788585 22570 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.794375 22570 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } has no permanent_uuid. Determining permanent_uuid...
15:58:36.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.802471 22570 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: Bootstrap starting.
15:58:36.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.804898 22570 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: Neither blocks nor log segments found. Creating new log.
15:58:36.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.805769 22570 log.cc:824] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: Log is configured to *not* fsync() on all Append() calls
15:58:36.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.807628 22570 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: No bootstrap required, opened a new log
15:58:36.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.811295 22570 raft_consensus.cc:348] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.811532 22570 raft_consensus.cc:374] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:36.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.811564 22570 raft_consensus.cc:729] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8d84215832343d88efb3514bc3a728e, State: Initialized, Role: FOLLOWER
15:58:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.811939 22570 consensus_queue.cc:260] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.812479 22579 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.812747 22579 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.813289 22570 sys_catalog.cc:564] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [sys.catalog]: configured and running, proceeding with master startup.
15:58:36.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.816385 22498 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } attempt: 3
15:58:36.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.820122 22590 catalog_manager.cc:1558] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:36.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.820463 22590 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.818317 22500 master_runner.cc:186] Error getting master registration for 127.21.211.62:37779: OK, instance_id { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" instance_seqno: 1783526316372107 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.823315 22500 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:36.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.826879 22498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: Bootstrap starting.
15:58:36.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.830075 22498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: Neither blocks nor log segments found. Creating new log.
15:58:36.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.831442 22426 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } attempt: 3
15:58:36.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.831573 22498 log.cc:824] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: Log is configured to *not* fsync() on all Append() calls
15:58:36.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.833942 22498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: No bootstrap required, opened a new log
15:58:36.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.838243 22498 raft_consensus.cc:348] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.838510 22498 raft_consensus.cc:374] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:36.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.838560 22498 raft_consensus.cc:729] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a792a1c1e7174756b9fba238969dff22, State: Initialized, Role: FOLLOWER
15:58:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.839118 22498 consensus_queue.cc:260] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.839664 22593 sys_catalog.cc:455] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.839936 22593 sys_catalog.cc:458] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.840119 22426 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: Bootstrap starting.
15:58:36.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.840597 22498 sys_catalog.cc:564] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: configured and running, proceeding with master startup.
15:58:36.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.843446 22426 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: Neither blocks nor log segments found. Creating new log.
15:58:36.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.844836 22426 log.cc:824] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: Log is configured to *not* fsync() on all Append() calls
15:58:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.846232 22604 catalog_manager.cc:1558] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:36.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.846315 22604 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.844283 22428 master_runner.cc:186] Error getting master registration for 127.21.211.62:37779: OK, instance_id { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" instance_seqno: 1783526316372107 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:36.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.847337 22428 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:36.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.850809 22426 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: No bootstrap required, opened a new log
15:58:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.855233 22426 raft_consensus.cc:348] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.855513 22426 raft_consensus.cc:374] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.855581 22426 raft_consensus.cc:729] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f250b3e92aad43338d5676ba278c2db7, State: Initialized, Role: FOLLOWER
15:58:36.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.856110 22426 consensus_queue.cc:260] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.856630 22607 sys_catalog.cc:455] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.856932 22607 sys_catalog.cc:458] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.857683 22426 sys_catalog.cc:564] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [sys.catalog]: configured and running, proceeding with master startup.
15:58:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.861315 22593 raft_consensus.cc:482] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:36.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.861521 22593 raft_consensus.cc:504] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.862685 22593 leader_election.cc:288] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f250b3e92aad43338d5676ba278c2db7 (127.21.211.62:37779), f8d84215832343d88efb3514bc3a728e (127.21.211.60:45485)
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.863209 22400 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a792a1c1e7174756b9fba238969dff22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f250b3e92aad43338d5676ba278c2db7" is_pre_election: true
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.863531 22400 raft_consensus.cc:2454] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a792a1c1e7174756b9fba238969dff22 in term 0.
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.863667 22541 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a792a1c1e7174756b9fba238969dff22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8d84215832343d88efb3514bc3a728e" is_pre_election: true
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.863991 22541 raft_consensus.cc:2454] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a792a1c1e7174756b9fba238969dff22 in term 0.
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.864893 22446 leader_election.cc:302] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a792a1c1e7174756b9fba238969dff22, f250b3e92aad43338d5676ba278c2db7; no voters: 
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.865234 22593 raft_consensus.cc:2781] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.865317 22593 raft_consensus.cc:482] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.865370 22593 raft_consensus.cc:3037] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 0 FOLLOWER]: Advancing to term 1
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.866786 22593 raft_consensus.cc:504] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.867514 22541 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a792a1c1e7174756b9fba238969dff22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8d84215832343d88efb3514bc3a728e"
15:58:36.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.867655 22541 raft_consensus.cc:3037] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 0 FOLLOWER]: Advancing to term 1
15:58:36.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.867993 22379 tablet.cc:2369] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:36.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.868548 22593 leader_election.cc:288] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [CANDIDATE]: Term 1 election: Requested vote from peers f250b3e92aad43338d5676ba278c2db7 (127.21.211.62:37779), f8d84215832343d88efb3514bc3a728e (127.21.211.60:45485)
15:58:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.869179 22400 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a792a1c1e7174756b9fba238969dff22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f250b3e92aad43338d5676ba278c2db7"
15:58:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.869355 22400 raft_consensus.cc:3037] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 0 FOLLOWER]: Advancing to term 1
15:58:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.869829 22541 raft_consensus.cc:2454] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a792a1c1e7174756b9fba238969dff22 in term 1.
15:58:36.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.870169 22447 leader_election.cc:302] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [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: a792a1c1e7174756b9fba238969dff22, f8d84215832343d88efb3514bc3a728e; no voters: 
15:58:36.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.870462 22593 raft_consensus.cc:2781] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 1 FOLLOWER]: Leader election won for term 1
15:58:36.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.870644 22400 raft_consensus.cc:2454] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a792a1c1e7174756b9fba238969dff22 in term 1.
15:58:36.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.870745 22593 raft_consensus.cc:686] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [term 1 LEADER]: Becoming Leader. State: Replica: a792a1c1e7174756b9fba238969dff22, State: Running, Role: LEADER
15:58:36.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.871124 22593 consensus_queue.cc:237] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [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: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } }
15:58:36.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.874910 22593 sys_catalog.cc:455] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a792a1c1e7174756b9fba238969dff22. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.875195 22593 sys_catalog.cc:458] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: This master's current role is: LEADER
15:58:36.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.875733 22622 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:36.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.876942 22622 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:36.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.877954 22359 master_runner.cc:263] No leader master found from master f250b3e92aad43338d5676ba278c2db7
15:58:36.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.878024 22359 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:36.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.878304 22618 catalog_manager.cc:1558] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:36.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:36.878448 22618 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.884963 22541 raft_consensus.cc:1261] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [term 1 FOLLOWER]: Refusing update from remote peer a792a1c1e7174756b9fba238969dff22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:36.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.885834 22593 consensus_queue.cc:1035] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:36.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.890434 22579 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [sys.catalog]: SysCatalogTable state changed. Reason: New leader a792a1c1e7174756b9fba238969dff22. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.890578 22579 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.891846 22400 raft_consensus.cc:1261] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [term 1 FOLLOWER]: Refusing update from remote peer a792a1c1e7174756b9fba238969dff22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:36.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.892598 22593 consensus_queue.cc:1035] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.897456 22607 sys_catalog.cc:455] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a792a1c1e7174756b9fba238969dff22. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.897607 22607 sys_catalog.cc:458] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.901818 22593 sys_catalog.cc:455] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.901952 22593 sys_catalog.cc:458] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: This master's current role is: LEADER
15:58:36.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.903733 22579 sys_catalog.cc:455] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.903867 22579 sys_catalog.cc:458] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.904573 22623 mvcc.cc:205] Tried to move back new op lower bound from 7305323793950224384 to 7305323793909403648. Current Snapshot: MvccSnapshot[applied={T|T < 7305323793950224384}]
15:58:36.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.911293 22593 sys_catalog.cc:455] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.911455 22593 sys_catalog.cc:458] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22 [sys.catalog]: This master's current role is: LEADER
15:58:36.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.914414 22626 mvcc.cc:205] Tried to move back new op lower bound from 7305323793950224384 to 7305323793909403648. Current Snapshot: MvccSnapshot[applied={T|T < 7305323793950224384}]
15:58:36.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.915216 22622 catalog_manager.cc:1347] Generated new cluster ID: f229044572a640449c930a02203414e6
15:58:36.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.915309 22622 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:36.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.915544 22607 sys_catalog.cc:455] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a792a1c1e7174756b9fba238969dff22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f250b3e92aad43338d5676ba278c2db7" member_type: VOTER last_known_addr { host: "127.21.211.62" port: 37779 } } peers { permanent_uuid: "a792a1c1e7174756b9fba238969dff22" member_type: VOTER last_known_addr { host: "127.21.211.61" port: 40647 } } peers { permanent_uuid: "f8d84215832343d88efb3514bc3a728e" member_type: VOTER last_known_addr { host: "127.21.211.60" port: 45485 } } }
15:58:36.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.915678 22607 sys_catalog.cc:458] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7 [sys.catalog]: This master's current role is: FOLLOWER
15:58:36.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.932857 22622 catalog_manager.cc:1370] Generated new certificate authority record
15:58:36.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.934459 22622 catalog_manager.cc:1504] Loading token signing keys...
15:58:36.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.949493 22622 catalog_manager.cc:5868] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: Generated new TSK 0
15:58:36.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.950613 22622 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:36.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:36.971392 22348 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/logs
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data/info.pb
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.1:0
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.21.211.1
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.1
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:36.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:36.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:37.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.125861 22632 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:37.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.126173 22632 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:37.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.126210 22632 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:37.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.130666 22632 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:37.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.130781 22632 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.21.211.1
15:58:37.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.135730 22632 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.1:0
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data/info.pb
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.1
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22632
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.21.211.1
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/logs
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:37.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:37.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.136900 22632 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:58:37.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.138326 22632 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:37.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.148559 22638 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:58:37.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.148553 22640 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:58:37.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.148553 22637 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:58:37.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.149178 22632 server_base.cc:1034] running on GCE node
15:58:37.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.149552 22632 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:37.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.150219 22632 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.151412 22632 hybrid_clock.cc:648] HybridClock initialized: now 1783526317151399 us; error 36 us; skew 500 ppm
15:58:37.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.153379 22632 webserver.cc:460] Webserver started at http://127.21.211.1:35261/ using document root <none> and password file <none>
15:58:37.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.153913 22632 fs_manager.cc:359] Metadata directory not provided
15:58:37.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.153971 22632 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:37.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.154137 22632 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.155998 22632 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data/instance:
15:58:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bae52685961446ec9ad0c73ad744b1bb"
15:58:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.156503 22632 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal/instance:
15:58:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bae52685961446ec9ad0c73ad744b1bb"
15:58:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.160280 22632 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:37.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.163105 22646 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.164505 22632 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.164608 22632 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal
15:58:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bae52685961446ec9ad0c73ad744b1bb"
15:58:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.164716 22632 fs_report.cc:383] FS layout report
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data/data
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:37.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:37.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.181993 22632 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:37.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.182816 22632 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:58:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.182965 22632 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.183523 22632 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.184502 22632 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.184556 22632 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.184597 22632 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.184613 22632 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:37.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.193945 22632 rpc_server.cc:307] RPC server started. Bound to: 127.21.211.1:36667
15:58:37.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.193961 22759 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.21.211.1:36667 every 8 connection(s)
15:58:37.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.194931 22632 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/data/info.pb
15:58:37.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.201638 22348 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22632
15:58:37.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.201756 22348 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-0/wal/instance
15:58:37.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.206609 22348 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:37.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:37.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal
15:58:37.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data
15:58:37.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/logs
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data/info.pb
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.2:0
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.21.211.2
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.2
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:37.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.208200 22760 heartbeater.cc:347] Connected to a master server at 127.21.211.60:45485
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.208184 22761 heartbeater.cc:347] Connected to a master server at 127.21.211.62:37779
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.208472 22762 heartbeater.cc:347] Connected to a master server at 127.21.211.61:40647
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.208478 22761 heartbeater.cc:464] Registering TS with master...
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.208478 22760 heartbeater.cc:464] Registering TS with master...
15:58:37.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.208570 22762 heartbeater.cc:464] Registering TS with master...
15:58:37.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.209270 22761 heartbeater.cc:511] Master 127.21.211.62:37779 requested a full tablet report, sending...
15:58:37.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.209271 22760 heartbeater.cc:511] Master 127.21.211.60:45485 requested a full tablet report, sending...
15:58:37.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.209270 22762 heartbeater.cc:511] Master 127.21.211.61:40647 requested a full tablet report, sending...
15:58:37.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.211000 22462 ts_manager.cc:194] Registered new tserver with Master: bae52685961446ec9ad0c73ad744b1bb (127.21.211.1:36667)
15:58:37.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.211000 22532 ts_manager.cc:194] Registered new tserver with Master: bae52685961446ec9ad0c73ad744b1bb (127.21.211.1:36667)
15:58:37.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.211004 22390 ts_manager.cc:194] Registered new tserver with Master: bae52685961446ec9ad0c73ad744b1bb (127.21.211.1:36667)
15:58:37.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.212361 22462 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.21.211.1:34045
15:58:37.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.325487 22767 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:37.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.325778 22767 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:37.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.325815 22767 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:37.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.330600 22767 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:37.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.330716 22767 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.21.211.2
15:58:37.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.335733 22767 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.2:0
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data/info.pb
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.2
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22767
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.21.211.2
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/logs
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:37.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.336899 22767 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:58:37.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.338230 22767 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:37.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.348680 22772 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:58:37.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.348686 22775 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:58:37.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.348802 22773 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:58:37.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.349339 22767 server_base.cc:1034] running on GCE node
15:58:37.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.349725 22767 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:37.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.350461 22767 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:37.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.351647 22767 hybrid_clock.cc:648] HybridClock initialized: now 1783526317351626 us; error 33 us; skew 500 ppm
15:58:37.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.354125 22767 webserver.cc:460] Webserver started at http://127.21.211.2:33529/ using document root <none> and password file <none>
15:58:37.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.354708 22767 fs_manager.cc:359] Metadata directory not provided
15:58:37.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.354773 22767 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:37.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.354966 22767 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:37.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.357220 22767 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data/instance:
15:58:37.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4ee64e10217479fa297fe0129d94348"
15:58:37.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.357875 22767 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal/instance:
15:58:37.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4ee64e10217479fa297fe0129d94348"
15:58:37.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.362422 22767 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:37.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.365343 22781 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:37.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.366761 22767 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.366878 22767 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4ee64e10217479fa297fe0129d94348"
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.366973 22767 fs_report.cc:383] FS layout report
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data/data
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:37.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:37.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.380496 22767 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.381337 22767 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:58:37.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.381524 22767 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:37.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.382197 22767 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:37.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.383391 22767 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:37.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.383452 22767 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:37.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.383502 22767 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:37.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.383522 22767 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:37.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.393646 22767 rpc_server.cc:307] RPC server started. Bound to: 127.21.211.2:39819
15:58:37.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.393685 22894 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.21.211.2:39819 every 8 connection(s)
15:58:37.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.394572 22767 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/data/info.pb
15:58:37.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.394799 22348 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22767
15:58:37.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.394896 22348 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-1/wal/instance
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.398079 22348 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/logs
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data/info.pb
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.3:0
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.21.211.3
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.3
15:58:37.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:37.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:37.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:37.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:37.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:37.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:37.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.409319 22897 heartbeater.cc:347] Connected to a master server at 127.21.211.61:40647
15:58:37.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.409344 22895 heartbeater.cc:347] Connected to a master server at 127.21.211.60:45485
15:58:37.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.409384 22896 heartbeater.cc:347] Connected to a master server at 127.21.211.62:37779
15:58:37.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.409603 22895 heartbeater.cc:464] Registering TS with master...
15:58:37.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.409601 22897 heartbeater.cc:464] Registering TS with master...
15:58:37.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.409601 22896 heartbeater.cc:464] Registering TS with master...
15:58:37.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.410317 22895 heartbeater.cc:511] Master 127.21.211.60:45485 requested a full tablet report, sending...
15:58:37.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.410316 22896 heartbeater.cc:511] Master 127.21.211.62:37779 requested a full tablet report, sending...
15:58:37.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.410672 22897 heartbeater.cc:511] Master 127.21.211.61:40647 requested a full tablet report, sending...
15:58:37.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.411587 22462 ts_manager.cc:194] Registered new tserver with Master: a4ee64e10217479fa297fe0129d94348 (127.21.211.2:39819)
15:58:37.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.411644 22390 ts_manager.cc:194] Registered new tserver with Master: a4ee64e10217479fa297fe0129d94348 (127.21.211.2:39819)
15:58:37.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.412257 22532 ts_manager.cc:194] Registered new tserver with Master: a4ee64e10217479fa297fe0129d94348 (127.21.211.2:39819)
15:58:37.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.412323 22462 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.21.211.2:41129
15:58:37.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.520700 22902 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:37.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.521056 22902 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:37.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.521095 22902 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:37.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.525280 22902 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:37.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.525375 22902 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.21.211.3
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.530369 22902 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.211.20:36353
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.211.3:0
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data/info.pb
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.211.3
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.21.211.62:37779,127.21.211.61:40647,127.21.211.60:45485
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:37.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.22902
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.21.211.3
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/logs
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:37.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.531520 22902 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:58:37.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.532944 22902 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:37.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.543295 22910 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:58:37.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.543315 22908 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:58:37.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:37.543323 22907 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:58:37.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.543599 22902 server_base.cc:1034] running on GCE node
15:58:37.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.544384 22902 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:37.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.545300 22902 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:37.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.546504 22902 hybrid_clock.cc:648] HybridClock initialized: now 1783526317546448 us; error 77 us; skew 500 ppm
15:58:37.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.548659 22902 webserver.cc:460] Webserver started at http://127.21.211.3:42231/ using document root <none> and password file <none>
15:58:37.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.549336 22902 fs_manager.cc:359] Metadata directory not provided
15:58:37.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.549443 22902 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:37.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.549667 22902 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.551769 22902 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data/instance:
15:58:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c08653e6977f4340a32173aab822efd5"
15:58:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.552381 22902 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal/instance:
15:58:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c08653e6977f4340a32173aab822efd5"
15:58:37.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.556847 22902 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.008s	sys 0.000s
15:58:37.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.559716 22916 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.561370 22902 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.561542 22902 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c08653e6977f4340a32173aab822efd5"
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:37 on dist-test-slave-vt7w"
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.561729 22902 fs_report.cc:383] FS layout report
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:37.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data/data
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:37.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.582849 22902 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:37.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.583851 22902 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:58:37.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.584095 22902 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:37.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.584823 22902 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:37.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.585970 22902 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:37.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.586045 22902 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:37.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.586102 22902 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:37.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.586131 22902 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:37.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.595533 22902 rpc_server.cc:307] RPC server started. Bound to: 127.21.211.3:36989
15:58:37.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.595549 23029 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.21.211.3:36989 every 8 connection(s)
15:58:37.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.596495 22902 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/data/info.pb
15:58:37.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.606165 22348 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 22902
15:58:37.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.606293 22348 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4481997043959191951/ts-2/wal/instance
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.609759 23030 heartbeater.cc:347] Connected to a master server at 127.21.211.60:45485
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.609752 23031 heartbeater.cc:347] Connected to a master server at 127.21.211.62:37779
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.609759 23032 heartbeater.cc:347] Connected to a master server at 127.21.211.61:40647
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.610098 23031 heartbeater.cc:464] Registering TS with master...
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.610097 23032 heartbeater.cc:464] Registering TS with master...
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.610097 23030 heartbeater.cc:464] Registering TS with master...
15:58:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.610814 23030 heartbeater.cc:511] Master 127.21.211.60:45485 requested a full tablet report, sending...
15:58:37.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.610834 23031 heartbeater.cc:511] Master 127.21.211.62:37779 requested a full tablet report, sending...
15:58:37.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.610814 23032 heartbeater.cc:511] Master 127.21.211.61:40647 requested a full tablet report, sending...
15:58:37.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.612103 22534 ts_manager.cc:194] Registered new tserver with Master: c08653e6977f4340a32173aab822efd5 (127.21.211.3:36989)
15:58:37.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.612609 22462 ts_manager.cc:194] Registered new tserver with Master: c08653e6977f4340a32173aab822efd5 (127.21.211.3:36989)
15:58:37.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.612793 22390 ts_manager.cc:194] Registered new tserver with Master: c08653e6977f4340a32173aab822efd5 (127.21.211.3:36989)
15:58:37.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.613412 22462 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.21.211.3:56207
15:58:37.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.626967 22348 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:37.627 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:37.628 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:37.629 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.21.211.62"
      port: 37779
    }
    bound_http_address {
      host: "127.21.211.62"
      port: 41921
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.21.211.61"
      port: 40647
    }
    bound_http_address {
      host: "127.21.211.61"
      port: 37515
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.21.211.60"
      port: 45485
    }
    bound_http_address {
      host: "127.21.211.60"
      port: 33959
    }
  }
}

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

15:58:37.630 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.21.211.1"
      port: 36667
    }
    bound_http_address {
      host: "127.21.211.1"
      port: 35261
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.21.211.2"
      port: 39819
    }
    bound_http_address {
      host: "127.21.211.2"
      port: 33529
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.21.211.3"
      port: 36989
    }
    bound_http_address {
      host: "127.21.211.3"
      port: 42231
    }
  }
}

15:58:37.631 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:37.632 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:37.633 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:37.633 [INFO - main] (Logging.scala:57) ==============================================================
15:58:37.634 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:37.634 [INFO - main] (Logging.scala:57) ==============================================================
15:58:37.634 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:37.634 [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:58:37.634 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:37.635 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:37.635 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:37.635 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:37.635 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:37.636 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:37.636 [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:58:37.656 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 37009.
15:58:37.658 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:37.659 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:37.659 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:37.660 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:37.660 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:37.661 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-343dd7e2-c19b-40be-95a2-b0bd9d0d1311
15:58:37.661 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:37.662 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:37.703 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:37.706 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 38047.
15:58:37.706 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:38047
15:58:37.707 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:37.707 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38047, None)
15:58:37.707 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:38047 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38047, None)
15:58:37.708 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38047, None)
15:58:37.708 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38047, None)
15:58:37.715 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:37.725 [DEBUG - main] (Connection.java:748) [peer master-127.21.211.60:45485(127.21.211.60:45485)] connecting to peer
15:58:37.726 [DEBUG - main] (Connection.java:748) [peer master-127.21.211.61:40647(127.21.211.61:40647)] connecting to peer
15:58:37.726 [DEBUG - main] (Connection.java:748) [peer master-127.21.211.62:37779(127.21.211.62:37779)] connecting to peer
15:58:37.726 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.21.211.60:45485(127.21.211.60:45485)] Successfully connected to peer
15:58:37.727 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.21.211.61:40647(127.21.211.61:40647)] Successfully connected to peer
15:58:37.729 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.21.211.60
15:58:37.729 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.21.211.61
15:58:37.732 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.21.211.62:37779(127.21.211.62:37779)] Successfully connected to peer
15:58:37.734 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.21.211.62
15:58:37.742 [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:58:37.743 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8e4bc838, L:/127.0.0.1:36848 - R:/127.21.211.61:40647] using SASL/PLAIN
15:58:37.744 [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:58:37.745 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.751086 22462 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36848:
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:37.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.756 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x1105737c, L:/127.0.0.1:36022 - R:/127.21.211.60:45485] using SASL/PLAIN
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:37.758 [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:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:37.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:37.759 [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:58:37.760 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb93e269e, L:/127.0.0.1:37378 - R:/127.21.211.62:37779] using SASL/PLAIN
15:58:37.774 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e01bf716c84b436b8be6af31e13ed5fb
15:58:37.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.781726 22694 tablet_service.cc:1467] Processing CreateTablet for tablet 7a70315875ce4d03980d6011d5f669fb (DEFAULT_TABLE table=test [id=e01bf716c84b436b8be6af31e13ed5fb]), partition=RANGE (key) PARTITION VALUES < 50
15:58:37.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.783336 22694 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7a70315875ce4d03980d6011d5f669fb. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:37.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.788981 22829 tablet_service.cc:1467] Processing CreateTablet for tablet 11dbf8eead3744cbb2cfeced572e3319 (DEFAULT_TABLE table=test [id=e01bf716c84b436b8be6af31e13ed5fb]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:37.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.790241 22829 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 11dbf8eead3744cbb2cfeced572e3319. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:37.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.790860 23080 tablet_bootstrap.cc:492] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb: Bootstrap starting.
15:58:37.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.793157 23080 tablet_bootstrap.cc:654] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb: Neither blocks nor log segments found. Creating new log.
15:58:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.793871 23080 log.cc:824] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb: Log is configured to *not* fsync() on all Append() calls
15:58:37.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.795655 23080 tablet_bootstrap.cc:492] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb: No bootstrap required, opened a new log
15:58:37.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.795827 23080 ts_tablet_manager.cc:1397] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:58:37.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.796576 23082 tablet_bootstrap.cc:492] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348: Bootstrap starting.
15:58:37.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.799237 23082 tablet_bootstrap.cc:654] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348: Neither blocks nor log segments found. Creating new log.
15:58:37.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.800433 23080 raft_consensus.cc:348] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:37.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.800635 23082 log.cc:824] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348: Log is configured to *not* fsync() on all Append() calls
15:58:37.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.800734 23080 raft_consensus.cc:374] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:37.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.800807 23080 raft_consensus.cc:729] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bae52685961446ec9ad0c73ad744b1bb, State: Initialized, Role: FOLLOWER
15:58:37.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.801329 23080 consensus_queue.cc:260] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [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: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:37.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.801522 23080 raft_consensus.cc:388] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:37.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.801594 23080 raft_consensus.cc:482] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:37.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.801717 23080 raft_consensus.cc:3037] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Advancing to term 1
15:58:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.802870 23082 tablet_bootstrap.cc:492] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348: No bootstrap required, opened a new log
15:58:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.802871 23080 raft_consensus.cc:504] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.803054 23082 ts_tablet_manager.cc:1397] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348: Time spent bootstrapping tablet: real 0.007s	user 0.005s	sys 0.000s
15:58:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.803294 23080 leader_election.cc:302] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [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: bae52685961446ec9ad0c73ad744b1bb; no voters: 
15:58:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.803660 23080 leader_election.cc:288] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.803726 23084 raft_consensus.cc:2781] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 1 FOLLOWER]: Leader election won for term 1
15:58:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.803957 23084 raft_consensus.cc:686] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [term 1 LEADER]: Becoming Leader. State: Replica: bae52685961446ec9ad0c73ad744b1bb, State: Running, Role: LEADER
15:58:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.804363 23084 consensus_queue.cc:237] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb [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: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.804786 23080 ts_tablet_manager.cc:1428] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
15:58:37.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.805065 22762 heartbeater.cc:503] Master 127.21.211.61:40647 was elected leader, sending a full tablet report...
15:58:37.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.807365 23082 raft_consensus.cc:348] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:37.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.808060 23082 raft_consensus.cc:374] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:37.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.808147 23082 raft_consensus.cc:729] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4ee64e10217479fa297fe0129d94348, State: Initialized, Role: FOLLOWER
15:58:37.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.808678 23082 consensus_queue.cc:260] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [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: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:37.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.808903 23082 raft_consensus.cc:388] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:37.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.808983 23082 raft_consensus.cc:482] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:37.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.809122 23082 raft_consensus.cc:3037] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Advancing to term 1
15:58:37.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.810374 23082 raft_consensus.cc:504] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.810848 23082 leader_election.cc:302] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [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: a4ee64e10217479fa297fe0129d94348; no voters: 
15:58:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.810935 22462 catalog_manager.cc:5495] T 7a70315875ce4d03980d6011d5f669fb P bae52685961446ec9ad0c73ad744b1bb reported cstate change: term changed from 0 to 1, leader changed from <none> to bae52685961446ec9ad0c73ad744b1bb (127.21.211.1). New cstate: current_term: 1 leader_uuid: "bae52685961446ec9ad0c73ad744b1bb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } health_report { overall_health: HEALTHY } } }
15:58:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.811327 23082 leader_election.cc:288] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.811435 23089 raft_consensus.cc:2781] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 1 FOLLOWER]: Leader election won for term 1
15:58:37.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.811658 23089 raft_consensus.cc:686] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [term 1 LEADER]: Becoming Leader. State: Replica: a4ee64e10217479fa297fe0129d94348, State: Running, Role: LEADER
15:58:37.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.812085 23089 consensus_queue.cc:237] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 [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: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:37.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.812563 23082 ts_tablet_manager.cc:1428] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
15:58:37.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.812950 22897 heartbeater.cc:503] Master 127.21.211.61:40647 was elected leader, sending a full tablet report...
15:58:37.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.817636 22461 catalog_manager.cc:5495] T 11dbf8eead3744cbb2cfeced572e3319 P a4ee64e10217479fa297fe0129d94348 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4ee64e10217479fa297fe0129d94348 (127.21.211.2). New cstate: current_term: 1 leader_uuid: "a4ee64e10217479fa297fe0129d94348" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } health_report { overall_health: HEALTHY } } }
15:58:37.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.822160 22590 catalog_manager.cc:1259] Loaded cluster ID: f229044572a640449c930a02203414e6
15:58:37.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.822269 22590 catalog_manager.cc:1552] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: loading cluster ID for follower catalog manager: success
15:58:37.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.824680 22590 catalog_manager.cc:1574] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: acquiring CA information for follower catalog manager: success
15:58:37.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.826251 22590 catalog_manager.cc:1602] T 00000000000000000000000000000000 P f8d84215832343d88efb3514bc3a728e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.827931 22461 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36848:
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:37.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:37.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:37.835 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 5ca62e155f2f4b8681497a3ede735b3c
15:58:37.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.846312 22964 tablet_service.cc:1467] Processing CreateTablet for tablet 7878bc5cedaf4574924f4387d199f2d3 (DEFAULT_TABLE table=simple-test [id=5ca62e155f2f4b8681497a3ede735b3c]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:37.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.847383 22964 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7878bc5cedaf4574924f4387d199f2d3. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:37.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.853711 23095 tablet_bootstrap.cc:492] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5: Bootstrap starting.
15:58:37.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.855960 23095 tablet_bootstrap.cc:654] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5: Neither blocks nor log segments found. Creating new log.
15:58:37.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.857309 23095 log.cc:824] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5: Log is configured to *not* fsync() on all Append() calls
15:58:37.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.859730 23095 tablet_bootstrap.cc:492] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5: No bootstrap required, opened a new log
15:58:37.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.860005 23095 ts_tablet_manager.cc:1397] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:58:37.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.863307 23095 raft_consensus.cc:348] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c08653e6977f4340a32173aab822efd5" member_type: VOTER last_known_addr { host: "127.21.211.3" port: 36989 } }
15:58:37.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.863624 23095 raft_consensus.cc:374] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:37.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.863673 23095 raft_consensus.cc:729] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c08653e6977f4340a32173aab822efd5, State: Initialized, Role: FOLLOWER
15:58:37.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.864159 23095 consensus_queue.cc:260] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [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: "c08653e6977f4340a32173aab822efd5" member_type: VOTER last_known_addr { host: "127.21.211.3" port: 36989 } }
15:58:37.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.864342 23095 raft_consensus.cc:388] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:37.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.864413 23095 raft_consensus.cc:482] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:37.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.864555 23095 raft_consensus.cc:3037] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 0 FOLLOWER]: Advancing to term 1
15:58:37.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.865739 23095 raft_consensus.cc:504] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c08653e6977f4340a32173aab822efd5" member_type: VOTER last_known_addr { host: "127.21.211.3" port: 36989 } }
15:58:37.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.866163 23095 leader_election.cc:302] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [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: c08653e6977f4340a32173aab822efd5; no voters: 
15:58:37.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.866809 23095 leader_election.cc:288] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:37.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.866888 23097 raft_consensus.cc:2781] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 1 FOLLOWER]: Leader election won for term 1
15:58:37.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.867297 23097 raft_consensus.cc:686] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [term 1 LEADER]: Becoming Leader. State: Replica: c08653e6977f4340a32173aab822efd5, State: Running, Role: LEADER
15:58:37.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.867686 23032 heartbeater.cc:503] Master 127.21.211.61:40647 was elected leader, sending a full tablet report...
15:58:37.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.867769 23097 consensus_queue.cc:237] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 [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: "c08653e6977f4340a32173aab822efd5" member_type: VOTER last_known_addr { host: "127.21.211.3" port: 36989 } }
15:58:37.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.868268 23095 ts_tablet_manager.cc:1428] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:58:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.872172 22461 catalog_manager.cc:5495] T 7878bc5cedaf4574924f4387d199f2d3 P c08653e6977f4340a32173aab822efd5 reported cstate change: term changed from 0 to 1, leader changed from <none> to c08653e6977f4340a32173aab822efd5 (127.21.211.3). New cstate: current_term: 1 leader_uuid: "c08653e6977f4340a32173aab822efd5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c08653e6977f4340a32173aab822efd5" member_type: VOTER last_known_addr { host: "127.21.211.3" port: 36989 } health_report { overall_health: HEALTHY } } }
15:58:37.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.879961 22618 catalog_manager.cc:1259] Loaded cluster ID: f229044572a640449c930a02203414e6
15:58:37.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.880035 22618 catalog_manager.cc:1552] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: loading cluster ID for follower catalog manager: success
15:58:37.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.881879 22618 catalog_manager.cc:1574] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: acquiring CA information for follower catalog manager: success
15:58:37.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:37.883248 22618 catalog_manager.cc:1602] T 00000000000000000000000000000000 P f250b3e92aad43338d5676ba278c2db7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:37.887 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526317887
15:58:37.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7a70315875ce4d03980d6011d5f669fb for table 'test' with partition [<start>, 0x80000032)
15:58:37.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 11dbf8eead3744cbb2cfeced572e3319 for table 'test' with partition [0x80000032, <end>)
15:58:37.890 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7a70315875ce4d03980d6011d5f669fb@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=11dbf8eead3744cbb2cfeced572e3319@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:37.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.21.211.61:40647, [3ms] Sub RPC GetTableLocations: received response from server master-127.21.211.61:40647: OK, deferred=null) after lookup
15:58:37.892 [DEBUG - kudu-nio-1] (Connection.java:748) [peer bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)] connecting to peer
15:58:37.893 [DEBUG - kudu-nio-1] (Connection.java:757) [peer bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)] Successfully connected to peer
15:58:37.906 [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:58:37.908 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x06b02888, L:/127.0.0.1:36774 - R:/127.21.211.1:36667] using TOKEN/null
15:58:38.056 [DEBUG - main] (Connection.java:748) [peer a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)] connecting to peer
15:58:38.057 [DEBUG - kudu-nio-0] (Connection.java:757) [peer a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)] Successfully connected to peer
15:58:38.071 [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:58:38.073 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xaf996606, L:/127.0.0.1:43174 - R:/127.21.211.2:39819] using TOKEN/null
15:58:38.214 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup9036816687521357398/
15:58:38.220 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup9036816687521357398/
15:58:38.224 [ERROR - ForkJoinPool-93-worker-1] (KuduBackup.scala:154) Failed to back up table missingTable
org.apache.kudu.client.NonRecoverableException: the table does not exist: table_name: "missingTable"
	at org.apache.kudu.client.KuduException.transformException(KuduException.java:110) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
	at org.apache.kudu.client.KuduClient.joinAndHandleException(KuduClient.java:564) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
	at org.apache.kudu.client.KuduClient.openTable(KuduClient.java:354) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
	at org.apache.kudu.backup.KuduBackup$.doBackup(KuduBackup.scala:51) ~[main/:?]
	at org.apache.kudu.backup.KuduBackup$.$anonfun$run$6(KuduBackup.scala:146) ~[main/:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.Try$.apply(Try.scala:213) ~[scala-library-2.12.15.jar:?]
	at org.apache.kudu.backup.KuduBackup$.$anonfun$run$5(KuduBackup.scala:146) ~[main/:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner(RemainsIterator.scala:116) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner$(RemainsIterator.scala:113) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.immutable.ParVector$ParVectorIterator.map2combiner(ParVector.scala:66) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.leaf(ParIterableLike.scala:1064) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.tryLeaf(ParIterableLike.scala:1061) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:389) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:719) ~[?:1.8.0_362]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync$(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.sync(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult(Tasks.scala:423) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult$(Tasks.scala:416) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTaskSupport.executeAndWaitResult(TaskSupport.scala:60) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.leaf(ParIterableLike.scala:968) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.tryLeaf(ParIterableLike.scala:963) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) [scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_362]
	Suppressed: org.apache.kudu.client.KuduException$OriginalException: Original asynchronous stack trace
		at org.apache.kudu.client.RpcProxy.dispatchMasterError(RpcProxy.java:414) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy.responseReceived(RpcProxy.java:288) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy.access$000(RpcProxy.java:64) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy$1.call(RpcProxy.java:158) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.RpcProxy$1.call(RpcProxy.java:154) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.client.Connection.channelRead0(Connection.java:377) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1383) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1246) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1295) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at org.apache.kudu.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[kudu-client-1.18.0-SNAPSHOT.jar:1.18.0-SNAPSHOT]
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_362]
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_362]
		at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_362]
15:58:38.230 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e01bf716c84b436b8be6af31e13ed5fb
15:58:38.231 [INFO - ForkJoinPool-93-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220
15:58:38.231 [INFO - ForkJoinPool-93-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:38.231 [INFO - ForkJoinPool-93-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:38.232 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:38.232 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:38.255 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.257 [INFO - ForkJoinPool-93-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:38.257 [INFO - ForkJoinPool-93-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:38.257 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.258 [INFO - ForkJoinPool-93-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:38.258 [INFO - ForkJoinPool-93-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:38.258 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.293 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:38.294 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:38.294 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:38.294 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:38.294 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:38.294 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:38.313 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:38.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:38.316 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38047 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:38.316 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:38.316 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:38.317 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:38.318 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5116 bytes) taskResourceAssignments Map()
15:58:38.320 [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:58:38.335 [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:58:38.338 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e01bf716c84b436b8be6af31e13ed5fb
15:58:38.339 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:38.339 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:38.339 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.340 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:38.340 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:38.340 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.340 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:38.340 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:38.341 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:38.342 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:38.364 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323799429120000) for scanner KuduScanner(table=test, tablet=7a70315875ce4d03980d6011d5f669fb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:38.378 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:38.388 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558386296791737080094864_0000_m_000000_0' to file:/tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220/_temporary/0/task_202607081558386296791737080094864_0000_m_000000
15:58:38.389 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558386296791737080094864_0000_m_000000_0: Committed
15:58:38.390 [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). 6300 bytes result sent to driver
15:58:38.391 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5116 bytes) taskResourceAssignments Map()
15:58:38.391 [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:58:38.410 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 92 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:38.411 [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:58:38.414 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduClient.java:894) Opened table e01bf716c84b436b8be6af31e13ed5fb
15:58:38.418 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:38.418 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:38.419 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.419 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:38.419 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:38.419 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:38.427 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323799429120000) for scanner KuduScanner(table=test, tablet=11dbf8eead3744cbb2cfeced572e3319, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:38.446 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:38.446 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:38.447 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:38.448 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:38.456 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:38.477 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:38.489 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558382365019529153477936_0000_m_000001_1' to file:/tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220/_temporary/0/task_202607081558382365019529153477936_0000_m_000001
15:58:38.489 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558382365019529153477936_0000_m_000001_1: Committed
15:58:38.490 [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). 6300 bytes result sent to driver
15:58:38.494 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 104 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:38.495 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.200 s
15:58:38.495 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:38.497 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:38.497 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:38.498 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.204376 s
15:58:38.507 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Write Job 64eb1897-708e-4b00-9df0-514337fc4717 committed.
15:58:38.508 [INFO - ForkJoinPool-93-worker-1] (Logging.scala:57) Finished processing stats for write job 64eb1897-708e-4b00-9df0-514337fc4717.
15:58:38.510 [INFO - ForkJoinPool-93-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220/.kudu-metadata.json
15:58:38.520 [INFO - ForkJoinPool-93-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:38.521 [ERROR - ForkJoinPool-93-worker-1] (KuduBackup.scala:162) Failed to back up table missingTable: Look back in the logs for the full exception. Error: Failure(org.apache.kudu.client.NonRecoverableException: the table does not exist: table_name: "missingTable")
15:58:38.522 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup9036816687521357398/
15:58:38.529 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test
15:58:38.531 [INFO - ForkJoinPool-94-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220
15:58:38.531 [INFO - ForkJoinPool-94-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.533239 22461 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36848:
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:38.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:38.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:38.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:38.546 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b2b46008af4f4a90b289d328a688090f
15:58:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.554965 22694 tablet_service.cc:1467] Processing CreateTablet for tablet 060cb6ca9c8f443ead88d022129c34b9 (DEFAULT_TABLE table=test-restore [id=b2b46008af4f4a90b289d328a688090f]), partition=RANGE (key) PARTITION VALUES < 50
15:58:38.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.555361 22694 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 060cb6ca9c8f443ead88d022129c34b9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:38.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.565055 23155 tablet_bootstrap.cc:492] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb: Bootstrap starting.
15:58:38.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.566481 23155 tablet_bootstrap.cc:654] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb: Neither blocks nor log segments found. Creating new log.
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.567924 23155 tablet_bootstrap.cc:492] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb: No bootstrap required, opened a new log
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.568017 23155 ts_tablet_manager.cc:1397] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.568792 23155 raft_consensus.cc:348] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.568908 23155 raft_consensus.cc:374] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.568944 23155 raft_consensus.cc:729] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bae52685961446ec9ad0c73ad744b1bb, State: Initialized, Role: FOLLOWER
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.569069 23155 consensus_queue.cc:260] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [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: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.569140 23155 raft_consensus.cc:388] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.569171 23155 raft_consensus.cc:482] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.569211 23155 raft_consensus.cc:3037] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 0 FOLLOWER]: Advancing to term 1
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.570333 23155 raft_consensus.cc:504] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:38.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.570473 23155 leader_election.cc:302] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [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: bae52685961446ec9ad0c73ad744b1bb; no voters: 
15:58:38.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.571235 23155 leader_election.cc:288] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:38.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.571529 23155 ts_tablet_manager.cc:1428] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:38.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.576465 23160 raft_consensus.cc:2781] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 1 FOLLOWER]: Leader election won for term 1
15:58:38.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.576866 23160 raft_consensus.cc:686] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [term 1 LEADER]: Becoming Leader. State: Replica: bae52685961446ec9ad0c73ad744b1bb, State: Running, Role: LEADER
15:58:38.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.577113 23160 consensus_queue.cc:237] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb [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: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } }
15:58:38.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.581014 22461 catalog_manager.cc:5495] T 060cb6ca9c8f443ead88d022129c34b9 P bae52685961446ec9ad0c73ad744b1bb reported cstate change: term changed from 0 to 1, leader changed from <none> to bae52685961446ec9ad0c73ad744b1bb (127.21.211.1). New cstate: current_term: 1 leader_uuid: "bae52685961446ec9ad0c73ad744b1bb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bae52685961446ec9ad0c73ad744b1bb" member_type: VOTER last_known_addr { host: "127.21.211.1" port: 36667 } health_report { overall_health: HEALTHY } } }
15:58:38.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.607831 22461 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:36848:
15:58:38.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:38.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:38.620486 22461 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c0dd79cda2f04fd4a4b5b7c7488db48c has no consensus state
15:58:38.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.627558 22829 tablet_service.cc:1467] Processing CreateTablet for tablet c0dd79cda2f04fd4a4b5b7c7488db48c (DEFAULT_TABLE table=test-restore [id=b2b46008af4f4a90b289d328a688090f]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:38.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.627929 22829 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c0dd79cda2f04fd4a4b5b7c7488db48c. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:38.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.631516 23164 tablet_bootstrap.cc:492] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348: Bootstrap starting.
15:58:38.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.632710 23164 tablet_bootstrap.cc:654] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348: Neither blocks nor log segments found. Creating new log.
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.634068 23164 tablet_bootstrap.cc:492] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348: No bootstrap required, opened a new log
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.634150 23164 ts_tablet_manager.cc:1397] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.634756 23164 raft_consensus.cc:348] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.634873 23164 raft_consensus.cc:374] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.634902 23164 raft_consensus.cc:729] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4ee64e10217479fa297fe0129d94348, State: Initialized, Role: FOLLOWER
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.635030 23164 consensus_queue.cc:260] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [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: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.635094 23164 raft_consensus.cc:388] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.635123 23164 raft_consensus.cc:482] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:38.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.635159 23164 raft_consensus.cc:3037] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 0 FOLLOWER]: Advancing to term 1
15:58:38.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.636099 23164 raft_consensus.cc:504] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:38.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.636221 23164 leader_election.cc:302] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [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: a4ee64e10217479fa297fe0129d94348; no voters: 
15:58:38.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.636307 23164 leader_election.cc:288] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:38.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.636546 23164 ts_tablet_manager.cc:1428] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:38.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.637511 23089 raft_consensus.cc:2781] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 1 FOLLOWER]: Leader election won for term 1
15:58:38.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.637660 23089 raft_consensus.cc:686] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [term 1 LEADER]: Becoming Leader. State: Replica: a4ee64e10217479fa297fe0129d94348, State: Running, Role: LEADER
15:58:38.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.637787 23089 consensus_queue.cc:237] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 [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: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } }
15:58:38.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.641418 22461 catalog_manager.cc:5495] T c0dd79cda2f04fd4a4b5b7c7488db48c P a4ee64e10217479fa297fe0129d94348 reported cstate change: term changed from 0 to 1, leader changed from <none> to a4ee64e10217479fa297fe0129d94348 (127.21.211.2). New cstate: current_term: 1 leader_uuid: "a4ee64e10217479fa297fe0129d94348" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a4ee64e10217479fa297fe0129d94348" member_type: VOTER last_known_addr { host: "127.21.211.2" port: 39819 } health_report { overall_health: HEALTHY } } }
15:58:38.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.654623 22461 catalog_manager.cc:6040] T 00000000000000000000000000000000 P a792a1c1e7174756b9fba238969dff22: test-restore [id=b2b46008af4f4a90b289d328a688090f] alter complete (version 0)
15:58:38.675 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:38.697 [INFO - ForkJoinPool-94-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:38.706 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:38.707 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:38.707 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:38.730 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:58:38.732 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38047 in memory (size: 66.6 KiB, free: 1993.9 MiB)
15:58:38.740 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.5 MiB)
15:58:38.740 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38047 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:38.741 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Created broadcast 1 from toRdd at KuduRestore.scala:140
15:58:38.742 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402086 bytes, open cost is considered as scanning 4194304 bytes.
15:58:38.754 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:38.755 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:38.755 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (foreachPartition at KuduRestore.scala:140)
15:58:38.755 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:38.755 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:38.755 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (SQLExecutionRDD[8] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:38.758 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 29.1 KiB, free 1993.5 MiB)
15:58:38.760 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.5 MiB)
15:58:38.760 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38047 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:38.761 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:38.761 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (SQLExecutionRDD[8] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:38.761 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:38.762 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:38.762 [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:58:38.767 [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:58:38.769 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b2b46008af4f4a90b289d328a688090f
15:58:38.773 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220/part-00001-9a474654-d0b8-4cf7-ba7a-b33e7a8867a6-c000.snappy.parquet, range: 0-6750, partition values: [empty row]
15:58:38.781 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.781 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.782 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.782 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.782 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.782 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.783 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.783 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup9036816687521357398/e01bf716c84b436b8be6af31e13ed5fb-test/1783526318220/part-00000-9a474654-d0b8-4cf7-ba7a-b33e7a8867a6-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:58:38.783 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.784 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.784 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.785 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.785 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.786 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.786 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.786 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.786 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.787 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.787 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.787 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.787 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.788 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.788 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.788 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.788 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.789 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.789 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.789 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.789 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.791 [DEBUG - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@68cc2a5e, flushNotification=Deferred@1201088352(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:38.796 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.796 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.797 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.797 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.797 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.797 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.798 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.798 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.798 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.799 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.799 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.799 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.799 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.800 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.800 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.800 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.800 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.800 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.801 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.801 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.801 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.801 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.802 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.802 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.802 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.802 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.802 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.803 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.803 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.803 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.804 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.804 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.804 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.804 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.804 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.805 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.805 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.805 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.805 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.806 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.806 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.806 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.807 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.807 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.807 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.807 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.807 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.807 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.808 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.808 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.808 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.808 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.809 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.809 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.809 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.809 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.809 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.810 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.810 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.810 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.810 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.811 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.811 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.811 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.811 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.811 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.812 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.812 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.812 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.813 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.813 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.813 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.813 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.814 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.814 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.814 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.814 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.814 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.815 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.815 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.815 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.815 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.815 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.815 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.816 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.816 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.816 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.816 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.817 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.817 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.817 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.817 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.817 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.817 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.817 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.818 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.818 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.818 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.818 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.818 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.818 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.819 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.819 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.819 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.819 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.819 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.820 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.820 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.821 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.821 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.822 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.822 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.822 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.822 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.822 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.822 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.822 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.823 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.823 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.823 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.823 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.823 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.823 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.823 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.823 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.824 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.824 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.824 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.824 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.824 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.824 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.824 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.825 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.825 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.825 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.825 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.825 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.825 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.826 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 060cb6ca9c8f443ead88d022129c34b9 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:38.826 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c0dd79cda2f04fd4a4b5b7c7488db48c for table 'test-restore' with partition [0x80000032, <end>)
15:58:38.826 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=060cb6ca9c8f443ead88d022129c34b9@[bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c@[a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)[L]]}]
15:58:38.834 [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). 5422 bytes result sent to driver
15:58:38.835 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 73 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:38.835 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:38.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (foreachPartition at KuduRestore.scala:140) finished in 0.080 s
15:58:38.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:38.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:38.837 [INFO - ForkJoinPool-94-worker-1] (Logging.scala:57) Job 1 finished: foreachPartition at KuduRestore.scala:140, took 0.082507 s
15:58:38.837 [INFO - ForkJoinPool-94-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:58:38.840 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b2b46008af4f4a90b289d328a688090f
15:58:38.849 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:38.849 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:58:38.849 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (collect at TestKuduBackup.scala:1002)
15:58:38.849 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:38.850 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:38.850 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (KuduRDD[9] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:38.851 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:58:38.853 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:58:38.853 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38047 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:38.854 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:38.854 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (KuduRDD[9] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:38.854 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:38.855 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5274 bytes) taskResourceAssignments Map()
15:58:38.855 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:38.857 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:38.861 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323802050445312) for scanner KuduScanner(table=test-restore, tablet=060cb6ca9c8f443ead88d022129c34b9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:38.862 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 5858 bytes result sent to driver
15:58:38.863 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5274 bytes) taskResourceAssignments Map()
15:58:38.864 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:38.864 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:58:38.866 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:38.870 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323802084339712) for scanner KuduScanner(table=test-restore, tablet=c0dd79cda2f04fd4a4b5b7c7488db48c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:38.871 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 5858 bytes result sent to driver
15:58:38.872 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:38.872 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:38.876 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (collect at TestKuduBackup.scala:1002) finished in 0.023 s
15:58:38.877 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:38.877 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:38.877 [INFO - main] (Logging.scala:57) Job 2 finished: collect at TestKuduBackup.scala:1002, took 0.028003 s
15:58:38.884 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:38.899 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:38.899 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:38.901 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:38.901 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:38.906 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:38.907 [DEBUG - main] (Connection.java:575) [peer master-127.21.211.61:40647(127.21.211.61:40647)] disconnecting while in state READY
15:58:38.907 [DEBUG - main] (Connection.java:575) [peer master-127.21.211.62:37779(127.21.211.62:37779)] disconnecting while in state READY
15:58:38.907 [DEBUG - main] (Connection.java:575) [peer bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)] disconnecting while in state READY
15:58:38.907 [DEBUG - main] (Connection.java:575) [peer a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)] disconnecting while in state READY
15:58:38.907 [DEBUG - main] (Connection.java:575) [peer master-127.21.211.60:45485(127.21.211.60:45485)] disconnecting while in state READY
15:58:38.908 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.21.211.61:40647(127.21.211.61:40647)] handling channelInactive
15:58:38.908 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.21.211.61:40647(127.21.211.61:40647)] cleaning up while in state READY due to: connection closed
15:58:38.909 [DEBUG - kudu-nio-1] (Connection.java:239) [peer bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)] handling channelInactive
15:58:38.909 [DEBUG - kudu-nio-1] (Connection.java:709) [peer bae52685961446ec9ad0c73ad744b1bb(127.21.211.1:36667)] cleaning up while in state READY due to: connection closed
15:58:38.911 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:38.913 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.21.211.62:37779(127.21.211.62:37779)] handling channelInactive
15:58:38.913 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.21.211.62:37779(127.21.211.62:37779)] cleaning up while in state READY due to: connection closed
15:58:38.913 [DEBUG - kudu-nio-0] (Connection.java:239) [peer a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)] handling channelInactive
15:58:38.913 [DEBUG - kudu-nio-0] (Connection.java:709) [peer a4ee64e10217479fa297fe0129d94348(127.21.211.2:39819)] cleaning up while in state READY due to: connection closed
15:58:38.914 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.21.211.60:45485(127.21.211.60:45485)] handling channelInactive
15:58:38.914 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.21.211.60:45485(127.21.211.60:45485)] cleaning up while in state READY due to: connection closed
15:58:38.914 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 35 thread-local buffer(s) from thread: kudu-nio-0
15:58:38.915 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 39 thread-local buffer(s) from thread: kudu-nio-1
15:58:38.927 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:38.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.940243 22348 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22632
15:58:38.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.949329 22348 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22767
15:58:38.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.960884 22348 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22902
15:58:38.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.968590 22348 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22359
15:58:38.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.977614 22348 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22428
15:58:38.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:38.985656 22348 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 22500
15:58:39.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:39Z chronyd exiting
.15:58:39.052 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526319052
15:58:39.055 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:39.055 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:39.055 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:39.055 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:39.055 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:39.057 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:39.171 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:39.171 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:39.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.172709 23193 mini_oidc.cc:152] Starting JWKS server
15:58:39.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.174965 23193 webserver.cc:460] Webserver started at http://127.0.0.1:45327/ using document root <none> and password file <none>
15:58:39.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.175130 23193 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:39.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.175380 23193 webserver.cc:460] Webserver started at http://127.0.0.1:44779/ using document root <none> and password file <none>
15:58:39.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:39Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:39.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:39Z Disabled control of system clock
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.194419 23193 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/logs
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data/info.pb
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.126:40833
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.126
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45327/jwks.json with env {}
15:58:39.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.306700 23204 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:39.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.307061 23204 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:39.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.307119 23204 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:39.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.311395 23204 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:39.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.311504 23204 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:39.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.311534 23204 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:39.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.311556 23204 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:39.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.311579 23204 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:39.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.311597 23204 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45327/jwks.json
15:58:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.316493 23204 master_runner.cc:386] Master server non-default flags:
15:58:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.126:40833
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45327/jwks.json
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data/info.pb
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.126
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.23204
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/logs
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:39.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.317945 23204 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:58:39.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.319383 23204 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:39.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.328370 23212 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:58:39.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.328377 23210 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:58:39.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.328364 23209 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:58:39.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.328749 23204 server_base.cc:1034] running on GCE node
15:58:39.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.329340 23204 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:39.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.330508 23204 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:39.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.331688 23204 hybrid_clock.cc:648] HybridClock initialized: now 1783526319331660 us; error 48 us; skew 500 ppm
15:58:39.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.338721 23204 webserver.cc:460] Webserver started at http://127.22.166.126:44019/ using document root <none> and password file <none>
15:58:39.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.339306 23204 fs_manager.cc:359] Metadata directory not provided
15:58:39.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.339403 23204 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:39.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.339576 23204 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:39.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.341606 23204 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data/instance:
15:58:39.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fb900f85ee084d389c203e80ae227620"
15:58:39.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.342118 23204 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal/instance:
15:58:39.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fb900f85ee084d389c203e80ae227620"
15:58:39.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.345902 23204 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:39.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.348497 23218 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.349948 23204 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.350061 23204 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fb900f85ee084d389c203e80ae227620"
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.350152 23204 fs_report.cc:383] FS layout report
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data/data
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:39.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:39.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.385396 23204 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:39.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.386196 23204 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:58:39.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.386354 23204 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:39.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.393280 23204 rpc_server.cc:307] RPC server started. Bound to: 127.22.166.126:40833
15:58:39.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.393291 23270 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.22.166.126:40833 every 8 connection(s)
15:58:39.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.394169 23204 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/data/info.pb
15:58:39.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.397504 23271 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:58:39.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.400954 23271 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.401681 23193 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 23204
15:58:39.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.401852 23193 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-0/wal/instance
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.403508 23193 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/logs
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data/info.pb
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.125:44703
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.125
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:39.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45327/jwks.json with env {}
15:58:39.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.415182 23271 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.416087 23219 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.22.166.125:44703: connect: Connection refused (error 111)
15:58:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.417110 23271 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.125:44703: Network error: Client connection negotiation failed: client connection to 127.22.166.125:44703: connect: Connection refused (error 111)
15:58:39.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.466454 23271 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } attempt: 1
15:58:39.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.468272 23271 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.125:44703: Network error: Client connection negotiation failed: client connection to 127.22.166.125:44703: connect: Connection refused (error 111)
15:58:39.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.519644 23274 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:39.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.519938 23274 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:39.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.519979 23274 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.524102 23274 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.524169 23274 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.524188 23274 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.524204 23274 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.524220 23274 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:39.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.524235 23274 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45327/jwks.json
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.529273 23274 master_runner.cc:386] Master server non-default flags:
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.125:44703
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45327/jwks.json
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data/info.pb
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.125
15:58:39.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.23274
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/logs
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:39.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.530467 23274 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:58:39.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.531801 23274 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:39.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.536585 23271 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } attempt: 2
15:58:39.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.538108 23271 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.125:44703: Network error: Client connection negotiation failed: client connection to 127.22.166.125:44703: connect: Connection refused (error 111)
15:58:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.540972 23284 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:58:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.540952 23281 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:58:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.540952 23282 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:58:39.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.542186 23274 server_base.cc:1034] running on GCE node
15:58:39.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.542797 23274 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:39.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.544011 23274 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:39.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.545203 23274 hybrid_clock.cc:648] HybridClock initialized: now 1783526319545180 us; error 46 us; skew 500 ppm
15:58:39.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.547240 23274 webserver.cc:460] Webserver started at http://127.22.166.125:40409/ using document root <none> and password file <none>
15:58:39.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.547868 23274 fs_manager.cc:359] Metadata directory not provided
15:58:39.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.547966 23274 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:39.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.548184 23274 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:39.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.550321 23274 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data/instance:
15:58:39.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d9c6f54529847378b3d5ccd65adfbcb"
15:58:39.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.550933 23274 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal/instance:
15:58:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d9c6f54529847378b3d5ccd65adfbcb"
15:58:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.555264 23274 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:39.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.558532 23290 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.560050 23274 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.560230 23274 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4d9c6f54529847378b3d5ccd65adfbcb"
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.560400 23274 fs_report.cc:383] FS layout report
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data/data
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:39.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.578111 23274 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:39.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.578899 23274 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:58:39.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.579128 23274 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:39.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.586623 23274 rpc_server.cc:307] RPC server started. Bound to: 127.22.166.125:44703
15:58:39.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.586633 23342 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.22.166.125:44703 every 8 connection(s)
15:58:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.587699 23274 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/data/info.pb
15:58:39.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.590714 23193 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 23274
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.590848 23193 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-1/wal/instance
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.591094 23343 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:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.591486 23193 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/logs
15:58:39.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data/info.pb
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.124:39297
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.124
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:39.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45327/jwks.json with env {}
15:58:39.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.594596 23343 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.605955 23343 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.613607 23343 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.614459 23291 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.615438 23343 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.124:39297: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.629325 23271 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } attempt: 3
15:58:39.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.635080 23271 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.636525 23271 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.124:39297: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.664816 23343 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } attempt: 1
15:58:39.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.666479 23343 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.124:39297: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.667727 23271 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } attempt: 1
15:58:39.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.669344 23271 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.124:39297: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.714716 23345 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:39.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.715015 23345 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:39.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.715058 23345 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.719173 23345 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.719245 23345 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.719266 23345 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.719282 23345 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.719300 23345 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.719313 23345 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45327/jwks.json
15:58:39.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.724504 23345 master_runner.cc:386] Master server non-default flags:
15:58:39.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.124:39297
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45327/jwks.json
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data/info.pb
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.124
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.23345
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/logs
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:39.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.725759 23345 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:58:39.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.727180 23345 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:39.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.735157 23343 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } attempt: 2
15:58:39.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.736334 23354 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:58:39.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.736340 23353 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:58:39.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.736984 23345 server_base.cc:1034] running on GCE node
15:58:39.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.737144 23343 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.124:39297: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.736358 23356 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:58:39.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.737814 23345 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:39.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.739027 23345 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:39.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.740243 23345 hybrid_clock.cc:648] HybridClock initialized: now 1783526319740204 us; error 50 us; skew 500 ppm
15:58:39.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.742496 23345 webserver.cc:460] Webserver started at http://127.22.166.124:46531/ using document root <none> and password file <none>
15:58:39.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.743216 23345 fs_manager.cc:359] Metadata directory not provided
15:58:39.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.743321 23345 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:39.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.743556 23345 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:39.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.744515 23271 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } attempt: 2
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.745962 23271 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.22.166.124:39297: Network error: Client connection negotiation failed: client connection to 127.22.166.124:39297: connect: Connection refused (error 111)
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.745864 23345 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data/instance:
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fafed2b14b014481bd777565e81aa43b"
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.746490 23345 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal/instance:
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fafed2b14b014481bd777565e81aa43b"
15:58:39.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.750588 23345 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:39.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.753130 23362 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:39.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.754717 23345 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.754829 23345 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fafed2b14b014481bd777565e81aa43b"
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:39 on dist-test-slave-vt7w"
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.754940 23345 fs_report.cc:383] FS layout report
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data/data
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:39.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.769801 23345 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:39.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.770455 23345 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:58:39.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.770603 23345 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:39.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.777304 23345 rpc_server.cc:307] RPC server started. Bound to: 127.22.166.124:39297
15:58:39.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.777377 23414 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.22.166.124:39297 every 8 connection(s)
15:58:39.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.778373 23345 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/data/info.pb
15:58:39.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.781574 23415 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:58:39.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.784832 23415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.788192 23193 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 23345
15:58:39.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.788275 23193 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/master-2/wal/instance
15:58:39.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.796267 23415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.801810 23415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } has no permanent_uuid. Determining permanent_uuid...
15:58:39.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.810292 23415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b: Bootstrap starting.
15:58:39.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.812474 23415 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b: Neither blocks nor log segments found. Creating new log.
15:58:39.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.813279 23415 log.cc:824] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b: Log is configured to *not* fsync() on all Append() calls
15:58:39.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.815618 23415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b: No bootstrap required, opened a new log
15:58:39.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.818965 23415 raft_consensus.cc:348] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.819181 23415 raft_consensus.cc:374] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:39.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.819216 23415 raft_consensus.cc:729] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fafed2b14b014481bd777565e81aa43b, State: Initialized, Role: FOLLOWER
15:58:39.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.819581 23415 consensus_queue.cc:260] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [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: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.820005 23424 sys_catalog.cc:455] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [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: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.820148 23424 sys_catalog.cc:458] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.820698 23415 sys_catalog.cc:564] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: configured and running, proceeding with master startup.
15:58:39.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.826082 23435 catalog_manager.cc:1558] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:39.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.826184 23435 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:39.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.828378 23343 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } attempt: 3
15:58:39.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.824856 23345 master_runner.cc:186] Error getting master registration for 127.22.166.126:40833: OK, instance_id { permanent_uuid: "fb900f85ee084d389c203e80ae227620" instance_seqno: 1783526319391457 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:39.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.828779 23345 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:39.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.836441 23343 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: Bootstrap starting.
15:58:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.838944 23343 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: Neither blocks nor log segments found. Creating new log.
15:58:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.840395 23343 log.cc:824] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: Log is configured to *not* fsync() on all Append() calls
15:58:39.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.842146 23343 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: No bootstrap required, opened a new log
15:58:39.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.845145 23271 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } attempt: 3
15:58:39.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.845230 23343 raft_consensus.cc:348] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.845578 23343 raft_consensus.cc:374] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:39.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.845716 23343 raft_consensus.cc:729] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4d9c6f54529847378b3d5ccd65adfbcb, State: Initialized, Role: FOLLOWER
15:58:39.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.846958 23343 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [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: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.847678 23438 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [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: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.848116 23438 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.848639 23343 sys_catalog.cc:564] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [sys.catalog]: configured and running, proceeding with master startup.
15:58:39.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.854382 23271 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: Bootstrap starting.
15:58:39.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.854971 23449 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:39.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.855042 23449 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:39.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.852247 23274 master_runner.cc:186] Error getting master registration for 127.22.166.126:40833: OK, instance_id { permanent_uuid: "fb900f85ee084d389c203e80ae227620" instance_seqno: 1783526319391457 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:39.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.855515 23274 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:39.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.857549 23271 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: Neither blocks nor log segments found. Creating new log.
15:58:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.860226 23271 log.cc:824] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: Log is configured to *not* fsync() on all Append() calls
15:58:39.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.862418 23271 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: No bootstrap required, opened a new log
15:58:39.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.866954 23424 raft_consensus.cc:482] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:39.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.867156 23424 raft_consensus.cc:504] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.867619 23271 raft_consensus.cc:348] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.867859 23271 raft_consensus.cc:374] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.867908 23271 raft_consensus.cc:729] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fb900f85ee084d389c203e80ae227620, State: Initialized, Role: FOLLOWER
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.868229 23424 leader_election.cc:288] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fb900f85ee084d389c203e80ae227620 (127.22.166.126:40833), 4d9c6f54529847378b3d5ccd65adfbcb (127.22.166.125:44703)
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.868525 23271 consensus_queue.cc:260] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [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: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.869352 23317 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fafed2b14b014481bd777565e81aa43b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" is_pre_election: true
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.869632 23317 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fafed2b14b014481bd777565e81aa43b in term 0.
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.870487 23363 leader_election.cc:302] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4d9c6f54529847378b3d5ccd65adfbcb, fafed2b14b014481bd777565e81aa43b; no voters: 
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.871567 23271 sys_catalog.cc:564] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: configured and running, proceeding with master startup.
15:58:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.871637 23245 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fafed2b14b014481bd777565e81aa43b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb900f85ee084d389c203e80ae227620" is_pre_election: true
15:58:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.871960 23245 raft_consensus.cc:2454] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fafed2b14b014481bd777565e81aa43b in term 0.
15:58:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.872895 23424 raft_consensus.cc:2781] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.872987 23424 raft_consensus.cc:482] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.873029 23424 raft_consensus.cc:3037] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 0 FOLLOWER]: Advancing to term 1
15:58:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.874229 23424 raft_consensus.cc:504] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.874616 23424 leader_election.cc:288] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [CANDIDATE]: Term 1 election: Requested vote from peers fb900f85ee084d389c203e80ae227620 (127.22.166.126:40833), 4d9c6f54529847378b3d5ccd65adfbcb (127.22.166.125:44703)
15:58:39.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.875269 23317 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fafed2b14b014481bd777565e81aa43b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4d9c6f54529847378b3d5ccd65adfbcb"
15:58:39.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.875402 23317 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 0 FOLLOWER]: Advancing to term 1
15:58:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.876215 23245 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fafed2b14b014481bd777565e81aa43b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb900f85ee084d389c203e80ae227620"
15:58:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.876332 23245 raft_consensus.cc:3037] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 0 FOLLOWER]: Advancing to term 1
15:58:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.876600 23317 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fafed2b14b014481bd777565e81aa43b in term 1.
15:58:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.877174 23363 leader_election.cc:302] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [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: 4d9c6f54529847378b3d5ccd65adfbcb, fafed2b14b014481bd777565e81aa43b; no voters: 
15:58:39.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.877437 23424 raft_consensus.cc:2781] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 1 FOLLOWER]: Leader election won for term 1
15:58:39.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.877619 23424 raft_consensus.cc:686] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [term 1 LEADER]: Becoming Leader. State: Replica: fafed2b14b014481bd777565e81aa43b, State: Running, Role: LEADER
15:58:39.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.877930 23424 consensus_queue.cc:237] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [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: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } }
15:58:39.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.879040 23245 raft_consensus.cc:2454] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fafed2b14b014481bd777565e81aa43b in term 1.
15:58:39.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.879469 23463 catalog_manager.cc:1558] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:39.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.879585 23463 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:39.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.879777 23424 sys_catalog.cc:455] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: SysCatalogTable state changed. Reason: New leader fafed2b14b014481bd777565e81aa43b. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.879876 23424 sys_catalog.cc:458] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: This master's current role is: LEADER
15:58:39.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.880190 23467 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:39.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.881121 23467 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:39.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:39.887903 23224 tablet.cc:2369] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.892351 23317 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [term 1 FOLLOWER]: Refusing update from remote peer fafed2b14b014481bd777565e81aa43b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.893246 23465 consensus_queue.cc:1035] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.895577 23452 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.895872 23452 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.897699 23438 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [sys.catalog]: SysCatalogTable state changed. Reason: New leader fafed2b14b014481bd777565e81aa43b. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.897828 23438 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.898907 23245 raft_consensus.cc:1261] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [term 1 FOLLOWER]: Refusing update from remote peer fafed2b14b014481bd777565e81aa43b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:39.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.899492 23465 consensus_queue.cc:1035] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [LEADER]: Connected to new peer: Peer: permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:39.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.904477 23452 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fafed2b14b014481bd777565e81aa43b. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.904629 23452 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.907476 23465 sys_catalog.cc:455] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.907617 23465 sys_catalog.cc:458] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: This master's current role is: LEADER
15:58:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.907788 23468 mvcc.cc:205] Tried to move back new op lower bound from 7305323806271430656 to 7305323806223683584. Current Snapshot: MvccSnapshot[applied={T|T < 7305323806271430656}]
15:58:39.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.908425 23424 sys_catalog.cc:455] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.908545 23424 sys_catalog.cc:458] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b [sys.catalog]: This master's current role is: LEADER
15:58:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.909862 23438 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.909984 23438 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.910197 23452 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fafed2b14b014481bd777565e81aa43b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb900f85ee084d389c203e80ae227620" member_type: VOTER last_known_addr { host: "127.22.166.126" port: 40833 } } peers { permanent_uuid: "4d9c6f54529847378b3d5ccd65adfbcb" member_type: VOTER last_known_addr { host: "127.22.166.125" port: 44703 } } peers { permanent_uuid: "fafed2b14b014481bd777565e81aa43b" member_type: VOTER last_known_addr { host: "127.22.166.124" port: 39297 } } }
15:58:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.910303 23452 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620 [sys.catalog]: This master's current role is: FOLLOWER
15:58:39.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.911478 23469 mvcc.cc:205] Tried to move back new op lower bound from 7305323806271430656 to 7305323806223683584. Current Snapshot: MvccSnapshot[applied={T|T < 7305323806271430656}]
15:58:39.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.916124 23467 catalog_manager.cc:1347] Generated new cluster ID: d538e38a81e74d1f86c373e18f10e107
15:58:39.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.916205 23467 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:39.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.964244 23467 catalog_manager.cc:1370] Generated new certificate authority record
15:58:39.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.966078 23467 catalog_manager.cc:1504] Loading token signing keys...
15:58:39.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.980420 23467 catalog_manager.cc:5868] T 00000000000000000000000000000000 P fafed2b14b014481bd777565e81aa43b: Generated new TSK 0
15:58:39.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.981559 23467 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:39.993376 23193 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/logs
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data/info.pb
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.65:0
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.22.166.65
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.65
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:40.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.152045 23476 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:40.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.152320 23476 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:40.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.152356 23476 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:40.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.156625 23476 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:40.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.156730 23476 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.22.166.65
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.161521 23476 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.65:0
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:40.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data/info.pb
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.65
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.23476
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.22.166.65
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/logs
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.162619 23476 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:58:40.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.164052 23476 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:40.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.173952 23484 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:58:40.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.174265 23476 server_base.cc:1034] running on GCE node
15:58:40.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.173992 23481 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:58:40.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.173988 23482 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:58:40.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.174888 23476 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:40.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.175645 23476 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:40.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.176853 23476 hybrid_clock.cc:648] HybridClock initialized: now 1783526320176828 us; error 33 us; skew 500 ppm
15:58:40.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.178988 23476 webserver.cc:460] Webserver started at http://127.22.166.65:42921/ using document root <none> and password file <none>
15:58:40.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.179592 23476 fs_manager.cc:359] Metadata directory not provided
15:58:40.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.179697 23476 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:40.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.179919 23476 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.181900 23476 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data/instance:
15:58:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "089d323f65cb42659101be74fd8f44d7"
15:58:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.182479 23476 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal/instance:
15:58:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "089d323f65cb42659101be74fd8f44d7"
15:58:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.186455 23476 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:40.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.189129 23490 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.190426 23476 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.190522 23476 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "089d323f65cb42659101be74fd8f44d7"
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.190605 23476 fs_report.cc:383] FS layout report
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data/data
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:40.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:40.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:40.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.209868 23476 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:40.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.210542 23476 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:58:40.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.210711 23476 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:40.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.211272 23476 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:40.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.212234 23476 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:40.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.212282 23476 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:40.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.212323 23476 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:40.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.212339 23476 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:40.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.222115 23476 rpc_server.cc:307] RPC server started. Bound to: 127.22.166.65:45519
15:58:40.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.222193 23603 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.22.166.65:45519 every 8 connection(s)
15:58:40.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.223052 23476 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/data/info.pb
15:58:40.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.226204 23193 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 23476
15:58:40.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.226311 23193 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-0/wal/instance
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.229208 23193 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/logs
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data/info.pb
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:40.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.66:0
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.22.166.66
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.66
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:40.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.236709 23605 heartbeater.cc:347] Connected to a master server at 127.22.166.126:40833
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.236833 23604 heartbeater.cc:347] Connected to a master server at 127.22.166.124:39297
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.236841 23606 heartbeater.cc:347] Connected to a master server at 127.22.166.125:44703
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.236977 23605 heartbeater.cc:464] Registering TS with master...
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.236976 23604 heartbeater.cc:464] Registering TS with master...
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.236976 23606 heartbeater.cc:464] Registering TS with master...
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.237649 23606 heartbeater.cc:511] Master 127.22.166.125:44703 requested a full tablet report, sending...
15:58:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.237648 23604 heartbeater.cc:511] Master 127.22.166.124:39297 requested a full tablet report, sending...
15:58:40.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.237861 23605 heartbeater.cc:511] Master 127.22.166.126:40833 requested a full tablet report, sending...
15:58:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.239343 23379 ts_manager.cc:194] Registered new tserver with Master: 089d323f65cb42659101be74fd8f44d7 (127.22.166.65:45519)
15:58:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.239343 23234 ts_manager.cc:194] Registered new tserver with Master: 089d323f65cb42659101be74fd8f44d7 (127.22.166.65:45519)
15:58:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.239555 23307 ts_manager.cc:194] Registered new tserver with Master: 089d323f65cb42659101be74fd8f44d7 (127.22.166.65:45519)
15:58:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.240731 23379 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.22.166.65:55515
15:58:40.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.347886 23611 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:40.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.348155 23611 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:40.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.348192 23611 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:40.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.352515 23611 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:40.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.352629 23611 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.22.166.66
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.357896 23611 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.66:0
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data/info.pb
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.66
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.23611
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.22.166.66
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/logs
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:40.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:40.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:40.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:40.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.359077 23611 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:58:40.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.360415 23611 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:40.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.371053 23616 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:58:40.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.371191 23611 server_base.cc:1034] running on GCE node
15:58:40.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.371078 23617 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:58:40.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.371356 23619 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:58:40.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.371964 23611 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:40.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.372661 23611 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:40.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.373842 23611 hybrid_clock.cc:648] HybridClock initialized: now 1783526320373771 us; error 61 us; skew 500 ppm
15:58:40.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.375646 23611 webserver.cc:460] Webserver started at http://127.22.166.66:37265/ using document root <none> and password file <none>
15:58:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.376183 23611 fs_manager.cc:359] Metadata directory not provided
15:58:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.376241 23611 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.376406 23611 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.378427 23611 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data/instance:
15:58:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6f54d27c58b4c2880c480d83976042e"
15:58:40.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.379027 23611 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal/instance:
15:58:40.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6f54d27c58b4c2880c480d83976042e"
15:58:40.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.382881 23611 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
15:58:40.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.385300 23625 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.386538 23611 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.386636 23611 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a6f54d27c58b4c2880c480d83976042e"
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.386726 23611 fs_report.cc:383] FS layout report
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data/data
15:58:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:40.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:40.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.402267 23611 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:40.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.402911 23611 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:58:40.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.403056 23611 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:40.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.403570 23611 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.404588 23611 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:40.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.404665 23611 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:40.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.404722 23611 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:40.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.404743 23611 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:40.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.414323 23611 rpc_server.cc:307] RPC server started. Bound to: 127.22.166.66:38061
15:58:40.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.414435 23738 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.22.166.66:38061 every 8 connection(s)
15:58:40.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.415321 23611 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/data/info.pb
15:58:40.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.417845 23193 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 23611
15:58:40.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.417928 23193 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-1/wal/instance
15:58:40.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.421080 23193 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:40.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/logs
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data/info.pb
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.67:0
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.22.166.67
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.67
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:40.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.430588 23739 heartbeater.cc:347] Connected to a master server at 127.22.166.124:39297
15:58:40.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.430719 23741 heartbeater.cc:347] Connected to a master server at 127.22.166.125:44703
15:58:40.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.430887 23739 heartbeater.cc:464] Registering TS with master...
15:58:40.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.430886 23741 heartbeater.cc:464] Registering TS with master...
15:58:40.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.431592 23741 heartbeater.cc:511] Master 127.22.166.125:44703 requested a full tablet report, sending...
15:58:40.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.432126 23740 heartbeater.cc:347] Connected to a master server at 127.22.166.126:40833
15:58:40.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.432209 23740 heartbeater.cc:464] Registering TS with master...
15:58:40.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.432387 23740 heartbeater.cc:511] Master 127.22.166.126:40833 requested a full tablet report, sending...
15:58:40.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.432596 23739 heartbeater.cc:511] Master 127.22.166.124:39297 requested a full tablet report, sending...
15:58:40.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.432746 23307 ts_manager.cc:194] Registered new tserver with Master: a6f54d27c58b4c2880c480d83976042e (127.22.166.66:38061)
15:58:40.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.433238 23379 ts_manager.cc:194] Registered new tserver with Master: a6f54d27c58b4c2880c480d83976042e (127.22.166.66:38061)
15:58:40.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.433377 23234 ts_manager.cc:194] Registered new tserver with Master: a6f54d27c58b4c2880c480d83976042e (127.22.166.66:38061)
15:58:40.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.433931 23379 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.22.166.66:46963
15:58:40.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.546144 23746 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:40.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.546432 23746 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:40.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.546468 23746 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.550942 23746 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.551043 23746 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.22.166.67
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.555836 23746 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.166.84:41439
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.166.67:0
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data/info.pb
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.166.67
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.22.166.126:40833,127.22.166.125:44703,127.22.166.124:39297
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.23746
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.22.166.67
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/logs
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:40.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:40.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.556926 23746 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:58:40.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.558329 23746 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:40.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.568485 23755 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:58:40.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.568624 23746 server_base.cc:1034] running on GCE node
15:58:40.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.568656 23753 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:58:40.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:40.568558 23752 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:58:40.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.569264 23746 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:40.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.569954 23746 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:40.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.571131 23746 hybrid_clock.cc:648] HybridClock initialized: now 1783526320571104 us; error 39 us; skew 500 ppm
15:58:40.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.573359 23746 webserver.cc:460] Webserver started at http://127.22.166.67:39665/ using document root <none> and password file <none>
15:58:40.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.574020 23746 fs_manager.cc:359] Metadata directory not provided
15:58:40.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.574167 23746 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:40.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.574401 23746 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.576413 23746 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data/instance:
15:58:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a7a64491f214ece860e17a130049aab"
15:58:40.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.577044 23746 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal/instance:
15:58:40.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a7a64491f214ece860e17a130049aab"
15:58:40.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.581516 23746 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:58:40.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.584503 23761 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.585990 23746 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.586118 23746 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a7a64491f214ece860e17a130049aab"
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:40 on dist-test-slave-vt7w"
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.586227 23746 fs_report.cc:383] FS layout report
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data/data
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:40.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.611125 23746 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:40.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.611877 23746 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:58:40.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.612051 23746 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:40.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.612639 23746 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:40.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.613817 23746 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:40.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.613878 23746 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:40.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.613925 23746 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:40.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.613942 23746 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:40.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.624265 23746 rpc_server.cc:307] RPC server started. Bound to: 127.22.166.67:34555
15:58:40.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.624368 23874 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.22.166.67:34555 every 8 connection(s)
15:58:40.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.625321 23746 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/data/info.pb
15:58:40.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.629034 23193 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 23746
15:58:40.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.629165 23193 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8901016285403772609/ts-2/wal/instance
15:58:40.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.639674 23875 heartbeater.cc:347] Connected to a master server at 127.22.166.124:39297
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.639736 23877 heartbeater.cc:347] Connected to a master server at 127.22.166.125:44703
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.639966 23877 heartbeater.cc:464] Registering TS with master...
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.639971 23875 heartbeater.cc:464] Registering TS with master...
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.639766 23876 heartbeater.cc:347] Connected to a master server at 127.22.166.126:40833
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.640415 23876 heartbeater.cc:464] Registering TS with master...
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.640643 23875 heartbeater.cc:511] Master 127.22.166.124:39297 requested a full tablet report, sending...
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.640643 23877 heartbeater.cc:511] Master 127.22.166.125:44703 requested a full tablet report, sending...
15:58:40.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.640641 23876 heartbeater.cc:511] Master 127.22.166.126:40833 requested a full tablet report, sending...
15:58:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.641860 23379 ts_manager.cc:194] Registered new tserver with Master: 6a7a64491f214ece860e17a130049aab (127.22.166.67:34555)
15:58:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.641939 23234 ts_manager.cc:194] Registered new tserver with Master: 6a7a64491f214ece860e17a130049aab (127.22.166.67:34555)
15:58:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.642035 23307 ts_manager.cc:194] Registered new tserver with Master: 6a7a64491f214ece860e17a130049aab (127.22.166.67:34555)
15:58:40.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.642573 23379 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.22.166.67:38607
15:58:40.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.651361 23193 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:40.652 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:40.652 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:40.652 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.22.166.126"
      port: 40833
    }
    bound_http_address {
      host: "127.22.166.126"
      port: 44019
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.22.166.125"
      port: 44703
    }
    bound_http_address {
      host: "127.22.166.125"
      port: 40409
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.22.166.124"
      port: 39297
    }
    bound_http_address {
      host: "127.22.166.124"
      port: 46531
    }
  }
}

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

15:58:40.654 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.22.166.65"
      port: 45519
    }
    bound_http_address {
      host: "127.22.166.65"
      port: 42921
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.22.166.66"
      port: 38061
    }
    bound_http_address {
      host: "127.22.166.66"
      port: 37265
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.22.166.67"
      port: 34555
    }
    bound_http_address {
      host: "127.22.166.67"
      port: 39665
    }
  }
}

15:58:40.655 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:40.656 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:40.657 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:40.658 [INFO - main] (Logging.scala:57) ==============================================================
15:58:40.658 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:40.658 [INFO - main] (Logging.scala:57) ==============================================================
15:58:40.658 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:40.659 [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:58:40.659 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:40.659 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:40.660 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:40.660 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:40.660 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:40.661 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:40.661 [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:58:40.684 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 41001.
15:58:40.686 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:40.687 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:40.687 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:40.688 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:40.689 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:40.689 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-d42540b3-403f-44d3-94cd-493468fae294
15:58:40.690 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:40.691 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:40.710 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:40.713 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 39039.
15:58:40.713 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:39039
15:58:40.713 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:40.713 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39039, None)
15:58:40.714 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:39039 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39039, None)
15:58:40.715 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39039, None)
15:58:40.715 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39039, None)
15:58:40.722 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:40.731 [DEBUG - main] (Connection.java:748) [peer master-127.22.166.125:44703(127.22.166.125:44703)] connecting to peer
15:58:40.731 [DEBUG - main] (Connection.java:748) [peer master-127.22.166.126:40833(127.22.166.126:40833)] connecting to peer
15:58:40.732 [DEBUG - main] (Connection.java:748) [peer master-127.22.166.124:39297(127.22.166.124:39297)] connecting to peer
15:58:40.732 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.22.166.126:40833(127.22.166.126:40833)] Successfully connected to peer
15:58:40.732 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.22.166.125:44703(127.22.166.125:44703)] Successfully connected to peer
15:58:40.734 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.22.166.124:39297(127.22.166.124:39297)] Successfully connected to peer
15:58:40.736 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.22.166.125
15:58:40.736 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.22.166.126
15:58:40.745 [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:58:40.746 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.22.166.124
15:58:40.746 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe6c1bbda, L:/127.0.0.1:50368 - R:/127.22.166.126:40833] using SASL/PLAIN
15:58:40.750 [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:58:40.751 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x2c6ae095, L:/127.0.0.1:53830 - R:/127.22.166.125:44703] using SASL/PLAIN
15:58:40.759 [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:58:40.760 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x66893038, L:/127.0.0.1:54874 - R:/127.22.166.124:39297] using SASL/PLAIN
15:58:40.762 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.765246 23379 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54874:
15:58:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:40.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:40.770 [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:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:40.778 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table ebf74d3b1bc64c5c83af968c3bcbf7c8
15:58:40.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.794322 23538 tablet_service.cc:1467] Processing CreateTablet for tablet bfd11a5611d444b48cac1536c13ef1c3 (DEFAULT_TABLE table=test [id=ebf74d3b1bc64c5c83af968c3bcbf7c8]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:40.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.796141 23538 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bfd11a5611d444b48cac1536c13ef1c3. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:40.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.798017 23809 tablet_service.cc:1467] Processing CreateTablet for tablet a322c226f3314ab3934a512c4738ce5d (DEFAULT_TABLE table=test [id=ebf74d3b1bc64c5c83af968c3bcbf7c8]), partition=RANGE (key) PARTITION VALUES < 50
15:58:40.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.799221 23809 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a322c226f3314ab3934a512c4738ce5d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:40.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.804018 23925 tablet_bootstrap.cc:492] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7: Bootstrap starting.
15:58:40.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.804414 23926 tablet_bootstrap.cc:492] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab: Bootstrap starting.
15:58:40.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.806353 23925 tablet_bootstrap.cc:654] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7: Neither blocks nor log segments found. Creating new log.
15:58:40.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.807092 23925 log.cc:824] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7: Log is configured to *not* fsync() on all Append() calls
15:58:40.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.807224 23926 tablet_bootstrap.cc:654] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab: Neither blocks nor log segments found. Creating new log.
15:58:40.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.808032 23926 log.cc:824] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab: Log is configured to *not* fsync() on all Append() calls
15:58:40.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.809043 23925 tablet_bootstrap.cc:492] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7: No bootstrap required, opened a new log
15:58:40.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.809258 23925 ts_tablet_manager.cc:1397] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7: Time spent bootstrapping tablet: real 0.005s	user 0.005s	sys 0.000s
15:58:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.809912 23926 tablet_bootstrap.cc:492] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab: No bootstrap required, opened a new log
15:58:40.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.810091 23926 ts_tablet_manager.cc:1397] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:40.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.813367 23925 raft_consensus.cc:348] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.813617 23925 raft_consensus.cc:374] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:40.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.813681 23925 raft_consensus.cc:729] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 089d323f65cb42659101be74fd8f44d7, State: Initialized, Role: FOLLOWER
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.813880 23926 raft_consensus.cc:348] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814129 23926 raft_consensus.cc:374] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814183 23926 raft_consensus.cc:729] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a7a64491f214ece860e17a130049aab, State: Initialized, Role: FOLLOWER
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814168 23925 consensus_queue.cc:260] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [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: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814354 23925 raft_consensus.cc:388] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814435 23925 raft_consensus.cc:482] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814538 23925 raft_consensus.cc:3037] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Advancing to term 1
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814646 23926 consensus_queue.cc:260] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [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: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814824 23926 raft_consensus.cc:388] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814893 23926 raft_consensus.cc:482] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:40.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.814977 23926 raft_consensus.cc:3037] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Advancing to term 1
15:58:40.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.815577 23925 raft_consensus.cc:504] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.815946 23925 leader_election.cc:302] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [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: 089d323f65cb42659101be74fd8f44d7; no voters: 
15:58:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.815987 23926 raft_consensus.cc:504] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.816298 23925 leader_election.cc:288] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.816288 23926 leader_election.cc:302] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [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: 6a7a64491f214ece860e17a130049aab; no voters: 
15:58:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.816644 23930 raft_consensus.cc:2781] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 1 FOLLOWER]: Leader election won for term 1
15:58:40.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.816669 23926 leader_election.cc:288] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:40.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.816980 23930 raft_consensus.cc:686] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [term 1 LEADER]: Becoming Leader. State: Replica: 089d323f65cb42659101be74fd8f44d7, State: Running, Role: LEADER
15:58:40.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.817378 23925 ts_tablet_manager.cc:1428] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:58:40.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.817355 23930 consensus_queue.cc:237] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 [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: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.817528 23926 ts_tablet_manager.cc:1428] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:40.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.817902 23604 heartbeater.cc:503] Master 127.22.166.124:39297 was elected leader, sending a full tablet report...
15:58:40.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.818439 23875 heartbeater.cc:503] Master 127.22.166.124:39297 was elected leader, sending a full tablet report...
15:58:40.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.818470 23932 raft_consensus.cc:2781] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 1 FOLLOWER]: Leader election won for term 1
15:58:40.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.818667 23932 raft_consensus.cc:686] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [term 1 LEADER]: Becoming Leader. State: Replica: 6a7a64491f214ece860e17a130049aab, State: Running, Role: LEADER
15:58:40.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.819953 23932 consensus_queue.cc:237] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab [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: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.821488 23379 catalog_manager.cc:5495] T bfd11a5611d444b48cac1536c13ef1c3 P 089d323f65cb42659101be74fd8f44d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 089d323f65cb42659101be74fd8f44d7 (127.22.166.65). New cstate: current_term: 1 leader_uuid: "089d323f65cb42659101be74fd8f44d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } health_report { overall_health: HEALTHY } } }
15:58:40.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.826076 23378 catalog_manager.cc:5495] T a322c226f3314ab3934a512c4738ce5d P 6a7a64491f214ece860e17a130049aab reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a7a64491f214ece860e17a130049aab (127.22.166.67). New cstate: current_term: 1 leader_uuid: "6a7a64491f214ece860e17a130049aab" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } health_report { overall_health: HEALTHY } } }
15:58:40.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.833542 23378 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54874:
15:58:40.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:40.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:40.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:40.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.840 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table feac46e2118c4dc690ba1610bd8cafd5
15:58:40.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.850093 23673 tablet_service.cc:1467] Processing CreateTablet for tablet aaab8c55eb4646fe9a0090c0f1c92548 (DEFAULT_TABLE table=simple-test [id=feac46e2118c4dc690ba1610bd8cafd5]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:40.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.851193 23673 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet aaab8c55eb4646fe9a0090c0f1c92548. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:40.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.856436 23449 catalog_manager.cc:1259] Loaded cluster ID: d538e38a81e74d1f86c373e18f10e107
15:58:40.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.856508 23449 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: loading cluster ID for follower catalog manager: success
15:58:40.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.857095 23940 tablet_bootstrap.cc:492] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e: Bootstrap starting.
15:58:40.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.858677 23449 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: acquiring CA information for follower catalog manager: success
15:58:40.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.859284 23940 tablet_bootstrap.cc:654] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e: Neither blocks nor log segments found. Creating new log.
15:58:40.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.860116 23449 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 4d9c6f54529847378b3d5ccd65adfbcb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:40.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.860348 23940 log.cc:824] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e: Log is configured to *not* fsync() on all Append() calls
15:58:40.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.862179 23940 tablet_bootstrap.cc:492] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e: No bootstrap required, opened a new log
15:58:40.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.862352 23940 ts_tablet_manager.cc:1397] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:58:40.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.865473 23940 raft_consensus.cc:348] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.865691 23940 raft_consensus.cc:374] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:40.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.865731 23940 raft_consensus.cc:729] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6f54d27c58b4c2880c480d83976042e, State: Initialized, Role: FOLLOWER
15:58:40.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.866092 23940 consensus_queue.cc:260] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [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: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.866202 23940 raft_consensus.cc:388] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:40.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.866241 23940 raft_consensus.cc:482] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:40.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.866303 23940 raft_consensus.cc:3037] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Advancing to term 1
15:58:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.867520 23940 raft_consensus.cc:504] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.867934 23940 leader_election.cc:302] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [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: a6f54d27c58b4c2880c480d83976042e; no voters: 
15:58:40.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.868343 23940 leader_election.cc:288] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:40.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.868448 23942 raft_consensus.cc:2781] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 1 FOLLOWER]: Leader election won for term 1
15:58:40.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.868732 23942 raft_consensus.cc:686] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [term 1 LEADER]: Becoming Leader. State: Replica: a6f54d27c58b4c2880c480d83976042e, State: Running, Role: LEADER
15:58:40.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.869014 23739 heartbeater.cc:503] Master 127.22.166.124:39297 was elected leader, sending a full tablet report...
15:58:40.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.869189 23942 consensus_queue.cc:237] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e [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: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.869462 23940 ts_tablet_manager.cc:1428] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.873051 23378 catalog_manager.cc:5495] T aaab8c55eb4646fe9a0090c0f1c92548 P a6f54d27c58b4c2880c480d83976042e reported cstate change: term changed from 0 to 1, leader changed from <none> to a6f54d27c58b4c2880c480d83976042e (127.22.166.66). New cstate: current_term: 1 leader_uuid: "a6f54d27c58b4c2880c480d83976042e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } health_report { overall_health: HEALTHY } } }
15:58:40.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.880949 23463 catalog_manager.cc:1259] Loaded cluster ID: d538e38a81e74d1f86c373e18f10e107
15:58:40.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.881043 23463 catalog_manager.cc:1552] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: loading cluster ID for follower catalog manager: success
15:58:40.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.882838 23463 catalog_manager.cc:1574] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: acquiring CA information for follower catalog manager: success
15:58:40.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.884096 23463 catalog_manager.cc:1602] T 00000000000000000000000000000000 P fb900f85ee084d389c203e80ae227620: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:40.892 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526320892
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.897904 23378 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54874:
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "random-1783526320896"
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "date0"
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: BIT_SHUFFLE
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: SNAPPY
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 1048576
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     comment: "A date column for date0"
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "date1"
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: BIT_SHUFFLE
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: NO_COMPRESSION
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 524288
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     comment: "A date column for date1"
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "date0"
15:58:40.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 3
15:58:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 2697996855
15:58:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "random-719650"
15:58:40.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: "Table schema generated by SchemaGenerator"
15:58:40.906 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:40.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.908517 23809 tablet_service.cc:1467] Processing CreateTablet for tablet 7861ff9e44524adfb4e8e63ebec12a0a (DEFAULT_TABLE table=random-1783526320896 [id=8e7f7779dc4e420abe9f2466fbc5d6e3]), partition=HASH (date0) PARTITION 2, RANGE (date0, date1) PARTITION UNBOUNDED
15:58:40.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.908517 23538 tablet_service.cc:1467] Processing CreateTablet for tablet 34e8a95c6ed74dbd9826a6168d5e276c (DEFAULT_TABLE table=random-1783526320896 [id=8e7f7779dc4e420abe9f2466fbc5d6e3]), partition=HASH (date0) PARTITION 0, RANGE (date0, date1) PARTITION UNBOUNDED
15:58:40.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.908895 23538 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 34e8a95c6ed74dbd9826a6168d5e276c. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:40.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.908895 23809 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7861ff9e44524adfb4e8e63ebec12a0a. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:40.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.911445 23925 tablet_bootstrap.cc:492] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7: Bootstrap starting.
15:58:40.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.912019 23926 tablet_bootstrap.cc:492] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab: Bootstrap starting.
15:58:40.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.912271 23673 tablet_service.cc:1467] Processing CreateTablet for tablet fed122e945c74488b9dd213d4ae921ff (DEFAULT_TABLE table=random-1783526320896 [id=8e7f7779dc4e420abe9f2466fbc5d6e3]), partition=HASH (date0) PARTITION 1, RANGE (date0, date1) PARTITION UNBOUNDED
15:58:40.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.912521 23673 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fed122e945c74488b9dd213d4ae921ff. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:40.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.912590 23925 tablet_bootstrap.cc:654] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7: Neither blocks nor log segments found. Creating new log.
15:58:40.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.913080 23926 tablet_bootstrap.cc:654] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab: Neither blocks nor log segments found. Creating new log.
15:58:40.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.914285 23925 tablet_bootstrap.cc:492] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7: No bootstrap required, opened a new log
15:58:40.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.914288 23926 tablet_bootstrap.cc:492] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab: No bootstrap required, opened a new log
15:58:40.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.914397 23926 ts_tablet_manager.cc:1397] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:40.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.914404 23925 ts_tablet_manager.cc:1397] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.914904 23940 tablet_bootstrap.cc:492] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e: Bootstrap starting.
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915064 23926 raft_consensus.cc:348] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915071 23925 raft_consensus.cc:348] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915163 23926 raft_consensus.cc:374] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915192 23925 raft_consensus.cc:374] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915195 23926 raft_consensus.cc:729] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a7a64491f214ece860e17a130049aab, State: Initialized, Role: FOLLOWER
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915228 23925 raft_consensus.cc:729] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 089d323f65cb42659101be74fd8f44d7, State: Initialized, Role: FOLLOWER
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915336 23926 consensus_queue.cc:260] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [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: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915428 23926 raft_consensus.cc:388] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915395 23925 consensus_queue.cc:260] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [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: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915463 23926 raft_consensus.cc:482] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915488 23925 raft_consensus.cc:388] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915514 23926 raft_consensus.cc:3037] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Advancing to term 1
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915537 23925 raft_consensus.cc:482] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:40.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915583 23925 raft_consensus.cc:3037] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Advancing to term 1
15:58:40.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.915910 23940 tablet_bootstrap.cc:654] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e: Neither blocks nor log segments found. Creating new log.
15:58:40.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.916793 23925 raft_consensus.cc:504] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.916953 23925 leader_election.cc:302] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [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: 089d323f65cb42659101be74fd8f44d7; no voters: 
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917105 23933 raft_consensus.cc:2781] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 1 FOLLOWER]: Leader election won for term 1
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917099 23926 raft_consensus.cc:504] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917181 23933 raft_consensus.cc:686] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [term 1 LEADER]: Becoming Leader. State: Replica: 089d323f65cb42659101be74fd8f44d7, State: Running, Role: LEADER
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917212 23926 leader_election.cc:302] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [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: 6a7a64491f214ece860e17a130049aab; no voters: 
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917232 23940 tablet_bootstrap.cc:492] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e: No bootstrap required, opened a new log
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917320 23940 ts_tablet_manager.cc:1397] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917295 23933 consensus_queue.cc:237] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [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: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917362 23931 raft_consensus.cc:2781] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 1 FOLLOWER]: Leader election won for term 1
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917435 23931 raft_consensus.cc:686] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [term 1 LEADER]: Becoming Leader. State: Replica: 6a7a64491f214ece860e17a130049aab, State: Running, Role: LEADER
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917529 23931 consensus_queue.cc:237] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [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: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.917970 23940 raft_consensus.cc:348] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918066 23940 raft_consensus.cc:374] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918094 23940 raft_consensus.cc:729] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6f54d27c58b4c2880c480d83976042e, State: Initialized, Role: FOLLOWER
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918218 23940 consensus_queue.cc:260] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [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: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918309 23940 raft_consensus.cc:388] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918347 23940 raft_consensus.cc:482] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918387 23940 raft_consensus.cc:3037] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Advancing to term 1
15:58:40.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.918777 23925 leader_election.cc:288] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:40.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919062 23925 ts_tablet_manager.cc:1428] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:58:40.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919394 23940 raft_consensus.cc:504] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919528 23940 leader_election.cc:302] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [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: a6f54d27c58b4c2880c480d83976042e; no voters: 
15:58:40.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919629 23940 leader_election.cc:288] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:40.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919842 23940 ts_tablet_manager.cc:1428] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:58:40.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919878 23944 raft_consensus.cc:2781] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 1 FOLLOWER]: Leader election won for term 1
15:58:40.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.919966 23944 raft_consensus.cc:686] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [term 1 LEADER]: Becoming Leader. State: Replica: a6f54d27c58b4c2880c480d83976042e, State: Running, Role: LEADER
15:58:40.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.920089 23944 consensus_queue.cc:237] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e [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: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:40.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.922132 23378 catalog_manager.cc:5495] T 34e8a95c6ed74dbd9826a6168d5e276c P 089d323f65cb42659101be74fd8f44d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 089d323f65cb42659101be74fd8f44d7 (127.22.166.65). New cstate: current_term: 1 leader_uuid: "089d323f65cb42659101be74fd8f44d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } health_report { overall_health: HEALTHY } } }
15:58:40.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.923223 23926 leader_election.cc:288] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:40.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.923417 23379 catalog_manager.cc:5495] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a7a64491f214ece860e17a130049aab (127.22.166.67). New cstate: current_term: 1 leader_uuid: "6a7a64491f214ece860e17a130049aab" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } health_report { overall_health: HEALTHY } } }
15:58:40.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.924021 23926 ts_tablet_manager.cc:1428] T 7861ff9e44524adfb4e8e63ebec12a0a P 6a7a64491f214ece860e17a130049aab: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.000s
15:58:40.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:40.924409 23377 catalog_manager.cc:5495] T fed122e945c74488b9dd213d4ae921ff P a6f54d27c58b4c2880c480d83976042e reported cstate change: term changed from 0 to 1, leader changed from <none> to a6f54d27c58b4c2880c480d83976042e (127.22.166.66). New cstate: current_term: 1 leader_uuid: "a6f54d27c58b4c2880c480d83976042e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } health_report { overall_health: HEALTHY } } }
15:58:40.957 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:40.957 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:40.957 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:40.957 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:40.958 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.22.166.124:39297, [2ms] Sub RPC GetTableLocations: received response from server master-127.22.166.124:39297: OK, deferred=null) after lookup
15:58:40.959 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)] connecting to peer
15:58:40.960 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)] Successfully connected to peer
15:58:40.971 [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:58:40.973 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb6e49d30, L:/127.0.0.1:39758 - R:/127.22.166.65:45519] using TOKEN/null
15:58:40.981 [DEBUG - main] (Connection.java:748) [peer a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)] connecting to peer
15:58:40.982 [DEBUG - kudu-nio-0] (Connection.java:757) [peer a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)] Successfully connected to peer
15:58:40.992 [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:58:40.993 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x2d56b3d7, L:/127.0.0.1:55136 - R:/127.22.166.66:38061] using TOKEN/null
15:58:41.002 [DEBUG - main] (Connection.java:748) [peer 6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)] connecting to peer
15:58:41.002 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)] Successfully connected to peer
15:58:41.015 [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:58:41.017 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xc7754356, L:/127.0.0.1:60108 - R:/127.22.166.67:34555] using TOKEN/null
15:58:41.518 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526321518
15:58:41.518 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526321516680
15:58:41.518 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:41.518 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7621324642519469630/
15:58:41.523 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:41.523 [INFO - ForkJoinPool-97-worker-1] (KuduBackup.scala:55) Backing up table random-1783526320896 to path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519
15:58:41.523 [INFO - ForkJoinPool-97-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:41.523 [INFO - ForkJoinPool-97-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:41.524 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:41.524 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:41.541 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.542 [INFO - ForkJoinPool-97-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.542 [INFO - ForkJoinPool-97-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.542 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.542 [INFO - ForkJoinPool-97-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.543 [INFO - ForkJoinPool-97-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.543 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.563 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Code generated in 7.833763 ms
15:58:41.567 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:41.568 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:41.568 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:41.568 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:41.600 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:41.601 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 3 output partitions
15:58:41.601 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:41.601 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:41.601 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:41.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:41.627 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 176.5 KiB, free 1993.7 MiB)
15:58:41.629 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 63.5 KiB, free 1993.6 MiB)
15:58:41.630 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 63.5 KiB, free: 1993.8 MiB)
15:58:41.631 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:41.631 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 3 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2))
15:58:41.631 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 3 tasks resource profile 0
15:58:41.634 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4733 bytes) taskResourceAssignments Map()
15:58:41.635 [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:58:41.649 [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:58:41.652 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.656 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:41.657 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:41.658 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
}

       
15:58:41.679 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 56 rows, more = false, responseScanTimestamp = 7305323812941824000) for scanner KuduScanner(table=random-1783526320896, tablet=34e8a95c6ed74dbd9826a6168d5e276c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:41.704 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Code generated in 21.978841 ms
15:58:41.707 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 896
15:58:41.710 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155841517105626778633109_0000_m_000000_0' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/_temporary/0/task_20260708155841517105626778633109_0000_m_000000
15:58:41.710 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_20260708155841517105626778633109_0000_m_000000_0: Committed
15:58:41.711 [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). 6303 bytes result sent to driver
15:58:41.712 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 4733 bytes) taskResourceAssignments Map()
15:58:41.713 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 79 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/3)
15:58:41.713 [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:58:41.724 [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:58:41.726 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:41.727 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.727 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.728 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.728 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.728 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.728 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.736 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 74 rows, more = false, responseScanTimestamp = 7305323812941824000) for scanner KuduScanner(table=random-1783526320896, tablet=fed122e945c74488b9dd213d4ae921ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:41.739 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:41.739 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:41.739 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:41.739 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:41.739 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:41.739 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:41.740 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
}

       
15:58:41.760 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1184
15:58:41.763 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558414929906845624843378_0000_m_000001_1' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/_temporary/0/task_202607081558414929906845624843378_0000_m_000001
15:58:41.763 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558414929906845624843378_0000_m_000001_1: Committed
15:58:41.764 [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). 6303 bytes result sent to driver
15:58:41.765 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 4733 bytes) taskResourceAssignments Map()
15:58:41.765 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:58:41.766 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 54 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/3)
15:58:41.792 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:41.794 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:41.796 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.796 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.796 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.797 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:41.797 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:41.797 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:41.804 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 62 rows, more = false, responseScanTimestamp = 7305323812941824000) for scanner KuduScanner(table=random-1783526320896, tablet=7861ff9e44524adfb4e8e63ebec12a0a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:41.807 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:58:41.808 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:41.808 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:41.808 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:41.808 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:41.808 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:41.808 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
}

       
15:58:41.821 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 992
15:58:41.824 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558416940383981869695960_0000_m_000002_2' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/_temporary/0/task_202607081558416940383981869695960_0000_m_000002
15:58:41.824 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) attempt_202607081558416940383981869695960_0000_m_000002_2: Committed
15:58:41.825 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6303 bytes result sent to driver
15:58:41.827 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/3)
15:58:41.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.225 s
15:58:41.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:41.829 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:41.830 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:41.830 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.229320 s
15:58:41.864 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Write Job 8e27b5d4-cf78-41f2-a913-1ed52ed1731c committed.
15:58:41.865 [INFO - ForkJoinPool-97-worker-1] (Logging.scala:57) Finished processing stats for write job 8e27b5d4-cf78-41f2-a913-1ed52ed1731c.
15:58:41.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:41.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:41.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:41.870 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:41.872 [INFO - ForkJoinPool-97-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/.kudu-metadata.json
15:58:41.883 [INFO - ForkJoinPool-97-worker-1] (KuduBackup.scala:149) Successfully backed up table random-1783526320896
15:58:42.266 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526322266
15:58:42.266 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526322264341
15:58:42.266 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:42.267 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7621324642519469630/
15:58:42.274 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896
15:58:42.277 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:42.277 [INFO - ForkJoinPool-98-worker-1] (KuduBackup.scala:55) Backing up table random-1783526320896 to path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267
15:58:42.278 [INFO - ForkJoinPool-98-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:42.278 [INFO - ForkJoinPool-98-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526321519 from backup in path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519
15:58:42.293 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.294 [INFO - ForkJoinPool-98-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.294 [INFO - ForkJoinPool-98-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.295 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.295 [INFO - ForkJoinPool-98-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.295 [INFO - ForkJoinPool-98-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.295 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.315 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Code generated in 8.235074 ms
15:58:42.319 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:42.320 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:42.320 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:42.320 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:42.343 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:42.344 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (save at KuduBackup.scala:97) with 3 output partitions
15:58:42.344 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (save at KuduBackup.scala:97)
15:58:42.344 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:42.344 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:42.345 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[7] at save at KuduBackup.scala:97), which has no missing parents
15:58:42.362 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 178.4 KiB, free 1993.5 MiB)
15:58:42.364 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 64.3 KiB, free 1993.4 MiB)
15:58:42.364 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 64.3 KiB, free: 1993.8 MiB)
15:58:42.365 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
15:58:42.365 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 3 missing tasks from ResultStage 1 (MapPartitionsRDD[7] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2))
15:58:42.365 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 3 tasks resource profile 0
15:58:42.366 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:42.367 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 3)
15:58:42.376 [DEBUG - Executor task launch worker for task 0.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:58:42.378 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:42.381 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.381 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:42.382 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:42.383 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:42.383 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:42.383 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:42.383 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:42.383 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:42.384 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:42.399 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 44 rows, more = false, responseScanTimestamp = 7305323816005632000) for scanner KuduScanner(table=random-1783526320896, tablet=34e8a95c6ed74dbd9826a6168d5e276c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:42.436 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 63.5 KiB, free: 1993.8 MiB)
15:58:42.456 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Code generated in 25.432074 ms
15:58:42.458 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 884
15:58:42.460 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558422623289905446059764_0001_m_000000_3' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/_temporary/0/task_202607081558422623289905446059764_0001_m_000000
15:58:42.460 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) attempt_202607081558422623289905446059764_0001_m_000000_3: Committed
15:58:42.461 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 3). 6346 bytes result sent to driver
15:58:42.462 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:42.462 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 1.0 (TID 4)
15:58:42.463 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 3) in 97 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/3)
15:58:42.471 [DEBUG - Executor task launch worker for task 1.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:58:42.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:42.475 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.475 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.475 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.476 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.476 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.476 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.481 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323816005632000) for scanner KuduScanner(table=random-1783526320896, tablet=fed122e945c74488b9dd213d4ae921ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:42.485 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:42.485 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:42.486 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:42.487 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:42.513 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1004
15:58:42.515 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558425372985768948595166_0001_m_000001_4' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/_temporary/0/task_202607081558425372985768948595166_0001_m_000001
15:58:42.515 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (Logging.scala:57) attempt_202607081558425372985768948595166_0001_m_000001_4: Committed
15:58:42.516 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 4). 6303 bytes result sent to driver
15:58:42.517 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 1.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:42.518 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 4) in 56 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/3)
15:58:42.521 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (Logging.scala:57) Running task 2.0 in stage 1.0 (TID 5)
15:58:42.534 [DEBUG - Executor task launch worker for task 2.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:58:42.536 [DEBUG - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:42.537 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.538 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.538 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.538 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:42.538 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:42.538 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:42.543 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 49 rows, more = false, responseScanTimestamp = 7305323816005632000) for scanner KuduScanner(table=random-1783526320896, tablet=7861ff9e44524adfb4e8e63ebec12a0a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:380) Validation is off
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:42.553 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:42.554 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:42.554 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:42.554 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:42.554 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:42.604 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 984
15:58:42.606 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558424955971472395583080_0001_m_000002_5' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/_temporary/0/task_202607081558424955971472395583080_0001_m_000002
15:58:42.606 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (Logging.scala:57) attempt_202607081558424955971472395583080_0001_m_000002_5: Committed
15:58:42.607 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 5)] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 5). 6303 bytes result sent to driver
15:58:42.608 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 5) in 91 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/3)
15:58:42.608 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:42.609 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (save at KuduBackup.scala:97) finished in 0.263 s
15:58:42.609 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:42.609 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:42.609 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Job 1 finished: save at KuduBackup.scala:97, took 0.265593 s
15:58:42.623 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Write Job 5496e79f-1ce5-4024-81de-5f15b2d79ae6 committed.
15:58:42.624 [INFO - ForkJoinPool-98-worker-1] (Logging.scala:57) Finished processing stats for write job 5496e79f-1ce5-4024-81de-5f15b2d79ae6.
15:58:42.628 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:42.628 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:42.628 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:42.628 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:42.631 [INFO - ForkJoinPool-98-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/.kudu-metadata.json
15:58:42.643 [INFO - ForkJoinPool-98-worker-1] (KuduBackup.scala:149) Successfully backed up table random-1783526320896
15:58:43.098 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526323097
15:58:43.098 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526323096474
15:58:43.098 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:43.098 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7621324642519469630/
15:58:43.108 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896
15:58:43.111 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.111 [INFO - ForkJoinPool-99-worker-1] (KuduBackup.scala:55) Backing up table random-1783526320896 to path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098
15:58:43.111 [INFO - ForkJoinPool-99-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:43.111 [INFO - ForkJoinPool-99-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526322267 from backup in path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267
15:58:43.125 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.126 [INFO - ForkJoinPool-99-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.126 [INFO - ForkJoinPool-99-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.126 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.127 [INFO - ForkJoinPool-99-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.127 [INFO - ForkJoinPool-99-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.127 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:43.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:43.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:43.140 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:43.166 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:43.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 3 output partitions
15:58:43.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:43.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:43.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:43.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[12] at save at KuduBackup.scala:97), which has no missing parents
15:58:43.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 178.4 KiB, free 1993.5 MiB)
15:58:43.186 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 64.2 KiB, free 1993.4 MiB)
15:58:43.187 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 64.2 KiB, free: 1993.7 MiB)
15:58:43.188 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:43.188 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 3 missing tasks from ResultStage 2 (MapPartitionsRDD[12] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2))
15:58:43.188 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 3 tasks resource profile 0
15:58:43.189 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:43.189 [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:58:43.198 [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:58:43.201 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.202 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.202 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.202 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.202 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.202 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.202 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:58:43.203 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:43.204 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:43.204 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:43.204 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:43.204 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:43.204 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:43.219 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323819409408000) for scanner KuduScanner(table=random-1783526320896, tablet=34e8a95c6ed74dbd9826a6168d5e276c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:43.224 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1184
15:58:43.231 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558433013149562582125238_0002_m_000000_6' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/_temporary/0/task_202607081558433013149562582125238_0002_m_000000
15:58:43.232 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) attempt_202607081558433013149562582125238_0002_m_000000_6: Committed
15:58:43.233 [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). 6303 bytes result sent to driver
15:58:43.233 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:43.234 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6) in 45 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/3)
15:58:43.237 [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:58:43.249 [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:58:43.251 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.252 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.252 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.253 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.253 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.253 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.253 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.257 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 55 rows, more = false, responseScanTimestamp = 7305323819409408000) for scanner KuduScanner(table=random-1783526320896, tablet=fed122e945c74488b9dd213d4ae921ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:43.263 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:43.264 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:43.265 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:43.284 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1104
15:58:43.290 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558434693858784272346658_0002_m_000001_7' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/_temporary/0/task_202607081558434693858784272346658_0002_m_000001
15:58:43.291 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) attempt_202607081558434693858784272346658_0002_m_000001_7: Committed
15:58:43.292 [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). 6303 bytes result sent to driver
15:58:43.294 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:43.295 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/3)
15:58:43.295 [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:58:43.308 [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:58:43.311 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.315 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.315 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.315 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.315 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.315 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.315 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.319 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 60 rows, more = false, responseScanTimestamp = 7305323819409408000) for scanner KuduScanner(table=random-1783526320896, tablet=7861ff9e44524adfb4e8e63ebec12a0a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:380) Validation is off
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:43.323 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:43.324 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:43.324 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:43.324 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:43.324 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:43.407 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1204
15:58:43.417 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558437478199578486204287_0002_m_000002_8' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/_temporary/0/task_202607081558437478199578486204287_0002_m_000002
15:58:43.417 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) attempt_202607081558437478199578486204287_0002_m_000002_8: Committed
15:58:43.418 [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). 6346 bytes result sent to driver
15:58:43.419 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8) in 125 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/3)
15:58:43.419 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:43.420 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.251 s
15:58:43.420 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:43.420 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:43.420 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.253821 s
15:58:43.432 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Write Job 2aba60cf-9b97-479a-a72e-292acfeddafe committed.
15:58:43.432 [INFO - ForkJoinPool-99-worker-1] (Logging.scala:57) Finished processing stats for write job 2aba60cf-9b97-479a-a72e-292acfeddafe.
15:58:43.436 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:43.436 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:43.436 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:43.436 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:43.438 [INFO - ForkJoinPool-99-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/.kudu-metadata.json
15:58:43.448 [INFO - ForkJoinPool-99-worker-1] (KuduBackup.scala:149) Successfully backed up table random-1783526320896
15:58:43.721 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526323721
15:58:43.721 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526323719717
15:58:43.722 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:43.722 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7621324642519469630/
15:58:43.731 [INFO - main] (BackupIO.scala:236) Found 3 paths in file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896
15:58:43.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.734 [INFO - ForkJoinPool-100-worker-1] (KuduBackup.scala:55) Backing up table random-1783526320896 to path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722
15:58:43.734 [INFO - ForkJoinPool-100-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:43.734 [INFO - ForkJoinPool-100-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526323098 from backup in path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098
15:58:43.750 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.751 [INFO - ForkJoinPool-100-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.751 [INFO - ForkJoinPool-100-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.751 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.751 [INFO - ForkJoinPool-100-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.751 [INFO - ForkJoinPool-100-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.752 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.765 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:43.766 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:43.766 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:43.766 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:43.789 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:43.789 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (save at KuduBackup.scala:97) with 3 output partitions
15:58:43.789 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (save at KuduBackup.scala:97)
15:58:43.789 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:43.789 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:43.790 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at save at KuduBackup.scala:97), which has no missing parents
15:58:43.807 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 178.4 KiB, free 1993.2 MiB)
15:58:43.809 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 64.2 KiB, free 1993.2 MiB)
15:58:43.809 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 64.2 KiB, free: 1993.7 MiB)
15:58:43.810 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:43.810 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 3 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2))
15:58:43.810 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 3 tasks resource profile 0
15:58:43.811 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:43.812 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 9)
15:58:43.824 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:43.827 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.828 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.828 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.829 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.829 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.829 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.829 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.829 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:380) Validation is off
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:43.830 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:43.831 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:43.846 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305323821965312000) for scanner KuduScanner(table=random-1783526320896, tablet=34e8a95c6ed74dbd9826a6168d5e276c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:43.851 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 664
15:58:43.853 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558431599052690331177409_0003_m_000000_9' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/_temporary/0/task_202607081558431599052690331177409_0003_m_000000
15:58:43.853 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (Logging.scala:57) attempt_202607081558431599052690331177409_0003_m_000000_9: Committed
15:58:43.854 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 9). 6303 bytes result sent to driver
15:58:43.855 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:43.856 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 10)
15:58:43.856 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 9) in 44 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/3)
15:58:43.868 [DEBUG - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:43.871 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.872 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.872 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.872 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.872 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.872 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.873 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.876 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 23 rows, more = false, responseScanTimestamp = 7305323821965312000) for scanner KuduScanner(table=random-1783526320896, tablet=fed122e945c74488b9dd213d4ae921ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:43.882 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.882 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.882 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:43.882 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:43.882 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:43.882 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:43.883 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:58:43.883 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:43.883 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:43.883 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:43.883 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:43.883 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:43.884 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:43.907 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 464
15:58:43.908 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155843881485698223839464_0003_m_000001_10' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/_temporary/0/task_20260708155843881485698223839464_0003_m_000001
15:58:43.909 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (Logging.scala:57) attempt_20260708155843881485698223839464_0003_m_000001_10: Committed
15:58:43.909 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 10)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 10). 6303 bytes result sent to driver
15:58:43.910 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 3.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:43.911 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 10) in 56 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/3)
15:58:43.912 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (Logging.scala:57) Running task 2.0 in stage 3.0 (TID 11)
15:58:43.941 [DEBUG - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:43.944 [DEBUG - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:43.945 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.945 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.945 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.945 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:43.946 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:43.946 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:43.950 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 38 rows, more = false, responseScanTimestamp = 7305323821965312000) for scanner KuduScanner(table=random-1783526320896, tablet=7861ff9e44524adfb4e8e63ebec12a0a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:43.953 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.953 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:380) Validation is off
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:43.954 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:43.955 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:44.022 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 764
15:58:44.026 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558431568386528732709504_0003_m_000002_11' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/_temporary/0/task_202607081558431568386528732709504_0003_m_000002
15:58:44.026 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (Logging.scala:57) attempt_202607081558431568386528732709504_0003_m_000002_11: Committed
15:58:44.027 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 11)] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 11). 6303 bytes result sent to driver
15:58:44.029 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 11) in 119 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/3)
15:58:44.029 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:44.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (save at KuduBackup.scala:97) finished in 0.238 s
15:58:44.030 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:44.030 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:44.031 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Job 3 finished: save at KuduBackup.scala:97, took 0.242058 s
15:58:44.059 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Write Job d9942892-27cf-482c-9dc4-10252674ba16 committed.
15:58:44.060 [INFO - ForkJoinPool-100-worker-1] (Logging.scala:57) Finished processing stats for write job d9942892-27cf-482c-9dc4-10252674ba16.
15:58:44.065 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:44.065 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:44.065 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:44.065 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:44.067 [INFO - ForkJoinPool-100-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/.kudu-metadata.json
15:58:44.080 [INFO - ForkJoinPool-100-worker-1] (KuduBackup.scala:149) Successfully backed up table random-1783526320896
15:58:44.569 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526324569
15:58:44.569 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526324568262
15:58:44.569 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:44.570 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7621324642519469630/
15:58:44.581 [INFO - main] (BackupIO.scala:236) Found 4 paths in file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896
15:58:44.584 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:44.584 [INFO - ForkJoinPool-101-worker-1] (KuduBackup.scala:55) Backing up table random-1783526320896 to path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570
15:58:44.585 [INFO - ForkJoinPool-101-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:44.585 [INFO - ForkJoinPool-101-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526323722 from backup in path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722
15:58:44.601 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.602 [INFO - ForkJoinPool-101-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.602 [INFO - ForkJoinPool-101-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.602 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.602 [INFO - ForkJoinPool-101-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.602 [INFO - ForkJoinPool-101-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.602 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.616 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:44.617 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:44.617 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:44.617 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:44.633 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:44.633 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (save at KuduBackup.scala:97) with 3 output partitions
15:58:44.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (save at KuduBackup.scala:97)
15:58:44.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:44.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:44.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (MapPartitionsRDD[22] at save at KuduBackup.scala:97), which has no missing parents
15:58:44.652 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 178.4 KiB, free 1993.0 MiB)
15:58:44.654 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 64.3 KiB, free 1992.9 MiB)
15:58:44.655 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 64.3 KiB, free: 1993.6 MiB)
15:58:44.655 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:58:44.656 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 3 missing tasks from ResultStage 4 (MapPartitionsRDD[22] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2))
15:58:44.656 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 3 tasks resource profile 0
15:58:44.657 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:44.657 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 12)
15:58:44.680 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:44.681 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 64.2 KiB, free: 1993.7 MiB)
15:58:44.682 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:44.685 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.685 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.685 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.685 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.685 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:380) Validation is off
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:44.686 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:44.687 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:44.690 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 64.2 KiB, free: 1993.7 MiB)
15:58:44.702 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 70 rows, more = false, responseScanTimestamp = 7305323825438720000) for scanner KuduScanner(table=random-1783526320896, tablet=34e8a95c6ed74dbd9826a6168d5e276c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:44.705 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1404
15:58:44.707 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558443624344529875167003_0004_m_000000_12' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/_temporary/0/task_202607081558443624344529875167003_0004_m_000000
15:58:44.708 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) attempt_202607081558443624344529875167003_0004_m_000000_12: Committed
15:58:44.709 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 12). 6346 bytes result sent to driver
15:58:44.709 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:44.710 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 13)
15:58:44.710 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 12) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/3)
15:58:44.721 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:44.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:44.724 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.724 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.725 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.725 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.725 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.725 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.729 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 63 rows, more = false, responseScanTimestamp = 7305323825438720000) for scanner KuduScanner(table=random-1783526320896, tablet=fed122e945c74488b9dd213d4ae921ff, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:44.732 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (CodecConfig.java:95) Compression: SNAPPY
15:58:44.732 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (CodecConfig.java:95) Compression: SNAPPY
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:380) Validation is off
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:44.733 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:44.734 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:44.745 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1264
15:58:44.747 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (FileOutputCommitter.java:593) Saved output of task 'attempt_2026070815584496345508865312334_0004_m_000001_13' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/_temporary/0/task_2026070815584496345508865312334_0004_m_000001
15:58:44.747 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (Logging.scala:57) attempt_2026070815584496345508865312334_0004_m_000001_13: Committed
15:58:44.748 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 13)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 13). 6303 bytes result sent to driver
15:58:44.749 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 4.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 4743 bytes) taskResourceAssignments Map()
15:58:44.750 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 13) in 40 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/3)
15:58:44.752 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (Logging.scala:57) Running task 2.0 in stage 4.0 (TID 14)
15:58:44.764 [DEBUG - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:44.767 [DEBUG - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:44.768 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.768 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.768 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.768 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:44.768 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:44.768 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:44.772 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 54 rows, more = false, responseScanTimestamp = 7305323825438720000) for scanner KuduScanner(table=random-1783526320896, tablet=7861ff9e44524adfb4e8e63ebec12a0a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:44.775 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:380) Validation is off
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:44.776 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:44.777 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "date0",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "date1",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 date0 (DATE);
  required int32 date1 (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:44.812 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1084
15:58:44.815 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558442100876298531262445_0004_m_000002_14' to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/_temporary/0/task_202607081558442100876298531262445_0004_m_000002
15:58:44.815 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (Logging.scala:57) attempt_202607081558442100876298531262445_0004_m_000002_14: Committed
15:58:44.816 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 14)] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 14). 6303 bytes result sent to driver
15:58:44.817 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 14) in 68 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/3)
15:58:44.817 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:44.817 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (save at KuduBackup.scala:97) finished in 0.182 s
15:58:44.817 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:44.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:44.818 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Job 4 finished: save at KuduBackup.scala:97, took 0.184888 s
15:58:44.859 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Write Job f31a0584-9063-48c7-b3a5-8cae690aa443 committed.
15:58:44.860 [INFO - ForkJoinPool-101-worker-1] (Logging.scala:57) Finished processing stats for write job f31a0584-9063-48c7-b3a5-8cae690aa443.
15:58:44.866 [DEBUG - ForkJoinPool-101-worker-1] (AsyncKuduClient.java:2538) Learned about tablet 34e8a95c6ed74dbd9826a6168d5e276c for table 'random-1783526320896' with partition [0x00000000, 0x00000001)
15:58:44.866 [DEBUG - ForkJoinPool-101-worker-1] (AsyncKuduClient.java:2538) Learned about tablet fed122e945c74488b9dd213d4ae921ff for table 'random-1783526320896' with partition [0x00000001, 0x00000002)
15:58:44.866 [DEBUG - ForkJoinPool-101-worker-1] (AsyncKuduClient.java:2538) Learned about tablet 7861ff9e44524adfb4e8e63ebec12a0a for table 'random-1783526320896' with partition [0x00000002, 0x00000003)
15:58:44.867 [DEBUG - ForkJoinPool-101-worker-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=34e8a95c6ed74dbd9826a6168d5e276c@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=fed122e945c74488b9dd213d4ae921ff@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=7861ff9e44524adfb4e8e63ebec12a0a@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:44.868 [INFO - ForkJoinPool-101-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/.kudu-metadata.json
15:58:44.906 [INFO - ForkJoinPool-101-worker-1] (KuduBackup.scala:149) Successfully backed up table random-1783526320896
15:58:44.907 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup7621324642519469630/
15:58:44.921 [INFO - main] (BackupIO.scala:236) Found 5 paths in file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896
15:58:44.923 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:104) Restoring table random-1783526320896 from path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519
15:58:44.923 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:112) Creating restore table random-1783526320896-restore
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.925001 23379 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54874:
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "random-1783526320896-restore"
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "date0"
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: BIT_SHUFFLE
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: SNAPPY
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 1048576
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     comment: "A date column for date0"
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "date1"
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: BIT_SHUFFLE
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: NO_COMPRESSION
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 524288
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     comment: "A date column for date1"
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:44.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\007\000"
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "date0"
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 3
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 2697996855
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "date0"
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "date1"
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "random-719650"
15:58:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: "Table schema generated by SchemaGenerator"
15:58:44.953 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.958599 23538 tablet_service.cc:1467] Processing CreateTablet for tablet fefb7d9187674f78a68916e7b110ce93 (DEFAULT_TABLE table=random-1783526320896-restore [id=60d313abe0c14cf8ae2b38b93dd6f934]), partition=HASH (date0) PARTITION 0, RANGE (date0, date1) PARTITION UNBOUNDED
15:58:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.958768 23809 tablet_service.cc:1467] Processing CreateTablet for tablet 8ae8440b968c4823a5998e458a3068a3 (DEFAULT_TABLE table=random-1783526320896-restore [id=60d313abe0c14cf8ae2b38b93dd6f934]), partition=HASH (date0) PARTITION 2, RANGE (date0, date1) PARTITION UNBOUNDED
15:58:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.958956 23538 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fefb7d9187674f78a68916e7b110ce93. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.959097 23809 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8ae8440b968c4823a5998e458a3068a3. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.961627 23673 tablet_service.cc:1467] Processing CreateTablet for tablet d0fe5240e4f6455da8f6f111376f0aa6 (DEFAULT_TABLE table=random-1783526320896-restore [id=60d313abe0c14cf8ae2b38b93dd6f934]), partition=HASH (date0) PARTITION 1, RANGE (date0, date1) PARTITION UNBOUNDED
15:58:44.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.961910 23673 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d0fe5240e4f6455da8f6f111376f0aa6. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:44.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.964372 24202 tablet_bootstrap.cc:492] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e: Bootstrap starting.
15:58:44.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.965523 24202 tablet_bootstrap.cc:654] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e: Neither blocks nor log segments found. Creating new log.
15:58:44.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.966665 24202 tablet_bootstrap.cc:492] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e: No bootstrap required, opened a new log
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.966748 24202 ts_tablet_manager.cc:1397] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967147 24202 raft_consensus.cc:348] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967252 24202 raft_consensus.cc:374] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967281 24202 raft_consensus.cc:729] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a6f54d27c58b4c2880c480d83976042e, State: Initialized, Role: FOLLOWER
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967407 24202 consensus_queue.cc:260] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [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: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967485 24202 raft_consensus.cc:388] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967516 24202 raft_consensus.cc:482] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.967554 24202 raft_consensus.cc:3037] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 0 FOLLOWER]: Advancing to term 1
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.968559 24202 raft_consensus.cc:504] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:44.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.968711 24202 leader_election.cc:302] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [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: a6f54d27c58b4c2880c480d83976042e; no voters: 
15:58:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.969391 24202 leader_election.cc:288] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.969717 24202 ts_tablet_manager.cc:1428] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.969897 23942 raft_consensus.cc:2781] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 1 FOLLOWER]: Leader election won for term 1
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.970070 23942 raft_consensus.cc:686] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [term 1 LEADER]: Becoming Leader. State: Replica: a6f54d27c58b4c2880c480d83976042e, State: Running, Role: LEADER
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.970199 23942 consensus_queue.cc:237] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e [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: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } }
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.972322 24200 tablet_bootstrap.cc:492] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7: Bootstrap starting.
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.973316 23379 catalog_manager.cc:5495] T d0fe5240e4f6455da8f6f111376f0aa6 P a6f54d27c58b4c2880c480d83976042e reported cstate change: term changed from 0 to 1, leader changed from <none> to a6f54d27c58b4c2880c480d83976042e (127.22.166.66). New cstate: current_term: 1 leader_uuid: "a6f54d27c58b4c2880c480d83976042e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a6f54d27c58b4c2880c480d83976042e" member_type: VOTER last_known_addr { host: "127.22.166.66" port: 38061 } health_report { overall_health: HEALTHY } } }
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.973474 24200 tablet_bootstrap.cc:654] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7: Neither blocks nor log segments found. Creating new log.
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.974197 24201 tablet_bootstrap.cc:492] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab: Bootstrap starting.
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.975106 24201 tablet_bootstrap.cc:654] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab: Neither blocks nor log segments found. Creating new log.
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.976271 24200 tablet_bootstrap.cc:492] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7: No bootstrap required, opened a new log
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.976362 24200 ts_tablet_manager.cc:1397] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.976821 24200 raft_consensus.cc:348] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.976930 24200 raft_consensus.cc:374] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.976963 24200 raft_consensus.cc:729] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 089d323f65cb42659101be74fd8f44d7, State: Initialized, Role: FOLLOWER
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.977123 24200 consensus_queue.cc:260] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [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: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.977219 24200 raft_consensus.cc:388] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.977265 24200 raft_consensus.cc:482] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.977309 24200 raft_consensus.cc:3037] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 0 FOLLOWER]: Advancing to term 1
15:58:44.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.984078 24200 raft_consensus.cc:504] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:44.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.984498 24200 leader_election.cc:302] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [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: 089d323f65cb42659101be74fd8f44d7; no voters: 
15:58:44.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.985090 24200 leader_election.cc:288] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:44.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.985150 23929 raft_consensus.cc:2781] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 1 FOLLOWER]: Leader election won for term 1
15:58:44.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.985530 23929 raft_consensus.cc:686] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [term 1 LEADER]: Becoming Leader. State: Replica: 089d323f65cb42659101be74fd8f44d7, State: Running, Role: LEADER
15:58:44.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.985703 23929 consensus_queue.cc:237] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 [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: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } }
15:58:44.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.985915 24200 ts_tablet_manager.cc:1428] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.000s
15:58:44.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.987884 23379 catalog_manager.cc:5495] T fefb7d9187674f78a68916e7b110ce93 P 089d323f65cb42659101be74fd8f44d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 089d323f65cb42659101be74fd8f44d7 (127.22.166.65). New cstate: current_term: 1 leader_uuid: "089d323f65cb42659101be74fd8f44d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "089d323f65cb42659101be74fd8f44d7" member_type: VOTER last_known_addr { host: "127.22.166.65" port: 45519 } health_report { overall_health: HEALTHY } } }
15:58:44.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.991667 24201 tablet_bootstrap.cc:492] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab: No bootstrap required, opened a new log
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.995132 24201 ts_tablet_manager.cc:1397] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab: Time spent bootstrapping tablet: real 0.021s	user 0.002s	sys 0.000s
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.995885 24201 raft_consensus.cc:348] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.996001 24201 raft_consensus.cc:374] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.996037 24201 raft_consensus.cc:729] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a7a64491f214ece860e17a130049aab, State: Initialized, Role: FOLLOWER
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.996407 24201 consensus_queue.cc:260] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [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: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.996598 24201 raft_consensus.cc:388] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.996739 24201 raft_consensus.cc:482] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:44.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.996912 24201 raft_consensus.cc:3037] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 0 FOLLOWER]: Advancing to term 1
15:58:44.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.998298 24201 raft_consensus.cc:504] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:44.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.998553 24201 leader_election.cc:302] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [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: 6a7a64491f214ece860e17a130049aab; no voters: 
15:58:44.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.998773 24201 leader_election.cc:288] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:44.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.998812 23932 raft_consensus.cc:2781] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 1 FOLLOWER]: Leader election won for term 1
15:58:44.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.999074 23932 raft_consensus.cc:686] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [term 1 LEADER]: Becoming Leader. State: Replica: 6a7a64491f214ece860e17a130049aab, State: Running, Role: LEADER
15:58:44.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.999217 24201 ts_tablet_manager.cc:1428] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.003s
15:58:44.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:44.999224 23932 consensus_queue.cc:237] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab [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: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } }
15:58:45.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.002707 23379 catalog_manager.cc:5495] T 8ae8440b968c4823a5998e458a3068a3 P 6a7a64491f214ece860e17a130049aab reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a7a64491f214ece860e17a130049aab (127.22.166.67). New cstate: current_term: 1 leader_uuid: "6a7a64491f214ece860e17a130049aab" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a7a64491f214ece860e17a130049aab" member_type: VOTER last_known_addr { host: "127.22.166.67" port: 34555 } health_report { overall_health: HEALTHY } } }
15:58:45.023 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:58:45.039 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:45.044 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:45.044 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:45.045 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Output Data Schema: struct<date0: date, date1: date, backup_row_action: tinyint ... 1 more fields>
15:58:45.058 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Code generated in 9.79771 ms
15:58:45.060 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 310.4 KiB, free 1993.1 MiB)
15:58:45.069 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1993.1 MiB)
15:58:45.070 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.070 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Created broadcast 5 from toRdd at KuduRestore.scala:140
15:58:45.071 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12586562 bytes, open cost is considered as scanning 4194304 bytes.
15:58:45.082 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:45.082 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:45.082 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:58:45.082 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:45.083 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:45.083 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[28] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:45.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 19.4 KiB, free 1993.1 MiB)
15:58:45.086 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1993.0 MiB)
15:58:45.086 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:58:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[28] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:58:45.088 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5404 bytes) taskResourceAssignments Map()
15:58:45.088 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 15)
15:58:45.093 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:45.096 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:45.097 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/part-00001-99fb04dc-1baf-4487-ae76-6e0ac70db14f-c000.snappy.parquet, range: 0-1302, partition values: [empty row]
15:58:45.104 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.104 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.105 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.105 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.105 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.105 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/part-00002-99fb04dc-1baf-4487-ae76-6e0ac70db14f-c000.snappy.parquet, range: 0-1198, partition values: [empty row]
15:58:45.105 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.106 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.106 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.106 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.106 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.106 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.107 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.107 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.107 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.107 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.108 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.109 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.109 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.109 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.109 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.109 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526321519/part-00000-99fb04dc-1baf-4487-ae76-6e0ac70db14f-c000.snappy.parquet, range: 0-1150, partition values: [empty row]
15:58:45.110 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.110 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.110 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.110 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.110 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.111 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.111 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.111 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.112 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.113 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.113 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.113 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.113 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.116 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.116 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.117 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.117 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.117 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.118 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.118 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.118 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.118 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.119 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.119 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.119 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.119 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.119 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.120 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.120 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.120 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.120 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.121 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.121 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.121 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.121 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.122 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.122 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.123 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.124 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.124 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.124 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.124 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.124 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.125 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.126 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.126 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.126 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.127 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.127 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.128 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.129 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.129 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.129 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.129 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.130 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.130 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.130 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.130 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.130 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.130 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.131 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.132 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.133 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.134 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.134 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.135 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.135 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.136 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.137 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.137 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.138 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.139 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.140 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=192, operationSize=3072, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5b898335, flushNotification=Deferred@674125366(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:45.140 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.141 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.141 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.142 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.142 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.143 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.143 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.144 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.144 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.145 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.145 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.146 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.146 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.147 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.147 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.147 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.147 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.147 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.148 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.148 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.149 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.149 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.150 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.150 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.151 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.152 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.152 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.153 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.153 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.153 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.153 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.153 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.153 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.153 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.154 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.154 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.154 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.154 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.154 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.154 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.155 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.155 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.155 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.155 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.155 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.156 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.157 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.157 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.157 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.158 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.158 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.158 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.158 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.159 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.159 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.160 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.160 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.161 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.161 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.161 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.161 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.163 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.164 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.164 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.164 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.164 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.164 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.164 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fefb7d9187674f78a68916e7b110ce93 for table 'random-1783526320896-restore' with partition [0x00000000, 0x00000001)
15:58:45.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0fe5240e4f6455da8f6f111376f0aa6 for table 'random-1783526320896-restore' with partition [0x00000001, 0x00000002)
15:58:45.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8ae8440b968c4823a5998e458a3068a3 for table 'random-1783526320896-restore' with partition [0x00000002, 0x00000003)
15:58:45.165 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=fefb7d9187674f78a68916e7b110ce93@[089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=d0fe5240e4f6455da8f6f111376f0aa6@[a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x00000003, ttl=299999, tablet=8ae8440b968c4823a5998e458a3068a3@[6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000003, upperBoundPartitionKey=0x, ttl=299999}]
15:58:45.173 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 15)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 15). 5425 bytes result sent to driver
15:58:45.174 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 15) in 87 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:45.175 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:45.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.092 s
15:58:45.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:45.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:45.176 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.093530 s
15:58:45.176 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:104) Restoring table random-1783526320896 from path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267
15:58:45.182 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:45.194 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:45.199 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:45.200 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:45.200 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Output Data Schema: struct<date0: date, date1: date, backup_row_action: tinyint ... 1 more fields>
15:58:45.206 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 310.4 KiB, free 1992.7 MiB)
15:58:45.226 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.230 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.230 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1993.0 MiB)
15:58:45.230 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.232 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Created broadcast 7 from toRdd at KuduRestore.scala:140
15:58:45.233 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 64.3 KiB, free: 1993.8 MiB)
15:58:45.233 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12586960 bytes, open cost is considered as scanning 4194304 bytes.
15:58:45.246 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:45.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:45.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (foreachPartition at KuduRestore.scala:140)
15:58:45.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:45.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:45.248 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (SQLExecutionRDD[32] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:45.250 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 19.4 KiB, free 1993.3 MiB)
15:58:45.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1993.3 MiB)
15:58:45.252 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 8.9 KiB, free: 1993.8 MiB)
15:58:45.252 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:58:45.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 6 (SQLExecutionRDD[32] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:45.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 1 tasks resource profile 0
15:58:45.254 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5404 bytes) taskResourceAssignments Map()
15:58:45.254 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 16)
15:58:45.257 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:45.259 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:45.260 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/part-00001-41cd3d6e-f139-4e6f-9ec5-de9a3a30d7c3-c000.snappy.parquet, range: 0-1368, partition values: [empty row]
15:58:45.264 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/part-00002-41cd3d6e-f139-4e6f-9ec5-de9a3a30d7c3-c000.snappy.parquet, range: 0-1360, partition values: [empty row]
15:58:45.267 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526322267/part-00000-41cd3d6e-f139-4e6f-9ec5-de9a3a30d7c3-c000.snappy.parquet, range: 0-1320, partition values: [empty row]
15:58:45.271 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=143, operationSize=2288, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@798cee8e, flushNotification=Deferred@294417825(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:45.278 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 16)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 16). 5425 bytes result sent to driver
15:58:45.279 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 16) in 26 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:45.279 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:45.279 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (foreachPartition at KuduRestore.scala:140) finished in 0.031 s
15:58:45.280 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:45.280 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:45.280 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Job 6 finished: foreachPartition at KuduRestore.scala:140, took 0.033711 s
15:58:45.281 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:104) Restoring table random-1783526320896 from path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098
15:58:45.287 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:45.300 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:45.304 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:45.305 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:45.305 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Output Data Schema: struct<date0: date, date1: date, backup_row_action: tinyint ... 1 more fields>
15:58:45.310 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 310.4 KiB, free 1993.0 MiB)
15:58:45.319 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1992.9 MiB)
15:58:45.319 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.320 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Created broadcast 9 from toRdd at KuduRestore.scala:140
15:58:45.321 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12587208 bytes, open cost is considered as scanning 4194304 bytes.
15:58:45.333 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:45.334 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 7 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:45.334 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 7 (foreachPartition at KuduRestore.scala:140)
15:58:45.334 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:45.334 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:45.335 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 7 (SQLExecutionRDD[36] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:45.337 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 19.4 KiB, free 1992.9 MiB)
15:58:45.338 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1992.9 MiB)
15:58:45.339 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:58:45.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 7 (SQLExecutionRDD[36] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:45.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 1 tasks resource profile 0
15:58:45.341 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5404 bytes) taskResourceAssignments Map()
15:58:45.341 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 17)
15:58:45.345 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:45.347 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:45.347 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/part-00002-afca82f3-193d-4db0-a815-3581fea36a4c-c000.snappy.parquet, range: 0-1448, partition values: [empty row]
15:58:45.352 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/part-00000-afca82f3-193d-4db0-a815-3581fea36a4c-c000.snappy.parquet, range: 0-1440, partition values: [empty row]
15:58:45.356 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323098/part-00001-afca82f3-193d-4db0-a815-3581fea36a4c-c000.snappy.parquet, range: 0-1408, partition values: [empty row]
15:58:45.360 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=174, operationSize=2784, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1c68c811, flushNotification=Deferred@17953172(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:45.368 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 17)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 17). 5425 bytes result sent to driver
15:58:45.369 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 17) in 28 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:45.370 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:58:45.370 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 7 (foreachPartition at KuduRestore.scala:140) finished in 0.035 s
15:58:45.370 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 7 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:45.370 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 7: Stage finished
15:58:45.371 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Job 7 finished: foreachPartition at KuduRestore.scala:140, took 0.037660 s
15:58:45.371 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:104) Restoring table random-1783526320896 from path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722
15:58:45.378 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:45.391 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:45.396 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:45.396 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:45.396 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Output Data Schema: struct<date0: date, date1: date, backup_row_action: tinyint ... 1 more fields>
15:58:45.403 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_11 stored as values in memory (estimated size 310.4 KiB, free 1992.6 MiB)
15:58:45.417 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_11_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1992.6 MiB)
15:58:45.418 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_11_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.419 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Created broadcast 11 from toRdd at KuduRestore.scala:140
15:58:45.419 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12586566 bytes, open cost is considered as scanning 4194304 bytes.
15:58:45.432 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:45.433 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 8 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:45.433 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (foreachPartition at KuduRestore.scala:140)
15:58:45.434 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:45.434 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:45.434 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (SQLExecutionRDD[40] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:45.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12 stored as values in memory (estimated size 19.4 KiB, free 1992.6 MiB)
15:58:45.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1992.6 MiB)
15:58:45.437 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_12_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.438 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 12 from broadcast at DAGScheduler.scala:1388
15:58:45.438 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 8 (SQLExecutionRDD[40] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:45.438 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 1 tasks resource profile 0
15:58:45.439 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5404 bytes) taskResourceAssignments Map()
15:58:45.439 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 18)
15:58:45.442 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:45.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:45.445 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/part-00002-49697e7f-facf-48dc-b58f-c8ea431f1b06-c000.snappy.parquet, range: 0-1272, partition values: [empty row]
15:58:45.450 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/part-00000-49697e7f-facf-48dc-b58f-c8ea431f1b06-c000.snappy.parquet, range: 0-1232, partition values: [empty row]
15:58:45.454 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526323722/part-00001-49697e7f-facf-48dc-b58f-c8ea431f1b06-c000.snappy.parquet, range: 0-1150, partition values: [empty row]
15:58:45.467 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=94, operationSize=1504, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4cc0587f, flushNotification=Deferred@316723618(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:45.468 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.474 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 18)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 18). 5468 bytes result sent to driver
15:58:45.474 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.475 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 18) in 36 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:45.475 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:58:45.476 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (foreachPartition at KuduRestore.scala:140) finished in 0.042 s
15:58:45.476 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 8 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:45.476 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:58:45.478 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Job 8 finished: foreachPartition at KuduRestore.scala:140, took 0.045062 s
15:58:45.478 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_10_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.478 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:104) Restoring table random-1783526320896 from path: file:/tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570
15:58:45.480 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_9_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 in memory (size: 28.0 KiB, free: 1993.8 MiB)
15:58:45.486 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:45.501 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:45.507 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:45.507 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:45.508 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Output Data Schema: struct<date0: date, date1: date, backup_row_action: tinyint ... 1 more fields>
15:58:45.514 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_13 stored as values in memory (estimated size 310.4 KiB, free 1993.0 MiB)
15:58:45.526 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Block broadcast_13_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1992.9 MiB)
15:58:45.527 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_13_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 28.0 KiB, free: 1993.7 MiB)
15:58:45.528 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Created broadcast 13 from toRdd at KuduRestore.scala:140
15:58:45.529 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12587324 bytes, open cost is considered as scanning 4194304 bytes.
15:58:45.542 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:45.542 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 9 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:45.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 9 (foreachPartition at KuduRestore.scala:140)
15:58:45.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:45.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:45.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 9 (SQLExecutionRDD[44] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:45.545 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14 stored as values in memory (estimated size 18.9 KiB, free 1992.9 MiB)
15:58:45.547 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1992.9 MiB)
15:58:45.548 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_14_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39039 (size: 8.9 KiB, free: 1993.7 MiB)
15:58:45.548 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 14 from broadcast at DAGScheduler.scala:1388
15:58:45.549 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 9 (SQLExecutionRDD[44] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:45.549 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 9.0 with 1 tasks resource profile 0
15:58:45.550 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 9.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5404 bytes) taskResourceAssignments Map()
15:58:45.550 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (Logging.scala:57) Running task 0.0 in stage 9.0 (TID 19)
15:58:45.553 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:45.555 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:45.555 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/part-00000-8f759f1b-f4a4-4eaf-af75-a575c88a2e5c-c000.snappy.parquet, range: 0-1540, partition values: [empty row]
15:58:45.559 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/part-00001-8f759f1b-f4a4-4eaf-af75-a575c88a2e5c-c000.snappy.parquet, range: 0-1472, partition values: [empty row]
15:58:45.562 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup7621324642519469630/8e7f7779dc4e420abe9f2466fbc5d6e3-random-1783526320896/1783526324570/part-00002-8f759f1b-f4a4-4eaf-af75-a575c88a2e5c-c000.snappy.parquet, range: 0-1400, partition values: [empty row]
15:58:45.565 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=187, operationSize=2992, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@44487b35, flushNotification=Deferred@1077177291(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:45.573 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 19)] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 19). 5425 bytes result sent to driver
15:58:45.574 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 19) in 25 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:45.575 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 9.0, whose tasks have all completed, from pool 
15:58:45.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 9 (foreachPartition at KuduRestore.scala:140) finished in 0.031 s
15:58:45.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 9 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:45.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 9: Stage finished
15:58:45.576 [INFO - ForkJoinPool-102-worker-1] (Logging.scala:57) Job 9 finished: foreachPartition at KuduRestore.scala:140, took 0.033895 s
15:58:45.576 [INFO - ForkJoinPool-102-worker-1] (KuduRestore.scala:237) Successfully restored table random-1783526320896
15:58:45.579 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8e7f7779dc4e420abe9f2466fbc5d6e3
15:58:45.580 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 60d313abe0c14cf8ae2b38b93dd6f934
15:58:45.588 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:45.603 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:45.604 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:45.605 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:45.606 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:45.612 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:45.612 [DEBUG - main] (Connection.java:575) [peer 089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)] disconnecting while in state READY
15:58:45.612 [DEBUG - main] (Connection.java:575) [peer master-127.22.166.126:40833(127.22.166.126:40833)] disconnecting while in state READY
15:58:45.612 [DEBUG - main] (Connection.java:575) [peer a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)] disconnecting while in state READY
15:58:45.612 [DEBUG - main] (Connection.java:575) [peer 6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)] disconnecting while in state READY
15:58:45.613 [DEBUG - main] (Connection.java:575) [peer master-127.22.166.124:39297(127.22.166.124:39297)] disconnecting while in state READY
15:58:45.613 [DEBUG - main] (Connection.java:575) [peer master-127.22.166.125:44703(127.22.166.125:44703)] disconnecting while in state READY
15:58:45.614 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)] handling channelInactive
15:58:45.614 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:45.614 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 089d323f65cb42659101be74fd8f44d7(127.22.166.65:45519)] cleaning up while in state READY due to: connection closed
15:58:45.615 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.22.166.126:40833(127.22.166.126:40833)] handling channelInactive
15:58:45.615 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.22.166.126:40833(127.22.166.126:40833)] cleaning up while in state READY due to: connection closed
15:58:45.615 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)] handling channelInactive
15:58:45.615 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 6a7a64491f214ece860e17a130049aab(127.22.166.67:34555)] cleaning up while in state READY due to: connection closed
15:58:45.615 [DEBUG - kudu-nio-0] (Connection.java:239) [peer a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)] handling channelInactive
15:58:45.615 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 36 thread-local buffer(s) from thread: kudu-nio-1
15:58:45.615 [DEBUG - kudu-nio-0] (Connection.java:709) [peer a6f54d27c58b4c2880c480d83976042e(127.22.166.66:38061)] cleaning up while in state READY due to: connection closed
15:58:45.616 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.22.166.124:39297(127.22.166.124:39297)] handling channelInactive
15:58:45.616 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.22.166.124:39297(127.22.166.124:39297)] cleaning up while in state READY due to: connection closed
15:58:45.616 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.22.166.125:44703(127.22.166.125:44703)] handling channelInactive
15:58:45.616 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.22.166.125:44703(127.22.166.125:44703)] cleaning up while in state READY due to: connection closed
15:58:45.616 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 40 thread-local buffer(s) from thread: kudu-nio-0
15:58:45.629 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:45.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.630435 23193 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 23476
15:58:45.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.640329 23193 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 23611
15:58:45.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.647332 23193 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 23746
15:58:45.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.655663 23193 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 23204
15:58:45.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.663394 23193 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 23274
15:58:45.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.669708 23193 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 23345
15:58:45.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:45Z chronyd exiting
.15:58:45.736 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526325736
15:58:45.738 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:45.739 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:45.739 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:45.739 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:45.739 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:45.741 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:45.856 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:45.856 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:45.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.858249 24275 mini_oidc.cc:152] Starting JWKS server
15:58:45.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.860693 24275 webserver.cc:460] Webserver started at http://127.0.0.1:38427/ using document root <none> and password file <none>
15:58:45.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.860914 24275 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:45.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.861150 24275 webserver.cc:460] Webserver started at http://127.0.0.1:42315/ using document root <none> and password file <none>
15:58:45.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:45Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:45.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:45Z Disabled control of system clock
15:58:45.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:45.878742 24275 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/logs
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data/info.pb
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.254:34353
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.254
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:45.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38427/jwks.json with env {}
15:58:46.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.002786 24286 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:46.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.003243 24286 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:46.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.003331 24286 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:46.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.007715 24286 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:46.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.007794 24286 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:46.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.007814 24286 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:46.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.007830 24286 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:46.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.007848 24286 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:46.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.007860 24286 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38427/jwks.json
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.013082 24286 master_runner.cc:386] Master server non-default flags:
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.254:34353
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38427/jwks.json
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data/info.pb
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.254
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24286
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/logs
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:46.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:46.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:46.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:46.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.014271 24286 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:58:46.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.015718 24286 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:46.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.025513 24291 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:58:46.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.025528 24294 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:58:46.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.025549 24292 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:58:46.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.025569 24286 server_base.cc:1034] running on GCE node
15:58:46.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.026539 24286 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:46.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.027721 24286 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:46.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.028928 24286 hybrid_clock.cc:648] HybridClock initialized: now 1783526326028894 us; error 50 us; skew 500 ppm
15:58:46.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.037386 24286 webserver.cc:460] Webserver started at http://127.23.180.254:33599/ using document root <none> and password file <none>
15:58:46.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.038127 24286 fs_manager.cc:359] Metadata directory not provided
15:58:46.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.038241 24286 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:46.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.038483 24286 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.040661 24286 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data/instance:
15:58:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "985714d16b954fb2bb31bfc9acc4f9cc"
15:58:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.041447 24286 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal/instance:
15:58:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "985714d16b954fb2bb31bfc9acc4f9cc"
15:58:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.045607 24286 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:46.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.048458 24300 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:46.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.050318 24286 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:46.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.050490 24286 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal
15:58:46.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "985714d16b954fb2bb31bfc9acc4f9cc"
15:58:46.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.050657 24286 fs_report.cc:383] FS layout report
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data/data
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:46.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:46.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.069269 24286 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:46.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.070137 24286 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:58:46.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.070289 24286 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:46.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.077527 24286 rpc_server.cc:307] RPC server started. Bound to: 127.23.180.254:34353
15:58:46.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.077533 24352 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.23.180.254:34353 every 8 connection(s)
15:58:46.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.078544 24286 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/data/info.pb
15:58:46.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.082306 24353 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:58:46.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.085704 24353 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.085955 24275 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 24286
15:58:46.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.086124 24275 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-0/wal/instance
15:58:46.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.087662 24275 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal
15:58:46.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data
15:58:46.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/logs
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data/info.pb
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.253:42091
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.253
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:46.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38427/jwks.json with env {}
15:58:46.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.098999 24353 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.099936 24304 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.180.253:42091: connect: Connection refused (error 111)
15:58:46.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.100884 24353 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.253:42091: Network error: Client connection negotiation failed: client connection to 127.23.180.253:42091: connect: Connection refused (error 111)
15:58:46.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.150177 24353 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } attempt: 1
15:58:46.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.151883 24353 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.253:42091: Network error: Client connection negotiation failed: client connection to 127.23.180.253:42091: connect: Connection refused (error 111)
15:58:46.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.208107 24357 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:46.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.208401 24357 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:46.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.208442 24357 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:46.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.212787 24357 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:46.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.212857 24357 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:46.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.212875 24357 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:46.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.212891 24357 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:46.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.212908 24357 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:46.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.212921 24357 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38427/jwks.json
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.217798 24357 master_runner.cc:386] Master server non-default flags:
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.253:42091
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38427/jwks.json
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data/info.pb
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.253
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24357
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/logs
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:46.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:46.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.218948 24357 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:58:46.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.220078 24353 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } attempt: 2
15:58:46.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.220364 24357 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:46.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.221590 24353 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.253:42091: Network error: Client connection negotiation failed: client connection to 127.23.180.253:42091: connect: Connection refused (error 111)
15:58:46.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.229633 24366 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:58:46.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.229590 24364 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:58:46.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.229617 24363 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:58:46.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.229800 24357 server_base.cc:1034] running on GCE node
15:58:46.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.230602 24357 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:46.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.231724 24357 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:46.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.232838 24357 hybrid_clock.cc:648] HybridClock initialized: now 1783526326232825 us; error 31 us; skew 500 ppm
15:58:46.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.234735 24357 webserver.cc:460] Webserver started at http://127.23.180.253:34803/ using document root <none> and password file <none>
15:58:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.235257 24357 fs_manager.cc:359] Metadata directory not provided
15:58:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.235323 24357 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:46.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.235484 24357 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:46.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.237380 24357 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data/instance:
15:58:46.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2184b64e73604bb1affffd87773d7a20"
15:58:46.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.237877 24357 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal/instance:
15:58:46.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2184b64e73604bb1affffd87773d7a20"
15:58:46.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.241487 24357 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
15:58:46.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.243865 24372 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.245282 24357 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.245414 24357 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2184b64e73604bb1affffd87773d7a20"
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.245501 24357 fs_report.cc:383] FS layout report
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data/data
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:46.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:46.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.266242 24357 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:46.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.266933 24357 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:58:46.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.267091 24357 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:46.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.274129 24357 rpc_server.cc:307] RPC server started. Bound to: 127.23.180.253:42091
15:58:46.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.274137 24424 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.23.180.253:42091 every 8 connection(s)
15:58:46.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.275054 24357 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/data/info.pb
15:58:46.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.278405 24425 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:58:46.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.282035 24425 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.284917 24275 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 24357
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.285037 24275 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-1/wal/instance
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.285724 24275 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data
15:58:46.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/logs
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data/info.pb
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.252:38293
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.252
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:46.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38427/jwks.json with env {}
15:58:46.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.293843 24425 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.302711 24425 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.303596 24374 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.304605 24425 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.252:38293: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.312826 24353 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } attempt: 3
15:58:46.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.318132 24353 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.319589 24353 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.252:38293: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.350809 24353 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } attempt: 1
15:58:46.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.352474 24353 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.252:38293: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.353873 24425 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } attempt: 1
15:58:46.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.355260 24425 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.252:38293: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.404036 24428 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:46.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.404321 24428 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:46.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.404361 24428 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.408452 24428 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.408517 24428 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.408536 24428 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.408552 24428 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.408568 24428 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:46.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.408600 24428 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:38427/jwks.json
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.413317 24428 master_runner.cc:386] Master server non-default flags:
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.252:38293
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38427/jwks.json
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data/info.pb
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.252
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24428
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:46.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/logs
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:46.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.414399 24428 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:58:46.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.415705 24428 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:46.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.423439 24425 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } attempt: 2
15:58:46.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.424425 24436 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:58:46.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.424566 24438 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:58:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.424865 24428 server_base.cc:1034] running on GCE node
15:58:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.424448 24435 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:58:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.425493 24425 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.252:38293: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.425828 24428 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:46.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.426913 24428 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:46.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.427661 24353 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } attempt: 2
15:58:46.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.428061 24428 hybrid_clock.cc:648] HybridClock initialized: now 1783526326428036 us; error 44 us; skew 500 ppm
15:58:46.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.429119 24353 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.23.180.252:38293: Network error: Client connection negotiation failed: client connection to 127.23.180.252:38293: connect: Connection refused (error 111)
15:58:46.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.430131 24428 webserver.cc:460] Webserver started at http://127.23.180.252:44255/ using document root <none> and password file <none>
15:58:46.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.430730 24428 fs_manager.cc:359] Metadata directory not provided
15:58:46.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.430830 24428 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:46.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.431041 24428 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:46.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.433043 24428 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data/instance:
15:58:46.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db5ec48a63f24e0c8c67252dc5f73d66"
15:58:46.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.433671 24428 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal/instance:
15:58:46.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db5ec48a63f24e0c8c67252dc5f73d66"
15:58:46.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.437722 24428 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:58:46.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.440532 24444 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.442179 24428 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.442351 24428 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db5ec48a63f24e0c8c67252dc5f73d66"
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.442512 24428 fs_report.cc:383] FS layout report
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data/data
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:46.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:46.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:46.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:46.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.468806 24428 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:46.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.469628 24428 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:58:46.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.469874 24428 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.477277 24428 rpc_server.cc:307] RPC server started. Bound to: 127.23.180.252:38293
15:58:46.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.477296 24496 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.23.180.252:38293 every 8 connection(s)
15:58:46.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.478327 24428 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/data/info.pb
15:58:46.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.481855 24497 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:58:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.483235 24275 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 24428
15:58:46.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.483354 24275 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/master-2/wal/instance
15:58:46.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.486596 24497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.498960 24497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.504379 24497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } has no permanent_uuid. Determining permanent_uuid...
15:58:46.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.511282 24497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: Bootstrap starting.
15:58:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.513664 24497 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: Neither blocks nor log segments found. Creating new log.
15:58:46.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.514521 24497 log.cc:824] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: Log is configured to *not* fsync() on all Append() calls
15:58:46.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.516477 24497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: No bootstrap required, opened a new log
15:58:46.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.516669 24425 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } attempt: 3
15:58:46.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.520605 24497 raft_consensus.cc:348] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.520918 24497 raft_consensus.cc:374] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:46.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.520973 24497 raft_consensus.cc:729] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db5ec48a63f24e0c8c67252dc5f73d66, State: Initialized, Role: FOLLOWER
15:58:46.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.521426 24497 consensus_queue.cc:260] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.521940 24506 sys_catalog.cc:455] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.522068 24506 sys_catalog.cc:458] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.522756 24497 sys_catalog.cc:564] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: configured and running, proceeding with master startup.
15:58:46.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.523661 24425 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: Bootstrap starting.
15:58:46.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.526335 24425 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: Neither blocks nor log segments found. Creating new log.
15:58:46.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.527690 24425 log.cc:824] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: Log is configured to *not* fsync() on all Append() calls
15:58:46.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.527850 24517 catalog_manager.cc:1558] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:46.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.527931 24517 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:46.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.528283 24353 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } attempt: 3
15:58:46.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.529773 24425 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: No bootstrap required, opened a new log
15:58:46.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.526717 24428 master_runner.cc:186] Error getting master registration for 127.23.180.254:34353: OK, instance_id { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" instance_seqno: 1783526326075562 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:46.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.530332 24428 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:46.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.534346 24425 raft_consensus.cc:348] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.534720 24425 raft_consensus.cc:374] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:46.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.534862 24425 raft_consensus.cc:729] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2184b64e73604bb1affffd87773d7a20, State: Initialized, Role: FOLLOWER
15:58:46.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.535840 24425 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.536479 24353 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: Bootstrap starting.
15:58:46.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.536475 24520 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.536602 24520 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.537421 24425 sys_catalog.cc:564] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [sys.catalog]: configured and running, proceeding with master startup.
15:58:46.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.539083 24353 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: Neither blocks nor log segments found. Creating new log.
15:58:46.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.540608 24353 log.cc:824] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: Log is configured to *not* fsync() on all Append() calls
15:58:46.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.542332 24531 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:46.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.542425 24531 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.540944 24357 master_runner.cc:186] Error getting master registration for 127.23.180.254:34353: OK, instance_id { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" instance_seqno: 1783526326075562 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.544150 24357 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:46.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.546439 24353 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: No bootstrap required, opened a new log
15:58:46.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.550089 24353 raft_consensus.cc:348] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.550313 24353 raft_consensus.cc:374] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:46.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.550360 24353 raft_consensus.cc:729] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 985714d16b954fb2bb31bfc9acc4f9cc, State: Initialized, Role: FOLLOWER
15:58:46.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.550871 24353 consensus_queue.cc:260] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.552983 24534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.553227 24534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.553385 24353 sys_catalog.cc:564] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [sys.catalog]: configured and running, proceeding with master startup.
15:58:46.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.559867 24545 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:46.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.561151 24545 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:46.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.563517 24286 master_runner.cc:263] No leader master found from master 985714d16b954fb2bb31bfc9acc4f9cc
15:58:46.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.563606 24286 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:46.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.571853 24306 tablet.cc:2369] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.572853 24506 raft_consensus.cc:482] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.573035 24506 raft_consensus.cc:504] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.574240 24506 leader_election.cc:288] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 985714d16b954fb2bb31bfc9acc4f9cc (127.23.180.254:34353), 2184b64e73604bb1affffd87773d7a20 (127.23.180.253:42091)
15:58:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.574787 24327 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" is_pre_election: true
15:58:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.575095 24327 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db5ec48a63f24e0c8c67252dc5f73d66 in term 0.
15:58:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.575541 24446 leader_election.cc:302] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 985714d16b954fb2bb31bfc9acc4f9cc, db5ec48a63f24e0c8c67252dc5f73d66; no voters: 
15:58:46.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.576684 24399 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2184b64e73604bb1affffd87773d7a20" is_pre_election: true
15:58:46.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.577001 24399 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db5ec48a63f24e0c8c67252dc5f73d66 in term 0.
15:58:46.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.579808 24506 raft_consensus.cc:2781] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:46.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.579901 24506 raft_consensus.cc:482] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:46.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.579946 24506 raft_consensus.cc:3037] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 0 FOLLOWER]: Advancing to term 1
15:58:46.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.581430 24506 raft_consensus.cc:504] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.582134 24327 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "985714d16b954fb2bb31bfc9acc4f9cc"
15:58:46.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.582291 24327 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 0 FOLLOWER]: Advancing to term 1
15:58:46.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.583516 24327 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db5ec48a63f24e0c8c67252dc5f73d66 in term 1.
15:58:46.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.583845 24446 leader_election.cc:302] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [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: 985714d16b954fb2bb31bfc9acc4f9cc, db5ec48a63f24e0c8c67252dc5f73d66; no voters: 
15:58:46.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.584482 24506 leader_election.cc:288] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [CANDIDATE]: Term 1 election: Requested vote from peers 985714d16b954fb2bb31bfc9acc4f9cc (127.23.180.254:34353), 2184b64e73604bb1affffd87773d7a20 (127.23.180.253:42091)
15:58:46.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.584580 24506 raft_consensus.cc:2781] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 1 FOLLOWER]: Leader election won for term 1
15:58:46.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.584642 24506 raft_consensus.cc:686] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [term 1 LEADER]: Becoming Leader. State: Replica: db5ec48a63f24e0c8c67252dc5f73d66, State: Running, Role: LEADER
15:58:46.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.585009 24506 consensus_queue.cc:237] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [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: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } }
15:58:46.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.586319 24399 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2184b64e73604bb1affffd87773d7a20"
15:58:46.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.586455 24399 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 0 FOLLOWER]: Advancing to term 1
15:58:46.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.587752 24399 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db5ec48a63f24e0c8c67252dc5f73d66 in term 1.
15:58:46.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.589854 24506 sys_catalog.cc:455] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: SysCatalogTable state changed. Reason: New leader db5ec48a63f24e0c8c67252dc5f73d66. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.590098 24506 sys_catalog.cc:458] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: This master's current role is: LEADER
15:58:46.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.594338 24549 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:46.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.595703 24549 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:46.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.602550 24399 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [term 1 FOLLOWER]: Refusing update from remote peer db5ec48a63f24e0c8c67252dc5f73d66: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:46.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.603428 24547 consensus_queue.cc:1035] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:46.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.608376 24520 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [sys.catalog]: SysCatalogTable state changed. Reason: New leader db5ec48a63f24e0c8c67252dc5f73d66. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.608517 24520 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.612365 24327 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [term 1 FOLLOWER]: Refusing update from remote peer db5ec48a63f24e0c8c67252dc5f73d66: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.613142 24547 consensus_queue.cc:1035] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [LEADER]: Connected to new peer: Peer: permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:46.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.617044 24534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [sys.catalog]: SysCatalogTable state changed. Reason: New leader db5ec48a63f24e0c8c67252dc5f73d66. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.617172 24534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.618944 24547 sys_catalog.cc:455] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.619074 24547 sys_catalog.cc:458] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: This master's current role is: LEADER
15:58:46.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.621492 24520 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.621627 24520 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20 [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.622582 24550 mvcc.cc:205] Tried to move back new op lower bound from 7305323833754836992 to 7305323833707364352. Current Snapshot: MvccSnapshot[applied={T|T < 7305323833754836992}]
15:58:46.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.629340 24506 sys_catalog.cc:455] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.629475 24506 sys_catalog.cc:458] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66 [sys.catalog]: This master's current role is: LEADER
15:58:46.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.630923 24534 sys_catalog.cc:455] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "985714d16b954fb2bb31bfc9acc4f9cc" member_type: VOTER last_known_addr { host: "127.23.180.254" port: 34353 } } peers { permanent_uuid: "2184b64e73604bb1affffd87773d7a20" member_type: VOTER last_known_addr { host: "127.23.180.253" port: 42091 } } peers { permanent_uuid: "db5ec48a63f24e0c8c67252dc5f73d66" member_type: VOTER last_known_addr { host: "127.23.180.252" port: 38293 } } }
15:58:46.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.631052 24534 sys_catalog.cc:458] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc [sys.catalog]: This master's current role is: FOLLOWER
15:58:46.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.632027 24549 catalog_manager.cc:1347] Generated new cluster ID: 3d9a575b234f43ecadd5920535249a56
15:58:46.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.632088 24549 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:46.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.668462 24549 catalog_manager.cc:1370] Generated new certificate authority record
15:58:46.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.670146 24549 catalog_manager.cc:1504] Loading token signing keys...
15:58:46.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.685467 24549 catalog_manager.cc:5868] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: Generated new TSK 0
15:58:46.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.686544 24549 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:46.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.707643 24275 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/logs
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data/info.pb
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.193:0
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.23.180.193
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.193
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:46.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.856434 24559 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:46.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.856720 24559 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:46.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.856791 24559 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:46.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.861536 24559 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:46.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.861717 24559 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.23.180.193
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.867393 24559 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.193:0
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data/info.pb
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.193
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24559
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.23.180.193
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/logs
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:46.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.868552 24559 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:58:46.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.870038 24559 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:46.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.880067 24559 server_base.cc:1034] running on GCE node
15:58:46.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.880049 24564 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:58:46.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.880016 24567 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:58:46.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:46.880014 24565 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:58:46.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.880688 24559 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:46.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.881455 24559 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:46.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.882659 24559 hybrid_clock.cc:648] HybridClock initialized: now 1783526326882596 us; error 49 us; skew 500 ppm
15:58:46.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.884671 24559 webserver.cc:460] Webserver started at http://127.23.180.193:36397/ using document root <none> and password file <none>
15:58:46.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.885294 24559 fs_manager.cc:359] Metadata directory not provided
15:58:46.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.885358 24559 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:46.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.885522 24559 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:46.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.887530 24559 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data/instance:
15:58:46.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4869035d80cd437fbaf613e1f122da70"
15:58:46.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.888059 24559 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal/instance:
15:58:46.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4869035d80cd437fbaf613e1f122da70"
15:58:46.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.892066 24559 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:46.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.894780 24573 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.896196 24559 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.896317 24559 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4869035d80cd437fbaf613e1f122da70"
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:46 on dist-test-slave-vt7w"
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.896422 24559 fs_report.cc:383] FS layout report
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data/data
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:46.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.939862 24559 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:46.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.940619 24559 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:58:46.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.940891 24559 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:46.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.941511 24559 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:46.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.942499 24559 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:46.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.942569 24559 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:46.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.942623 24559 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:46.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.942651 24559 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.951802 24559 rpc_server.cc:307] RPC server started. Bound to: 127.23.180.193:32873
15:58:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.951820 24686 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.23.180.193:32873 every 8 connection(s)
15:58:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.952744 24559 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/data/info.pb
15:58:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.958638 24275 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 24559
15:58:46.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.958750 24275 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-0/wal/instance
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.962445 24275 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/logs
15:58:46.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data/info.pb
15:58:46.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:46.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:46.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:46.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:46.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.194:0
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.23.180.194
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.194
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:46.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:46.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.966325 24688 heartbeater.cc:347] Connected to a master server at 127.23.180.254:34353
15:58:46.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.966387 24687 heartbeater.cc:347] Connected to a master server at 127.23.180.252:38293
15:58:46.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.966600 24689 heartbeater.cc:347] Connected to a master server at 127.23.180.253:42091
15:58:46.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.966576 24687 heartbeater.cc:464] Registering TS with master...
15:58:46.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.966576 24688 heartbeater.cc:464] Registering TS with master...
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.966656 24689 heartbeater.cc:464] Registering TS with master...
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.967278 24689 heartbeater.cc:511] Master 127.23.180.253:42091 requested a full tablet report, sending...
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.967291 24688 heartbeater.cc:511] Master 127.23.180.254:34353 requested a full tablet report, sending...
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.967294 24687 heartbeater.cc:511] Master 127.23.180.252:38293 requested a full tablet report, sending...
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.969144 24389 ts_manager.cc:194] Registered new tserver with Master: 4869035d80cd437fbaf613e1f122da70 (127.23.180.193:32873)
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.969398 24317 ts_manager.cc:194] Registered new tserver with Master: 4869035d80cd437fbaf613e1f122da70 (127.23.180.193:32873)
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.970263 24461 ts_manager.cc:194] Registered new tserver with Master: 4869035d80cd437fbaf613e1f122da70 (127.23.180.193:32873)
15:58:46.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:46.971333 24461 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.23.180.193:58283
15:58:47.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.080649 24694 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:47.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.080962 24694 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:47.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.081002 24694 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:47.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.085114 24694 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:47.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.085206 24694 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.23.180.194
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.089890 24694 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.194:0
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data/info.pb
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.194
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24694
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.23.180.194
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/logs
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:47.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.090922 24694 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:58:47.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.092195 24694 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.102133 24699 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:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.102226 24700 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:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.102128 24702 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:58:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.102263 24694 server_base.cc:1034] running on GCE node
15:58:47.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.103000 24694 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:47.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.103600 24694 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:47.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.104786 24694 hybrid_clock.cc:648] HybridClock initialized: now 1783526327104737 us; error 32 us; skew 500 ppm
15:58:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.106626 24694 webserver.cc:460] Webserver started at http://127.23.180.194:45417/ using document root <none> and password file <none>
15:58:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.107142 24694 fs_manager.cc:359] Metadata directory not provided
15:58:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.107201 24694 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.107371 24694 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.109295 24694 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data/instance:
15:58:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3abed2e99a649b59f3ce384bbc5f13e"
15:58:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:47 on dist-test-slave-vt7w"
15:58:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.109787 24694 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal/instance:
15:58:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3abed2e99a649b59f3ce384bbc5f13e"
15:58:47.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:47 on dist-test-slave-vt7w"
15:58:47.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.113512 24694 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:47.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.115782 24708 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.117053 24694 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.117188 24694 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3abed2e99a649b59f3ce384bbc5f13e"
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:47 on dist-test-slave-vt7w"
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.117324 24694 fs_report.cc:383] FS layout report
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data/data
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:47.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:47.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.126879 24694 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:47.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.127590 24694 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:58:47.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.127808 24694 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.128407 24694 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:47.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.129451 24694 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:47.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.129522 24694 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:47.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.129577 24694 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:47.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.129606 24694 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:47.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.138888 24694 rpc_server.cc:307] RPC server started. Bound to: 127.23.180.194:41591
15:58:47.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.138903 24821 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.23.180.194:41591 every 8 connection(s)
15:58:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.139928 24694 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/data/info.pb
15:58:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.140658 24275 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 24694
15:58:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.140743 24275 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-1/wal/instance
15:58:47.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.143754 24275 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:47.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:47.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/logs
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data/info.pb
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.195:0
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.23.180.195
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.195
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:47.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:47.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.154469 24822 heartbeater.cc:347] Connected to a master server at 127.23.180.252:38293
15:58:47.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.154546 24823 heartbeater.cc:347] Connected to a master server at 127.23.180.254:34353
15:58:47.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.154727 24822 heartbeater.cc:464] Registering TS with master...
15:58:47.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.154728 24823 heartbeater.cc:464] Registering TS with master...
15:58:47.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.155187 24824 heartbeater.cc:347] Connected to a master server at 127.23.180.253:42091
15:58:47.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.155254 24824 heartbeater.cc:464] Registering TS with master...
15:58:47.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.155397 24824 heartbeater.cc:511] Master 127.23.180.253:42091 requested a full tablet report, sending...
15:58:47.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.155400 24823 heartbeater.cc:511] Master 127.23.180.254:34353 requested a full tablet report, sending...
15:58:47.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.155404 24822 heartbeater.cc:511] Master 127.23.180.252:38293 requested a full tablet report, sending...
15:58:47.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.156561 24389 ts_manager.cc:194] Registered new tserver with Master: b3abed2e99a649b59f3ce384bbc5f13e (127.23.180.194:41591)
15:58:47.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.156561 24317 ts_manager.cc:194] Registered new tserver with Master: b3abed2e99a649b59f3ce384bbc5f13e (127.23.180.194:41591)
15:58:47.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.157066 24461 ts_manager.cc:194] Registered new tserver with Master: b3abed2e99a649b59f3ce384bbc5f13e (127.23.180.194:41591)
15:58:47.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.157647 24461 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.23.180.194:56857
15:58:47.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.265311 24829 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:47.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.265599 24829 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:47.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.265635 24829 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.269862 24829 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.270017 24829 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.23.180.195
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.274959 24829 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.180.212:40915
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.180.195:0
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data/info.pb
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.180.195
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.23.180.254:34353,127.23.180.253:42091,127.23.180.252:38293
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24829
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.23.180.195
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/logs
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:47.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:47.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:47.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:47.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.276196 24829 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:58:47.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.277655 24829 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:47.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.287447 24839 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:58:47.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.287434 24836 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:58:47.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:47.287434 24837 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:58:47.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.288244 24829 server_base.cc:1034] running on GCE node
15:58:47.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.288748 24829 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.289537 24829 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:47.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.290769 24829 hybrid_clock.cc:648] HybridClock initialized: now 1783526327290743 us; error 39 us; skew 500 ppm
15:58:47.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.292711 24829 webserver.cc:460] Webserver started at http://127.23.180.195:43117/ using document root <none> and password file <none>
15:58:47.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.293331 24829 fs_manager.cc:359] Metadata directory not provided
15:58:47.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.293394 24829 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:47.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.293557 24829 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:47.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.295532 24829 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data/instance:
15:58:47.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "817de35ec2824ea48c0f1771afa15569"
15:58:47.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:47 on dist-test-slave-vt7w"
15:58:47.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.296044 24829 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal/instance:
15:58:47.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "817de35ec2824ea48c0f1771afa15569"
15:58:47.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:47 on dist-test-slave-vt7w"
15:58:47.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.300107 24829 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:47.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.302767 24845 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.304121 24829 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.304229 24829 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "817de35ec2824ea48c0f1771afa15569"
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:47 on dist-test-slave-vt7w"
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.304322 24829 fs_report.cc:383] FS layout report
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data/data
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:47.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:47.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.332682 24829 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:47.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.333527 24829 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:58:47.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.333719 24829 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:47.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.334353 24829 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:47.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.335379 24829 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:47.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.335433 24829 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:47.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.335477 24829 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:47.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.335494 24829 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:47.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.345368 24829 rpc_server.cc:307] RPC server started. Bound to: 127.23.180.195:45951
15:58:47.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.345388 24958 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.23.180.195:45951 every 8 connection(s)
15:58:47.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.346468 24829 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/data/info.pb
15:58:47.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.351493 24275 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 24829
15:58:47.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.351603 24275 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6514880038192632537/ts-2/wal/instance
15:58:47.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.359884 24960 heartbeater.cc:347] Connected to a master server at 127.23.180.254:34353
15:58:47.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.359898 24959 heartbeater.cc:347] Connected to a master server at 127.23.180.252:38293
15:58:47.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.360183 24960 heartbeater.cc:464] Registering TS with master...
15:58:47.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.360206 24959 heartbeater.cc:464] Registering TS with master...
15:58:47.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.360939 24961 heartbeater.cc:347] Connected to a master server at 127.23.180.253:42091
15:58:47.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.360910 24959 heartbeater.cc:511] Master 127.23.180.252:38293 requested a full tablet report, sending...
15:58:47.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.360910 24960 heartbeater.cc:511] Master 127.23.180.254:34353 requested a full tablet report, sending...
15:58:47.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.361055 24961 heartbeater.cc:464] Registering TS with master...
15:58:47.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.361222 24961 heartbeater.cc:511] Master 127.23.180.253:42091 requested a full tablet report, sending...
15:58:47.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.362160 24461 ts_manager.cc:194] Registered new tserver with Master: 817de35ec2824ea48c0f1771afa15569 (127.23.180.195:45951)
15:58:47.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.362157 24317 ts_manager.cc:194] Registered new tserver with Master: 817de35ec2824ea48c0f1771afa15569 (127.23.180.195:45951)
15:58:47.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.362272 24389 ts_manager.cc:194] Registered new tserver with Master: 817de35ec2824ea48c0f1771afa15569 (127.23.180.195:45951)
15:58:47.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.362898 24461 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.23.180.195:45387
15:58:47.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.373930 24275 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:47.374 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:47.375 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:47.376 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.23.180.254"
      port: 34353
    }
    bound_http_address {
      host: "127.23.180.254"
      port: 33599
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.23.180.253"
      port: 42091
    }
    bound_http_address {
      host: "127.23.180.253"
      port: 34803
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.23.180.252"
      port: 38293
    }
    bound_http_address {
      host: "127.23.180.252"
      port: 44255
    }
  }
}

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

15:58:47.376 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.23.180.193"
      port: 32873
    }
    bound_http_address {
      host: "127.23.180.193"
      port: 36397
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.23.180.194"
      port: 41591
    }
    bound_http_address {
      host: "127.23.180.194"
      port: 45417
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.23.180.195"
      port: 45951
    }
    bound_http_address {
      host: "127.23.180.195"
      port: 43117
    }
  }
}

15:58:47.377 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:47.378 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:47.379 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:47.379 [INFO - main] (Logging.scala:57) ==============================================================
15:58:47.379 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:47.379 [INFO - main] (Logging.scala:57) ==============================================================
15:58:47.379 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:47.380 [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:58:47.380 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:47.380 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:47.381 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:47.381 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:47.381 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:47.381 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:47.381 [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:58:47.400 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 41403.
15:58:47.402 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:47.403 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:47.403 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:47.403 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:47.404 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:47.404 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-117b5069-4550-4308-9334-a8f63ecafbc4
15:58:47.404 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:47.406 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:47.424 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:47.427 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 46037.
15:58:47.427 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:46037
15:58:47.427 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:47.428 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 46037, None)
15:58:47.428 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:46037 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 46037, None)
15:58:47.429 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 46037, None)
15:58:47.429 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 46037, None)
15:58:47.434 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:47.443 [DEBUG - main] (Connection.java:748) [peer master-127.23.180.252:38293(127.23.180.252:38293)] connecting to peer
15:58:47.444 [DEBUG - main] (Connection.java:748) [peer master-127.23.180.253:42091(127.23.180.253:42091)] connecting to peer
15:58:47.444 [DEBUG - main] (Connection.java:748) [peer master-127.23.180.254:34353(127.23.180.254:34353)] connecting to peer
15:58:47.445 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.23.180.253:42091(127.23.180.253:42091)] Successfully connected to peer
15:58:47.446 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.23.180.252:38293(127.23.180.252:38293)] Successfully connected to peer
15:58:47.447 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.23.180.253
15:58:47.448 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.23.180.254:34353(127.23.180.254:34353)] Successfully connected to peer
15:58:47.450 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.23.180.252
15:58:47.460 [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:58:47.461 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.23.180.254
15:58:47.461 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1c053589, L:/127.0.0.1:53526 - R:/127.23.180.253:42091] using SASL/PLAIN
15:58:47.464 [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:58:47.465 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x415449ca, L:/127.0.0.1:58618 - R:/127.23.180.252:38293] using SASL/PLAIN
15:58:47.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:47.472 [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:58:47.474 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x863eb24b, L:/127.0.0.1:44008 - R:/127.23.180.254:34353] using SASL/PLAIN
15:58:47.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.474294 24461 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58618:
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:47.479 [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:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:47.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:47.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:47.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:47.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:47.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:47.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.501490 24893 tablet_service.cc:1467] Processing CreateTablet for tablet c3da466d10c9416b8ed15f267ff9ae44 (DEFAULT_TABLE table=test [id=b966df65765a4fcab671893a548f7d54]), partition=RANGE (key) PARTITION VALUES < 50
15:58:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.502058 24756 tablet_service.cc:1467] Processing CreateTablet for tablet 5d5b2b193c884db4862a00119a149b06 (DEFAULT_TABLE table=test [id=b966df65765a4fcab671893a548f7d54]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.502887 24893 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c3da466d10c9416b8ed15f267ff9ae44. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:47.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.503376 24756 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5d5b2b193c884db4862a00119a149b06. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:47.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.509351 25008 tablet_bootstrap.cc:492] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569: Bootstrap starting.
15:58:47.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.510579 25009 tablet_bootstrap.cc:492] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e: Bootstrap starting.
15:58:47.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.512575 25008 tablet_bootstrap.cc:654] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569: Neither blocks nor log segments found. Creating new log.
15:58:47.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.513432 25009 tablet_bootstrap.cc:654] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e: Neither blocks nor log segments found. Creating new log.
15:58:47.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.513525 25008 log.cc:824] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569: Log is configured to *not* fsync() on all Append() calls
15:58:47.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.514209 25009 log.cc:824] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e: Log is configured to *not* fsync() on all Append() calls
15:58:47.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.515642 25008 tablet_bootstrap.cc:492] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569: No bootstrap required, opened a new log
15:58:47.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.515847 25008 ts_tablet_manager.cc:1397] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569: Time spent bootstrapping tablet: real 0.007s	user 0.005s	sys 0.000s
15:58:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.516110 25009 tablet_bootstrap.cc:492] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e: No bootstrap required, opened a new log
15:58:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.516279 25009 ts_tablet_manager.cc:1397] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:47.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520030 25009 raft_consensus.cc:348] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:47.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520026 25008 raft_consensus.cc:348] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "817de35ec2824ea48c0f1771afa15569" member_type: VOTER last_known_addr { host: "127.23.180.195" port: 45951 } }
15:58:47.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520337 25009 raft_consensus.cc:374] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:47.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520337 25008 raft_consensus.cc:374] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:47.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520392 25008 raft_consensus.cc:729] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 817de35ec2824ea48c0f1771afa15569, State: Initialized, Role: FOLLOWER
15:58:47.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520402 25009 raft_consensus.cc:729] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3abed2e99a649b59f3ce384bbc5f13e, State: Initialized, Role: FOLLOWER
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.520968 25009 consensus_queue.cc:260] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [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: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521016 25008 consensus_queue.cc:260] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [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: "817de35ec2824ea48c0f1771afa15569" member_type: VOTER last_known_addr { host: "127.23.180.195" port: 45951 } }
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521138 25008 raft_consensus.cc:388] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521138 25009 raft_consensus.cc:388] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521201 25009 raft_consensus.cc:482] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521211 25008 raft_consensus.cc:482] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521304 25008 raft_consensus.cc:3037] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 0 FOLLOWER]: Advancing to term 1
15:58:47.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.521304 25009 raft_consensus.cc:3037] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Advancing to term 1
15:58:47.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.522428 25009 raft_consensus.cc:504] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:47.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.522439 25008 raft_consensus.cc:504] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "817de35ec2824ea48c0f1771afa15569" member_type: VOTER last_known_addr { host: "127.23.180.195" port: 45951 } }
15:58:47.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.522861 25009 leader_election.cc:302] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [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: b3abed2e99a649b59f3ce384bbc5f13e; no voters: 
15:58:47.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.522861 25008 leader_election.cc:302] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [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: 817de35ec2824ea48c0f1771afa15569; no voters: 
15:58:47.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.523274 25009 leader_election.cc:288] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:47.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.523540 25012 raft_consensus.cc:2781] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 1 FOLLOWER]: Leader election won for term 1
15:58:47.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.523358 25013 raft_consensus.cc:2781] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 1 FOLLOWER]: Leader election won for term 1
15:58:47.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.523944 25013 raft_consensus.cc:686] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [term 1 LEADER]: Becoming Leader. State: Replica: b3abed2e99a649b59f3ce384bbc5f13e, State: Running, Role: LEADER
15:58:47.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.523970 25012 raft_consensus.cc:686] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [term 1 LEADER]: Becoming Leader. State: Replica: 817de35ec2824ea48c0f1771afa15569, State: Running, Role: LEADER
15:58:47.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.524276 25013 consensus_queue.cc:237] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e [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: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:47.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.524533 25012 consensus_queue.cc:237] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [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: "817de35ec2824ea48c0f1771afa15569" member_type: VOTER last_known_addr { host: "127.23.180.195" port: 45951 } }
15:58:47.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.524664 25008 leader_election.cc:288] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:47.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.525421 25009 ts_tablet_manager.cc:1428] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
15:58:47.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.525728 25008 ts_tablet_manager.cc:1428] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
15:58:47.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.526197 24959 heartbeater.cc:503] Master 127.23.180.252:38293 was elected leader, sending a full tablet report...
15:58:47.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.526368 24822 heartbeater.cc:503] Master 127.23.180.252:38293 was elected leader, sending a full tablet report...
15:58:47.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.531388 24461 catalog_manager.cc:5495] T c3da466d10c9416b8ed15f267ff9ae44 P 817de35ec2824ea48c0f1771afa15569 reported cstate change: term changed from 0 to 1, leader changed from <none> to 817de35ec2824ea48c0f1771afa15569 (127.23.180.195). New cstate: current_term: 1 leader_uuid: "817de35ec2824ea48c0f1771afa15569" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "817de35ec2824ea48c0f1771afa15569" member_type: VOTER last_known_addr { host: "127.23.180.195" port: 45951 } health_report { overall_health: HEALTHY } } }
15:58:47.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.532820 24460 catalog_manager.cc:5495] T 5d5b2b193c884db4862a00119a149b06 P b3abed2e99a649b59f3ce384bbc5f13e reported cstate change: term changed from 0 to 1, leader changed from <none> to b3abed2e99a649b59f3ce384bbc5f13e (127.23.180.194). New cstate: current_term: 1 leader_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } health_report { overall_health: HEALTHY } } }
15:58:47.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.544085 24531 catalog_manager.cc:1259] Loaded cluster ID: 3d9a575b234f43ecadd5920535249a56
15:58:47.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.544183 24531 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: loading cluster ID for follower catalog manager: success
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.545444 24461 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58618:
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:47.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:47.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.547102 24531 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: acquiring CA information for follower catalog manager: success
15:58:47.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.549254 24531 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 2184b64e73604bb1affffd87773d7a20: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:47.552 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d6a43e82032a42b9b05ee0af33dea470
15:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.562490 24545 catalog_manager.cc:1259] Loaded cluster ID: 3d9a575b234f43ecadd5920535249a56
15:58:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.562563 24545 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: loading cluster ID for follower catalog manager: success
15:58:47.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.562433 24621 tablet_service.cc:1467] Processing CreateTablet for tablet d03b8727c0d44086a3915675a3c443f9 (DEFAULT_TABLE table=simple-test [id=d6a43e82032a42b9b05ee0af33dea470]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:47.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.563572 24621 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d03b8727c0d44086a3915675a3c443f9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:47.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.564484 24545 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: acquiring CA information for follower catalog manager: success
15:58:47.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.565708 24545 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 985714d16b954fb2bb31bfc9acc4f9cc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:47.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.569449 25023 tablet_bootstrap.cc:492] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70: Bootstrap starting.
15:58:47.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.571523 25023 tablet_bootstrap.cc:654] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70: Neither blocks nor log segments found. Creating new log.
15:58:47.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.572273 25023 log.cc:824] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70: Log is configured to *not* fsync() on all Append() calls
15:58:47.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.574219 25023 tablet_bootstrap.cc:492] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70: No bootstrap required, opened a new log
15:58:47.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.574445 25023 ts_tablet_manager.cc:1397] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70: Time spent bootstrapping tablet: real 0.005s	user 0.003s	sys 0.000s
15:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.577881 25023 raft_consensus.cc:348] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.578151 25023 raft_consensus.cc:374] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.578200 25023 raft_consensus.cc:729] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4869035d80cd437fbaf613e1f122da70, State: Initialized, Role: FOLLOWER
15:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.578650 25023 consensus_queue.cc:260] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [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: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.578824 25023 raft_consensus.cc:388] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.578892 25023 raft_consensus.cc:482] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:47.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.578994 25023 raft_consensus.cc:3037] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Advancing to term 1
15:58:47.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.579927 25023 raft_consensus.cc:504] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:47.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.580300 25023 leader_election.cc:302] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [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: 4869035d80cd437fbaf613e1f122da70; no voters: 
15:58:47.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.580636 25023 leader_election.cc:288] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.580883 25025 raft_consensus.cc:2781] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 1 FOLLOWER]: Leader election won for term 1
15:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.581125 25025 raft_consensus.cc:686] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [term 1 LEADER]: Becoming Leader. State: Replica: 4869035d80cd437fbaf613e1f122da70, State: Running, Role: LEADER
15:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.581525 24687 heartbeater.cc:503] Master 127.23.180.252:38293 was elected leader, sending a full tablet report...
15:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.581544 25025 consensus_queue.cc:237] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 [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: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:47.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.581733 25023 ts_tablet_manager.cc:1428] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:58:47.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:47.585152 24461 catalog_manager.cc:5495] T d03b8727c0d44086a3915675a3c443f9 P 4869035d80cd437fbaf613e1f122da70 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4869035d80cd437fbaf613e1f122da70 (127.23.180.193). New cstate: current_term: 1 leader_uuid: "4869035d80cd437fbaf613e1f122da70" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } health_report { overall_health: HEALTHY } } }
15:58:47.604 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526327604
15:58:47.607 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c3da466d10c9416b8ed15f267ff9ae44 for table 'test' with partition [<start>, 0x80000032)
15:58:47.607 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 5d5b2b193c884db4862a00119a149b06 for table 'test' with partition [0x80000032, <end>)
15:58:47.607 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=c3da466d10c9416b8ed15f267ff9ae44@[817de35ec2824ea48c0f1771afa15569(127.23.180.195:45951)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=5d5b2b193c884db4862a00119a149b06@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:47.608 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.23.180.252:38293, [2ms] Sub RPC GetTableLocations: received response from server master-127.23.180.252:38293: OK, deferred=null) after lookup
15:58:47.609 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 817de35ec2824ea48c0f1771afa15569(127.23.180.195:45951)] connecting to peer
15:58:47.610 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 817de35ec2824ea48c0f1771afa15569(127.23.180.195:45951)] Successfully connected to peer
15:58:47.625 [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:58:47.626 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9933f10c, L:/127.0.0.1:43628 - R:/127.23.180.195:45951] using TOKEN/null
15:58:47.749 [DEBUG - main] (Connection.java:748) [peer b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)] connecting to peer
15:58:47.750 [DEBUG - kudu-nio-0] (Connection.java:757) [peer b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)] Successfully connected to peer
15:58:47.759 [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:58:47.761 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa40cd9c9, L:/127.0.0.1:48026 - R:/127.23.180.194:41591] using TOKEN/null
15:58:47.879 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526327879
15:58:47.879 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526327878010
15:58:47.879 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:47.879 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4817925749347618430/
15:58:47.883 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:47.884 [INFO - ForkJoinPool-113-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880
15:58:47.884 [INFO - ForkJoinPool-113-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:47.884 [INFO - ForkJoinPool-113-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:47.885 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:47.885 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:47.903 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:47.904 [INFO - ForkJoinPool-113-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:47.904 [INFO - ForkJoinPool-113-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:47.904 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:47.904 [INFO - ForkJoinPool-113-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:47.904 [INFO - ForkJoinPool-113-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:47.904 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:47.941 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:47.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:47.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:47.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:47.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:47.943 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:47.963 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:47.965 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:47.966 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:47.966 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:47.967 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:47.967 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:47.968 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5120 bytes) taskResourceAssignments Map()
15:58:47.969 [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:58:47.998 [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:58:48.000 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.001 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.001 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.001 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:48.002 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:48.003 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:48.022 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323838996480000) for scanner KuduScanner(table=test, tablet=c3da466d10c9416b8ed15f267ff9ae44, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:48.037 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:48.044 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558478251362862286600879_0000_m_000000_0' to file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/_temporary/0/task_202607081558478251362862286600879_0000_m_000000
15:58:48.044 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558478251362862286600879_0000_m_000000_0: Committed
15:58:48.045 [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). 6346 bytes result sent to driver
15:58:48.046 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5120 bytes) taskResourceAssignments Map()
15:58:48.047 [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:58:48.051 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:48.060 [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:58:48.062 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.064 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.064 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.064 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.064 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.064 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.064 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.073 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323838996480000) for scanner KuduScanner(table=test, tablet=5d5b2b193c884db4862a00119a149b06, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:48.085 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:48.086 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:48.087 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:48.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:48.110 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558471206388092042103757_0000_m_000001_1' to file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/_temporary/0/task_202607081558471206388092042103757_0000_m_000001
15:58:48.110 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558471206388092042103757_0000_m_000001_1: Committed
15:58:48.111 [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). 6303 bytes result sent to driver
15:58:48.112 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 66 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:48.113 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.170 s
15:58:48.113 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:48.115 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:48.115 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:48.115 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.173626 s
15:58:48.124 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Write Job d3089ff4-d21a-43bb-903b-4e31c2cc4f9e committed.
15:58:48.125 [INFO - ForkJoinPool-113-worker-1] (Logging.scala:57) Finished processing stats for write job d3089ff4-d21a-43bb-903b-4e31c2cc4f9e.
15:58:48.133 [INFO - ForkJoinPool-113-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/.kudu-metadata.json
15:58:48.170 [INFO - ForkJoinPool-113-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:48.188 [DEBUG - main] (Connection.java:748) [peer master-127.23.180.252:38293(127.23.180.252:38293)] connecting to peer
15:58:48.189 [DEBUG - main] (Connection.java:748) [peer master-127.23.180.253:42091(127.23.180.253:42091)] connecting to peer
15:58:48.190 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.23.180.252:38293(127.23.180.252:38293)] Successfully connected to peer
15:58:48.195 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.23.180.252
15:58:48.206 [DEBUG - main] (Connection.java:748) [peer master-127.23.180.254:34353(127.23.180.254:34353)] connecting to peer
15:58:48.208 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.23.180.253:42091(127.23.180.253:42091)] Successfully connected to peer
15:58:48.222 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.23.180.253
15:58:48.235 [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:58:48.236 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.23.180.254:34353(127.23.180.254:34353)] Successfully connected to peer
15:58:48.237 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd67814fd, L:/127.0.0.1:58630 - R:/127.23.180.252:38293] using SASL/PLAIN
15:58:48.241 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:48.241 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=60), Traces: [0ms] refreshing cache from master, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.23.180.252:38293, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.23.180.253:42091, [19ms] Sub RPC ConnectToMaster: sending RPC to server master-127.23.180.254:34353, [51ms] Sub RPC ConnectToMaster: received response from server master-127.23.180.252:38293: OK, deferred=null) after lookup
15:58:48.243 [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:58:48.244 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.244 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xeab5f6a4, L:/127.0.0.1:53530 - R:/127.23.180.253:42091] using SASL/PLAIN
15:58:48.247 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.23.180.254
15:58:48.252 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:48.258 [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:58:48.260 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5252c7c8, L:/127.0.0.1:44016 - R:/127.23.180.254:34353] using SASL/PLAIN
15:58:48.265 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:48.266 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:48.266 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:48.280 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:48.293 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:58:48.293 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:48.294 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:48.295 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402085 bytes, open cost is considered as scanning 4194304 bytes.
15:58:48.304 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:48.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:48.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:48.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:48.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:48.306 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:48.307 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:58:48.309 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:58:48.310 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:48.310 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:48.310 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:48.310 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:48.311 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:48.311 [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:58:48.315 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/part-00001-0ee1479b-fbc4-4508-9762-94259a829e50-c000.snappy.parquet, range: 0-6748, partition values: [empty row]
15:58:48.319 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/part-00000-0ee1479b-fbc4-4508-9762-94259a829e50-c000.snappy.parquet, range: 0-6729, partition values: [empty row]
15:58:48.324 [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). 8610 bytes result sent to driver
15:58:48.325 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:48.325 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:48.325 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.019 s
15:58:48.325 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:48.325 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:48.326 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.020990 s
15:58:48.603 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526328603
15:58:48.604 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526328602170
15:58:48.604 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:48.604 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4817925749347618430/
15:58:48.610 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test
15:58:48.613 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.613 [INFO - ForkJoinPool-116-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604
15:58:48.613 [INFO - ForkJoinPool-116-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:48.614 [INFO - ForkJoinPool-116-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526327880 from backup in path: file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880
15:58:48.629 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.630 [INFO - ForkJoinPool-116-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.631 [INFO - ForkJoinPool-116-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.631 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.631 [INFO - ForkJoinPool-116-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.631 [INFO - ForkJoinPool-116-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.631 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.661 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:58:48.664 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:58:48.678 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:48.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:58:48.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:48.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:48.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:48.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:48.695 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.6 KiB, free 1993.4 MiB)
15:58:48.697 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:58:48.698 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:48.698 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:48.698 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:48.698 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:48.700 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5130 bytes) taskResourceAssignments Map()
15:58:48.700 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:48.710 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:48.713 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.714 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:48.715 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:48.716 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:48.731 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323841961984000) for scanner KuduScanner(table=test, tablet=c3da466d10c9416b8ed15f267ff9ae44, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:48.742 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 9092
15:58:48.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558485579771741323526544_0002_m_000000_3' to file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/_temporary/0/task_202607081558485579771741323526544_0002_m_000000
15:58:48.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_202607081558485579771741323526544_0002_m_000000_3: Committed
15:58:48.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6303 bytes result sent to driver
15:58:48.747 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5130 bytes) taskResourceAssignments Map()
15:58:48.748 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 49 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:48.748 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:58:48.761 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:48.764 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.765 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.765 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.765 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.765 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:48.765 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:48.766 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:48.772 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323841961984000) for scanner KuduScanner(table=test, tablet=5d5b2b193c884db4862a00119a149b06, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:48.785 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:48.786 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:48.786 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:48.787 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:48.805 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 9112
15:58:48.809 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558487199554803130580707_0002_m_000001_4' to file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/_temporary/0/task_202607081558487199554803130580707_0002_m_000001
15:58:48.810 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081558487199554803130580707_0002_m_000001_4: Committed
15:58:48.810 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6303 bytes result sent to driver
15:58:48.812 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:48.812 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:48.813 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.133 s
15:58:48.813 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:48.813 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:48.814 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.135691 s
15:58:48.835 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Write Job e87a8932-fd65-42df-9a7e-4e4d8b8a18ad committed.
15:58:48.835 [INFO - ForkJoinPool-116-worker-1] (Logging.scala:57) Finished processing stats for write job e87a8932-fd65-42df-9a7e-4e4d8b8a18ad.
15:58:48.841 [INFO - ForkJoinPool-116-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/.kudu-metadata.json
15:58:48.848 [INFO - ForkJoinPool-116-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:48.852 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table b966df65765a4fcab671893a548f7d54
15:58:48.863 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:48.871 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:48.871 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:48.872 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:48.890 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.1 MiB)
15:58:48.903 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:58:48.903 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:48.904 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:48.905 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402617 bytes, open cost is considered as scanning 4194304 bytes.
15:58:48.926 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:48.927 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:48.927 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:48.927 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:48.927 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:48.927 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:48.929 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.0 MiB)
15:58:48.947 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.0 MiB)
15:58:48.948 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 7.2 KiB, free: 1993.7 MiB)
15:58:48.949 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:48.949 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:48.949 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:48.951 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:48.951 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:58:48.951 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:58:48.954 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/part-00001-533af7ea-5b47-4d62-93cd-304059f74831-c000.snappy.parquet, range: 0-7014, partition values: [empty row]
15:58:48.965 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/part-00000-533af7ea-5b47-4d62-93cd-304059f74831-c000.snappy.parquet, range: 0-6995, partition values: [empty row]
15:58:48.974 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 9062 bytes result sent to driver
15:58:48.977 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 27 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:48.978 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:48.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.050 s
15:58:48.979 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:48.979 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:48.979 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.052473 s
15:58:48.988 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4817925749347618430/
15:58:49.010 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test
15:58:49.011 [INFO - ForkJoinPool-119-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880
15:58:49.011 [INFO - ForkJoinPool-119-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:58:49.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.013473 24461 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58618:
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:49.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:49.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:49.030 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.035246 24621 tablet_service.cc:1467] Processing CreateTablet for tablet d7f1b0789f434224ae2efb71d13c8992 (DEFAULT_TABLE table=test-restore [id=f47210bb954141a0a3ca919bc06e1d43]), partition=RANGE (key) PARTITION VALUES < 50
15:58:49.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.036051 24621 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d7f1b0789f434224ae2efb71d13c8992. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:49.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.039736 25151 tablet_bootstrap.cc:492] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70: Bootstrap starting.
15:58:49.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.040580 25151 tablet_bootstrap.cc:654] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70: Neither blocks nor log segments found. Creating new log.
15:58:49.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.041793 25151 tablet_bootstrap.cc:492] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70: No bootstrap required, opened a new log
15:58:49.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.041874 25151 ts_tablet_manager.cc:1397] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042408 25151 raft_consensus.cc:348] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042510 25151 raft_consensus.cc:374] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042532 25151 raft_consensus.cc:729] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4869035d80cd437fbaf613e1f122da70, State: Initialized, Role: FOLLOWER
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042670 25151 consensus_queue.cc:260] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [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: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042747 25151 raft_consensus.cc:388] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042769 25151 raft_consensus.cc:482] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:49.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.042801 25151 raft_consensus.cc:3037] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 0 FOLLOWER]: Advancing to term 1
15:58:49.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.043601 25151 raft_consensus.cc:504] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:49.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.043720 25151 leader_election.cc:302] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [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: 4869035d80cd437fbaf613e1f122da70; no voters: 
15:58:49.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.043885 25151 leader_election.cc:288] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.043979 25153 raft_consensus.cc:2781] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 1 FOLLOWER]: Leader election won for term 1
15:58:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.044169 25153 raft_consensus.cc:686] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [term 1 LEADER]: Becoming Leader. State: Replica: 4869035d80cd437fbaf613e1f122da70, State: Running, Role: LEADER
15:58:49.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.044212 25151 ts_tablet_manager.cc:1428] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.003s
15:58:49.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.044293 25153 consensus_queue.cc:237] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 [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: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } }
15:58:49.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.046908 24461 catalog_manager.cc:5495] T d7f1b0789f434224ae2efb71d13c8992 P 4869035d80cd437fbaf613e1f122da70 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4869035d80cd437fbaf613e1f122da70 (127.23.180.193). New cstate: current_term: 1 leader_uuid: "4869035d80cd437fbaf613e1f122da70" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4869035d80cd437fbaf613e1f122da70" member_type: VOTER last_known_addr { host: "127.23.180.193" port: 32873 } health_report { overall_health: HEALTHY } } }
15:58:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.066848 24461 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:58618:
15:58:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:49.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.074870 24461 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 370d60d3cf164f19b723281eb87d5d28 has no consensus state
15:58:49.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.080215 24756 tablet_service.cc:1467] Processing CreateTablet for tablet 370d60d3cf164f19b723281eb87d5d28 (DEFAULT_TABLE table=test-restore [id=f47210bb954141a0a3ca919bc06e1d43]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:49.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.080658 24756 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 370d60d3cf164f19b723281eb87d5d28. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:49.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.083138 25158 tablet_bootstrap.cc:492] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e: Bootstrap starting.
15:58:49.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.084070 25158 tablet_bootstrap.cc:654] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e: Neither blocks nor log segments found. Creating new log.
15:58:49.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.085561 25158 tablet_bootstrap.cc:492] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e: No bootstrap required, opened a new log
15:58:49.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.085650 25158 ts_tablet_manager.cc:1397] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086174 25158 raft_consensus.cc:348] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086277 25158 raft_consensus.cc:374] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086300 25158 raft_consensus.cc:729] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3abed2e99a649b59f3ce384bbc5f13e, State: Initialized, Role: FOLLOWER
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086444 25158 consensus_queue.cc:260] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [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: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086534 25158 raft_consensus.cc:388] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086560 25158 raft_consensus.cc:482] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:49.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.086593 25158 raft_consensus.cc:3037] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 0 FOLLOWER]: Advancing to term 1
15:58:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.087446 25158 raft_consensus.cc:504] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.087566 25158 leader_election.cc:302] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [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: b3abed2e99a649b59f3ce384bbc5f13e; no voters: 
15:58:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.087677 25158 leader_election.cc:288] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:49.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.087730 25084 raft_consensus.cc:2781] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 1 FOLLOWER]: Leader election won for term 1
15:58:49.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.087896 25084 raft_consensus.cc:686] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [term 1 LEADER]: Becoming Leader. State: Replica: b3abed2e99a649b59f3ce384bbc5f13e, State: Running, Role: LEADER
15:58:49.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.088052 25158 ts_tablet_manager.cc:1428] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.003s
15:58:49.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.088027 25084 consensus_queue.cc:237] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e [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: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } }
15:58:49.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.091008 24461 catalog_manager.cc:5495] T 370d60d3cf164f19b723281eb87d5d28 P b3abed2e99a649b59f3ce384bbc5f13e reported cstate change: term changed from 0 to 1, leader changed from <none> to b3abed2e99a649b59f3ce384bbc5f13e (127.23.180.194). New cstate: current_term: 1 leader_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b3abed2e99a649b59f3ce384bbc5f13e" member_type: VOTER last_known_addr { host: "127.23.180.194" port: 41591 } health_report { overall_health: HEALTHY } } }
15:58:49.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.098619 24461 catalog_manager.cc:6040] T 00000000000000000000000000000000 P db5ec48a63f24e0c8c67252dc5f73d66: test-restore [id=f47210bb954141a0a3ca919bc06e1d43] alter complete (version 0)
15:58:49.111 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:49.129 [INFO - ForkJoinPool-119-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:49.134 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:49.135 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:49.135 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:49.144 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:58:49.155 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:58:49.156 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:49.157 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:58:49.157 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402085 bytes, open cost is considered as scanning 4194304 bytes.
15:58:49.170 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:49.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:49.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:58:49.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:49.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:49.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:49.173 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 30.4 KiB, free 1992.9 MiB)
15:58:49.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1992.9 MiB)
15:58:49.176 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 11.0 KiB, free: 1993.7 MiB)
15:58:49.176 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:49.176 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:49.177 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:58:49.178 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:49.178 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:58:49.182 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:49.184 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.186 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/part-00001-0ee1479b-fbc4-4508-9762-94259a829e50-c000.snappy.parquet, range: 0-6748, partition values: [empty row]
15:58:49.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.193 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.194 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.194 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.195 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.195 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526327880/part-00000-0ee1479b-fbc4-4508-9762-94259a829e50-c000.snappy.parquet, range: 0-6729, partition values: [empty row]
15:58:49.200 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.201 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.201 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.201 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.202 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.202 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.203 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.203 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.203 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.204 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.204 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.204 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.204 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.205 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.205 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.205 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.205 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.206 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.206 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.206 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.206 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.207 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.207 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.207 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.207 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.208 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.208 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.208 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.212 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.212 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.212 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.213 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.213 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.213 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.213 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.214 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.214 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.214 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.214 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.214 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.215 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.215 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.215 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.216 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.216 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.216 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.216 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.217 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.217 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.217 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3512d955, flushNotification=Deferred@35589948(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:49.217 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.218 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.218 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.218 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.218 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.218 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.219 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.219 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.219 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.219 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.220 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.220 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.220 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.220 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.221 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.221 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.221 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.221 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.222 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.222 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.222 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.223 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.223 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.223 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.223 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.224 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.224 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.224 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.224 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.224 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.225 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.225 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.225 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.225 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.225 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.225 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.226 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.226 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.227 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.227 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.227 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.227 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.227 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.227 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.227 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.228 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.228 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.229 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.229 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.229 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.229 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.229 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.229 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.229 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.229 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.230 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.230 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.230 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.231 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.231 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.231 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.232 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.232 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.232 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.232 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.232 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.232 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.233 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.233 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.233 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.234 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.234 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.234 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.235 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.235 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.235 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.235 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.235 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.235 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.236 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.236 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.237 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.237 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d7f1b0789f434224ae2efb71d13c8992 for table 'test-restore' with partition [<start>, 0x80000032)
15:58:49.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 370d60d3cf164f19b723281eb87d5d28 for table 'test-restore' with partition [0x80000032, <end>)
15:58:49.237 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d7f1b0789f434224ae2efb71d13c8992@[4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=370d60d3cf164f19b723281eb87d5d28@[b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)[L]]}]
15:58:49.239 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)] connecting to peer
15:58:49.240 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)] Successfully connected to peer
15:58:49.252 [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:58:49.253 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xed6678ce, L:/127.0.0.1:35342 - R:/127.23.180.193:32873] using TOKEN/null
15:58:49.266 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 5425 bytes result sent to driver
15:58:49.267 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 90 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:49.267 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:49.267 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.095 s
15:58:49.267 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:49.268 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:49.268 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.097715 s
15:58:49.268 [INFO - ForkJoinPool-119-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604
15:58:49.270 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.274 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:49.281 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=d7f1b0789f434224ae2efb71d13c8992, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.281 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet d7f1b0789f434224ae2efb71d13c8992 for partition [<start>, 0x80000032) with scanner id null
15:58:49.291 [INFO - ForkJoinPool-119-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:49.299 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:49.299 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:49.300 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:49.310 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 314.2 KiB, free 1992.6 MiB)
15:58:49.322 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.6 MiB)
15:58:49.322 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:49.323 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:58:49.324 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402617 bytes, open cost is considered as scanning 4194304 bytes.
15:58:49.350 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:49.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:49.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:58:49.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:49.351 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:49.352 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:49.354 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 29.1 KiB, free 1992.5 MiB)
15:58:49.356 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.5 MiB)
15:58:49.356 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:49.357 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:58:49.357 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 28.7 KiB, free: 1993.7 MiB)
15:58:49.357 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:49.357 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:58:49.359 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:49.359 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 7)
15:58:49.363 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:49.365 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.366 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/part-00001-533af7ea-5b47-4d62-93cd-304059f74831-c000.snappy.parquet, range: 0-7014, partition values: [empty row]
15:58:49.385 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 7.2 KiB, free: 1993.7 MiB)
15:58:49.386 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=370d60d3cf164f19b723281eb87d5d28, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.387 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:58:49.389 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:58:49.394 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Reading File path: file:///tmp/backup4817925749347618430/b966df65765a4fcab671893a548f7d54-test/1783526328604/part-00000-533af7ea-5b47-4d62-93cd-304059f74831-c000.snappy.parquet, range: 0-6995, partition values: [empty row]
15:58:49.410 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2295b4e7, flushNotification=Deferred@581733722(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:49.417 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 7). 5425 bytes result sent to driver
15:58:49.419 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 7) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:49.419 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:49.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.066 s
15:58:49.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:49.420 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:49.421 [INFO - ForkJoinPool-119-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.069910 s
15:58:49.421 [INFO - ForkJoinPool-119-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:58:49.426 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.436 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:49.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:58:49.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (collect at TestKuduBackup.scala:1002)
15:58:49.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:49.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:49.437 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:49.439 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 5.8 KiB, free 1993.2 MiB)
15:58:49.441 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.2 MiB)
15:58:49.442 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:46037 (size: 3.4 KiB, free: 1993.8 MiB)
15:58:49.442 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:58:49.443 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:49.443 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 2 tasks resource profile 0
15:58:49.444 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5278 bytes) taskResourceAssignments Map()
15:58:49.445 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 8)
15:58:49.448 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:49.452 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323845430353920) for scanner KuduScanner(table=test-restore, tablet=d7f1b0789f434224ae2efb71d13c8992, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.453 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 8). 4934 bytes result sent to driver
15:58:49.454 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5278 bytes) taskResourceAssignments Map()
15:58:49.455 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 8) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:49.459 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 9)
15:58:49.460 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:49.464 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323845478764544) for scanner KuduScanner(table=test-restore, tablet=370d60d3cf164f19b723281eb87d5d28, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.465 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 9). 4934 bytes result sent to driver
15:58:49.467 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 9) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:49.467 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:49.467 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (collect at TestKuduBackup.scala:1002) finished in 0.029 s
15:58:49.467 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:49.468 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:49.469 [INFO - main] (Logging.scala:57) Job 6 finished: collect at TestKuduBackup.scala:1002, took 0.032142 s
15:58:49.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.497 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=d7f1b0789f434224ae2efb71d13c8992, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.498 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet d7f1b0789f434224ae2efb71d13c8992 for partition [<start>, 0x80000032) with scanner id null
15:58:49.501 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=370d60d3cf164f19b723281eb87d5d28, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f47210bb954141a0a3ca919bc06e1d43
15:58:49.506 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=d7f1b0789f434224ae2efb71d13c8992, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.507 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet d7f1b0789f434224ae2efb71d13c8992 for partition [<start>, 0x80000032) with scanner id null
15:58:49.510 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=370d60d3cf164f19b723281eb87d5d28, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:49.510 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:49.523 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:49.523 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:49.528 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:49.530 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:49.539 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:49.539 [DEBUG - main] (Connection.java:575) [peer master-127.23.180.253:42091(127.23.180.253:42091)] disconnecting while in state READY
15:58:49.540 [DEBUG - main] (Connection.java:575) [peer b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)] disconnecting while in state READY
15:58:49.540 [DEBUG - main] (Connection.java:575) [peer 4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)] disconnecting while in state READY
15:58:49.540 [DEBUG - main] (Connection.java:575) [peer master-127.23.180.254:34353(127.23.180.254:34353)] disconnecting while in state READY
15:58:49.540 [DEBUG - main] (Connection.java:575) [peer master-127.23.180.252:38293(127.23.180.252:38293)] disconnecting while in state READY
15:58:49.542 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.23.180.253:42091(127.23.180.253:42091)] handling channelInactive
15:58:49.542 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.23.180.253:42091(127.23.180.253:42091)] cleaning up while in state READY due to: connection closed
15:58:49.542 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)] handling channelInactive
15:58:49.542 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 4869035d80cd437fbaf613e1f122da70(127.23.180.193:32873)] cleaning up while in state READY due to: connection closed
15:58:49.543 [DEBUG - kudu-nio-0] (Connection.java:239) [peer b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)] handling channelInactive
15:58:49.543 [DEBUG - kudu-nio-0] (Connection.java:709) [peer b3abed2e99a649b59f3ce384bbc5f13e(127.23.180.194:41591)] cleaning up while in state READY due to: connection closed
15:58:49.543 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.23.180.254:34353(127.23.180.254:34353)] handling channelInactive
15:58:49.544 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.23.180.254:34353(127.23.180.254:34353)] cleaning up while in state READY due to: connection closed
15:58:49.544 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.23.180.252:38293(127.23.180.252:38293)] handling channelInactive
15:58:49.544 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.23.180.252:38293(127.23.180.252:38293)] cleaning up while in state READY due to: connection closed
15:58:49.546 [DEBUG - main] (Connection.java:575) [peer 817de35ec2824ea48c0f1771afa15569(127.23.180.195:45951)] disconnecting while in state READY
15:58:49.548 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:49.548 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 817de35ec2824ea48c0f1771afa15569(127.23.180.195:45951)] handling channelInactive
15:58:49.549 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 817de35ec2824ea48c0f1771afa15569(127.23.180.195:45951)] cleaning up while in state READY due to: connection closed
15:58:49.549 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 35 thread-local buffer(s) from thread: kudu-nio-1
15:58:49.549 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 44 thread-local buffer(s) from thread: kudu-nio-0
15:58:49.561 [DEBUG - main] (Connection.java:575) [peer master-127.23.180.253:42091(127.23.180.253:42091)] disconnecting while in state READY
15:58:49.561 [DEBUG - main] (Connection.java:575) [peer master-127.23.180.254:34353(127.23.180.254:34353)] disconnecting while in state READY
15:58:49.562 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.23.180.253:42091(127.23.180.253:42091)] handling channelInactive
15:58:49.562 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.23.180.254:34353(127.23.180.254:34353)] handling channelInactive
15:58:49.562 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.23.180.253:42091(127.23.180.253:42091)] cleaning up while in state READY due to: connection closed
15:58:49.564 [DEBUG - main] (Connection.java:575) [peer master-127.23.180.252:38293(127.23.180.252:38293)] disconnecting while in state READY
15:58:49.564 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.23.180.254:34353(127.23.180.254:34353)] cleaning up while in state READY due to: connection closed
15:58:49.565 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:49.566 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.23.180.252:38293(127.23.180.252:38293)] handling channelInactive
15:58:49.566 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.23.180.252:38293(127.23.180.252:38293)] cleaning up while in state READY due to: connection closed
15:58:49.566 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:58:49.566 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 24 thread-local buffer(s) from thread: kudu-nio-0
15:58:49.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.566913 24275 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 24559
15:58:49.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.574179 24275 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 24694
15:58:49.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.580835 24275 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 24829
15:58:49.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.587988 24275 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 24286
15:58:49.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.594099 24275 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 24357
15:58:49.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.600363 24275 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 24428
15:58:49.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:49Z chronyd exiting
.15:58:49.665 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526329665
15:58:49.668 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:49.668 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:49.668 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:49.668 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:49.669 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:49.670 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:49.787 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:49.787 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:49.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.788987 25202 mini_oidc.cc:152] Starting JWKS server
15:58:49.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.791296 25202 webserver.cc:460] Webserver started at http://127.0.0.1:43521/ using document root <none> and password file <none>
15:58:49.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.791441 25202 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:49.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.791664 25202 webserver.cc:460] Webserver started at http://127.0.0.1:44759/ using document root <none> and password file <none>
15:58:49.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:49Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:49.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:49Z Disabled control of system clock
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.809072 25202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/logs
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data/info.pb
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.190:36753
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.190
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:49.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43521/jwks.json with env {}
15:58:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.922159 25213 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.922444 25213 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.922483 25213 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.926803 25213 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.926867 25213 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.926884 25213 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.926900 25213 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.926918 25213 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:49.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.926930 25213 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43521/jwks.json
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.933691 25213 master_runner.cc:386] Master server non-default flags:
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.190:36753
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43521/jwks.json
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data/info.pb
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.190
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25213
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/logs
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:49.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:49.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:49.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:49.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:49.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.936525 25213 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:58:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.938047 25213 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.946959 25221 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:58:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.946959 25218 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:58:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:49.947006 25219 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:58:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.947320 25213 server_base.cc:1034] running on GCE node
15:58:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.947994 25213 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.949214 25213 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:49.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.950408 25213 hybrid_clock.cc:648] HybridClock initialized: now 1783526329950382 us; error 39 us; skew 500 ppm
15:58:49.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.952505 25213 webserver.cc:460] Webserver started at http://127.24.156.190:43055/ using document root <none> and password file <none>
15:58:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.953210 25213 fs_manager.cc:359] Metadata directory not provided
15:58:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.953307 25213 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.953536 25213 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:49.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.955530 25213 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data/instance:
15:58:49.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2ac12d87c0654c50b66bf14748a544a5"
15:58:49.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:49 on dist-test-slave-vt7w"
15:58:49.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.956126 25213 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal/instance:
15:58:49.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2ac12d87c0654c50b66bf14748a544a5"
15:58:49.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:49 on dist-test-slave-vt7w"
15:58:49.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.960129 25213 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:49.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.962836 25227 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.964160 25213 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.964313 25213 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2ac12d87c0654c50b66bf14748a544a5"
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:49 on dist-test-slave-vt7w"
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.964459 25213 fs_report.cc:383] FS layout report
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data/data
15:58:49.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.975692 25213 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.976493 25213 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:58:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.976734 25213 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:49.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.984220 25213 rpc_server.cc:307] RPC server started. Bound to: 127.24.156.190:36753
15:58:49.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.984269 25279 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.156.190:36753 every 8 connection(s)
15:58:49.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.985387 25213 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/data/info.pb
15:58:49.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.989027 25280 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:58:49.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.992602 25280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } has no permanent_uuid. Determining permanent_uuid...
15:58:49.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.995772 25202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 25213
15:58:49.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.995951 25202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-0/wal/instance
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:49.997453 25202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/logs
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data/info.pb
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:49.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.189:39163
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.189
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43521/jwks.json with env {}
15:58:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.006851 25280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.007683 25229 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.156.189:39163: connect: Connection refused (error 111)
15:58:50.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.008742 25280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.189:39163: Network error: Client connection negotiation failed: client connection to 127.24.156.189:39163: connect: Connection refused (error 111)
15:58:50.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.058087 25280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } attempt: 1
15:58:50.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.059809 25280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.189:39163: Network error: Client connection negotiation failed: client connection to 127.24.156.189:39163: connect: Connection refused (error 111)
15:58:50.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.113632 25284 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:50.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.113955 25284 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:50.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.113999 25284 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.118795 25284 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.118875 25284 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.118897 25284 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.118916 25284 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.118934 25284 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:50.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.118949 25284 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43521/jwks.json
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.124436 25284 master_runner.cc:386] Master server non-default flags:
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.189:39163
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43521/jwks.json
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data/info.pb
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.189
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25284
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/logs
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:50.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.125706 25284 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:58:50.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.127121 25284 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:50.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.128013 25280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } attempt: 2
15:58:50.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.129593 25280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.189:39163: Network error: Client connection negotiation failed: client connection to 127.24.156.189:39163: connect: Connection refused (error 111)
15:58:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.136245 25293 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:58:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.136358 25290 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:58:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.136441 25291 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:58:50.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.136787 25284 server_base.cc:1034] running on GCE node
15:58:50.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.137451 25284 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:50.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.138614 25284 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:50.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.139832 25284 hybrid_clock.cc:648] HybridClock initialized: now 1783526330139818 us; error 26 us; skew 500 ppm
15:58:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.141866 25284 webserver.cc:460] Webserver started at http://127.24.156.189:39791/ using document root <none> and password file <none>
15:58:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.142503 25284 fs_manager.cc:359] Metadata directory not provided
15:58:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.142597 25284 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:50.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.142822 25284 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.144917 25284 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data/instance:
15:58:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26d8c1541cbc43f1a5abbeedfe9813b2"
15:58:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.145529 25284 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal/instance:
15:58:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26d8c1541cbc43f1a5abbeedfe9813b2"
15:58:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.149438 25284 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:50.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.151976 25299 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.153280 25284 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.153419 25284 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26d8c1541cbc43f1a5abbeedfe9813b2"
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.153560 25284 fs_report.cc:383] FS layout report
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data/data
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:50.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:50.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.172410 25284 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:50.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.173306 25284 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:58:50.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.173487 25284 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.181205 25284 rpc_server.cc:307] RPC server started. Bound to: 127.24.156.189:39163
15:58:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.181224 25351 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.156.189:39163 every 8 connection(s)
15:58:50.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.182438 25284 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/data/info.pb
15:58:50.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.184638 25202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 25284
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.184805 25202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-1/wal/instance
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.185462 25202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/logs
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data/info.pb
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.188:41229
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.188
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43521/jwks.json with env {}
15:58:50.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.185986 25352 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:58:50.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.189491 25352 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.201448 25352 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.209369 25352 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.210258 25303 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.211236 25352 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.188:41229: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.220852 25280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } attempt: 3
15:58:50.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.226722 25280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.228065 25280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.188:41229: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.259298 25280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } attempt: 1
15:58:50.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.260499 25352 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } attempt: 1
15:58:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.261096 25280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.188:41229: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.262152 25352 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.188:41229: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.308415 25354 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:50.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.308789 25354 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:50.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.308847 25354 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.313302 25354 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.313403 25354 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.313438 25354 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.313460 25354 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.313481 25354 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:50.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.313499 25354 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43521/jwks.json
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.318498 25354 master_runner.cc:386] Master server non-default flags:
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.188:41229
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43521/jwks.json
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data/info.pb
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.188
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25354
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/logs
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:50.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.319938 25354 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:58:50.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.321530 25354 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:50.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.330374 25352 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } attempt: 2
15:58:50.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.330606 25363 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:58:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.330716 25365 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:58:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.330833 25354 server_base.cc:1034] running on GCE node
15:58:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.331017 25362 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:58:50.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.331921 25354 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:50.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.331966 25352 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.188:41229: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.333297 25354 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:50.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.334467 25354 hybrid_clock.cc:648] HybridClock initialized: now 1783526330334446 us; error 45 us; skew 500 ppm
15:58:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.336295 25280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } attempt: 2
15:58:50.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.336602 25354 webserver.cc:460] Webserver started at http://127.24.156.188:43115/ using document root <none> and password file <none>
15:58:50.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.337380 25354 fs_manager.cc:359] Metadata directory not provided
15:58:50.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.337483 25354 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:50.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.337726 25354 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:50.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.337766 25280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.156.188:41229: Network error: Client connection negotiation failed: client connection to 127.24.156.188:41229: connect: Connection refused (error 111)
15:58:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.339684 25354 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data/instance:
15:58:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8163a95408164256a71d550406617822"
15:58:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.340198 25354 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal/instance:
15:58:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8163a95408164256a71d550406617822"
15:58:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.344107 25354 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:50.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.346664 25371 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.348065 25354 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.348183 25354 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8163a95408164256a71d550406617822"
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.348295 25354 fs_report.cc:383] FS layout report
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data/data
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.364604 25354 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:50.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.365358 25354 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:58:50.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.365518 25354 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:50.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.372807 25354 rpc_server.cc:307] RPC server started. Bound to: 127.24.156.188:41229
15:58:50.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.372783 25423 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.156.188:41229 every 8 connection(s)
15:58:50.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.373793 25354 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/data/info.pb
15:58:50.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.377045 25424 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:58:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.380429 25424 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.382179 25202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 25354
15:58:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.382323 25202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/master-2/wal/instance
15:58:50.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.392293 25424 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.397426 25424 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } has no permanent_uuid. Determining permanent_uuid...
15:58:50.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.406454 25424 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: Bootstrap starting.
15:58:50.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.408672 25424 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: Neither blocks nor log segments found. Creating new log.
15:58:50.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.409503 25424 log.cc:824] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: Log is configured to *not* fsync() on all Append() calls
15:58:50.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.411464 25424 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: No bootstrap required, opened a new log
15:58:50.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.414628 25424 raft_consensus.cc:348] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.415047 25424 raft_consensus.cc:374] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.415144 25424 raft_consensus.cc:729] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8163a95408164256a71d550406617822, State: Initialized, Role: FOLLOWER
15:58:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.415621 25424 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.416132 25433 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.416256 25433 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.416955 25424 sys_catalog.cc:564] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [sys.catalog]: configured and running, proceeding with master startup.
15:58:50.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.422520 25444 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:50.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.422623 25444 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:50.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.423125 25352 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } attempt: 3
15:58:50.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.420501 25354 master_runner.cc:186] Error getting master registration for 127.24.156.190:36753: OK, instance_id { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" instance_seqno: 1783526329982221 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:50.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.424468 25354 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:50.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.430717 25352 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: Bootstrap starting.
15:58:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.433159 25352 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: Neither blocks nor log segments found. Creating new log.
15:58:50.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.434247 25352 log.cc:824] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: Log is configured to *not* fsync() on all Append() calls
15:58:50.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.436088 25352 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: No bootstrap required, opened a new log
15:58:50.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.436935 25280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } attempt: 3
15:58:50.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.441151 25352 raft_consensus.cc:348] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.441605 25352 raft_consensus.cc:374] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:50.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.441705 25352 raft_consensus.cc:729] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26d8c1541cbc43f1a5abbeedfe9813b2, State: Initialized, Role: FOLLOWER
15:58:50.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.442255 25352 consensus_queue.cc:260] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.442904 25447 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.443126 25447 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.443796 25352 sys_catalog.cc:564] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [sys.catalog]: configured and running, proceeding with master startup.
15:58:50.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.445832 25280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: Bootstrap starting.
15:58:50.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.449455 25458 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:50.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.449693 25458 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:50.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.450578 25280 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: Neither blocks nor log segments found. Creating new log.
15:58:50.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.447857 25284 master_runner.cc:186] Error getting master registration for 127.24.156.190:36753: OK, instance_id { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" instance_seqno: 1783526329982221 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:50.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.451320 25284 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:50.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.452145 25280 log.cc:824] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: Log is configured to *not* fsync() on all Append() calls
15:58:50.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.454563 25280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: No bootstrap required, opened a new log
15:58:50.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.460649 25280 raft_consensus.cc:348] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.460978 25280 raft_consensus.cc:374] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:50.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.461032 25280 raft_consensus.cc:729] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ac12d87c0654c50b66bf14748a544a5, State: Initialized, Role: FOLLOWER
15:58:50.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.461563 25280 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.462131 25461 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.462494 25461 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.463150 25280 sys_catalog.cc:564] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: configured and running, proceeding with master startup.
15:58:50.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.465648 25461 raft_consensus.cc:482] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:50.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.466068 25461 raft_consensus.cc:504] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.467080 25461 leader_election.cc:288] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 26d8c1541cbc43f1a5abbeedfe9813b2 (127.24.156.189:39163), 8163a95408164256a71d550406617822 (127.24.156.188:41229)
15:58:50.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.467861 25398 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ac12d87c0654c50b66bf14748a544a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8163a95408164256a71d550406617822" is_pre_election: true
15:58:50.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.468240 25398 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ac12d87c0654c50b66bf14748a544a5 in term 0.
15:58:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.469182 25326 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ac12d87c0654c50b66bf14748a544a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" is_pre_election: true
15:58:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.469480 25326 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ac12d87c0654c50b66bf14748a544a5 in term 0.
15:58:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.470933 25231 leader_election.cc:302] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2ac12d87c0654c50b66bf14748a544a5, 8163a95408164256a71d550406617822; no voters: 
15:58:50.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.471253 25461 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:50.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.471362 25461 raft_consensus.cc:482] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:50.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.471405 25461 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 0 FOLLOWER]: Advancing to term 1
15:58:50.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.472657 25461 raft_consensus.cc:504] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.473078 25461 leader_election.cc:288] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [CANDIDATE]: Term 1 election: Requested vote from peers 26d8c1541cbc43f1a5abbeedfe9813b2 (127.24.156.189:39163), 8163a95408164256a71d550406617822 (127.24.156.188:41229)
15:58:50.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.473559 25398 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ac12d87c0654c50b66bf14748a544a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8163a95408164256a71d550406617822"
15:58:50.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.473694 25398 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 0 FOLLOWER]: Advancing to term 1
15:58:50.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.474819 25326 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ac12d87c0654c50b66bf14748a544a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2"
15:58:50.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.474964 25398 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ac12d87c0654c50b66bf14748a544a5 in term 1.
15:58:50.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.474951 25326 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 0 FOLLOWER]: Advancing to term 1
15:58:50.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.475282 25231 leader_election.cc:302] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [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: 2ac12d87c0654c50b66bf14748a544a5, 8163a95408164256a71d550406617822; no voters: 
15:58:50.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.475728 25461 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 1 FOLLOWER]: Leader election won for term 1
15:58:50.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.475925 25461 raft_consensus.cc:686] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [term 1 LEADER]: Becoming Leader. State: Replica: 2ac12d87c0654c50b66bf14748a544a5, State: Running, Role: LEADER
15:58:50.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.476246 25326 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ac12d87c0654c50b66bf14748a544a5 in term 1.
15:58:50.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.476264 25461 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [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: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } }
15:58:50.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.478458 25233 tablet.cc:2369] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:50.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.478526 25461 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ac12d87c0654c50b66bf14748a544a5. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.478609 25461 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: This master's current role is: LEADER
15:58:50.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.480298 25213 master_runner.cc:263] No leader master found from master 2ac12d87c0654c50b66bf14748a544a5
15:58:50.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.480358 25213 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.482580 25472 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.482780 25472 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:50.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.482942 25475 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:50.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.483902 25475 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:50.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.497105 25398 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [term 1 FOLLOWER]: Refusing update from remote peer 2ac12d87c0654c50b66bf14748a544a5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:50.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.498167 25473 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:50.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.503428 25433 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ac12d87c0654c50b66bf14748a544a5. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.503636 25433 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.506150 25326 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [term 1 FOLLOWER]: Refusing update from remote peer 2ac12d87c0654c50b66bf14748a544a5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:50.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.506814 25473 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:50.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.512059 25447 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ac12d87c0654c50b66bf14748a544a5. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.512233 25447 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.513470 25473 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.513605 25473 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: This master's current role is: LEADER
15:58:50.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.515432 25433 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.515558 25433 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.516165 25477 mvcc.cc:205] Tried to move back new op lower bound from 7305323849706672128 to 7305323849636007936. Current Snapshot: MvccSnapshot[applied={T|T < 7305323849706672128}]
15:58:50.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.516449 25478 mvcc.cc:205] Tried to move back new op lower bound from 7305323849706672128 to 7305323849636007936. Current Snapshot: MvccSnapshot[applied={T|T < 7305323849706672128}]
15:58:50.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.518833 25461 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.518967 25461 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5 [sys.catalog]: This master's current role is: LEADER
15:58:50.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.520179 25447 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2ac12d87c0654c50b66bf14748a544a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2ac12d87c0654c50b66bf14748a544a5" member_type: VOTER last_known_addr { host: "127.24.156.190" port: 36753 } } peers { permanent_uuid: "26d8c1541cbc43f1a5abbeedfe9813b2" member_type: VOTER last_known_addr { host: "127.24.156.189" port: 39163 } } peers { permanent_uuid: "8163a95408164256a71d550406617822" member_type: VOTER last_known_addr { host: "127.24.156.188" port: 41229 } } }
15:58:50.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.520304 25447 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2 [sys.catalog]: This master's current role is: FOLLOWER
15:58:50.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.522012 25480 mvcc.cc:205] Tried to move back new op lower bound from 7305323849706672128 to 7305323849636007936. Current Snapshot: MvccSnapshot[applied={T|T < 7305323849706672128}]
15:58:50.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.522384 25475 catalog_manager.cc:1347] Generated new cluster ID: 1e7db4a4a1e74ddf9ec07c96803a3f4b
15:58:50.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.522446 25475 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:50.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.541730 25475 catalog_manager.cc:1370] Generated new certificate authority record
15:58:50.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.543179 25475 catalog_manager.cc:1504] Loading token signing keys...
15:58:50.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.559854 25475 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: Generated new TSK 0
15:58:50.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.560926 25475 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.580976 25202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/logs
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data/info.pb
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:50.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.129:0
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.156.129
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.129
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:50.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.732656 25488 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:50.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.733023 25488 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:50.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.733064 25488 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:50.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.737228 25488 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:50.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.737322 25488 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.24.156.129
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.742352 25488 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.129:0
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data/info.pb
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.129
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25488
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.156.129
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/logs
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:50.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.743470 25488 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:58:50.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.745031 25488 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:50.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.755095 25493 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:58:50.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.755095 25496 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:58:50.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.755115 25494 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:58:50.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.755313 25488 server_base.cc:1034] running on GCE node
15:58:50.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.756114 25488 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:50.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.756840 25488 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:50.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.758020 25488 hybrid_clock.cc:648] HybridClock initialized: now 1783526330757980 us; error 62 us; skew 500 ppm
15:58:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.760023 25488 webserver.cc:460] Webserver started at http://127.24.156.129:38443/ using document root <none> and password file <none>
15:58:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.760563 25488 fs_manager.cc:359] Metadata directory not provided
15:58:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.760622 25488 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.760859 25488 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.762848 25488 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data/instance:
15:58:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1a77be064264d5f9381647cabec8845"
15:58:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.763391 25488 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal/instance:
15:58:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1a77be064264d5f9381647cabec8845"
15:58:50.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.767524 25488 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
15:58:50.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.770419 25502 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:50.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.771752 25488 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.771903 25488 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1a77be064264d5f9381647cabec8845"
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.772018 25488 fs_report.cc:383] FS layout report
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data/data
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:50.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:50.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.797041 25488 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:50.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.797705 25488 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:58:50.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.797860 25488 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:50.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.798463 25488 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:50.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.799420 25488 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:50.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.799476 25488 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:50.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.799518 25488 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:50.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.799535 25488 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:50.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.808674 25488 rpc_server.cc:307] RPC server started. Bound to: 127.24.156.129:35703
15:58:50.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.808696 25615 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.156.129:35703 every 8 connection(s)
15:58:50.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.809605 25488 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/data/info.pb
15:58:50.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.810436 25202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 25488
15:58:50.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.810539 25202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-0/wal/instance
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.813704 25202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/logs
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data/info.pb
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.130:0
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.156.130
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.130
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:50.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.824432 25616 heartbeater.cc:347] Connected to a master server at 127.24.156.188:41229
15:58:50.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.824442 25618 heartbeater.cc:347] Connected to a master server at 127.24.156.189:39163
15:58:50.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.824529 25617 heartbeater.cc:347] Connected to a master server at 127.24.156.190:36753
15:58:50.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.825019 25616 heartbeater.cc:464] Registering TS with master...
15:58:50.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.825016 25618 heartbeater.cc:464] Registering TS with master...
15:58:50.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.825016 25617 heartbeater.cc:464] Registering TS with master...
15:58:50.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.825816 25618 heartbeater.cc:511] Master 127.24.156.189:39163 requested a full tablet report, sending...
15:58:50.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.825817 25616 heartbeater.cc:511] Master 127.24.156.188:41229 requested a full tablet report, sending...
15:58:50.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.825816 25617 heartbeater.cc:511] Master 127.24.156.190:36753 requested a full tablet report, sending...
15:58:50.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.827566 25316 ts_manager.cc:194] Registered new tserver with Master: d1a77be064264d5f9381647cabec8845 (127.24.156.129:35703)
15:58:50.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.827605 25388 ts_manager.cc:194] Registered new tserver with Master: d1a77be064264d5f9381647cabec8845 (127.24.156.129:35703)
15:58:50.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.827600 25243 ts_manager.cc:194] Registered new tserver with Master: d1a77be064264d5f9381647cabec8845 (127.24.156.129:35703)
15:58:50.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.829349 25243 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.24.156.129:37487
15:58:50.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.939718 25623 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:50.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.940022 25623 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:50.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.940059 25623 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:50.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.944842 25623 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:50.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.944969 25623 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.24.156.130
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.950093 25623 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.130:0
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data/info.pb
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.130
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25623
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.156.130
15:58:50.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/logs
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:50.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.951304 25623 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:58:50.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.952876 25623 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:50.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.963779 25628 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:58:50.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.963804 25629 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:58:50.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:50.963780 25631 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:58:50.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.964021 25623 server_base.cc:1034] running on GCE node
15:58:50.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.964709 25623 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:50.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.965626 25623 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:50.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.966876 25623 hybrid_clock.cc:648] HybridClock initialized: now 1783526330966842 us; error 53 us; skew 500 ppm
15:58:50.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.969252 25623 webserver.cc:460] Webserver started at http://127.24.156.130:40817/ using document root <none> and password file <none>
15:58:50.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.969955 25623 fs_manager.cc:359] Metadata directory not provided
15:58:50.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.970057 25623 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:50.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.970299 25623 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:50.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.972466 25623 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data/instance:
15:58:50.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d"
15:58:50.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.973176 25623 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal/instance:
15:58:50.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d"
15:58:50.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.977774 25623 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:58:50.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.980738 25637 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:50.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.982438 25623 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:58:50.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.982607 25623 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal
15:58:50.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d"
15:58:50.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:50 on dist-test-slave-vt7w"
15:58:50.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:50.982744 25623 fs_report.cc:383] FS layout report
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data/data
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:50.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:51.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.001051 25623 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:51.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.001811 25623 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:58:51.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.002022 25623 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:51.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.002678 25623 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:51.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.003702 25623 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:51.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.003805 25623 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:51.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.003870 25623 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:51.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.003895 25623 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:51.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.013705 25623 rpc_server.cc:307] RPC server started. Bound to: 127.24.156.130:36521
15:58:51.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.013726 25750 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.156.130:36521 every 8 connection(s)
15:58:51.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.014685 25623 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/data/info.pb
15:58:51.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.022132 25202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 25623
15:58:51.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.022236 25202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-1/wal/instance
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.024750 25202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/logs
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data/info.pb
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:51.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.131:0
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.156.131
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.131
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:51.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:51.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.028020 25752 heartbeater.cc:347] Connected to a master server at 127.24.156.190:36753
15:58:51.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.028100 25753 heartbeater.cc:347] Connected to a master server at 127.24.156.189:39163
15:58:51.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.028293 25752 heartbeater.cc:464] Registering TS with master...
15:58:51.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.028293 25753 heartbeater.cc:464] Registering TS with master...
15:58:51.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.028920 25751 heartbeater.cc:347] Connected to a master server at 127.24.156.188:41229
15:58:51.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.029011 25751 heartbeater.cc:464] Registering TS with master...
15:58:51.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.029139 25751 heartbeater.cc:511] Master 127.24.156.188:41229 requested a full tablet report, sending...
15:58:51.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.029199 25752 heartbeater.cc:511] Master 127.24.156.190:36753 requested a full tablet report, sending...
15:58:51.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.029138 25753 heartbeater.cc:511] Master 127.24.156.189:39163 requested a full tablet report, sending...
15:58:51.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.030431 25388 ts_manager.cc:194] Registered new tserver with Master: ceb97bf5d70d4e7e9a9aa0ca7d74284d (127.24.156.130:36521)
15:58:51.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.030902 25243 ts_manager.cc:194] Registered new tserver with Master: ceb97bf5d70d4e7e9a9aa0ca7d74284d (127.24.156.130:36521)
15:58:51.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.030956 25316 ts_manager.cc:194] Registered new tserver with Master: ceb97bf5d70d4e7e9a9aa0ca7d74284d (127.24.156.130:36521)
15:58:51.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.031700 25243 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.24.156.130:49415
15:58:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.145532 25758 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.145824 25758 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:51.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.145862 25758 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:51.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.150239 25758 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:51.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.150357 25758 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.24.156.131
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.155990 25758 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.156.148:37449
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.156.131:0
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data/info.pb
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.156.131
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.156.190:36753,127.24.156.189:39163,127.24.156.188:41229
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25758
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.156.131
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/logs
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:51.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:51.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:51.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:51.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:51.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:51.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:51.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.157387 25758 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:58:51.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.158989 25758 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:51.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.169801 25766 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:58:51.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.169831 25764 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:58:51.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:51.169921 25763 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:58:51.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.170033 25758 server_base.cc:1034] running on GCE node
15:58:51.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.170610 25758 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:51.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.171326 25758 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:51.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.172518 25758 hybrid_clock.cc:648] HybridClock initialized: now 1783526331172474 us; error 69 us; skew 500 ppm
15:58:51.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.178704 25758 webserver.cc:460] Webserver started at http://127.24.156.131:46407/ using document root <none> and password file <none>
15:58:51.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.179394 25758 fs_manager.cc:359] Metadata directory not provided
15:58:51.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.179502 25758 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:51.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.179756 25758 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:51.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.181905 25758 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data/instance:
15:58:51.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aed6600233e840d48c70a606fb538d56"
15:58:51.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:51 on dist-test-slave-vt7w"
15:58:51.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.182562 25758 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal/instance:
15:58:51.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aed6600233e840d48c70a606fb538d56"
15:58:51.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:51 on dist-test-slave-vt7w"
15:58:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.186719 25758 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:51.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.189502 25772 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.190901 25758 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.191051 25758 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aed6600233e840d48c70a606fb538d56"
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:51 on dist-test-slave-vt7w"
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.191196 25758 fs_report.cc:383] FS layout report
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data/data
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:51.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:51.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.212543 25758 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:51.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.213377 25758 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:58:51.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.213608 25758 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:51.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.214241 25758 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.215349 25758 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.215430 25758 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.215487 25758 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.215513 25758 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:51.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.225637 25758 rpc_server.cc:307] RPC server started. Bound to: 127.24.156.131:34015
15:58:51.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.225706 25885 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.156.131:34015 every 8 connection(s)
15:58:51.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.226600 25758 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/data/info.pb
15:58:51.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.233644 25202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 25758
15:58:51.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.233777 25202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8950415295175680299/ts-2/wal/instance
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.239389 25888 heartbeater.cc:347] Connected to a master server at 127.24.156.189:39163
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.239509 25887 heartbeater.cc:347] Connected to a master server at 127.24.156.190:36753
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.239645 25887 heartbeater.cc:464] Registering TS with master...
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.239648 25888 heartbeater.cc:464] Registering TS with master...
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.239673 25886 heartbeater.cc:347] Connected to a master server at 127.24.156.188:41229
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.239912 25886 heartbeater.cc:464] Registering TS with master...
15:58:51.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.240372 25888 heartbeater.cc:511] Master 127.24.156.189:39163 requested a full tablet report, sending...
15:58:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.240373 25886 heartbeater.cc:511] Master 127.24.156.188:41229 requested a full tablet report, sending...
15:58:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.240568 25887 heartbeater.cc:511] Master 127.24.156.190:36753 requested a full tablet report, sending...
15:58:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.241513 25243 ts_manager.cc:194] Registered new tserver with Master: aed6600233e840d48c70a606fb538d56 (127.24.156.131:34015)
15:58:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.241554 25315 ts_manager.cc:194] Registered new tserver with Master: aed6600233e840d48c70a606fb538d56 (127.24.156.131:34015)
15:58:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.241640 25388 ts_manager.cc:194] Registered new tserver with Master: aed6600233e840d48c70a606fb538d56 (127.24.156.131:34015)
15:58:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.242293 25243 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.24.156.131:58761
15:58:51.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.257496 25202 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:51.258 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:51.259 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:51.260 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.156.190"
      port: 36753
    }
    bound_http_address {
      host: "127.24.156.190"
      port: 43055
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.156.189"
      port: 39163
    }
    bound_http_address {
      host: "127.24.156.189"
      port: 39791
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.156.188"
      port: 41229
    }
    bound_http_address {
      host: "127.24.156.188"
      port: 43115
    }
  }
}

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

15:58:51.261 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.156.129"
      port: 35703
    }
    bound_http_address {
      host: "127.24.156.129"
      port: 38443
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.156.130"
      port: 36521
    }
    bound_http_address {
      host: "127.24.156.130"
      port: 40817
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.156.131"
      port: 34015
    }
    bound_http_address {
      host: "127.24.156.131"
      port: 46407
    }
  }
}

15:58:51.261 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:51.263 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:51.264 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:51.265 [INFO - main] (Logging.scala:57) ==============================================================
15:58:51.265 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:51.265 [INFO - main] (Logging.scala:57) ==============================================================
15:58:51.265 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:51.266 [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:58:51.266 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:51.266 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:51.267 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:51.267 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:51.267 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:51.267 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:51.268 [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:58:51.287 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 33533.
15:58:51.289 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:51.290 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:51.290 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:51.291 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:51.291 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:51.291 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-6074f3e2-8bfb-4cba-8882-e5c675e65c9e
15:58:51.292 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:51.293 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:51.311 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:51.314 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 33523.
15:58:51.314 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:33523
15:58:51.315 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:51.315 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33523, None)
15:58:51.315 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:33523 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33523, None)
15:58:51.316 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33523, None)
15:58:51.316 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33523, None)
15:58:51.325 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:51.334 [DEBUG - main] (Connection.java:748) [peer master-127.24.156.190:36753(127.24.156.190:36753)] connecting to peer
15:58:51.334 [DEBUG - main] (Connection.java:748) [peer master-127.24.156.188:41229(127.24.156.188:41229)] connecting to peer
15:58:51.335 [DEBUG - main] (Connection.java:748) [peer master-127.24.156.189:39163(127.24.156.189:39163)] connecting to peer
15:58:51.336 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.156.190:36753(127.24.156.190:36753)] Successfully connected to peer
15:58:51.336 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.24.156.188:41229(127.24.156.188:41229)] Successfully connected to peer
15:58:51.337 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.156.189:39163(127.24.156.189:39163)] Successfully connected to peer
15:58:51.338 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.24.156.188
15:58:51.338 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.24.156.190
15:58:51.342 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.24.156.189
15:58:51.350 [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:58:51.352 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe9bd4d23, L:/127.0.0.1:36954 - R:/127.24.156.188:41229] using SASL/PLAIN
15:58:51.352 [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:58:51.358 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x73d30d08, L:/127.0.0.1:47110 - R:/127.24.156.190:36753] using SASL/PLAIN
15:58:51.359 [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:58:51.361 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:51.364 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9ddb3515, L:/127.0.0.1:52730 - R:/127.24.156.189:39163] using SASL/PLAIN
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.366029 25243 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47110:
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:51.372 [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:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:51.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:51.380 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c4e344e2412847b78b7a11a9bdae1bdb
15:58:51.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.393285 25550 tablet_service.cc:1467] Processing CreateTablet for tablet f85d4f534f2c4d0596acc217ec2c4fbd (DEFAULT_TABLE table=test [id=c4e344e2412847b78b7a11a9bdae1bdb]), partition=RANGE (key) PARTITION VALUES < 50
15:58:51.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.395157 25550 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f85d4f534f2c4d0596acc217ec2c4fbd. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:51.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.397658 25820 tablet_service.cc:1467] Processing CreateTablet for tablet 6d26234d5a8640c6bf5aba919e14ccc6 (DEFAULT_TABLE table=test [id=c4e344e2412847b78b7a11a9bdae1bdb]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:51.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.399106 25820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6d26234d5a8640c6bf5aba919e14ccc6. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:51.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.402329 25936 tablet_bootstrap.cc:492] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845: Bootstrap starting.
15:58:51.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.404523 25936 tablet_bootstrap.cc:654] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845: Neither blocks nor log segments found. Creating new log.
15:58:51.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.405449 25936 log.cc:824] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845: Log is configured to *not* fsync() on all Append() calls
15:58:51.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.405687 25937 tablet_bootstrap.cc:492] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56: Bootstrap starting.
15:58:51.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.407338 25936 tablet_bootstrap.cc:492] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845: No bootstrap required, opened a new log
15:58:51.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.407563 25936 ts_tablet_manager.cc:1397] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845: Time spent bootstrapping tablet: real 0.005s	user 0.000s	sys 0.004s
15:58:51.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.407742 25937 tablet_bootstrap.cc:654] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56: Neither blocks nor log segments found. Creating new log.
15:58:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.408890 25937 log.cc:824] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56: Log is configured to *not* fsync() on all Append() calls
15:58:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.410563 25937 tablet_bootstrap.cc:492] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56: No bootstrap required, opened a new log
15:58:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.410727 25937 ts_tablet_manager.cc:1397] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:58:51.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.411412 25936 raft_consensus.cc:348] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:51.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.411682 25936 raft_consensus.cc:374] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:51.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.411734 25936 raft_consensus.cc:729] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1a77be064264d5f9381647cabec8845, State: Initialized, Role: FOLLOWER
15:58:51.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.412225 25936 consensus_queue.cc:260] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [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: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:51.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.412395 25936 raft_consensus.cc:388] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:51.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.412464 25936 raft_consensus.cc:482] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:51.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.412576 25936 raft_consensus.cc:3037] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Advancing to term 1
15:58:51.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.413559 25936 raft_consensus.cc:504] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:51.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.413710 25937 raft_consensus.cc:348] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aed6600233e840d48c70a606fb538d56" member_type: VOTER last_known_addr { host: "127.24.156.131" port: 34015 } }
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.413914 25937 raft_consensus.cc:374] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.413954 25937 raft_consensus.cc:729] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aed6600233e840d48c70a606fb538d56, State: Initialized, Role: FOLLOWER
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.413959 25936 leader_election.cc:302] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [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: d1a77be064264d5f9381647cabec8845; no voters: 
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.414315 25936 leader_election.cc:288] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.414415 25940 raft_consensus.cc:2781] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 1 FOLLOWER]: Leader election won for term 1
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.414410 25937 consensus_queue.cc:260] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [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: "aed6600233e840d48c70a606fb538d56" member_type: VOTER last_known_addr { host: "127.24.156.131" port: 34015 } }
15:58:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.414638 25940 raft_consensus.cc:686] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [term 1 LEADER]: Becoming Leader. State: Replica: d1a77be064264d5f9381647cabec8845, State: Running, Role: LEADER
15:58:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.414966 25940 consensus_queue.cc:237] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 [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: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.414569 25937 raft_consensus.cc:388] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.415118 25937 raft_consensus.cc:482] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.415235 25937 raft_consensus.cc:3037] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 0 FOLLOWER]: Advancing to term 1
15:58:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.415388 25936 ts_tablet_manager.cc:1428] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:58:51.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.416229 25617 heartbeater.cc:503] Master 127.24.156.190:36753 was elected leader, sending a full tablet report...
15:58:51.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.416356 25937 raft_consensus.cc:504] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aed6600233e840d48c70a606fb538d56" member_type: VOTER last_known_addr { host: "127.24.156.131" port: 34015 } }
15:58:51.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.416699 25937 leader_election.cc:302] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [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: aed6600233e840d48c70a606fb538d56; no voters: 
15:58:51.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.417176 25937 leader_election.cc:288] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.418259 25944 raft_consensus.cc:2781] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 1 FOLLOWER]: Leader election won for term 1
15:58:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.418596 25944 raft_consensus.cc:686] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [term 1 LEADER]: Becoming Leader. State: Replica: aed6600233e840d48c70a606fb538d56, State: Running, Role: LEADER
15:58:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.419721 25887 heartbeater.cc:503] Master 127.24.156.190:36753 was elected leader, sending a full tablet report...
15:58:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.419420 25937 ts_tablet_manager.cc:1428] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
15:58:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.419054 25944 consensus_queue.cc:237] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 [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: "aed6600233e840d48c70a606fb538d56" member_type: VOTER last_known_addr { host: "127.24.156.131" port: 34015 } }
15:58:51.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.421244 25243 catalog_manager.cc:5495] T f85d4f534f2c4d0596acc217ec2c4fbd P d1a77be064264d5f9381647cabec8845 reported cstate change: term changed from 0 to 1, leader changed from <none> to d1a77be064264d5f9381647cabec8845 (127.24.156.129). New cstate: current_term: 1 leader_uuid: "d1a77be064264d5f9381647cabec8845" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } health_report { overall_health: HEALTHY } } }
15:58:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.424335 25444 catalog_manager.cc:1259] Loaded cluster ID: 1e7db4a4a1e74ddf9ec07c96803a3f4b
15:58:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.424401 25444 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: loading cluster ID for follower catalog manager: success
15:58:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.424396 25244 catalog_manager.cc:5495] T 6d26234d5a8640c6bf5aba919e14ccc6 P aed6600233e840d48c70a606fb538d56 reported cstate change: term changed from 0 to 1, leader changed from <none> to aed6600233e840d48c70a606fb538d56 (127.24.156.131). New cstate: current_term: 1 leader_uuid: "aed6600233e840d48c70a606fb538d56" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aed6600233e840d48c70a606fb538d56" member_type: VOTER last_known_addr { host: "127.24.156.131" port: 34015 } health_report { overall_health: HEALTHY } } }
15:58:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.426841 25444 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: acquiring CA information for follower catalog manager: success
15:58:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.428452 25444 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 8163a95408164256a71d550406617822: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:51.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.435719 25243 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47110:
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:51.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 70b1418d34504e63aa7549ff4d310243
15:58:51.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.451364 25458 catalog_manager.cc:1259] Loaded cluster ID: 1e7db4a4a1e74ddf9ec07c96803a3f4b
15:58:51.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.451479 25458 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: loading cluster ID for follower catalog manager: success
15:58:51.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.452600 25685 tablet_service.cc:1467] Processing CreateTablet for tablet 96a5513b223e4dc19655f1dd45accb72 (DEFAULT_TABLE table=simple-test [id=70b1418d34504e63aa7549ff4d310243]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:51.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.453920 25685 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 96a5513b223e4dc19655f1dd45accb72. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:51.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.453997 25458 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: acquiring CA information for follower catalog manager: success
15:58:51.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.455538 25458 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 26d8c1541cbc43f1a5abbeedfe9813b2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.460467 25951 tablet_bootstrap.cc:492] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Bootstrap starting.
15:58:51.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.463181 25951 tablet_bootstrap.cc:654] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Neither blocks nor log segments found. Creating new log.
15:58:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.464133 25951 log.cc:824] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Log is configured to *not* fsync() on all Append() calls
15:58:51.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.466394 25951 tablet_bootstrap.cc:492] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d: No bootstrap required, opened a new log
15:58:51.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.466650 25951 ts_tablet_manager.cc:1397] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:51.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.470239 25951 raft_consensus.cc:348] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:51.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.470537 25951 raft_consensus.cc:374] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:51.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.470602 25951 raft_consensus.cc:729] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceb97bf5d70d4e7e9a9aa0ca7d74284d, State: Initialized, Role: FOLLOWER
15:58:51.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.471082 25951 consensus_queue.cc:260] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [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: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:51.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.471263 25951 raft_consensus.cc:388] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:51.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.471341 25951 raft_consensus.cc:482] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:51.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.471498 25951 raft_consensus.cc:3037] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Advancing to term 1
15:58:51.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.472493 25951 raft_consensus.cc:504] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:51.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.472944 25951 leader_election.cc:302] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [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: ceb97bf5d70d4e7e9a9aa0ca7d74284d; no voters: 
15:58:51.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.473389 25951 leader_election.cc:288] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:51.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.473508 25953 raft_consensus.cc:2781] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 1 FOLLOWER]: Leader election won for term 1
15:58:51.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.473737 25953 raft_consensus.cc:686] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 1 LEADER]: Becoming Leader. State: Replica: ceb97bf5d70d4e7e9a9aa0ca7d74284d, State: Running, Role: LEADER
15:58:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.474166 25752 heartbeater.cc:503] Master 127.24.156.190:36753 was elected leader, sending a full tablet report...
15:58:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.474177 25953 consensus_queue.cc:237] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d [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: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:51.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.475045 25951 ts_tablet_manager.cc:1428] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:58:51.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:51.477804 25243 catalog_manager.cc:5495] T 96a5513b223e4dc19655f1dd45accb72 P ceb97bf5d70d4e7e9a9aa0ca7d74284d reported cstate change: term changed from 0 to 1, leader changed from <none> to ceb97bf5d70d4e7e9a9aa0ca7d74284d (127.24.156.130). New cstate: current_term: 1 leader_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } health_report { overall_health: HEALTHY } } }
15:58:51.496 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526331496
15:58:51.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet f85d4f534f2c4d0596acc217ec2c4fbd for table 'test' with partition [<start>, 0x80000032)
15:58:51.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6d26234d5a8640c6bf5aba919e14ccc6 for table 'test' with partition [0x80000032, <end>)
15:58:51.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=f85d4f534f2c4d0596acc217ec2c4fbd@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6d26234d5a8640c6bf5aba919e14ccc6@[aed6600233e840d48c70a606fb538d56(127.24.156.131:34015)[L]]}]
15:58:51.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.24.156.190:36753, [2ms] Sub RPC GetTableLocations: received response from server master-127.24.156.190:36753: OK, deferred=null) after lookup
15:58:51.500 [DEBUG - kudu-nio-0] (Connection.java:748) [peer d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)] connecting to peer
15:58:51.501 [DEBUG - kudu-nio-1] (Connection.java:757) [peer d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)] Successfully connected to peer
15:58:51.512 [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:58:51.514 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb45921d9, L:/127.0.0.1:42106 - R:/127.24.156.129:35703] using TOKEN/null
15:58:51.655 [DEBUG - main] (Connection.java:748) [peer aed6600233e840d48c70a606fb538d56(127.24.156.131:34015)] connecting to peer
15:58:51.656 [DEBUG - kudu-nio-0] (Connection.java:757) [peer aed6600233e840d48c70a606fb538d56(127.24.156.131:34015)] Successfully connected to peer
15:58:51.668 [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:58:51.669 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x353469c3, L:/127.0.0.1:32808 - R:/127.24.156.131:34015] using TOKEN/null
15:58:51.805 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4943309040099158927/
15:58:51.810 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c4e344e2412847b78b7a11a9bdae1bdb
15:58:51.810 [INFO - ForkJoinPool-124-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806
15:58:51.810 [INFO - ForkJoinPool-124-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:51.810 [INFO - ForkJoinPool-124-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:51.811 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:51.811 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:51.833 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.834 [INFO - ForkJoinPool-124-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:51.834 [INFO - ForkJoinPool-124-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:51.835 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.835 [INFO - ForkJoinPool-124-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:51.835 [INFO - ForkJoinPool-124-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:51.835 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.867 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:51.867 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:51.867 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:51.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:51.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:51.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:51.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:51.889 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:51.889 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33523 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:51.890 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:51.890 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:51.890 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:51.892 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5120 bytes) taskResourceAssignments Map()
15:58:51.894 [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:58:51.920 [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:58:51.923 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c4e344e2412847b78b7a11a9bdae1bdb
15:58:51.923 [ERROR - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (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.backup.TestKuduBackup$$anon$1.onJobEnd(TestKuduBackup.scala:859)
	org.apache.spark.scheduler.SparkListenerBus.doPostEvent(SparkListenerBus.scala:39)
	org.apache.spark.scheduler.SparkListenerBus.doPostEvent$(SparkListenerBus.scala:28)
	org.apache.spark.scheduler.AsyncEventQueue.doPostEvent(AsyncEventQueue.scala:37)
	org.apache.spark.scheduler.AsyncEventQueue.doPostEvent(AsyncEventQueue.scala:37)
	org.apache.spark.util.ListenerBus.postToAll(ListenerBus.scala:117)
	org.apache.spark.util.ListenerBus.postToAll$(ListenerBus.scala:101)
	org.apache.spark.scheduler.AsyncEventQueue.super$postToAll(AsyncEventQueue.scala:105)
	org.apache.spark.scheduler.AsyncEventQueue.$anonfun$dispatch$1(AsyncEventQueue.scala:105)
	scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.java:23)
	scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
	org.apache.spark.scheduler.AsyncEventQueue.org$apache$spark$scheduler$AsyncEventQueue$$dispatch(AsyncEventQueue.scala:100)
	org.apache.spark.scheduler.AsyncEventQueue$$anon$2.$anonfun$run$1(AsyncEventQueue.scala:96)
	org.apache.spark.util.Utils$.tryOrStopSparkContext(Utils.scala:1381)
	org.apache.spark.scheduler.AsyncEventQueue$$anon$2.run(AsyncEventQueue.scala:96)
15:58:51.925 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:51.925 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:51.925 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.926 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:51.926 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:51.926 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.926 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:51.926 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:51.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:51.928 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:51.951 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323855077376000) for scanner KuduScanner(table=test, tablet=f85d4f534f2c4d0596acc217ec2c4fbd, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:51.961 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:51.965 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155851564094559470664995_0000_m_000000_0' to file:/tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806/_temporary/0/task_20260708155851564094559470664995_0000_m_000000
15:58:51.965 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_20260708155851564094559470664995_0000_m_000000_0: Committed
15:58:51.966 [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). 6346 bytes result sent to driver
15:58:51.967 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5120 bytes) taskResourceAssignments Map()
15:58:51.968 [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:58:51.968 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 77 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:51.980 [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:58:51.982 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c4e344e2412847b78b7a11a9bdae1bdb
15:58:51.984 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:51.984 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:51.984 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.984 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:51.984 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:51.985 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:51.993 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323855077376000) for scanner KuduScanner(table=test, tablet=6d26234d5a8640c6bf5aba919e14ccc6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:52.004 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:52.005 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:52.006 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:52.031 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:52.037 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558518910228608218287538_0000_m_000001_1' to file:/tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806/_temporary/0/task_202607081558518910228608218287538_0000_m_000001
15:58:52.037 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558518910228608218287538_0000_m_000001_1: Committed
15:58:52.038 [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). 6303 bytes result sent to driver
15:58:52.040 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 73 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:52.040 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.171 s
15:58:52.041 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:52.042 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:52.042 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:52.042 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.175047 s
15:58:52.059 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Write Job 62ac55ab-303a-4570-a292-928c8b3acbe2 committed.
15:58:52.061 [INFO - ForkJoinPool-124-worker-1] (Logging.scala:57) Finished processing stats for write job 62ac55ab-303a-4570-a292-928c8b3acbe2.
15:58:52.069 [INFO - ForkJoinPool-124-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806/.kudu-metadata.json
15:58:52.078 [INFO - ForkJoinPool-124-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:52.079 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4943309040099158927/
15:58:52.086 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test
15:58:52.087 [ERROR - ForkJoinPool-125-worker-1] (KuduRestore.scala:242) Failed to restore table missingTable
java.lang.RuntimeException: No valid backups found for table: missingTable
	at org.apache.kudu.backup.KuduRestore$.doRestore(KuduRestore.scala:93) ~[main/:?]
	at org.apache.kudu.backup.KuduRestore$.$anonfun$run$5(KuduRestore.scala:234) ~[main/:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.Try$.apply(Try.scala:213) ~[scala-library-2.12.15.jar:?]
	at org.apache.kudu.backup.KuduRestore$.$anonfun$run$4(KuduRestore.scala:234) ~[main/:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner(RemainsIterator.scala:116) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner$(RemainsIterator.scala:113) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.immutable.ParVector$ParVectorIterator.map2combiner(ParVector.scala:66) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.leaf(ParIterableLike.scala:1064) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.tryLeaf(ParIterableLike.scala:1061) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:389) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:719) ~[?:1.8.0_362]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync$(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.sync(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult(Tasks.scala:423) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult$(Tasks.scala:416) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTaskSupport.executeAndWaitResult(TaskSupport.scala:60) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.leaf(ParIterableLike.scala:968) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.tryLeaf(ParIterableLike.scala:963) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) [scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_362]
15:58:52.089 [INFO - ForkJoinPool-125-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806
15:58:52.090 [INFO - ForkJoinPool-125-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.091668 25243 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47110:
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:52.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:52.107 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9ec6576a0f8c4328aabe6ff01de87d84
15:58:52.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.113306 25550 tablet_service.cc:1467] Processing CreateTablet for tablet b84088abb67e417bb6218df3c9a85a4b (DEFAULT_TABLE table=test-restore [id=9ec6576a0f8c4328aabe6ff01de87d84]), partition=RANGE (key) PARTITION VALUES < 50
15:58:52.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.113659 25550 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b84088abb67e417bb6218df3c9a85a4b. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:52.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.116077 26009 tablet_bootstrap.cc:492] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845: Bootstrap starting.
15:58:52.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.117843 26009 tablet_bootstrap.cc:654] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845: Neither blocks nor log segments found. Creating new log.
15:58:52.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.119100 26009 tablet_bootstrap.cc:492] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845: No bootstrap required, opened a new log
15:58:52.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.119215 26009 ts_tablet_manager.cc:1397] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:52.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.119762 26009 raft_consensus.cc:348] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:52.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.119889 26009 raft_consensus.cc:374] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:52.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.119923 26009 raft_consensus.cc:729] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1a77be064264d5f9381647cabec8845, State: Initialized, Role: FOLLOWER
15:58:52.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.120061 26009 consensus_queue.cc:260] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [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: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:52.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.120193 26009 raft_consensus.cc:388] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:52.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.120231 26009 raft_consensus.cc:482] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:52.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.120280 26009 raft_consensus.cc:3037] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 0 FOLLOWER]: Advancing to term 1
15:58:52.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.121130 26009 raft_consensus.cc:504] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:52.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.121287 26009 leader_election.cc:302] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [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: d1a77be064264d5f9381647cabec8845; no voters: 
15:58:52.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.121425 26009 leader_election.cc:288] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:52.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.121709 26011 raft_consensus.cc:2781] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 1 FOLLOWER]: Leader election won for term 1
15:58:52.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.122001 26011 raft_consensus.cc:686] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [term 1 LEADER]: Becoming Leader. State: Replica: d1a77be064264d5f9381647cabec8845, State: Running, Role: LEADER
15:58:52.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.122210 26011 consensus_queue.cc:237] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 [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: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } }
15:58:52.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.121788 26009 ts_tablet_manager.cc:1428] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.124656 25243 catalog_manager.cc:5495] T b84088abb67e417bb6218df3c9a85a4b P d1a77be064264d5f9381647cabec8845 reported cstate change: term changed from 0 to 1, leader changed from <none> to d1a77be064264d5f9381647cabec8845 (127.24.156.129). New cstate: current_term: 1 leader_uuid: "d1a77be064264d5f9381647cabec8845" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d1a77be064264d5f9381647cabec8845" member_type: VOTER last_known_addr { host: "127.24.156.129" port: 35703 } health_report { overall_health: HEALTHY } } }
15:58:52.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.136711 25243 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:47110:
15:58:52.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:52.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.144716 25243 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2d9fa9673a134fb48c99d1d7e5b3b5db has no consensus state
15:58:52.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.150971 25685 tablet_service.cc:1467] Processing CreateTablet for tablet 2d9fa9673a134fb48c99d1d7e5b3b5db (DEFAULT_TABLE table=test-restore [id=9ec6576a0f8c4328aabe6ff01de87d84]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:52.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.151803 25685 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2d9fa9673a134fb48c99d1d7e5b3b5db. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:52.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.156935 26015 tablet_bootstrap.cc:492] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Bootstrap starting.
15:58:52.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.157951 26015 tablet_bootstrap.cc:654] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Neither blocks nor log segments found. Creating new log.
15:58:52.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.159070 26015 tablet_bootstrap.cc:492] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d: No bootstrap required, opened a new log
15:58:52.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.159173 26015 ts_tablet_manager.cc:1397] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:52.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.159696 26015 raft_consensus.cc:348] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:52.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.159816 26015 raft_consensus.cc:374] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:52.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.159849 26015 raft_consensus.cc:729] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceb97bf5d70d4e7e9a9aa0ca7d74284d, State: Initialized, Role: FOLLOWER
15:58:52.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.160008 26015 consensus_queue.cc:260] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [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: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:52.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.160120 26015 raft_consensus.cc:388] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:52.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.160154 26015 raft_consensus.cc:482] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:52.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.160202 26015 raft_consensus.cc:3037] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 0 FOLLOWER]: Advancing to term 1
15:58:52.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.161176 26015 raft_consensus.cc:504] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:52.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.161430 26015 leader_election.cc:302] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [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: ceb97bf5d70d4e7e9a9aa0ca7d74284d; no voters: 
15:58:52.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.161640 26015 leader_election.cc:288] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:52.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.161715 26017 raft_consensus.cc:2781] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 1 FOLLOWER]: Leader election won for term 1
15:58:52.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.162014 26017 raft_consensus.cc:686] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [term 1 LEADER]: Becoming Leader. State: Replica: ceb97bf5d70d4e7e9a9aa0ca7d74284d, State: Running, Role: LEADER
15:58:52.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.162052 26015 ts_tablet_manager.cc:1428] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:52.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.162541 26017 consensus_queue.cc:237] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d [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: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } }
15:58:52.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.165422 25243 catalog_manager.cc:5495] T 2d9fa9673a134fb48c99d1d7e5b3b5db P ceb97bf5d70d4e7e9a9aa0ca7d74284d reported cstate change: term changed from 0 to 1, leader changed from <none> to ceb97bf5d70d4e7e9a9aa0ca7d74284d (127.24.156.130). New cstate: current_term: 1 leader_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceb97bf5d70d4e7e9a9aa0ca7d74284d" member_type: VOTER last_known_addr { host: "127.24.156.130" port: 36521 } health_report { overall_health: HEALTHY } } }
15:58:52.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.176229 25243 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 2ac12d87c0654c50b66bf14748a544a5: test-restore [id=9ec6576a0f8c4328aabe6ff01de87d84] alter complete (version 0)
15:58:52.201 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:52.229 [INFO - ForkJoinPool-125-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:52.239 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:52.239 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:52.240 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:52.248 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:58:52.257 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:58:52.257 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33523 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:52.258 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Created broadcast 1 from toRdd at KuduRestore.scala:140
15:58:52.259 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402089 bytes, open cost is considered as scanning 4194304 bytes.
15:58:52.269 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:52.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:52.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (foreachPartition at KuduRestore.scala:140)
15:58:52.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:52.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:52.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (SQLExecutionRDD[8] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:52.272 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 29.1 KiB, free 1993.3 MiB)
15:58:52.274 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.3 MiB)
15:58:52.274 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33523 (size: 10.9 KiB, free: 1993.8 MiB)
15:58:52.275 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:52.275 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (SQLExecutionRDD[8] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:52.275 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:52.276 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:52.277 [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:58:52.280 [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:58:52.282 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9ec6576a0f8c4328aabe6ff01de87d84
15:58:52.283 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806/part-00001-530e8f30-a927-4a70-a193-ccaaf7ce942e-c000.snappy.parquet, range: 0-6750, partition values: [empty row]
15:58:52.292 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4943309040099158927/c4e344e2412847b78b7a11a9bdae1bdb-test/1783526331806/part-00000-530e8f30-a927-4a70-a193-ccaaf7ce942e-c000.snappy.parquet, range: 0-6731, partition values: [empty row]
15:58:52.294 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.295 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.295 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.295 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.296 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.296 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.296 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.296 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.297 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.297 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.297 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.297 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.298 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.298 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.298 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.300 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.300 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.300 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.300 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.301 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.301 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.301 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.301 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.302 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.302 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.302 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.302 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.303 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.303 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.303 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.303 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.304 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.304 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.304 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.304 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.304 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.305 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.305 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.305 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.306 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.306 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.306 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.306 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.307 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.307 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.308 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.308 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.308 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.309 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.309 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.309 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.309 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.310 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.310 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.310 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.310 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.310 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.311 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.311 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.311 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.311 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.312 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.312 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.312 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.312 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.313 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.313 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.313 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.314 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.314 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.314 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.314 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.314 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.315 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.315 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.315 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.315 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.315 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.315 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.316 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.316 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.316 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.316 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.317 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.317 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.317 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.317 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.318 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.318 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.318 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.318 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.318 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.319 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.319 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.319 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.319 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.320 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.320 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.320 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.320 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.320 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.321 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.321 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.321 [DEBUG - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@447d0655, flushNotification=Deferred@766320599(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:52.321 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.321 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.321 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.322 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.322 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.322 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.322 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.322 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.322 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.323 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.323 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.323 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.323 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.323 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.323 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.323 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.323 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.324 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.324 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.324 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.324 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.324 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.324 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.325 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.325 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.325 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.326 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.326 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.326 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.326 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.326 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.326 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.326 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.327 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.327 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.327 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.328 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.328 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.331 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.331 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.331 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.331 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.332 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.332 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.332 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.332 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.333 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.333 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.333 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.333 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.333 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.334 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.334 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.334 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.334 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.334 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.335 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.335 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.335 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.336 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.336 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.336 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.336 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.336 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.337 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.337 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.337 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.338 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.338 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.338 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.338 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.339 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.339 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.339 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.339 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.339 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.339 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.340 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.340 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.340 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.340 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.340 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.340 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.341 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.341 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.341 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.341 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.341 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.341 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.342 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.342 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.342 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.342 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.342 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.342 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.342 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.342 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.343 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.343 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.343 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.343 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.343 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.343 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.343 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.344 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.344 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.344 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.344 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.344 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.344 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.345 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b84088abb67e417bb6218df3c9a85a4b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:52.345 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2d9fa9673a134fb48c99d1d7e5b3b5db for table 'test-restore' with partition [0x80000032, <end>)
15:58:52.345 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b84088abb67e417bb6218df3c9a85a4b@[d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2d9fa9673a134fb48c99d1d7e5b3b5db@[ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)[L]]}]
15:58:52.346 [DEBUG - kudu-nio-0] (Connection.java:748) [peer ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)] connecting to peer
15:58:52.347 [DEBUG - kudu-nio-1] (Connection.java:757) [peer ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)] Successfully connected to peer
15:58:52.375 [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:58:52.377 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7e967ff3, L:/127.0.0.1:38934 - R:/127.24.156.130:36521] using TOKEN/null
15:58:52.387 [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). 5468 bytes result sent to driver
15:58:52.388 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 112 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:52.388 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:52.389 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (foreachPartition at KuduRestore.scala:140) finished in 0.118 s
15:58:52.389 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:52.389 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:52.389 [INFO - ForkJoinPool-125-worker-1] (Logging.scala:57) Job 1 finished: foreachPartition at KuduRestore.scala:140, took 0.120052 s
15:58:52.390 [INFO - ForkJoinPool-125-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:58:52.390 [ERROR - ForkJoinPool-125-worker-1] (KuduRestore.scala:250) Failed to restore table missingTable: Look back in the logs for the full exception. Error: Failure(java.lang.RuntimeException: No valid backups found for table: missingTable)
15:58:52.395 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:52.399 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:52.399 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:52.400 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:52.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:52.404 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:52.404 [DEBUG - main] (Connection.java:575) [peer master-127.24.156.188:41229(127.24.156.188:41229)] disconnecting while in state READY
15:58:52.404 [DEBUG - main] (Connection.java:575) [peer master-127.24.156.189:39163(127.24.156.189:39163)] disconnecting while in state READY
15:58:52.404 [DEBUG - main] (Connection.java:575) [peer d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)] disconnecting while in state READY
15:58:52.404 [DEBUG - main] (Connection.java:575) [peer ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)] disconnecting while in state READY
15:58:52.404 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.24.156.188:41229(127.24.156.188:41229)] handling channelInactive
15:58:52.405 [DEBUG - main] (Connection.java:575) [peer master-127.24.156.190:36753(127.24.156.190:36753)] disconnecting while in state READY
15:58:52.405 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.24.156.188:41229(127.24.156.188:41229)] cleaning up while in state READY due to: connection closed
15:58:52.405 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.156.189:39163(127.24.156.189:39163)] handling channelInactive
15:58:52.405 [DEBUG - main] (Connection.java:575) [peer aed6600233e840d48c70a606fb538d56(127.24.156.131:34015)] disconnecting while in state READY
15:58:52.405 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.156.189:39163(127.24.156.189:39163)] cleaning up while in state READY due to: connection closed
15:58:52.406 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.156.190:36753(127.24.156.190:36753)] handling channelInactive
15:58:52.406 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:52.406 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.156.190:36753(127.24.156.190:36753)] cleaning up while in state READY due to: connection closed
15:58:52.406 [DEBUG - kudu-nio-0] (Connection.java:239) [peer aed6600233e840d48c70a606fb538d56(127.24.156.131:34015)] handling channelInactive
15:58:52.406 [DEBUG - kudu-nio-0] (Connection.java:709) [peer aed6600233e840d48c70a606fb538d56(127.24.156.131:34015)] cleaning up while in state READY due to: connection closed
15:58:52.407 [DEBUG - kudu-nio-1] (Connection.java:239) [peer d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)] handling channelInactive
15:58:52.407 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 41 thread-local buffer(s) from thread: kudu-nio-0
15:58:52.407 [DEBUG - kudu-nio-1] (Connection.java:709) [peer d1a77be064264d5f9381647cabec8845(127.24.156.129:35703)] cleaning up while in state READY due to: connection closed
15:58:52.407 [DEBUG - kudu-nio-1] (Connection.java:239) [peer ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)] handling channelInactive
15:58:52.407 [DEBUG - kudu-nio-1] (Connection.java:709) [peer ceb97bf5d70d4e7e9a9aa0ca7d74284d(127.24.156.130:36521)] cleaning up while in state READY due to: connection closed
15:58:52.408 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 33 thread-local buffer(s) from thread: kudu-nio-1
15:58:52.415 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:52.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.416283 25202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 25488
15:58:52.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.423686 25202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 25623
15:58:52.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.429703 25202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 25758
15:58:52.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.435930 25202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 25213
15:58:52.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.442468 25202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 25284
15:58:52.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.449232 25202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 25354
15:58:52.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:52Z chronyd exiting
.15:58:52.514 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526332514
15:58:52.517 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:52.517 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:52.517 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:52.518 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:52.518 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:52.519 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576"
  extra_master_flags: "--master_support_ignore_operations=false"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:52.633 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:52.633 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.634420 26039 mini_oidc.cc:152] Starting JWKS server
15:58:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.636427 26039 webserver.cc:460] Webserver started at http://127.0.0.1:33639/ using document root <none> and password file <none>
15:58:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.636561 26039 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.636804 26039 webserver.cc:460] Webserver started at http://127.0.0.1:42177/ using document root <none> and password file <none>
15:58:52.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:52Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:52.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:52Z Disabled control of system clock
15:58:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.653702 26039 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal
15:58:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/logs
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data/info.pb
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.254:37671
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.254
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33639/jwks.json
15:58:52.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_support_ignore_operations=false with env {}
15:58:52.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.768036 26050 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:52.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.768361 26050 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:52.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.768419 26050 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:52.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.772655 26050 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:52.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.772799 26050 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:52.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.772830 26050 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:52.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.772852 26050 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:52.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.772876 26050 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:52.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.772893 26050 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33639/jwks.json
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.777923 26050 master_runner.cc:386] Master server non-default flags:
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_support_ignore_operations=false
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.254:37671
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33639/jwks.json
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data/info.pb
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.254
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26050
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/logs
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.779333 26050 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:58:52.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.780826 26050 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:52.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.789589 26055 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:58:52.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.789616 26058 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:58:52.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.789589 26056 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:58:52.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.789897 26050 server_base.cc:1034] running on GCE node
15:58:52.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.790568 26050 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:52.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.791839 26050 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:52.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.793067 26050 hybrid_clock.cc:648] HybridClock initialized: now 1783526332793028 us; error 49 us; skew 500 ppm
15:58:52.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.795432 26050 webserver.cc:460] Webserver started at http://127.25.109.254:43875/ using document root <none> and password file <none>
15:58:52.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.796116 26050 fs_manager.cc:359] Metadata directory not provided
15:58:52.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.796226 26050 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:52.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.796468 26050 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.798695 26050 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data/instance:
15:58:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d10da5f8116c48be9b8eedabe031bab2"
15:58:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:52 on dist-test-slave-vt7w"
15:58:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.799360 26050 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal/instance:
15:58:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d10da5f8116c48be9b8eedabe031bab2"
15:58:52.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:52 on dist-test-slave-vt7w"
15:58:52.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.803526 26050 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:58:52.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.806253 26064 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.807583 26050 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:58:52.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.807739 26050 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d10da5f8116c48be9b8eedabe031bab2"
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:52 on dist-test-slave-vt7w"
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.807863 26050 fs_report.cc:383] FS layout report
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data/data
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:52.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:52.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.819444 26050 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:52.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.820207 26050 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:58:52.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.820443 26050 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:52.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.827708 26050 rpc_server.cc:307] RPC server started. Bound to: 127.25.109.254:37671
15:58:52.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.827730 26116 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.25.109.254:37671 every 8 connection(s)
15:58:52.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.828794 26050 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/data/info.pb
15:58:52.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.830331 26039 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26050
15:58:52.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.830502 26039 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-0/wal/instance
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.832417 26039 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/logs
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data/info.pb
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:52.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.253:46323
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.253
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33639/jwks.json
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_support_ignore_operations=false with env {}
15:58:52.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.833134 26117 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:58:52.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.837011 26117 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } has no permanent_uuid. Determining permanent_uuid...
15:58:52.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.851136 26117 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } has no permanent_uuid. Determining permanent_uuid...
15:58:52.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.851990 26068 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.109.253:46323: connect: Connection refused (error 111)
15:58:52.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.852895 26117 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.253:46323: Network error: Client connection negotiation failed: client connection to 127.25.109.253:46323: connect: Connection refused (error 111)
15:58:52.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.902190 26117 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } attempt: 1
15:58:52.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.903831 26117 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.253:46323: Network error: Client connection negotiation failed: client connection to 127.25.109.253:46323: connect: Connection refused (error 111)
15:58:52.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.950410 26119 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:52.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.950696 26119 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:52.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.950735 26119 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:52.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.954864 26119 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:52.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.954936 26119 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:52.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.954954 26119 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:52.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.954970 26119 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:52.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.954986 26119 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:52.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.955000 26119 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33639/jwks.json
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.959794 26119 master_runner.cc:386] Master server non-default flags:
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_support_ignore_operations=false
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.253:46323
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33639/jwks.json
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data/info.pb
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.253
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26119
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/logs
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:52.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:52.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.960934 26119 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:58:52.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.962275 26119 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.970932 26127 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:58:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.970925 26128 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:58:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.970925 26130 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:58:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.971799 26119 server_base.cc:1034] running on GCE node
15:58:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.972043 26117 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } attempt: 2
15:58:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.972522 26119 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:52.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:52.973758 26117 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.253:46323: Network error: Client connection negotiation failed: client connection to 127.25.109.253:46323: connect: Connection refused (error 111)
15:58:52.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.974119 26119 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:52.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.975333 26119 hybrid_clock.cc:648] HybridClock initialized: now 1783526332975305 us; error 31 us; skew 500 ppm
15:58:52.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.977553 26119 webserver.cc:460] Webserver started at http://127.25.109.253:41385/ using document root <none> and password file <none>
15:58:52.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.978200 26119 fs_manager.cc:359] Metadata directory not provided
15:58:52.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.978302 26119 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:52.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.978528 26119 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:52.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.980600 26119 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data/instance:
15:58:52.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "62a7b89e7a4b4fb8a781681d56895f2a"
15:58:52.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:52 on dist-test-slave-vt7w"
15:58:52.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.981277 26119 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal/instance:
15:58:52.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "62a7b89e7a4b4fb8a781681d56895f2a"
15:58:52.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:52 on dist-test-slave-vt7w"
15:58:52.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.985206 26119 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:52.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.987622 26136 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.989091 26119 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.989262 26119 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "62a7b89e7a4b4fb8a781681d56895f2a"
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:52 on dist-test-slave-vt7w"
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:52.989415 26119 fs_report.cc:383] FS layout report
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data/data
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:53.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.015555 26119 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:53.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.016454 26119 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:58:53.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.016686 26119 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:53.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.024053 26119 rpc_server.cc:307] RPC server started. Bound to: 127.25.109.253:46323
15:58:53.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.024093 26188 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.25.109.253:46323 every 8 connection(s)
15:58:53.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.025166 26119 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/data/info.pb
15:58:53.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.028720 26189 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:58:53.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.029296 26039 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26119
15:58:53.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.029443 26039 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-1/wal/instance
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.030299 26039 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/logs
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data/info.pb
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.252:37999
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.252
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33639/jwks.json
15:58:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_support_ignore_operations=false with env {}
15:58:53.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.033522 26189 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.047878 26189 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.055966 26189 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.056885 26138 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.057830 26189 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.252:37999: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.064950 26117 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } attempt: 3
15:58:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.070868 26117 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.072548 26117 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.252:37999: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.103751 26117 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } attempt: 1
15:58:53.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.105470 26117 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.252:37999: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.107178 26189 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } attempt: 1
15:58:53.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.108680 26189 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.252:37999: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.159191 26191 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.159485 26191 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.159525 26191 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.163702 26191 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.163769 26191 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.163786 26191 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.163803 26191 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.163818 26191 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.163832 26191 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33639/jwks.json
15:58:53.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.168598 26191 master_runner.cc:386] Master server non-default flags:
15:58:53.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_support_ignore_operations=false
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.252:37999
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33639/jwks.json
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data/info.pb
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.252
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26191
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/logs
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:53.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.169767 26191 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:58:53.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.171118 26191 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:53.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.176923 26189 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } attempt: 2
15:58:53.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.178457 26189 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.252:37999: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.180258 26200 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:58:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.180260 26199 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:58:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.180260 26202 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:58:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.180500 26191 server_base.cc:1034] running on GCE node
15:58:53.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.180742 26117 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } attempt: 2
15:58:53.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.181728 26191 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:53.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.182169 26117 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.25.109.252:37999: Network error: Client connection negotiation failed: client connection to 127.25.109.252:37999: connect: Connection refused (error 111)
15:58:53.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.183023 26191 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:53.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.184213 26191 hybrid_clock.cc:648] HybridClock initialized: now 1783526333184192 us; error 30 us; skew 500 ppm
15:58:53.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.186230 26191 webserver.cc:460] Webserver started at http://127.25.109.252:32935/ using document root <none> and password file <none>
15:58:53.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.186779 26191 fs_manager.cc:359] Metadata directory not provided
15:58:53.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.186842 26191 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:53.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.187007 26191 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:53.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.189133 26191 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data/instance:
15:58:53.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bad507e92b95428590cd870e3f0296fb"
15:58:53.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.189680 26191 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal/instance:
15:58:53.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bad507e92b95428590cd870e3f0296fb"
15:58:53.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.193776 26191 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:53.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.196466 26208 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.198060 26191 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.198179 26191 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bad507e92b95428590cd870e3f0296fb"
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.198273 26191 fs_report.cc:383] FS layout report
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data/data
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:53.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.215713 26191 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.216423 26191 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:58:53.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.216643 26191 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.224433 26191 rpc_server.cc:307] RPC server started. Bound to: 127.25.109.252:37999
15:58:53.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.224483 26260 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.25.109.252:37999 every 8 connection(s)
15:58:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.225533 26191 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/data/info.pb
15:58:53.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.227880 26039 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26191
15:58:53.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.228012 26039 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/master-2/wal/instance
15:58:53.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.229041 26261 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:58:53.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.232831 26261 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.243135 26261 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.248415 26261 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } has no permanent_uuid. Determining permanent_uuid...
15:58:53.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.254871 26261 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: Bootstrap starting.
15:58:53.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.257294 26261 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: Neither blocks nor log segments found. Creating new log.
15:58:53.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.258225 26261 log.cc:824] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: Log is configured to *not* fsync() on all Append() calls
15:58:53.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.260263 26261 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: No bootstrap required, opened a new log
15:58:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.263584 26261 raft_consensus.cc:348] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.263803 26261 raft_consensus.cc:374] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.263837 26261 raft_consensus.cc:729] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bad507e92b95428590cd870e3f0296fb, State: Initialized, Role: FOLLOWER
15:58:53.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.264278 26261 consensus_queue.cc:260] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.264730 26270 sys_catalog.cc:455] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.264936 26270 sys_catalog.cc:458] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.265483 26261 sys_catalog.cc:564] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: configured and running, proceeding with master startup.
15:58:53.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.269661 26189 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } attempt: 3
15:58:53.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.270394 26281 catalog_manager.cc:1558] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:53.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.270569 26281 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:53.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.269032 26191 master_runner.cc:186] Error getting master registration for 127.25.109.254:37671: OK, instance_id { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" instance_seqno: 1783526332825810 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:53.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.272511 26191 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:53.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.277486 26189 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: Bootstrap starting.
15:58:53.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.279853 26189 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: Neither blocks nor log segments found. Creating new log.
15:58:53.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.281023 26189 log.cc:824] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: Log is configured to *not* fsync() on all Append() calls
15:58:53.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.281335 26117 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } attempt: 3
15:58:53.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.284013 26189 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: No bootstrap required, opened a new log
15:58:53.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.288403 26189 raft_consensus.cc:348] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.288681 26189 raft_consensus.cc:374] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:53.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.288731 26189 raft_consensus.cc:729] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 62a7b89e7a4b4fb8a781681d56895f2a, State: Initialized, Role: FOLLOWER
15:58:53.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.289285 26189 consensus_queue.cc:260] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.289773 26117 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: Bootstrap starting.
15:58:53.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.289835 26284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.289950 26284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.290712 26189 sys_catalog.cc:564] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [sys.catalog]: configured and running, proceeding with master startup.
15:58:53.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.292706 26117 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: Neither blocks nor log segments found. Creating new log.
15:58:53.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.294116 26117 log.cc:824] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: Log is configured to *not* fsync() on all Append() calls
15:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.297180 26295 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:53.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.297405 26295 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:53.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.295274 26119 master_runner.cc:186] Error getting master registration for 127.25.109.254:37671: OK, instance_id { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" instance_seqno: 1783526332825810 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:53.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.299010 26119 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:53.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.300843 26117 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: No bootstrap required, opened a new log
15:58:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.306030 26117 raft_consensus.cc:348] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.306337 26117 raft_consensus.cc:374] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.306389 26117 raft_consensus.cc:729] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d10da5f8116c48be9b8eedabe031bab2, State: Initialized, Role: FOLLOWER
15:58:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.306910 26117 consensus_queue.cc:260] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.307442 26298 sys_catalog.cc:455] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.307993 26298 sys_catalog.cc:458] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.308485 26117 sys_catalog.cc:564] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [sys.catalog]: configured and running, proceeding with master startup.
15:58:53.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.317479 26309 catalog_manager.cc:1558] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:53.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.317955 26309 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:53.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.318822 26050 master_runner.cc:263] No leader master found from master d10da5f8116c48be9b8eedabe031bab2
15:58:53.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.318914 26050 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:53.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.322242 26070 tablet.cc:2369] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:53.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.394713 26270 raft_consensus.cc:482] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.394955 26270 raft_consensus.cc:504] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.396116 26270 leader_election.cc:288] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d10da5f8116c48be9b8eedabe031bab2 (127.25.109.254:37671), 62a7b89e7a4b4fb8a781681d56895f2a (127.25.109.253:46323)
15:58:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.396891 26163 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bad507e92b95428590cd870e3f0296fb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" is_pre_election: true
15:58:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.397209 26163 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bad507e92b95428590cd870e3f0296fb in term 0.
15:58:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.397643 26212 leader_election.cc:302] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 62a7b89e7a4b4fb8a781681d56895f2a, bad507e92b95428590cd870e3f0296fb; no voters: 
15:58:53.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.398213 26270 raft_consensus.cc:2781] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:53.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.398304 26270 raft_consensus.cc:482] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:53.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.398344 26270 raft_consensus.cc:3037] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 0 FOLLOWER]: Advancing to term 1
15:58:53.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.399713 26270 raft_consensus.cc:504] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.401060 26090 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bad507e92b95428590cd870e3f0296fb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d10da5f8116c48be9b8eedabe031bab2"
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.401335 26090 raft_consensus.cc:3037] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 0 FOLLOWER]: Advancing to term 1
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.401614 26163 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bad507e92b95428590cd870e3f0296fb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "62a7b89e7a4b4fb8a781681d56895f2a"
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.401751 26163 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 0 FOLLOWER]: Advancing to term 1
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.402612 26090 raft_consensus.cc:2454] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bad507e92b95428590cd870e3f0296fb in term 1.
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.401062 26091 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bad507e92b95428590cd870e3f0296fb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d10da5f8116c48be9b8eedabe031bab2" is_pre_election: true
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.402952 26091 raft_consensus.cc:2362] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate bad507e92b95428590cd870e3f0296fb in term 1. Re-sending same reply.
15:58:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.403086 26163 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bad507e92b95428590cd870e3f0296fb in term 1.
15:58:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.401183 26270 leader_election.cc:288] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [CANDIDATE]: Term 1 election: Requested vote from peers d10da5f8116c48be9b8eedabe031bab2 (127.25.109.254:37671), 62a7b89e7a4b4fb8a781681d56895f2a (127.25.109.253:46323)
15:58:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.403513 26212 leader_election.cc:302] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [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: 62a7b89e7a4b4fb8a781681d56895f2a, bad507e92b95428590cd870e3f0296fb; no voters: 
15:58:53.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.404646 26270 raft_consensus.cc:2781] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 1 FOLLOWER]: Leader election won for term 1
15:58:53.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.404912 26270 raft_consensus.cc:686] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [term 1 LEADER]: Becoming Leader. State: Replica: bad507e92b95428590cd870e3f0296fb, State: Running, Role: LEADER
15:58:53.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.405287 26270 consensus_queue.cc:237] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [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: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } }
15:58:53.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.407495 26270 sys_catalog.cc:455] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: SysCatalogTable state changed. Reason: New leader bad507e92b95428590cd870e3f0296fb. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.407756 26270 sys_catalog.cc:458] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: This master's current role is: LEADER
15:58:53.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.409894 26313 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:53.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.411624 26313 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:53.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.419600 26163 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [term 1 FOLLOWER]: Refusing update from remote peer bad507e92b95428590cd870e3f0296fb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:53.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.420616 26311 consensus_queue.cc:1035] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [LEADER]: Connected to new peer: Peer: permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.425995 26284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [sys.catalog]: SysCatalogTable state changed. Reason: New leader bad507e92b95428590cd870e3f0296fb. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.426156 26284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.427630 26091 raft_consensus.cc:1261] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [term 1 FOLLOWER]: Refusing update from remote peer bad507e92b95428590cd870e3f0296fb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:53.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.428480 26311 consensus_queue.cc:1035] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:53.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.433058 26298 sys_catalog.cc:455] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader bad507e92b95428590cd870e3f0296fb. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.433240 26298 sys_catalog.cc:458] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.440647 26311 sys_catalog.cc:455] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.440858 26311 sys_catalog.cc:458] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: This master's current role is: LEADER
15:58:53.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.442972 26298 sys_catalog.cc:455] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.443121 26298 sys_catalog.cc:458] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2 [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.443918 26314 mvcc.cc:205] Tried to move back new op lower bound from 7305323861678309376 to 7305323861632593920. Current Snapshot: MvccSnapshot[applied={T|T < 7305323861678309376}]
15:58:53.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.445439 26270 sys_catalog.cc:455] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.445580 26270 sys_catalog.cc:458] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb [sys.catalog]: This master's current role is: LEADER
15:58:53.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.446911 26284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "bad507e92b95428590cd870e3f0296fb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d10da5f8116c48be9b8eedabe031bab2" member_type: VOTER last_known_addr { host: "127.25.109.254" port: 37671 } } peers { permanent_uuid: "62a7b89e7a4b4fb8a781681d56895f2a" member_type: VOTER last_known_addr { host: "127.25.109.253" port: 46323 } } peers { permanent_uuid: "bad507e92b95428590cd870e3f0296fb" member_type: VOTER last_known_addr { host: "127.25.109.252" port: 37999 } } }
15:58:53.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.447050 26284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a [sys.catalog]: This master's current role is: FOLLOWER
15:58:53.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.450322 26315 mvcc.cc:205] Tried to move back new op lower bound from 7305323861678309376 to 7305323861632593920. Current Snapshot: MvccSnapshot[applied={T|T < 7305323861678309376}]
15:58:53.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.459872 26313 catalog_manager.cc:1347] Generated new cluster ID: d436d675c1b843d9bc09621c6a8da63a
15:58:53.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.459962 26313 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:53.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.503911 26313 catalog_manager.cc:1370] Generated new certificate authority record
15:58:53.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.505431 26313 catalog_manager.cc:1504] Loading token signing keys...
15:58:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.516150 26313 catalog_manager.cc:5868] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: Generated new TSK 0
15:58:53.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.517204 26313 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.525172 26039 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/logs
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data/info.pb
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.193:0
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.25.109.193
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.193
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:53.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.655682 26322 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:53.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.655966 26322 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:53.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.656003 26322 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:53.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.660095 26322 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:53.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.660197 26322 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.25.109.193
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.665216 26322 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.193:0
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data/info.pb
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.193
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26322
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.25.109.193
15:58:53.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/logs
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:53.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.666483 26322 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:58:53.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.667940 26322 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.678190 26327 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:58:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.678190 26330 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:58:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.678373 26322 server_base.cc:1034] running on GCE node
15:58:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.678579 26328 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:58:53.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.678997 26322 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:53.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.679638 26322 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:53.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.680866 26322 hybrid_clock.cc:648] HybridClock initialized: now 1783526333680836 us; error 34 us; skew 500 ppm
15:58:53.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.683121 26322 webserver.cc:460] Webserver started at http://127.25.109.193:34915/ using document root <none> and password file <none>
15:58:53.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.683768 26322 fs_manager.cc:359] Metadata directory not provided
15:58:53.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.683867 26322 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:53.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.684146 26322 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.686226 26322 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data/instance:
15:58:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "132a11ef0c8e4dbd842643defe63cc26"
15:58:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.686822 26322 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal/instance:
15:58:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "132a11ef0c8e4dbd842643defe63cc26"
15:58:53.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.690834 26322 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
15:58:53.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.693972 26336 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.695314 26322 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.695453 26322 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "132a11ef0c8e4dbd842643defe63cc26"
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.695602 26322 fs_report.cc:383] FS layout report
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data/data
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:53.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:53.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.718658 26322 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:53.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.719444 26322 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:58:53.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.719668 26322 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:53.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.720288 26322 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.721347 26322 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.721417 26322 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.721474 26322 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.721500 26322 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:53.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.730271 26322 rpc_server.cc:307] RPC server started. Bound to: 127.25.109.193:36213
15:58:53.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.730295 26449 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.25.109.193:36213 every 8 connection(s)
15:58:53.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.731235 26322 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/data/info.pb
15:58:53.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.731792 26039 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26322
15:58:53.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.731910 26039 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-0/wal/instance
15:58:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.735049 26039 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/logs
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data/info.pb
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.194:0
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.25.109.194
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.194
15:58:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.747711 26451 heartbeater.cc:347] Connected to a master server at 127.25.109.254:37671
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.747720 26450 heartbeater.cc:347] Connected to a master server at 127.25.109.252:37999
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.747712 26452 heartbeater.cc:347] Connected to a master server at 127.25.109.253:46323
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.748013 26450 heartbeater.cc:464] Registering TS with master...
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.748011 26452 heartbeater.cc:464] Registering TS with master...
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.748011 26451 heartbeater.cc:464] Registering TS with master...
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.748821 26452 heartbeater.cc:511] Master 127.25.109.253:46323 requested a full tablet report, sending...
15:58:53.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.748813 26450 heartbeater.cc:511] Master 127.25.109.252:37999 requested a full tablet report, sending...
15:58:53.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.748816 26451 heartbeater.cc:511] Master 127.25.109.254:37671 requested a full tablet report, sending...
15:58:53.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.750609 26225 ts_manager.cc:194] Registered new tserver with Master: 132a11ef0c8e4dbd842643defe63cc26 (127.25.109.193:36213)
15:58:53.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.750609 26153 ts_manager.cc:194] Registered new tserver with Master: 132a11ef0c8e4dbd842643defe63cc26 (127.25.109.193:36213)
15:58:53.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.750609 26081 ts_manager.cc:194] Registered new tserver with Master: 132a11ef0c8e4dbd842643defe63cc26 (127.25.109.193:36213)
15:58:53.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.752174 26225 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.25.109.193:60521
15:58:53.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.857381 26457 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:53.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.857661 26457 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:53.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.857697 26457 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:53.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.861814 26457 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.861917 26457 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.25.109.194
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.866974 26457 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.194:0
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data/info.pb
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.194
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26457
15:58:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.25.109.194
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/logs
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:53.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.868136 26457 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:58:53.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.869570 26457 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:53.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.880007 26462 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:58:53.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.880020 26463 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:58:53.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.880102 26457 server_base.cc:1034] running on GCE node
15:58:53.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:53.880019 26465 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:58:53.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.880956 26457 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:53.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.881810 26457 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:53.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.883028 26457 hybrid_clock.cc:648] HybridClock initialized: now 1783526333882996 us; error 49 us; skew 500 ppm
15:58:53.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.885644 26457 webserver.cc:460] Webserver started at http://127.25.109.194:36707/ using document root <none> and password file <none>
15:58:53.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.886381 26457 fs_manager.cc:359] Metadata directory not provided
15:58:53.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.886476 26457 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:53.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.886715 26457 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.888975 26457 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data/instance:
15:58:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f6f6e6d875c744528e650b473534f655"
15:58:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.889487 26457 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal/instance:
15:58:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f6f6e6d875c744528e650b473534f655"
15:58:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.893800 26457 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:53.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.896450 26471 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.898046 26457 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.898197 26457 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f6f6e6d875c744528e650b473534f655"
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:53 on dist-test-slave-vt7w"
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.898303 26457 fs_report.cc:383] FS layout report
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data/data
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:53.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:53.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.913681 26457 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:53.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.914372 26457 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:58:53.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.914527 26457 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:53.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.915072 26457 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:53.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.916038 26457 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:53.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.916086 26457 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:53.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.916127 26457 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:53.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.916143 26457 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:53.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.926450 26457 rpc_server.cc:307] RPC server started. Bound to: 127.25.109.194:40757
15:58:53.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.927124 26584 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.25.109.194:40757 every 8 connection(s)
15:58:53.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.928107 26457 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/data/info.pb
15:58:53.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.932349 26039 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26457
15:58:53.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.932454 26039 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-1/wal/instance
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.935842 26039 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/logs
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data/info.pb
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.195:0
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.25.109.195
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.195
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:53.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.944068 26587 heartbeater.cc:347] Connected to a master server at 127.25.109.253:46323
15:58:53.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.944092 26585 heartbeater.cc:347] Connected to a master server at 127.25.109.252:37999
15:58:53.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.944396 26587 heartbeater.cc:464] Registering TS with master...
15:58:53.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.944396 26585 heartbeater.cc:464] Registering TS with master...
15:58:53.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.944060 26586 heartbeater.cc:347] Connected to a master server at 127.25.109.254:37671
15:58:53.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.944976 26586 heartbeater.cc:464] Registering TS with master...
15:58:53.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.945143 26586 heartbeater.cc:511] Master 127.25.109.254:37671 requested a full tablet report, sending...
15:58:53.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.945147 26585 heartbeater.cc:511] Master 127.25.109.252:37999 requested a full tablet report, sending...
15:58:53.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.945152 26587 heartbeater.cc:511] Master 127.25.109.253:46323 requested a full tablet report, sending...
15:58:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.946341 26225 ts_manager.cc:194] Registered new tserver with Master: f6f6e6d875c744528e650b473534f655 (127.25.109.194:40757)
15:58:53.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.946520 26153 ts_manager.cc:194] Registered new tserver with Master: f6f6e6d875c744528e650b473534f655 (127.25.109.194:40757)
15:58:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.947110 26225 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.25.109.194:45367
15:58:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:53.947676 26081 ts_manager.cc:194] Registered new tserver with Master: f6f6e6d875c744528e650b473534f655 (127.25.109.194:40757)
15:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.055167 26592 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.055459 26592 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:54.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.055496 26592 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:54.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.059680 26592 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:54.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.059790 26592 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.25.109.195
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.064543 26592 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.109.212:36171
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data
15:58:54.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.109.195:0
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data/info.pb
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.109.195
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.25.109.254:37671,127.25.109.253:46323,127.25.109.252:37999
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26592
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.25.109.195
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/logs
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:54.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.065783 26592 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:58:54.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.067399 26592 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:54.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.077226 26598 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:58:54.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.077216 26597 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:58:54.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:54.077216 26600 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:58:54.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.077559 26592 server_base.cc:1034] running on GCE node
15:58:54.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.078099 26592 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:54.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.078712 26592 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:54.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.079879 26592 hybrid_clock.cc:648] HybridClock initialized: now 1783526334079859 us; error 36 us; skew 500 ppm
15:58:54.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.082103 26592 webserver.cc:460] Webserver started at http://127.25.109.195:46033/ using document root <none> and password file <none>
15:58:54.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.082733 26592 fs_manager.cc:359] Metadata directory not provided
15:58:54.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.082837 26592 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:54.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.083062 26592 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.085192 26592 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data/instance:
15:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6cf51d2cfd784bc894b5939b09d7ac97"
15:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:54 on dist-test-slave-vt7w"
15:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.085834 26592 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal/instance:
15:58:54.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6cf51d2cfd784bc894b5939b09d7ac97"
15:58:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:54 on dist-test-slave-vt7w"
15:58:54.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.089651 26592 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:58:54.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.092438 26607 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.093941 26592 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.094084 26592 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6cf51d2cfd784bc894b5939b09d7ac97"
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:54 on dist-test-slave-vt7w"
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.094231 26592 fs_report.cc:383] FS layout report
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data/data
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:54.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:54.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.110816 26592 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:54.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.111604 26592 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:58:54.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.111832 26592 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:54.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.112449 26592 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:54.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.113523 26592 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:54.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.113605 26592 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:54.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.113672 26592 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:54.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.113699 26592 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:54.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.122812 26592 rpc_server.cc:307] RPC server started. Bound to: 127.25.109.195:35433
15:58:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.122876 26720 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.25.109.195:35433 every 8 connection(s)
15:58:54.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.123777 26592 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/data/info.pb
15:58:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.132807 26039 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26592
15:58:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.132926 26039 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster1455798379027390576/ts-2/wal/instance
15:58:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.136826 26722 heartbeater.cc:347] Connected to a master server at 127.25.109.254:37671
15:58:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.136858 26723 heartbeater.cc:347] Connected to a master server at 127.25.109.253:46323
15:58:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.136850 26721 heartbeater.cc:347] Connected to a master server at 127.25.109.252:37999
15:58:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.137310 26723 heartbeater.cc:464] Registering TS with master...
15:58:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.137307 26722 heartbeater.cc:464] Registering TS with master...
15:58:54.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.137307 26721 heartbeater.cc:464] Registering TS with master...
15:58:54.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.138046 26723 heartbeater.cc:511] Master 127.25.109.253:46323 requested a full tablet report, sending...
15:58:54.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.138041 26722 heartbeater.cc:511] Master 127.25.109.254:37671 requested a full tablet report, sending...
15:58:54.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.138041 26721 heartbeater.cc:511] Master 127.25.109.252:37999 requested a full tablet report, sending...
15:58:54.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.139240 26080 ts_manager.cc:194] Registered new tserver with Master: 6cf51d2cfd784bc894b5939b09d7ac97 (127.25.109.195:35433)
15:58:54.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.139394 26153 ts_manager.cc:194] Registered new tserver with Master: 6cf51d2cfd784bc894b5939b09d7ac97 (127.25.109.195:35433)
15:58:54.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.139873 26225 ts_manager.cc:194] Registered new tserver with Master: 6cf51d2cfd784bc894b5939b09d7ac97 (127.25.109.195:35433)
15:58:54.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.140446 26225 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.25.109.195:46339
15:58:54.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.155323 26039 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:54.156 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:54.156 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:54.157 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.109.254"
      port: 37671
    }
    bound_http_address {
      host: "127.25.109.254"
      port: 43875
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.109.253"
      port: 46323
    }
    bound_http_address {
      host: "127.25.109.253"
      port: 41385
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.109.252"
      port: 37999
    }
    bound_http_address {
      host: "127.25.109.252"
      port: 32935
    }
  }
}

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

15:58:54.157 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.109.193"
      port: 36213
    }
    bound_http_address {
      host: "127.25.109.193"
      port: 34915
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.109.194"
      port: 40757
    }
    bound_http_address {
      host: "127.25.109.194"
      port: 36707
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.109.195"
      port: 35433
    }
    bound_http_address {
      host: "127.25.109.195"
      port: 46033
    }
  }
}

15:58:54.158 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:54.159 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:54.160 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:54.161 [INFO - main] (Logging.scala:57) ==============================================================
15:58:54.161 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:54.161 [INFO - main] (Logging.scala:57) ==============================================================
15:58:54.161 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:54.162 [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:58:54.162 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:54.162 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:54.163 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:54.163 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:54.164 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:54.164 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:54.164 [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:58:54.184 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 35323.
15:58:54.186 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:54.187 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:54.188 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:54.188 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:54.188 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:54.189 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-3a88f7be-0507-4589-bfa4-447059124763
15:58:54.189 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:54.193 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:54.220 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:54.224 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 38053.
15:58:54.224 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:38053
15:58:54.225 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:54.225 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38053, None)
15:58:54.225 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:38053 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38053, None)
15:58:54.226 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38053, None)
15:58:54.226 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 38053, None)
15:58:54.235 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:54.245 [DEBUG - main] (Connection.java:748) [peer master-127.25.109.253:46323(127.25.109.253:46323)] connecting to peer
15:58:54.246 [DEBUG - main] (Connection.java:748) [peer master-127.25.109.254:37671(127.25.109.254:37671)] connecting to peer
15:58:54.246 [DEBUG - main] (Connection.java:748) [peer master-127.25.109.252:37999(127.25.109.252:37999)] connecting to peer
15:58:54.246 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.109.253:46323(127.25.109.253:46323)] Successfully connected to peer
15:58:54.248 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.109.254:37671(127.25.109.254:37671)] Successfully connected to peer
15:58:54.248 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.25.109.253
15:58:54.249 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.25.109.254
15:58:54.252 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.109.252:37999(127.25.109.252:37999)] Successfully connected to peer
15:58:54.258 [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:58:54.259 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3f967566, L:/127.0.0.1:60170 - R:/127.25.109.254:37671] using SASL/PLAIN
15:58:54.260 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.25.109.252
15:58:54.264 [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:58:54.272 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd3c7a3f2, L:/127.0.0.1:55874 - R:/127.25.109.253:46323] using SASL/PLAIN
15:58:54.272 [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:58:54.273 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xcd5fb7ef, L:/127.0.0.1:42334 - R:/127.25.109.252:37999] using SASL/PLAIN
15:58:54.275 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.277118 26225 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42334:
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:54.281 [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:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:54.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:54.289 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:54.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.300436 26295 catalog_manager.cc:1259] Loaded cluster ID: d436d675c1b843d9bc09621c6a8da63a
15:58:54.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.300525 26295 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: loading cluster ID for follower catalog manager: success
15:58:54.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.303243 26295 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: acquiring CA information for follower catalog manager: success
15:58:54.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.303184 26655 tablet_service.cc:1467] Processing CreateTablet for tablet aef452c158854e3a9674497db0016c43 (DEFAULT_TABLE table=test [id=401998e8c0464d3eb1f91f7e3334be4a]), partition=RANGE (key) PARTITION VALUES < 50
15:58:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.305001 26295 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 62a7b89e7a4b4fb8a781681d56895f2a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.305042 26655 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet aef452c158854e3a9674497db0016c43. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:54.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.305495 26519 tablet_service.cc:1467] Processing CreateTablet for tablet 9be878063b0e40829e5df37b3900eb29 (DEFAULT_TABLE table=test [id=401998e8c0464d3eb1f91f7e3334be4a]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:54.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.306887 26519 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9be878063b0e40829e5df37b3900eb29. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:54.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.311692 26771 tablet_bootstrap.cc:492] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97: Bootstrap starting.
15:58:54.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.313930 26772 tablet_bootstrap.cc:492] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655: Bootstrap starting.
15:58:54.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.314713 26771 tablet_bootstrap.cc:654] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97: Neither blocks nor log segments found. Creating new log.
15:58:54.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.315397 26771 log.cc:824] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97: Log is configured to *not* fsync() on all Append() calls
15:58:54.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.316073 26772 tablet_bootstrap.cc:654] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655: Neither blocks nor log segments found. Creating new log.
15:58:54.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.317114 26771 tablet_bootstrap.cc:492] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97: No bootstrap required, opened a new log
15:58:54.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.317271 26771 ts_tablet_manager.cc:1397] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.001s
15:58:54.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.317358 26772 log.cc:824] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655: Log is configured to *not* fsync() on all Append() calls
15:58:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.319069 26772 tablet_bootstrap.cc:492] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655: No bootstrap required, opened a new log
15:58:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.319294 26772 ts_tablet_manager.cc:1397] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:58:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.319471 26309 catalog_manager.cc:1259] Loaded cluster ID: d436d675c1b843d9bc09621c6a8da63a
15:58:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.319538 26309 catalog_manager.cc:1552] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: loading cluster ID for follower catalog manager: success
15:58:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.320952 26771 raft_consensus.cc:348] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6cf51d2cfd784bc894b5939b09d7ac97" member_type: VOTER last_known_addr { host: "127.25.109.195" port: 35433 } }
15:58:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321198 26771 raft_consensus.cc:374] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321238 26771 raft_consensus.cc:729] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf51d2cfd784bc894b5939b09d7ac97, State: Initialized, Role: FOLLOWER
15:58:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321676 26771 consensus_queue.cc:260] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [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: "6cf51d2cfd784bc894b5939b09d7ac97" member_type: VOTER last_known_addr { host: "127.25.109.195" port: 35433 } }
15:58:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321822 26309 catalog_manager.cc:1574] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: acquiring CA information for follower catalog manager: success
15:58:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321843 26771 raft_consensus.cc:388] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321902 26771 raft_consensus.cc:482] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.321987 26771 raft_consensus.cc:3037] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 0 FOLLOWER]: Advancing to term 1
15:58:54.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.322570 26772 raft_consensus.cc:348] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.322809 26772 raft_consensus.cc:374] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.322867 26772 raft_consensus.cc:729] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6f6e6d875c744528e650b473534f655, State: Initialized, Role: FOLLOWER
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323040 26771 raft_consensus.cc:504] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6cf51d2cfd784bc894b5939b09d7ac97" member_type: VOTER last_known_addr { host: "127.25.109.195" port: 35433 } }
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323307 26309 catalog_manager.cc:1602] T 00000000000000000000000000000000 P d10da5f8116c48be9b8eedabe031bab2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323335 26772 consensus_queue.cc:260] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [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: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323381 26771 leader_election.cc:302] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [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: 6cf51d2cfd784bc894b5939b09d7ac97; no voters: 
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323494 26772 raft_consensus.cc:388] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323559 26772 raft_consensus.cc:482] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323671 26772 raft_consensus.cc:3037] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Advancing to term 1
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323704 26771 leader_election.cc:288] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323774 26775 raft_consensus.cc:2781] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 1 FOLLOWER]: Leader election won for term 1
15:58:54.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.323966 26775 raft_consensus.cc:686] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [term 1 LEADER]: Becoming Leader. State: Replica: 6cf51d2cfd784bc894b5939b09d7ac97, State: Running, Role: LEADER
15:58:54.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.324379 26775 consensus_queue.cc:237] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 [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: "6cf51d2cfd784bc894b5939b09d7ac97" member_type: VOTER last_known_addr { host: "127.25.109.195" port: 35433 } }
15:58:54.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.324421 26721 heartbeater.cc:503] Master 127.25.109.252:37999 was elected leader, sending a full tablet report...
15:58:54.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.324863 26772 raft_consensus.cc:504] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:54.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.324898 26771 ts_tablet_manager.cc:1428] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
15:58:54.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.325292 26772 leader_election.cc:302] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [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: f6f6e6d875c744528e650b473534f655; no voters: 
15:58:54.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.325636 26772 leader_election.cc:288] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:54.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.325692 26778 raft_consensus.cc:2781] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 1 FOLLOWER]: Leader election won for term 1
15:58:54.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.325883 26778 raft_consensus.cc:686] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [term 1 LEADER]: Becoming Leader. State: Replica: f6f6e6d875c744528e650b473534f655, State: Running, Role: LEADER
15:58:54.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.326247 26585 heartbeater.cc:503] Master 127.25.109.252:37999 was elected leader, sending a full tablet report...
15:58:54.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.326757 26778 consensus_queue.cc:237] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 [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: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:54.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.327558 26772 ts_tablet_manager.cc:1428] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
15:58:54.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.329176 26225 catalog_manager.cc:5495] T aef452c158854e3a9674497db0016c43 P 6cf51d2cfd784bc894b5939b09d7ac97 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cf51d2cfd784bc894b5939b09d7ac97 (127.25.109.195). New cstate: current_term: 1 leader_uuid: "6cf51d2cfd784bc894b5939b09d7ac97" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6cf51d2cfd784bc894b5939b09d7ac97" member_type: VOTER last_known_addr { host: "127.25.109.195" port: 35433 } health_report { overall_health: HEALTHY } } }
15:58:54.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.329957 26224 catalog_manager.cc:5495] T 9be878063b0e40829e5df37b3900eb29 P f6f6e6d875c744528e650b473534f655 reported cstate change: term changed from 0 to 1, leader changed from <none> to f6f6e6d875c744528e650b473534f655 (127.25.109.194). New cstate: current_term: 1 leader_uuid: "f6f6e6d875c744528e650b473534f655" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } health_report { overall_health: HEALTHY } } }
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.348141 26224 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42334:
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:54.354 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 91cdfcaa6eca4b15885f567a533900f2
15:58:54.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.363638 26384 tablet_service.cc:1467] Processing CreateTablet for tablet 48ee8f0c52e9482a96770e5173e325b9 (DEFAULT_TABLE table=simple-test [id=91cdfcaa6eca4b15885f567a533900f2]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:54.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.364688 26384 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 48ee8f0c52e9482a96770e5173e325b9. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:54.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.370533 26786 tablet_bootstrap.cc:492] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26: Bootstrap starting.
15:58:54.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.372588 26786 tablet_bootstrap.cc:654] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26: Neither blocks nor log segments found. Creating new log.
15:58:54.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.373409 26786 log.cc:824] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26: Log is configured to *not* fsync() on all Append() calls
15:58:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.375128 26786 tablet_bootstrap.cc:492] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26: No bootstrap required, opened a new log
15:58:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.375298 26786 ts_tablet_manager.cc:1397] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26: Time spent bootstrapping tablet: real 0.005s	user 0.000s	sys 0.003s
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.378669 26786 raft_consensus.cc:348] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.378903 26786 raft_consensus.cc:374] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.378938 26786 raft_consensus.cc:729] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 132a11ef0c8e4dbd842643defe63cc26, State: Initialized, Role: FOLLOWER
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.379348 26786 consensus_queue.cc:260] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [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: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.379480 26786 raft_consensus.cc:388] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.379524 26786 raft_consensus.cc:482] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:54.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.379590 26786 raft_consensus.cc:3037] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Advancing to term 1
15:58:54.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.380414 26786 raft_consensus.cc:504] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:54.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.380716 26786 leader_election.cc:302] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [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: 132a11ef0c8e4dbd842643defe63cc26; no voters: 
15:58:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.381070 26786 leader_election.cc:288] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.381286 26788 raft_consensus.cc:2781] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 1 FOLLOWER]: Leader election won for term 1
15:58:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.381546 26788 raft_consensus.cc:686] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [term 1 LEADER]: Becoming Leader. State: Replica: 132a11ef0c8e4dbd842643defe63cc26, State: Running, Role: LEADER
15:58:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.381712 26450 heartbeater.cc:503] Master 127.25.109.252:37999 was elected leader, sending a full tablet report...
15:58:54.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.381951 26788 consensus_queue.cc:237] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 [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: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:54.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.382107 26786 ts_tablet_manager.cc:1428] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:58:54.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:54.385661 26224 catalog_manager.cc:5495] T 48ee8f0c52e9482a96770e5173e325b9 P 132a11ef0c8e4dbd842643defe63cc26 reported cstate change: term changed from 0 to 1, leader changed from <none> to 132a11ef0c8e4dbd842643defe63cc26 (127.25.109.193). New cstate: current_term: 1 leader_uuid: "132a11ef0c8e4dbd842643defe63cc26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } health_report { overall_health: HEALTHY } } }
15:58:54.408 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526334407
15:58:54.411 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet aef452c158854e3a9674497db0016c43 for table 'test' with partition [<start>, 0x80000032)
15:58:54.411 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9be878063b0e40829e5df37b3900eb29 for table 'test' with partition [0x80000032, <end>)
15:58:54.411 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=aef452c158854e3a9674497db0016c43@[6cf51d2cfd784bc894b5939b09d7ac97(127.25.109.195:35433)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=9be878063b0e40829e5df37b3900eb29@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:54.411 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.25.109.252:37999, [2ms] Sub RPC GetTableLocations: received response from server master-127.25.109.252:37999: OK, deferred=null) after lookup
15:58:54.412 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 6cf51d2cfd784bc894b5939b09d7ac97(127.25.109.195:35433)] connecting to peer
15:58:54.413 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 6cf51d2cfd784bc894b5939b09d7ac97(127.25.109.195:35433)] Successfully connected to peer
15:58:54.423 [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:58:54.425 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x0bba3377, L:/127.0.0.1:37628 - R:/127.25.109.195:35433] using TOKEN/null
15:58:54.557 [DEBUG - main] (Connection.java:748) [peer f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)] connecting to peer
15:58:54.558 [DEBUG - kudu-nio-0] (Connection.java:757) [peer f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)] Successfully connected to peer
15:58:54.570 [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:58:54.571 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xcbbca468, L:/127.0.0.1:56928 - R:/127.25.109.194:40757] using TOKEN/null
15:58:54.702 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526334702
15:58:54.703 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526334701120
15:58:54.703 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:54.703 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6890541436043418876/
15:58:54.707 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:54.708 [INFO - ForkJoinPool-128-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703
15:58:54.708 [INFO - ForkJoinPool-128-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:54.708 [INFO - ForkJoinPool-128-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:54.708 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:54.709 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:54.727 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.728 [INFO - ForkJoinPool-128-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:54.728 [INFO - ForkJoinPool-128-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:54.728 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.728 [INFO - ForkJoinPool-128-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:54.728 [INFO - ForkJoinPool-128-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:54.729 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.758 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:54.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:54.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:54.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:54.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:54.759 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:54.778 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:54.781 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:54.782 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:54.782 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:54.783 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:54.783 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:54.785 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5120 bytes) taskResourceAssignments Map()
15:58:54.786 [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:58:54.798 [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:58:54.801 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:54.802 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:54.802 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:54.802 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.802 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:54.803 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:54.804 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:54.804 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:54.804 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:54.825 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323866943488000) for scanner KuduScanner(table=test, tablet=aef452c158854e3a9674497db0016c43, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:54.839 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:54.843 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558544197030813973287027_0000_m_000000_0' to file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/_temporary/0/task_202607081558544197030813973287027_0000_m_000000
15:58:54.843 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558544197030813973287027_0000_m_000000_0: Committed
15:58:54.845 [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). 6303 bytes result sent to driver
15:58:54.846 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5120 bytes) taskResourceAssignments Map()
15:58:54.847 [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:58:54.849 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:54.856 [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:58:54.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:54.859 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:54.859 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:54.859 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.860 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:54.860 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:54.860 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:54.868 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323866943488000) for scanner KuduScanner(table=test, tablet=9be878063b0e40829e5df37b3900eb29, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:54.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:54.882 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:54.882 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:54.882 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:54.882 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:54.884 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:54.932 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:54.936 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558543811093337260676150_0000_m_000001_1' to file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/_temporary/0/task_202607081558543811093337260676150_0000_m_000001
15:58:54.937 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558543811093337260676150_0000_m_000001_1: Committed
15:58:54.938 [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). 6346 bytes result sent to driver
15:58:54.950 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 104 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:54.950 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:54.951 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.191 s
15:58:54.951 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:54.951 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:54.952 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.193966 s
15:58:54.966 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Write Job b13af3e4-8b99-4506-87c5-a97ce7fbc7d3 committed.
15:58:54.966 [INFO - ForkJoinPool-128-worker-1] (Logging.scala:57) Finished processing stats for write job b13af3e4-8b99-4506-87c5-a97ce7fbc7d3.
15:58:54.969 [INFO - ForkJoinPool-128-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/.kudu-metadata.json
15:58:54.987 [INFO - ForkJoinPool-128-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:54.989 [DEBUG - main] (Connection.java:748) [peer master-127.25.109.253:46323(127.25.109.253:46323)] connecting to peer
15:58:54.990 [DEBUG - main] (Connection.java:748) [peer master-127.25.109.254:37671(127.25.109.254:37671)] connecting to peer
15:58:54.991 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.109.253:46323(127.25.109.253:46323)] Successfully connected to peer
15:58:54.994 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.25.109.253
15:58:55.001 [DEBUG - main] (Connection.java:748) [peer master-127.25.109.252:37999(127.25.109.252:37999)] connecting to peer
15:58:55.003 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.109.254:37671(127.25.109.254:37671)] Successfully connected to peer
15:58:55.016 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.25.109.254
15:58:55.029 [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:58:55.030 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.109.252:37999(127.25.109.252:37999)] Successfully connected to peer
15:58:55.035 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xacb79570, L:/127.0.0.1:55888 - R:/127.25.109.253:46323] using SASL/PLAIN
15:58:55.037 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.25.109.252
15:58:55.043 [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:58:55.049 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1727d66f, L:/127.0.0.1:60184 - R:/127.25.109.254:37671] using SASL/PLAIN
15:58:55.055 [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:58:55.057 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5bfd3e60, L:/127.0.0.1:42340 - R:/127.25.109.252:37999] using SASL/PLAIN
15:58:55.059 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:55.060 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=71), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.25.109.253:46323, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.25.109.254:37671, [13ms] Sub RPC ConnectToMaster: sending RPC to server master-127.25.109.252:37999, [48ms] Sub RPC ConnectToMaster: received response from server master-127.25.109.253:46323: OK, [63ms] Sub RPC ConnectToMaster: received response from server master-127.25.109.254:37671: OK, [70ms] Sub RPC ConnectToMaster: received response from server master-127.25.109.252:37999: OK, deferred=null) after lookup
15:58:55.063 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:55.071 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:55.086 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:55.087 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:55.087 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:55.104 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:58:55.118 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:58:55.119 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:55.120 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:55.120 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402092 bytes, open cost is considered as scanning 4194304 bytes.
15:58:55.133 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:55.133 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:55.133 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:55.133 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:55.134 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:55.134 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:55.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:58:55.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:58:55.138 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:55.138 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:55.139 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:55.139 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:55.140 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:55.140 [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:58:55.142 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/part-00001-2106b836-c10a-4e05-931c-72184d4ea26c-c000.snappy.parquet, range: 0-6752, partition values: [empty row]
15:58:55.147 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/part-00000-2106b836-c10a-4e05-931c-72184d4ea26c-c000.snappy.parquet, range: 0-6732, partition values: [empty row]
15:58:55.152 [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). 8611 bytes result sent to driver
15:58:55.153 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:55.153 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:55.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.019 s
15:58:55.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:55.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:55.154 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.020697 s
15:58:55.415 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526335415
15:58:55.415 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526335414330
15:58:55.415 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:55.415 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6890541436043418876/
15:58:55.423 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test
15:58:55.426 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:55.426 [INFO - ForkJoinPool-131-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416
15:58:55.426 [INFO - ForkJoinPool-131-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:55.426 [INFO - ForkJoinPool-131-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526334703 from backup in path: file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703
15:58:55.443 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.444 [INFO - ForkJoinPool-131-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:55.444 [INFO - ForkJoinPool-131-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:55.445 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.445 [INFO - ForkJoinPool-131-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:55.445 [INFO - ForkJoinPool-131-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:55.445 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.478 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:55.479 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:58:55.479 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:55.479 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:55.479 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:55.479 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:55.498 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.6 KiB, free 1993.1 MiB)
15:58:55.502 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.0 MiB)
15:58:55.502 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 66.7 KiB, free: 1993.7 MiB)
15:58:55.502 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:55.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:55.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:55.504 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5130 bytes) taskResourceAssignments Map()
15:58:55.505 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:55.514 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:55.516 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:55.517 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:55.517 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:55.517 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.517 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:55.518 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:55.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:55.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:55.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:55.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:55.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:55.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:55.535 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323869863936000) for scanner KuduScanner(table=test, tablet=aef452c158854e3a9674497db0016c43, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:55.578 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 in memory (size: 7.1 KiB, free: 1993.7 MiB)
15:58:55.581 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 in memory (size: 28.6 KiB, free: 1993.7 MiB)
15:58:55.583 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 9092
15:58:55.586 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558555523485410111758100_0002_m_000000_3' to file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/_temporary/0/task_202607081558555523485410111758100_0002_m_000000
15:58:55.586 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_202607081558555523485410111758100_0002_m_000000_3: Committed
15:58:55.587 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6346 bytes result sent to driver
15:58:55.588 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5130 bytes) taskResourceAssignments Map()
15:58:55.588 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:58:55.590 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 86 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:55.601 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:55.603 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:55.605 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:55.605 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:55.605 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.605 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:55.606 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:55.606 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:55.612 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323869863936000) for scanner KuduScanner(table=test, tablet=9be878063b0e40829e5df37b3900eb29, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:55.624 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:55.625 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:55.625 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:55.638 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 9112
15:58:55.642 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558551999642627635887137_0002_m_000001_4' to file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/_temporary/0/task_202607081558551999642627635887137_0002_m_000001
15:58:55.642 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081558551999642627635887137_0002_m_000001_4: Committed
15:58:55.643 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6303 bytes result sent to driver
15:58:55.644 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 56 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:55.644 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:55.645 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.164 s
15:58:55.645 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:55.645 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:55.645 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.166889 s
15:58:55.663 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Write Job bac49c60-ac01-492a-af67-d50d1afb64a0 committed.
15:58:55.663 [INFO - ForkJoinPool-131-worker-1] (Logging.scala:57) Finished processing stats for write job bac49c60-ac01-492a-af67-d50d1afb64a0.
15:58:55.666 [INFO - ForkJoinPool-131-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/.kudu-metadata.json
15:58:55.673 [INFO - ForkJoinPool-131-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:55.678 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 401998e8c0464d3eb1f91f7e3334be4a
15:58:55.688 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:55.695 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:55.695 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:55.696 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:55.722 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.1 MiB)
15:58:55.734 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:58:55.735 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:55.736 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:55.737 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402624 bytes, open cost is considered as scanning 4194304 bytes.
15:58:55.749 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:55.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:55.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:55.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:55.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:55.750 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:55.753 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.0 MiB)
15:58:55.755 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.0 MiB)
15:58:55.755 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 7.2 KiB, free: 1993.7 MiB)
15:58:55.756 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:55.756 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:55.756 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:55.757 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:55.758 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:58:55.760 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/part-00001-c8c3d638-5c61-4a76-9a0c-167d5d110c7f-c000.snappy.parquet, range: 0-7018, partition values: [empty row]
15:58:55.766 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/part-00000-c8c3d638-5c61-4a76-9a0c-167d5d110c7f-c000.snappy.parquet, range: 0-6998, partition values: [empty row]
15:58:55.771 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 9061 bytes result sent to driver
15:58:55.771 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:55.771 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:55.772 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.021 s
15:58:55.772 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:55.772 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:55.773 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.023184 s
15:58:55.779 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup6890541436043418876/
15:58:55.788 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test
15:58:55.789 [INFO - ForkJoinPool-134-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703
15:58:55.789 [INFO - ForkJoinPool-134-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:58:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.791530 26224 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42334:
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:58:55.801 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:55.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.805755 26384 tablet_service.cc:1467] Processing CreateTablet for tablet dfa36fc1389941449dee75325c462a5b (DEFAULT_TABLE table=test-restore [id=2e40101d80604ec6b4a7b0e6e4a908df]), partition=RANGE (key) PARTITION VALUES < 50
15:58:55.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.806650 26384 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet dfa36fc1389941449dee75325c462a5b. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:55.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.809546 26907 tablet_bootstrap.cc:492] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26: Bootstrap starting.
15:58:55.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.810535 26907 tablet_bootstrap.cc:654] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26: Neither blocks nor log segments found. Creating new log.
15:58:55.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.811816 26907 tablet_bootstrap.cc:492] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26: No bootstrap required, opened a new log
15:58:55.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.811928 26907 ts_tablet_manager.cc:1397] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:58:55.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.812594 26907 raft_consensus.cc:348] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:55.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.812731 26907 raft_consensus.cc:374] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:55.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.812784 26907 raft_consensus.cc:729] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 132a11ef0c8e4dbd842643defe63cc26, State: Initialized, Role: FOLLOWER
15:58:55.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.812952 26907 consensus_queue.cc:260] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [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: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:55.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.813071 26907 raft_consensus.cc:388] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:55.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.813107 26907 raft_consensus.cc:482] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:55.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.813172 26907 raft_consensus.cc:3037] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 0 FOLLOWER]: Advancing to term 1
15:58:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.813975 26907 raft_consensus.cc:504] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.814128 26907 leader_election.cc:302] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [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: 132a11ef0c8e4dbd842643defe63cc26; no voters: 
15:58:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.814335 26907 leader_election.cc:288] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.814450 26909 raft_consensus.cc:2781] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 1 FOLLOWER]: Leader election won for term 1
15:58:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.814735 26909 raft_consensus.cc:686] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [term 1 LEADER]: Becoming Leader. State: Replica: 132a11ef0c8e4dbd842643defe63cc26, State: Running, Role: LEADER
15:58:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.814772 26907 ts_tablet_manager.cc:1428] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.814977 26909 consensus_queue.cc:237] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 [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: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } }
15:58:55.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.818064 26224 catalog_manager.cc:5495] T dfa36fc1389941449dee75325c462a5b P 132a11ef0c8e4dbd842643defe63cc26 reported cstate change: term changed from 0 to 1, leader changed from <none> to 132a11ef0c8e4dbd842643defe63cc26 (127.25.109.193). New cstate: current_term: 1 leader_uuid: "132a11ef0c8e4dbd842643defe63cc26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "132a11ef0c8e4dbd842643defe63cc26" member_type: VOTER last_known_addr { host: "127.25.109.193" port: 36213 } health_report { overall_health: HEALTHY } } }
15:58:55.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.828044 26224 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:42334:
15:58:55.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:58:55.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:55.836920 26224 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2bb5b64fad5d491c9773d0153b1aede5 has no consensus state
15:58:55.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.842974 26519 tablet_service.cc:1467] Processing CreateTablet for tablet 2bb5b64fad5d491c9773d0153b1aede5 (DEFAULT_TABLE table=test-restore [id=2e40101d80604ec6b4a7b0e6e4a908df]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:55.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.843307 26519 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2bb5b64fad5d491c9773d0153b1aede5. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:55.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.849037 26915 tablet_bootstrap.cc:492] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655: Bootstrap starting.
15:58:55.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.850168 26915 tablet_bootstrap.cc:654] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655: Neither blocks nor log segments found. Creating new log.
15:58:55.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.851404 26915 tablet_bootstrap.cc:492] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655: No bootstrap required, opened a new log
15:58:55.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.851516 26915 ts_tablet_manager.cc:1397] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852074 26915 raft_consensus.cc:348] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852210 26915 raft_consensus.cc:374] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852246 26915 raft_consensus.cc:729] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6f6e6d875c744528e650b473534f655, State: Initialized, Role: FOLLOWER
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852389 26915 consensus_queue.cc:260] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [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: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852496 26915 raft_consensus.cc:388] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852530 26915 raft_consensus.cc:482] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:55.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.852581 26915 raft_consensus.cc:3037] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 0 FOLLOWER]: Advancing to term 1
15:58:55.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.853572 26915 raft_consensus.cc:504] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:55.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.853722 26915 leader_election.cc:302] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [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: f6f6e6d875c744528e650b473534f655; no voters: 
15:58:55.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.853842 26915 leader_election.cc:288] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:55.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.853907 26846 raft_consensus.cc:2781] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 1 FOLLOWER]: Leader election won for term 1
15:58:55.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.854096 26846 raft_consensus.cc:686] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [term 1 LEADER]: Becoming Leader. State: Replica: f6f6e6d875c744528e650b473534f655, State: Running, Role: LEADER
15:58:55.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.854207 26915 ts_tablet_manager.cc:1428] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:58:55.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.854224 26846 consensus_queue.cc:237] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 [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: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } }
15:58:55.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.856204 26224 catalog_manager.cc:5495] T 2bb5b64fad5d491c9773d0153b1aede5 P f6f6e6d875c744528e650b473534f655 reported cstate change: term changed from 0 to 1, leader changed from <none> to f6f6e6d875c744528e650b473534f655 (127.25.109.194). New cstate: current_term: 1 leader_uuid: "f6f6e6d875c744528e650b473534f655" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6f6e6d875c744528e650b473534f655" member_type: VOTER last_known_addr { host: "127.25.109.194" port: 40757 } health_report { overall_health: HEALTHY } } }
15:58:55.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:55.864339 26224 catalog_manager.cc:6040] T 00000000000000000000000000000000 P bad507e92b95428590cd870e3f0296fb: test-restore [id=2e40101d80604ec6b4a7b0e6e4a908df] alter complete (version 0)
15:58:55.873 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:55.890 [INFO - ForkJoinPool-134-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:55.897 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:55.897 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:55.897 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:55.905 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 314.2 KiB, free 1992.7 MiB)
15:58:55.914 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.7 MiB)
15:58:55.914 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:55.915 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:58:55.916 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402092 bytes, open cost is considered as scanning 4194304 bytes.
15:58:55.939 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 in memory (size: 7.2 KiB, free: 1993.7 MiB)
15:58:55.942 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 in memory (size: 28.7 KiB, free: 1993.7 MiB)
15:58:55.945 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:55.946 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:55.946 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:58:55.946 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:55.946 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:55.946 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:55.948 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 30.4 KiB, free 1993.0 MiB)
15:58:55.949 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.0 MiB)
15:58:55.950 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 11.0 KiB, free: 1993.7 MiB)
15:58:55.950 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:58:55.950 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:55.950 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:58:55.951 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:55.951 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:58:55.954 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:55.957 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:55.958 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/part-00001-2106b836-c10a-4e05-931c-72184d4ea26c-c000.snappy.parquet, range: 0-6752, partition values: [empty row]
15:58:55.967 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526334703/part-00000-2106b836-c10a-4e05-931c-72184d4ea26c-c000.snappy.parquet, range: 0-6732, partition values: [empty row]
15:58:55.975 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.975 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.976 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.976 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.977 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.977 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.977 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.977 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.978 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.978 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.978 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.978 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.978 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.979 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.979 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.979 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.980 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.980 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.980 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.980 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.980 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.980 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.981 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.981 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.981 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.981 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.981 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.982 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.982 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.982 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.982 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.982 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.983 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.983 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.983 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.983 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.984 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.984 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.984 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.984 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.984 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.985 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.985 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.985 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.985 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.986 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.986 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.986 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.987 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.987 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.987 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.987 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.987 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.988 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.988 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.988 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.988 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.988 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.989 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.989 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.989 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.989 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.990 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.990 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.990 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.990 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.991 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.991 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.991 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.991 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.992 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.992 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.992 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.992 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.993 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.993 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.993 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.993 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.994 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.994 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.994 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.995 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.995 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.995 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.995 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.996 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.996 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.996 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.996 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.997 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.997 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.997 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.997 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.997 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.997 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.998 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.998 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.998 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:55.998 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@34cd1287, flushNotification=Deferred@1794281247(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:55.998 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.999 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:55.999 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:55.999 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:55.999 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.001 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.001 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.001 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.004 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.004 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.004 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.005 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.005 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.005 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.005 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.006 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.006 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.006 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.006 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.007 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.007 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.008 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.009 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.009 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.009 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.009 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.010 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.011 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.011 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.011 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.011 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.012 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.012 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.012 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.012 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.012 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.013 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.013 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.013 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.014 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.014 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.014 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.015 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.015 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.016 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.016 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.016 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.016 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.016 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.016 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.016 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.017 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.017 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.018 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.018 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.018 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.018 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.018 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.018 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.018 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.018 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.019 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.019 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.019 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.019 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.019 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.019 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.020 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.020 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.020 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.020 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.020 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.021 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.021 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.022 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.022 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.022 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.022 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.022 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.022 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.023 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.023 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.023 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.024 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.024 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.024 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.024 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.024 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.024 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.024 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.025 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.025 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.025 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.025 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.025 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.025 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.025 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.025 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.026 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.026 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.026 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.026 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet dfa36fc1389941449dee75325c462a5b for table 'test-restore' with partition [<start>, 0x80000032)
15:58:56.026 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2bb5b64fad5d491c9773d0153b1aede5 for table 'test-restore' with partition [0x80000032, <end>)
15:58:56.026 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=dfa36fc1389941449dee75325c462a5b@[132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2bb5b64fad5d491c9773d0153b1aede5@[f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)[L]]}]
15:58:56.027 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)] connecting to peer
15:58:56.031 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)] Successfully connected to peer
15:58:56.043 [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:58:56.044 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb23c8204, L:/127.0.0.1:58134 - R:/127.25.109.193:36213] using TOKEN/null
15:58:56.058 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 5425 bytes result sent to driver
15:58:56.059 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 108 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:56.059 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:58:56.060 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.112 s
15:58:56.060 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:56.060 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:58:56.060 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.115109 s
15:58:56.061 [INFO - ForkJoinPool-134-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416
15:58:56.062 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:56.069 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:56.072 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=dfa36fc1389941449dee75325c462a5b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.072 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet dfa36fc1389941449dee75325c462a5b for partition [<start>, 0x80000032) with scanner id null
15:58:56.089 [INFO - ForkJoinPool-134-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:58:56.097 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Pushed Filters: 
15:58:56.098 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:58:56.098 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:56.108 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 314.2 KiB, free 1992.7 MiB)
15:58:56.122 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.7 MiB)
15:58:56.122 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 28.7 KiB, free: 1993.7 MiB)
15:58:56.124 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:58:56.124 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402624 bytes, open cost is considered as scanning 4194304 bytes.
15:58:56.148 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=2bb5b64fad5d491c9773d0153b1aede5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.150 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:58:56.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:58:56.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:58:56.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:56.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:56.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:58:56.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 29.1 KiB, free 1992.6 MiB)
15:58:56.154 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.6 MiB)
15:58:56.155 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 10.9 KiB, free: 1993.7 MiB)
15:58:56.158 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:58:56.159 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:58:56.159 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:58:56.160 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:56.160 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 7)
15:58:56.164 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:56.166 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:56.167 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/part-00001-c8c3d638-5c61-4a76-9a0c-167d5d110c7f-c000.snappy.parquet, range: 0-7018, partition values: [empty row]
15:58:56.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.173646 26209 messenger.cc:357] Unable to handle RPC call: Not implemented: call requires unsupported application feature flags: 7
15:58:56.181 [ERROR - kudu-nio-0] (Connection.java:398) [peer master-127.25.109.252:37999(127.25.109.252:37999)] server sent error unsupported feature flags
15:58:56.182 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Reading File path: file:///tmp/backup6890541436043418876/401998e8c0464d3eb1f91f7e3334be4a-test/1783526335416/part-00000-c8c3d638-5c61-4a76-9a0c-167d5d110c7f-c000.snappy.parquet, range: 0-6998, partition values: [empty row]
15:58:56.190 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@788b12a6, flushNotification=Deferred@830720452(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:58:56.204 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 7)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 7). 5425 bytes result sent to driver
15:58:56.205 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 7) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:56.205 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:58:56.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.055 s
15:58:56.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:56.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:58:56.207 [INFO - ForkJoinPool-134-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.056680 s
15:58:56.207 [INFO - ForkJoinPool-134-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:58:56.209 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:56.218 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:58:56.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:58:56.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (collect at TestKuduBackup.scala:1002)
15:58:56.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:56.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:56.219 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48), which has no missing parents
15:58:56.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 5.8 KiB, free 1992.6 MiB)
15:58:56.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.6 MiB)
15:58:56.223 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:38053 (size: 3.4 KiB, free: 1993.7 MiB)
15:58:56.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:58:56.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:58:56.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 2 tasks resource profile 0
15:58:56.225 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5278 bytes) taskResourceAssignments Map()
15:58:56.226 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 8)
15:58:56.228 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:56.232 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323873199067136) for scanner KuduScanner(table=test-restore, tablet=dfa36fc1389941449dee75325c462a5b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.233 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 8). 4934 bytes result sent to driver
15:58:56.233 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5278 bytes) taskResourceAssignments Map()
15:58:56.235 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 8) in 10 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:56.241 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 9)
15:58:56.243 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:56.247 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323873260462080) for scanner KuduScanner(table=test-restore, tablet=2bb5b64fad5d491c9773d0153b1aede5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.249 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 9)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 9). 4934 bytes result sent to driver
15:58:56.250 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 9) in 17 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:56.250 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:58:56.250 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (collect at TestKuduBackup.scala:1002) finished in 0.031 s
15:58:56.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:56.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:58:56.251 [INFO - main] (Logging.scala:57) Job 6 finished: collect at TestKuduBackup.scala:1002, took 0.032983 s
15:58:56.261 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:56.267 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=dfa36fc1389941449dee75325c462a5b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.267 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet dfa36fc1389941449dee75325c462a5b for partition [<start>, 0x80000032) with scanner id null
15:58:56.270 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=2bb5b64fad5d491c9773d0153b1aede5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.272 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2e40101d80604ec6b4a7b0e6e4a908df
15:58:56.276 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=dfa36fc1389941449dee75325c462a5b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.276 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet dfa36fc1389941449dee75325c462a5b for partition [<start>, 0x80000032) with scanner id null
15:58:56.282 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false) for scanner KuduScanner(table=test-restore, tablet=2bb5b64fad5d491c9773d0153b1aede5, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:56.283 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:58:56.295 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:58:56.295 [INFO - main] (Logging.scala:57) BlockManager stopped
15:58:56.297 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:58:56.297 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:58:56.304 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:58:56.305 [DEBUG - main] (Connection.java:575) [peer master-127.25.109.252:37999(127.25.109.252:37999)] disconnecting while in state READY
15:58:56.305 [DEBUG - main] (Connection.java:575) [peer 6cf51d2cfd784bc894b5939b09d7ac97(127.25.109.195:35433)] disconnecting while in state READY
15:58:56.305 [DEBUG - main] (Connection.java:575) [peer master-127.25.109.253:46323(127.25.109.253:46323)] disconnecting while in state READY
15:58:56.305 [DEBUG - main] (Connection.java:575) [peer f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)] disconnecting while in state READY
15:58:56.305 [DEBUG - main] (Connection.java:575) [peer master-127.25.109.254:37671(127.25.109.254:37671)] disconnecting while in state READY
15:58:56.305 [DEBUG - main] (Connection.java:575) [peer 132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)] disconnecting while in state READY
15:58:56.308 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 6cf51d2cfd784bc894b5939b09d7ac97(127.25.109.195:35433)] handling channelInactive
15:58:56.308 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:56.308 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 6cf51d2cfd784bc894b5939b09d7ac97(127.25.109.195:35433)] cleaning up while in state READY due to: connection closed
15:58:56.308 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.109.254:37671(127.25.109.254:37671)] handling channelInactive
15:58:56.308 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.109.254:37671(127.25.109.254:37671)] cleaning up while in state READY due to: connection closed
15:58:56.309 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.109.252:37999(127.25.109.252:37999)] handling channelInactive
15:58:56.309 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.109.252:37999(127.25.109.252:37999)] cleaning up while in state READY due to: connection closed
15:58:56.309 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.109.253:46323(127.25.109.253:46323)] handling channelInactive
15:58:56.309 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.109.253:46323(127.25.109.253:46323)] cleaning up while in state READY due to: connection closed
15:58:56.310 [DEBUG - kudu-nio-0] (Connection.java:239) [peer f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)] handling channelInactive
15:58:56.310 [DEBUG - kudu-nio-0] (Connection.java:709) [peer f6f6e6d875c744528e650b473534f655(127.25.109.194:40757)] cleaning up while in state READY due to: connection closed
15:58:56.310 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)] handling channelInactive
15:58:56.310 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 132a11ef0c8e4dbd842643defe63cc26(127.25.109.193:36213)] cleaning up while in state READY due to: connection closed
15:58:56.310 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 45 thread-local buffer(s) from thread: kudu-nio-0
15:58:56.310 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 38 thread-local buffer(s) from thread: kudu-nio-1
15:58:56.322 [DEBUG - main] (Connection.java:575) [peer master-127.25.109.252:37999(127.25.109.252:37999)] disconnecting while in state READY
15:58:56.323 [DEBUG - main] (Connection.java:575) [peer master-127.25.109.253:46323(127.25.109.253:46323)] disconnecting while in state READY
15:58:56.323 [DEBUG - main] (Connection.java:575) [peer master-127.25.109.254:37671(127.25.109.254:37671)] disconnecting while in state READY
15:58:56.324 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.109.252:37999(127.25.109.252:37999)] handling channelInactive
15:58:56.324 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.109.252:37999(127.25.109.252:37999)] cleaning up while in state READY due to: connection closed
15:58:56.324 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.109.254:37671(127.25.109.254:37671)] handling channelInactive
15:58:56.324 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.109.253:46323(127.25.109.253:46323)] handling channelInactive
15:58:56.325 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.109.254:37671(127.25.109.254:37671)] cleaning up while in state READY due to: connection closed
15:58:56.325 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.109.253:46323(127.25.109.253:46323)] cleaning up while in state READY due to: connection closed
15:58:56.325 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:58:56.326 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:58:56.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.326716 26039 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26322
15:58:56.326 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 22 thread-local buffer(s) from thread: kudu-nio-0
15:58:56.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.334065 26039 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26457
15:58:56.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.341626 26039 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26592
15:58:56.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.349352 26039 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26050
15:58:56.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.355901 26039 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26119
15:58:56.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.362228 26039 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26191
15:58:56.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:56Z chronyd exiting
.15:58:56.427 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526336426
15:58:56.437 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:58:56.437 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:58:56.437 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:58:56.437 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:58:56.438 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:58:56.439 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:58:56.554 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:56.554 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:58:56.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.555650 26950 mini_oidc.cc:152] Starting JWKS server
15:58:56.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.557986 26950 webserver.cc:460] Webserver started at http://127.0.0.1:32849/ using document root <none> and password file <none>
15:58:56.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.558128 26950 mini_oidc.cc:189] Starting OIDC Discovery server
15:58:56.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.558358 26950 webserver.cc:460] Webserver started at http://127.0.0.1:46329/ using document root <none> and password file <none>
15:58:56.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:56Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:58:56.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:58:56Z Disabled control of system clock
15:58:56.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.575718 26950 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:56.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:56.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal
15:58:56.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/logs
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data/info.pb
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.190:45759
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.190
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32849/jwks.json with env {}
15:58:56.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.687172 26961 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:56.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.687494 26961 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:56.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.687562 26961 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.691701 26961 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.691802 26961 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:56.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.691831 26961 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:56.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.691852 26961 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:56.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.691874 26961 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:56.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.691892 26961 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:32849/jwks.json
15:58:56.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.696782 26961 master_runner.cc:386] Master server non-default flags:
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.190:45759
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32849/jwks.json
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data/info.pb
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.190
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26961
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/logs
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:56.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:56.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.698168 26961 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:58:56.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.699582 26961 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:56.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.708674 26969 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:58:56.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.708637 26967 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:58:56.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.708685 26966 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:58:56.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.709368 26961 server_base.cc:1034] running on GCE node
15:58:56.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.709923 26961 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:56.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.711074 26961 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:56.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.712249 26961 hybrid_clock.cc:648] HybridClock initialized: now 1783526336712210 us; error 49 us; skew 500 ppm
15:58:56.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.718986 26961 webserver.cc:460] Webserver started at http://127.26.81.190:43901/ using document root <none> and password file <none>
15:58:56.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.719620 26961 fs_manager.cc:359] Metadata directory not provided
15:58:56.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.719700 26961 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:56.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.719883 26961 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:56.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.722069 26961 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data/instance:
15:58:56.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f53fda9e633e4dbf8627e19442da9314"
15:58:56.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:56 on dist-test-slave-vt7w"
15:58:56.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.722702 26961 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal/instance:
15:58:56.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f53fda9e633e4dbf8627e19442da9314"
15:58:56.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:56 on dist-test-slave-vt7w"
15:58:56.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.727010 26961 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:56.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.729715 26975 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.731123 26961 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.731249 26961 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f53fda9e633e4dbf8627e19442da9314"
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:56 on dist-test-slave-vt7w"
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.731423 26961 fs_report.cc:383] FS layout report
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data/data
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:56.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:56.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.752271 26961 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:56.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.753033 26961 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:58:56.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.753204 26961 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:56.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.761149 26961 rpc_server.cc:307] RPC server started. Bound to: 127.26.81.190:45759
15:58:56.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.761166 27027 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.26.81.190:45759 every 8 connection(s)
15:58:56.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.762324 26961 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/data/info.pb
15:58:56.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.765872 27028 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:58:56.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.769202 27028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } has no permanent_uuid. Determining permanent_uuid...
15:58:56.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.772413 26950 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 26961
15:58:56.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.772553 26950 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-0/wal/instance
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.774027 26950 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/logs
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data/info.pb
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:56.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.189:41817
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.189
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:56.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32849/jwks.json with env {}
15:58:56.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.783087 27028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } has no permanent_uuid. Determining permanent_uuid...
15:58:56.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.784082 26976 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.81.189:41817: connect: Connection refused (error 111)
15:58:56.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.785131 27028 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.189:41817: Network error: Client connection negotiation failed: client connection to 127.26.81.189:41817: connect: Connection refused (error 111)
15:58:56.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.834444 27028 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } attempt: 1
15:58:56.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.836154 27028 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.189:41817: Network error: Client connection negotiation failed: client connection to 127.26.81.189:41817: connect: Connection refused (error 111)
15:58:56.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.886878 27032 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:56.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.887173 27032 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:56.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.887213 27032 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:56.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.891410 27032 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:56.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.891481 27032 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:56.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.891501 27032 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:56.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.891518 27032 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:56.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.891536 27032 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:56.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.891551 27032 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:32849/jwks.json
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.898101 27032 master_runner.cc:386] Master server non-default flags:
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.189:41817
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32849/jwks.json
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data/info.pb
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.189
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27032
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/logs
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.899308 27032 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:58:56.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.900734 27032 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:56.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.904356 27028 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } attempt: 2
15:58:56.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.905984 27028 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.189:41817: Network error: Client connection negotiation failed: client connection to 127.26.81.189:41817: connect: Connection refused (error 111)
15:58:56.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.909361 27041 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:58:56.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.909361 27038 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:58:56.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.909421 27032 server_base.cc:1034] running on GCE node
15:58:56.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.909361 27039 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:58:56.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.910365 27032 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:56.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.911566 27032 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:56.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.912818 27032 hybrid_clock.cc:648] HybridClock initialized: now 1783526336912792 us; error 33 us; skew 500 ppm
15:58:56.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.914919 27032 webserver.cc:460] Webserver started at http://127.26.81.189:42081/ using document root <none> and password file <none>
15:58:56.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.915586 27032 fs_manager.cc:359] Metadata directory not provided
15:58:56.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.915699 27032 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:56.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.915944 27032 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:56.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.918138 27032 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data/instance:
15:58:56.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32ddaa42db0446eb9ec226f7a8fd6ead"
15:58:56.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:56 on dist-test-slave-vt7w"
15:58:56.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.918794 27032 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal/instance:
15:58:56.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32ddaa42db0446eb9ec226f7a8fd6ead"
15:58:56.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:56 on dist-test-slave-vt7w"
15:58:56.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.922982 27032 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:58:56.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.925836 27047 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.927192 27032 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.927345 27032 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32ddaa42db0446eb9ec226f7a8fd6ead"
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:56 on dist-test-slave-vt7w"
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.927493 27032 fs_report.cc:383] FS layout report
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data/data
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:56.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:56.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:56.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:56.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:56.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:56.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:56.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.943987 27032 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:56.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.944981 27032 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:58:56.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.945255 27032 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:56.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.953176 27032 rpc_server.cc:307] RPC server started. Bound to: 127.26.81.189:41817
15:58:56.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.953200 27099 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.26.81.189:41817 every 8 connection(s)
15:58:56.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.954262 27032 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/data/info.pb
15:58:56.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.957690 27100 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:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.960969 26950 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 27032
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.961066 26950 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-1/wal/instance
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.961210 27100 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } has no permanent_uuid. Determining permanent_uuid...
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.961623 26950 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:56.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/logs
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data/info.pb
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.188:46609
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.188
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:56.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32849/jwks.json with env {}
15:58:56.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.972728 27100 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } has no permanent_uuid. Determining permanent_uuid...
15:58:56.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.980023 27100 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } has no permanent_uuid. Determining permanent_uuid...
15:58:56.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.981201 27050 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:56.982249 27100 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.188:46609: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:56.997234 27028 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } attempt: 3
15:58:57.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.002863 27028 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } has no permanent_uuid. Determining permanent_uuid...
15:58:57.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.004140 27028 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.188:46609: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:57.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.031543 27100 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } attempt: 1
15:58:57.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.033192 27100 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.188:46609: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:57.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.035336 27028 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } attempt: 1
15:58:57.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.036875 27028 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.188:46609: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:57.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.083148 27102 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:57.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.083498 27102 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:57.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.083554 27102 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:57.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.088116 27102 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:58:57.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.088208 27102 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:57.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.088236 27102 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:58:57.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.088258 27102 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:58:57.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.088279 27102 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:58:57.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.088299 27102 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:32849/jwks.json
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.093389 27102 master_runner.cc:386] Master server non-default flags:
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:58:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.188:46609
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32849/jwks.json
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data/info.pb
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.188
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27102
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/logs
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.094841 27102 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:58:57.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.096267 27102 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:57.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.101390 27100 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } attempt: 2
15:58:57.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.103121 27100 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.188:46609: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:57.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.105098 27110 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:58:57.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.105125 27111 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:58:57.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.105123 27113 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:58:57.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.105474 27102 server_base.cc:1034] running on GCE node
15:58:57.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.106076 27102 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:57.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.107280 27102 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:57.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.108496 27102 hybrid_clock.cc:648] HybridClock initialized: now 1783526337108475 us; error 35 us; skew 500 ppm
15:58:57.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.110569 27102 webserver.cc:460] Webserver started at http://127.26.81.188:39535/ using document root <none> and password file <none>
15:58:57.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.111212 27102 fs_manager.cc:359] Metadata directory not provided
15:58:57.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.111315 27102 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:57.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.111534 27102 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:57.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.112059 27028 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } attempt: 2
15:58:57.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.113641 27028 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.26.81.188:46609: Network error: Client connection negotiation failed: client connection to 127.26.81.188:46609: connect: Connection refused (error 111)
15:58:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.113641 27102 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data/instance:
15:58:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdea175b172b42f786e7ce1970264949"
15:58:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.114195 27102 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal/instance:
15:58:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdea175b172b42f786e7ce1970264949"
15:58:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.117918 27102 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:58:57.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.120289 27119 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.121824 27102 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.121928 27102 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdea175b172b42f786e7ce1970264949"
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.122016 27102 fs_report.cc:383] FS layout report
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data/data
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:57.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.136260 27102 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:57.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.137015 27102 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:58:57.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.137171 27102 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:57.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.144235 27102 rpc_server.cc:307] RPC server started. Bound to: 127.26.81.188:46609
15:58:57.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.144261 27171 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.26.81.188:46609 every 8 connection(s)
15:58:57.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.145222 27102 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/data/info.pb
15:58:57.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.148697 27172 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:58:57.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.149324 26950 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 27102
15:58:57.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.149407 26950 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/master-2/wal/instance
15:58:57.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.153288 27172 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } has no permanent_uuid. Determining permanent_uuid...
15:58:57.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.165484 27172 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } has no permanent_uuid. Determining permanent_uuid...
15:58:57.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.170764 27172 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } has no permanent_uuid. Determining permanent_uuid...
15:58:57.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.178267 27172 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: Bootstrap starting.
15:58:57.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.181020 27172 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: Neither blocks nor log segments found. Creating new log.
15:58:57.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.181890 27172 log.cc:824] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: Log is configured to *not* fsync() on all Append() calls
15:58:57.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.184098 27172 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: No bootstrap required, opened a new log
15:58:57.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.188117 27172 raft_consensus.cc:348] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.188409 27172 raft_consensus.cc:374] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:57.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.188447 27172 raft_consensus.cc:729] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdea175b172b42f786e7ce1970264949, State: Initialized, Role: FOLLOWER
15:58:57.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.189013 27172 consensus_queue.cc:260] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.189532 27181 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.189718 27181 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.190456 27172 sys_catalog.cc:564] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [sys.catalog]: configured and running, proceeding with master startup.
15:58:57.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.194315 27100 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } attempt: 3
15:58:57.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.196368 27192 catalog_manager.cc:1558] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:57.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.196465 27192 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:57.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.194552 27102 master_runner.cc:186] Error getting master registration for 127.26.81.190:45759: OK, instance_id { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" instance_seqno: 1783526336759049 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:57.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.198050 27102 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:57.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.202822 27100 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: Bootstrap starting.
15:58:57.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.205214 27100 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: Neither blocks nor log segments found. Creating new log.
15:58:57.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.206492 27100 log.cc:824] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: Log is configured to *not* fsync() on all Append() calls
15:58:57.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.209156 27100 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: No bootstrap required, opened a new log
15:58:57.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.212292 27100 raft_consensus.cc:348] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.212539 27100 raft_consensus.cc:374] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:57.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.212589 27100 raft_consensus.cc:729] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32ddaa42db0446eb9ec226f7a8fd6ead, State: Initialized, Role: FOLLOWER
15:58:57.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.212826 27028 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } attempt: 3
15:58:57.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.213145 27100 consensus_queue.cc:260] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.215154 27100 sys_catalog.cc:564] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [sys.catalog]: configured and running, proceeding with master startup.
15:58:57.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.215173 27195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.215543 27195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.221186 27206 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.221453 27206 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:57.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.222007 27028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: Bootstrap starting.
15:58:57.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.219139 27032 master_runner.cc:186] Error getting master registration for 127.26.81.190:45759: OK, instance_id { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" instance_seqno: 1783526336759049 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:58:57.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.222522 27032 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:57.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.225312 27028 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: Neither blocks nor log segments found. Creating new log.
15:58:57.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.226951 27028 log.cc:824] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: Log is configured to *not* fsync() on all Append() calls
15:58:57.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.229223 27028 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: No bootstrap required, opened a new log
15:58:57.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.233531 27028 raft_consensus.cc:348] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.233917 27028 raft_consensus.cc:374] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:57.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.234051 27028 raft_consensus.cc:729] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f53fda9e633e4dbf8627e19442da9314, State: Initialized, Role: FOLLOWER
15:58:57.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.234627 27028 consensus_queue.cc:260] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.235299 27209 sys_catalog.cc:455] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.235594 27209 sys_catalog.cc:458] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.236151 27028 sys_catalog.cc:564] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: configured and running, proceeding with master startup.
15:58:57.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.242990 27220 catalog_manager.cc:1558] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:58:57.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.243551 27220 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:58:57.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.244570 26961 master_runner.cc:263] No leader master found from master f53fda9e633e4dbf8627e19442da9314
15:58:57.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.244635 26961 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:58:57.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.254750 26981 tablet.cc:2369] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.382530 27209 raft_consensus.cc:482] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:58:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.382723 27209 raft_consensus.cc:504] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.383759 27209 leader_election.cc:288] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 32ddaa42db0446eb9ec226f7a8fd6ead (127.26.81.189:41817), bdea175b172b42f786e7ce1970264949 (127.26.81.188:46609)
15:58:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.384697 27074 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f53fda9e633e4dbf8627e19442da9314" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" is_pre_election: true
15:58:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.385038 27074 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f53fda9e633e4dbf8627e19442da9314 in term 0.
15:58:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.385660 26976 leader_election.cc:302] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 32ddaa42db0446eb9ec226f7a8fd6ead, f53fda9e633e4dbf8627e19442da9314; no voters: 
15:58:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.386063 27209 raft_consensus.cc:2781] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:58:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.386163 27209 raft_consensus.cc:482] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:58:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.386202 27209 raft_consensus.cc:3037] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 0 FOLLOWER]: Advancing to term 1
15:58:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.387531 27209 raft_consensus.cc:504] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.387878 27209 leader_election.cc:288] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [CANDIDATE]: Term 1 election: Requested vote from peers 32ddaa42db0446eb9ec226f7a8fd6ead (127.26.81.189:41817), bdea175b172b42f786e7ce1970264949 (127.26.81.188:46609)
15:58:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.388486 27125 tablet.cc:2369] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:58:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.388794 27074 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f53fda9e633e4dbf8627e19442da9314" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead"
15:58:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.388918 27074 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 0 FOLLOWER]: Advancing to term 1
15:58:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.390147 27074 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f53fda9e633e4dbf8627e19442da9314 in term 1.
15:58:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.390626 26976 leader_election.cc:302] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [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: 32ddaa42db0446eb9ec226f7a8fd6ead, f53fda9e633e4dbf8627e19442da9314; no voters: 
15:58:57.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.391521 27146 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f53fda9e633e4dbf8627e19442da9314" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdea175b172b42f786e7ce1970264949" is_pre_election: true
15:58:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.391877 27146 raft_consensus.cc:2454] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f53fda9e633e4dbf8627e19442da9314 in term 0.
15:58:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.392164 27145 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f53fda9e633e4dbf8627e19442da9314" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdea175b172b42f786e7ce1970264949"
15:58:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.392278 27145 raft_consensus.cc:3037] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 0 FOLLOWER]: Advancing to term 1
15:58:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.393635 27145 raft_consensus.cc:2454] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f53fda9e633e4dbf8627e19442da9314 in term 1.
15:58:57.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.394824 27209 raft_consensus.cc:2781] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 1 FOLLOWER]: Leader election won for term 1
15:58:57.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.395036 27209 raft_consensus.cc:686] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [term 1 LEADER]: Becoming Leader. State: Replica: f53fda9e633e4dbf8627e19442da9314, State: Running, Role: LEADER
15:58:57.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.395401 27209 consensus_queue.cc:237] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [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: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } }
15:58:57.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.397468 27209 sys_catalog.cc:455] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f53fda9e633e4dbf8627e19442da9314. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.397755 27209 sys_catalog.cc:458] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: This master's current role is: LEADER
15:58:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.398300 27224 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:58:57.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.401620 27224 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:58:57.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.409230 27145 raft_consensus.cc:1261] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [term 1 FOLLOWER]: Refusing update from remote peer f53fda9e633e4dbf8627e19442da9314: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:57.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.410096 27222 consensus_queue.cc:1035] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:57.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.411427 27074 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [term 1 FOLLOWER]: Refusing update from remote peer f53fda9e633e4dbf8627e19442da9314: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:58:57.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.412048 27222 consensus_queue.cc:1035] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:58:57.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.414697 27181 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f53fda9e633e4dbf8627e19442da9314. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.414855 27181 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.416591 27195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [sys.catalog]: SysCatalogTable state changed. Reason: New leader f53fda9e633e4dbf8627e19442da9314. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.416772 27195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.417923 27209 sys_catalog.cc:455] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.418046 27209 sys_catalog.cc:458] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: This master's current role is: LEADER
15:58:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.418012 27225 mvcc.cc:205] Tried to move back new op lower bound from 7305323878020202496 to 7305323877975597056. Current Snapshot: MvccSnapshot[applied={T|T < 7305323878020202496}]
15:58:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.418498 27181 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.418632 27181 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949 [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.418721 27226 mvcc.cc:205] Tried to move back new op lower bound from 7305323878020202496 to 7305323877975597056. Current Snapshot: MvccSnapshot[applied={T|T < 7305323878020202496}]
15:58:57.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.419086 27209 sys_catalog.cc:455] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.419219 27209 sys_catalog.cc:458] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314 [sys.catalog]: This master's current role is: LEADER
15:58:57.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.420368 27195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f53fda9e633e4dbf8627e19442da9314" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f53fda9e633e4dbf8627e19442da9314" member_type: VOTER last_known_addr { host: "127.26.81.190" port: 45759 } } peers { permanent_uuid: "32ddaa42db0446eb9ec226f7a8fd6ead" member_type: VOTER last_known_addr { host: "127.26.81.189" port: 41817 } } peers { permanent_uuid: "bdea175b172b42f786e7ce1970264949" member_type: VOTER last_known_addr { host: "127.26.81.188" port: 46609 } } }
15:58:57.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.420490 27195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead [sys.catalog]: This master's current role is: FOLLOWER
15:58:57.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.420574 27224 catalog_manager.cc:1347] Generated new cluster ID: 9991a578c2da4594830e1b78fcf94d9d
15:58:57.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.420622 27224 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:58:57.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.420938 27228 mvcc.cc:205] Tried to move back new op lower bound from 7305323878020202496 to 7305323877975597056. Current Snapshot: MvccSnapshot[applied={T|T < 7305323878020202496}]
15:58:57.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.436605 27224 catalog_manager.cc:1370] Generated new certificate authority record
15:58:57.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.438134 27224 catalog_manager.cc:1504] Loading token signing keys...
15:58:57.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.451431 27224 catalog_manager.cc:5868] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: Generated new TSK 0
15:58:57.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.452576 27224 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.472416 26950 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/logs
15:58:57.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data/info.pb
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.129:0
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.26.81.129
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.129
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:57.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.588529 27234 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.588912 27234 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.588963 27234 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.594074 27234 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:57.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.594233 27234 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.26.81.129
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.599538 27234 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.129:0
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data/info.pb
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.129
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27234
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.26.81.129
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/logs
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.600790 27234 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:58:57.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.602262 27234 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:57.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.612655 27240 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:58:57.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.612633 27242 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:58:57.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.612633 27239 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:58:57.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.612715 27234 server_base.cc:1034] running on GCE node
15:58:57.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.613621 27234 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.614279 27234 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:57.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.615500 27234 hybrid_clock.cc:648] HybridClock initialized: now 1783526337615474 us; error 35 us; skew 500 ppm
15:58:57.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.617772 27234 webserver.cc:460] Webserver started at http://127.26.81.129:34983/ using document root <none> and password file <none>
15:58:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.618453 27234 fs_manager.cc:359] Metadata directory not provided
15:58:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.618561 27234 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.618818 27234 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.620946 27234 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data/instance:
15:58:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06f3dce1be40402f9370ca420ce728e6"
15:58:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.621547 27234 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal/instance:
15:58:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06f3dce1be40402f9370ca420ce728e6"
15:58:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.625593 27234 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.628392 27248 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.629925 27234 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.630076 27234 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06f3dce1be40402f9370ca420ce728e6"
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.630234 27234 fs_report.cc:383] FS layout report
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data/data
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:57.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.647996 27234 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:57.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.648841 27234 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:58:57.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.649057 27234 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:57.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.649693 27234 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.650710 27234 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.650782 27234 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.650844 27234 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.650871 27234 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:57.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.660223 27234 rpc_server.cc:307] RPC server started. Bound to: 127.26.81.129:32799
15:58:57.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.660247 27361 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.26.81.129:32799 every 8 connection(s)
15:58:57.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.661343 27234 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/data/info.pb
15:58:57.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.669404 26950 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 27234
15:58:57.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.669518 26950 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-0/wal/instance
15:58:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.672499 26950 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/logs
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data/info.pb
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.130:0
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.26.81.130
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.130
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:57.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:57.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:57.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.675294 27363 heartbeater.cc:347] Connected to a master server at 127.26.81.190:45759
15:58:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.675297 27364 heartbeater.cc:347] Connected to a master server at 127.26.81.189:41817
15:58:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.675611 27363 heartbeater.cc:464] Registering TS with master...
15:58:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.675611 27364 heartbeater.cc:464] Registering TS with master...
15:58:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.676355 27362 heartbeater.cc:347] Connected to a master server at 127.26.81.188:46609
15:58:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.676360 27363 heartbeater.cc:511] Master 127.26.81.190:45759 requested a full tablet report, sending...
15:58:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.676468 27362 heartbeater.cc:464] Registering TS with master...
15:58:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.676630 27362 heartbeater.cc:511] Master 127.26.81.188:46609 requested a full tablet report, sending...
15:58:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.676360 27364 heartbeater.cc:511] Master 127.26.81.189:41817 requested a full tablet report, sending...
15:58:57.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.677879 26992 ts_manager.cc:194] Registered new tserver with Master: 06f3dce1be40402f9370ca420ce728e6 (127.26.81.129:32799)
15:58:57.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.678133 27136 ts_manager.cc:194] Registered new tserver with Master: 06f3dce1be40402f9370ca420ce728e6 (127.26.81.129:32799)
15:58:57.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.679409 27064 ts_manager.cc:194] Registered new tserver with Master: 06f3dce1be40402f9370ca420ce728e6 (127.26.81.129:32799)
15:58:57.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.679427 26992 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.26.81.129:48337
15:58:57.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.801940 27369 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:57.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.802227 27369 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:57.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.802265 27369 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.806393 27369 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.806500 27369 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.26.81.130
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.811328 27369 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.130:0
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data/info.pb
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.130
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:57.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27369
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.26.81.130
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/logs
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:57.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.812436 27369 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:58:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.813808 27369 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:57.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.824332 27377 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:58:57.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.824335 27375 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:58:57.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.824497 27369 server_base.cc:1034] running on GCE node
15:58:57.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:57.824712 27374 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:58:57.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.825320 27369 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:57.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.826056 27369 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.827262 27369 hybrid_clock.cc:648] HybridClock initialized: now 1783526337827235 us; error 36 us; skew 500 ppm
15:58:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.829356 27369 webserver.cc:460] Webserver started at http://127.26.81.130:35427/ using document root <none> and password file <none>
15:58:57.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.829910 27369 fs_manager.cc:359] Metadata directory not provided
15:58:57.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.830003 27369 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:57.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.830186 27369 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.832185 27369 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data/instance:
15:58:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e29b3c94226441cf8836f6e20b64380d"
15:58:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.832834 27369 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal/instance:
15:58:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e29b3c94226441cf8836f6e20b64380d"
15:58:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.837354 27369 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:58:57.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.839756 27383 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.841063 27369 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.841163 27369 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e29b3c94226441cf8836f6e20b64380d"
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:57 on dist-test-slave-vt7w"
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.841264 27369 fs_report.cc:383] FS layout report
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data/data
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:57.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.855437 27369 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:57.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.856200 27369 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:58:57.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.856360 27369 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:57.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.856973 27369 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.857959 27369 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.858008 27369 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.858049 27369 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.858064 27369 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:57.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.867885 27369 rpc_server.cc:307] RPC server started. Bound to: 127.26.81.130:39387
15:58:57.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.867903 27496 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.26.81.130:39387 every 8 connection(s)
15:58:57.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.868929 27369 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/data/info.pb
15:58:57.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.876138 26950 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 27369
15:58:57.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.876237 26950 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-1/wal/instance
15:58:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.878700 26950 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:58:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/logs
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data/info.pb
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.131:0
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.26.81.131
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.131
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:58:57.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.882206 27499 heartbeater.cc:347] Connected to a master server at 127.26.81.189:41817
15:58:57.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.882215 27497 heartbeater.cc:347] Connected to a master server at 127.26.81.188:46609
15:58:57.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.882474 27499 heartbeater.cc:464] Registering TS with master...
15:58:57.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.882475 27497 heartbeater.cc:464] Registering TS with master...
15:58:57.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.882301 27498 heartbeater.cc:347] Connected to a master server at 127.26.81.190:45759
15:58:57.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.882726 27498 heartbeater.cc:464] Registering TS with master...
15:58:57.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.883213 27498 heartbeater.cc:511] Master 127.26.81.190:45759 requested a full tablet report, sending...
15:58:57.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.883213 27497 heartbeater.cc:511] Master 127.26.81.188:46609 requested a full tablet report, sending...
15:58:57.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.883213 27499 heartbeater.cc:511] Master 127.26.81.189:41817 requested a full tablet report, sending...
15:58:57.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.884473 26992 ts_manager.cc:194] Registered new tserver with Master: e29b3c94226441cf8836f6e20b64380d (127.26.81.130:39387)
15:58:57.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.884609 27136 ts_manager.cc:194] Registered new tserver with Master: e29b3c94226441cf8836f6e20b64380d (127.26.81.130:39387)
15:58:57.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.884661 27064 ts_manager.cc:194] Registered new tserver with Master: e29b3c94226441cf8836f6e20b64380d (127.26.81.130:39387)
15:58:57.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:57.885293 26992 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.26.81.130:53669
15:58:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.002012 27504 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:58:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.002328 27504 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:58:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.002367 27504 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:58:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.006779 27504 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:58:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.006896 27504 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.26.81.131
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.011978 27504 tablet_server_runner.cc:78] Tablet server non-default flags:
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.81.148:33323
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.81.131:0
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data/info.pb
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.81.131
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.26.81.190:45759,127.26.81.189:41817,127.26.81.188:46609
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27504
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.26.81.131
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/logs
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:58:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:58:58.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.013176 27504 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:58:58.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.014546 27504 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:58:58.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.025769 27509 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:58:58.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.025733 27510 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:58:58.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.026599 27504 server_base.cc:1034] running on GCE node
15:58:58.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:58:58.026757 27512 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:58:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.027199 27504 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:58:58.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.027932 27504 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:58:58.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.029157 27504 hybrid_clock.cc:648] HybridClock initialized: now 1783526338029123 us; error 65 us; skew 500 ppm
15:58:58.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.031457 27504 webserver.cc:460] Webserver started at http://127.26.81.131:43835/ using document root <none> and password file <none>
15:58:58.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.032064 27504 fs_manager.cc:359] Metadata directory not provided
15:58:58.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.032131 27504 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:58:58.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.032359 27504 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:58:58.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.034514 27504 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data/instance:
15:58:58.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76f76e7020904a26bb81e9aac9de0335"
15:58:58.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:58 on dist-test-slave-vt7w"
15:58:58.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.035164 27504 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal/instance:
15:58:58.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76f76e7020904a26bb81e9aac9de0335"
15:58:58.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:58 on dist-test-slave-vt7w"
15:58:58.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.039961 27504 fs_manager.cc:691] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
15:58:58.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.042790 27518 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.044384 27504 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.044538 27504 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "76f76e7020904a26bb81e9aac9de0335"
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:58:58 on dist-test-slave-vt7w"
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.044658 27504 fs_report.cc:383] FS layout report
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data/data
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:58:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:58:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:58:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:58:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:58:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:58:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:58:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:58:58.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.063058 27504 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:58:58.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.063733 27504 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:58:58.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.063890 27504 kserver.cc:163] Server-wide thread pool size limit: 3276
15:58:58.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.064497 27504 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.065533 27504 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.065584 27504 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.065627 27504 ts_tablet_manager.cc:610] Registered 0 tablets
15:58:58.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.065644 27504 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:58:58.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.075626 27504 rpc_server.cc:307] RPC server started. Bound to: 127.26.81.131:40857
15:58:58.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.075647 27631 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.26.81.131:40857 every 8 connection(s)
15:58:58.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.076732 27504 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/data/info.pb
15:58:58.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.086773 26950 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 27504
15:58:58.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.086891 26950 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster780139107140354918/ts-2/wal/instance
15:58:58.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.089198 27633 heartbeater.cc:347] Connected to a master server at 127.26.81.190:45759
15:58:58.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.089470 27633 heartbeater.cc:464] Registering TS with master...
15:58:58.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.089812 27634 heartbeater.cc:347] Connected to a master server at 127.26.81.189:41817
15:58:58.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.089906 27634 heartbeater.cc:464] Registering TS with master...
15:58:58.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.090122 27633 heartbeater.cc:511] Master 127.26.81.190:45759 requested a full tablet report, sending...
15:58:58.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.090163 27632 heartbeater.cc:347] Connected to a master server at 127.26.81.188:46609
15:58:58.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.090122 27634 heartbeater.cc:511] Master 127.26.81.189:41817 requested a full tablet report, sending...
15:58:58.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.090271 27632 heartbeater.cc:464] Registering TS with master...
15:58:58.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.090492 27632 heartbeater.cc:511] Master 127.26.81.188:46609 requested a full tablet report, sending...
15:58:58.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.091279 27064 ts_manager.cc:194] Registered new tserver with Master: 76f76e7020904a26bb81e9aac9de0335 (127.26.81.131:40857)
15:58:58.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.091279 27136 ts_manager.cc:194] Registered new tserver with Master: 76f76e7020904a26bb81e9aac9de0335 (127.26.81.131:40857)
15:58:58.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.091607 26992 ts_manager.cc:194] Registered new tserver with Master: 76f76e7020904a26bb81e9aac9de0335 (127.26.81.131:40857)
15:58:58.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.092314 26992 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.26.81.131:47923
15:58:58.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.106745 26950 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:58:58.107 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:58:58.107 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:58:58.108 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.81.190"
      port: 45759
    }
    bound_http_address {
      host: "127.26.81.190"
      port: 43901
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.81.189"
      port: 41817
    }
    bound_http_address {
      host: "127.26.81.189"
      port: 42081
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.81.188"
      port: 46609
    }
    bound_http_address {
      host: "127.26.81.188"
      port: 39535
    }
  }
}

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

15:58:58.109 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.81.129"
      port: 32799
    }
    bound_http_address {
      host: "127.26.81.129"
      port: 34983
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.81.130"
      port: 39387
    }
    bound_http_address {
      host: "127.26.81.130"
      port: 35427
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.81.131"
      port: 40857
    }
    bound_http_address {
      host: "127.26.81.131"
      port: 43835
    }
  }
}

15:58:58.109 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:58:58.111 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:58.113 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:58:58.113 [INFO - main] (Logging.scala:57) ==============================================================
15:58:58.113 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:58:58.113 [INFO - main] (Logging.scala:57) ==============================================================
15:58:58.114 [INFO - main] (Logging.scala:57) Submitted application: test
15:58:58.114 [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:58:58.114 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:58:58.115 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:58:58.115 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:58:58.116 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:58:58.116 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:58:58.116 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:58:58.116 [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:58:58.142 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 45825.
15:58:58.153 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:58:58.154 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:58:58.154 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:58:58.154 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:58:58.155 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:58:58.155 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-c7df9503-9f79-4903-98bf-0b78f0d90559
15:58:58.156 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:58:58.157 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:58:58.175 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:58:58.179 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 39183.
15:58:58.179 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:39183
15:58:58.180 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:58:58.180 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39183, None)
15:58:58.181 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:39183 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39183, None)
15:58:58.181 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39183, None)
15:58:58.182 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39183, None)
15:58:58.188 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:58:58.196 [DEBUG - main] (Connection.java:748) [peer master-127.26.81.188:46609(127.26.81.188:46609)] connecting to peer
15:58:58.197 [DEBUG - main] (Connection.java:748) [peer master-127.26.81.189:41817(127.26.81.189:41817)] connecting to peer
15:58:58.198 [DEBUG - main] (Connection.java:748) [peer master-127.26.81.190:45759(127.26.81.190:45759)] connecting to peer
15:58:58.198 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.81.189:41817(127.26.81.189:41817)] Successfully connected to peer
15:58:58.199 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.81.188:46609(127.26.81.188:46609)] Successfully connected to peer
15:58:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.198330 27192 catalog_manager.cc:1259] Loaded cluster ID: 9991a578c2da4594830e1b78fcf94d9d
15:58:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.198419 27192 catalog_manager.cc:1552] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: loading cluster ID for follower catalog manager: success
15:58:58.200 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.81.189
15:58:58.201 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.81.190:45759(127.26.81.190:45759)] Successfully connected to peer
15:58:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.201120 27192 catalog_manager.cc:1574] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: acquiring CA information for follower catalog manager: success
15:58:58.202 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.81.188
15:58:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.202840 27192 catalog_manager.cc:1602] T 00000000000000000000000000000000 P bdea175b172b42f786e7ce1970264949: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:58.205 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.81.190
15:58:58.213 [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:58:58.214 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb79d8ec0, L:/127.0.0.1:44494 - R:/127.26.81.189:41817] using SASL/PLAIN
15:58:58.221 [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:58:58.222 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb9fb3632, L:/127.0.0.1:37990 - R:/127.26.81.188:46609] using SASL/PLAIN
15:58:58.223 [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:58:58.225 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xce12b9a1, L:/127.0.0.1:53112 - R:/127.26.81.190:45759] using SASL/PLAIN
15:58:58.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.223191 27206 catalog_manager.cc:1259] Loaded cluster ID: 9991a578c2da4594830e1b78fcf94d9d
15:58:58.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.223274 27206 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: loading cluster ID for follower catalog manager: success
15:58:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.226881 27206 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: acquiring CA information for follower catalog manager: success
15:58:58.227 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.228686 27206 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 32ddaa42db0446eb9ec226f7a8fd6ead: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.229843 26991 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53112:
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:58:58.237 [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:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:58:58.244 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:58.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.256997 27431 tablet_service.cc:1467] Processing CreateTablet for tablet d4b24729edc447d5b4e5c146cd69348d (DEFAULT_TABLE table=test [id=2db461d312e44cbd97855803039e2db0]), partition=RANGE (key) PARTITION VALUES < 50
15:58:58.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.257395 27566 tablet_service.cc:1467] Processing CreateTablet for tablet 06a04eab405f48a8a9cdad3a6caf5719 (DEFAULT_TABLE table=test [id=2db461d312e44cbd97855803039e2db0]), partition=RANGE (key) PARTITION 50 <= VALUES
15:58:58.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.258508 27431 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d4b24729edc447d5b4e5c146cd69348d. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:58.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.258543 27566 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 06a04eab405f48a8a9cdad3a6caf5719. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:58.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.264086 27682 tablet_bootstrap.cc:492] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335: Bootstrap starting.
15:58:58.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.264086 27683 tablet_bootstrap.cc:492] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d: Bootstrap starting.
15:58:58.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.266278 27683 tablet_bootstrap.cc:654] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d: Neither blocks nor log segments found. Creating new log.
15:58:58.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.266757 27682 tablet_bootstrap.cc:654] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335: Neither blocks nor log segments found. Creating new log.
15:58:58.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.267303 27683 log.cc:824] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d: Log is configured to *not* fsync() on all Append() calls
15:58:58.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.267516 27682 log.cc:824] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335: Log is configured to *not* fsync() on all Append() calls
15:58:58.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.269153 27683 tablet_bootstrap.cc:492] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d: No bootstrap required, opened a new log
15:58:58.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.269181 27682 tablet_bootstrap.cc:492] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335: No bootstrap required, opened a new log
15:58:58.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.269325 27683 ts_tablet_manager.cc:1397] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d: Time spent bootstrapping tablet: real 0.005s	user 0.005s	sys 0.000s
15:58:58.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.269378 27682 ts_tablet_manager.cc:1397] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335: Time spent bootstrapping tablet: real 0.005s	user 0.005s	sys 0.000s
15:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272226 27683 raft_consensus.cc:348] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272238 27682 raft_consensus.cc:348] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "76f76e7020904a26bb81e9aac9de0335" member_type: VOTER last_known_addr { host: "127.26.81.131" port: 40857 } }
15:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272478 27683 raft_consensus.cc:374] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272506 27682 raft_consensus.cc:374] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272521 27683 raft_consensus.cc:729] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e29b3c94226441cf8836f6e20b64380d, State: Initialized, Role: FOLLOWER
15:58:58.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272575 27682 raft_consensus.cc:729] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76f76e7020904a26bb81e9aac9de0335, State: Initialized, Role: FOLLOWER
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.272997 27683 consensus_queue.cc:260] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [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: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273025 27682 consensus_queue.cc:260] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [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: "76f76e7020904a26bb81e9aac9de0335" member_type: VOTER last_known_addr { host: "127.26.81.131" port: 40857 } }
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273124 27683 raft_consensus.cc:388] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273167 27683 raft_consensus.cc:482] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273190 27682 raft_consensus.cc:388] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273231 27683 raft_consensus.cc:3037] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Advancing to term 1
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273255 27682 raft_consensus.cc:482] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:58.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.273342 27682 raft_consensus.cc:3037] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 0 FOLLOWER]: Advancing to term 1
15:58:58.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.274082 27683 raft_consensus.cc:504] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:58:58.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.274296 27682 raft_consensus.cc:504] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "76f76e7020904a26bb81e9aac9de0335" member_type: VOTER last_known_addr { host: "127.26.81.131" port: 40857 } }
15:58:58.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.274394 27683 leader_election.cc:302] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [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: e29b3c94226441cf8836f6e20b64380d; no voters: 
15:58:58.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.274679 27683 leader_election.cc:288] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:58.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.274616 27682 leader_election.cc:302] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [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: 76f76e7020904a26bb81e9aac9de0335; no voters: 
15:58:58.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.274812 27686 raft_consensus.cc:2781] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 1 FOLLOWER]: Leader election won for term 1
15:58:58.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275008 27682 leader_election.cc:288] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:58.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275022 27686 raft_consensus.cc:686] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [term 1 LEADER]: Becoming Leader. State: Replica: e29b3c94226441cf8836f6e20b64380d, State: Running, Role: LEADER
15:58:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275098 27688 raft_consensus.cc:2781] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 1 FOLLOWER]: Leader election won for term 1
15:58:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275410 27688 raft_consensus.cc:686] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [term 1 LEADER]: Becoming Leader. State: Replica: 76f76e7020904a26bb81e9aac9de0335, State: Running, Role: LEADER
15:58:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275372 27686 consensus_queue.cc:237] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d [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: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:58:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275677 27688 consensus_queue.cc:237] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 [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: "76f76e7020904a26bb81e9aac9de0335" member_type: VOTER last_known_addr { host: "127.26.81.131" port: 40857 } }
15:58:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275751 27683 ts_tablet_manager.cc:1428] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
15:58:58.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.275908 27498 heartbeater.cc:503] Master 127.26.81.190:45759 was elected leader, sending a full tablet report...
15:58:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.276468 27633 heartbeater.cc:503] Master 127.26.81.190:45759 was elected leader, sending a full tablet report...
15:58:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.277339 27682 ts_tablet_manager.cc:1428] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
15:58:58.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.279134 26992 catalog_manager.cc:5495] T 06a04eab405f48a8a9cdad3a6caf5719 P 76f76e7020904a26bb81e9aac9de0335 reported cstate change: term changed from 0 to 1, leader changed from <none> to 76f76e7020904a26bb81e9aac9de0335 (127.26.81.131). New cstate: current_term: 1 leader_uuid: "76f76e7020904a26bb81e9aac9de0335" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "76f76e7020904a26bb81e9aac9de0335" member_type: VOTER last_known_addr { host: "127.26.81.131" port: 40857 } health_report { overall_health: HEALTHY } } }
15:58:58.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.282932 26991 catalog_manager.cc:5495] T d4b24729edc447d5b4e5c146cd69348d P e29b3c94226441cf8836f6e20b64380d reported cstate change: term changed from 0 to 1, leader changed from <none> to e29b3c94226441cf8836f6e20b64380d (127.26.81.130). New cstate: current_term: 1 leader_uuid: "e29b3c94226441cf8836f6e20b64380d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } health_report { overall_health: HEALTHY } } }
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.299449 26992 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53112:
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:58:58.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:58:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:58:58.308 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4cf26854801543978b48733e2348af1f
15:58:58.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.318614 27296 tablet_service.cc:1467] Processing CreateTablet for tablet 0be3a5d3b7c741308b24d09cb04627f5 (DEFAULT_TABLE table=simple-test [id=4cf26854801543978b48733e2348af1f]), partition=RANGE (key) PARTITION UNBOUNDED
15:58:58.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.319590 27296 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0be3a5d3b7c741308b24d09cb04627f5. 1 dirs total, 0 dirs full, 0 dirs failed
15:58:58.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.325481 27698 tablet_bootstrap.cc:492] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6: Bootstrap starting.
15:58:58.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.327845 27698 tablet_bootstrap.cc:654] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6: Neither blocks nor log segments found. Creating new log.
15:58:58.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.328656 27698 log.cc:824] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6: Log is configured to *not* fsync() on all Append() calls
15:58:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.330437 27698 tablet_bootstrap.cc:492] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6: No bootstrap required, opened a new log
15:58:58.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.330658 27698 ts_tablet_manager.cc:1397] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6: Time spent bootstrapping tablet: real 0.005s	user 0.000s	sys 0.004s
15:58:58.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.334206 27698 raft_consensus.cc:348] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:58:58.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.334467 27698 raft_consensus.cc:374] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:58:58.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.334517 27698 raft_consensus.cc:729] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06f3dce1be40402f9370ca420ce728e6, State: Initialized, Role: FOLLOWER
15:58:58.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.335041 27698 consensus_queue.cc:260] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [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: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:58:58.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.335232 27698 raft_consensus.cc:388] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:58:58.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.335304 27698 raft_consensus.cc:482] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:58:58.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.335415 27698 raft_consensus.cc:3037] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Advancing to term 1
15:58:58.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.336464 27698 raft_consensus.cc:504] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:58:58.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.336889 27698 leader_election.cc:302] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [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: 06f3dce1be40402f9370ca420ce728e6; no voters: 
15:58:58.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.337288 27698 leader_election.cc:288] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:58:58.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.337349 27700 raft_consensus.cc:2781] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 1 FOLLOWER]: Leader election won for term 1
15:58:58.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.337558 27700 raft_consensus.cc:686] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [term 1 LEADER]: Becoming Leader. State: Replica: 06f3dce1be40402f9370ca420ce728e6, State: Running, Role: LEADER
15:58:58.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.337949 27700 consensus_queue.cc:237] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 [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: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:58:58.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.338394 27698 ts_tablet_manager.cc:1428] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:58:58.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.338487 27363 heartbeater.cc:503] Master 127.26.81.190:45759 was elected leader, sending a full tablet report...
15:58:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:58:58.341059 26992 catalog_manager.cc:5495] T 0be3a5d3b7c741308b24d09cb04627f5 P 06f3dce1be40402f9370ca420ce728e6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 06f3dce1be40402f9370ca420ce728e6 (127.26.81.129). New cstate: current_term: 1 leader_uuid: "06f3dce1be40402f9370ca420ce728e6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } health_report { overall_health: HEALTHY } } }
15:58:58.358 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526338358
15:58:58.360 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4b24729edc447d5b4e5c146cd69348d for table 'test' with partition [<start>, 0x80000032)
15:58:58.361 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 06a04eab405f48a8a9cdad3a6caf5719 for table 'test' with partition [0x80000032, <end>)
15:58:58.361 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4b24729edc447d5b4e5c146cd69348d@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=06a04eab405f48a8a9cdad3a6caf5719@[76f76e7020904a26bb81e9aac9de0335(127.26.81.131:40857)[L]]}]
15:58:58.361 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.26.81.190:45759, [1ms] Sub RPC GetTableLocations: received response from server master-127.26.81.190:45759: OK, deferred=null) after lookup
15:58:58.362 [DEBUG - kudu-nio-0] (Connection.java:748) [peer e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)] connecting to peer
15:58:58.363 [DEBUG - kudu-nio-1] (Connection.java:757) [peer e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)] Successfully connected to peer
15:58:58.373 [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:58:58.375 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xc37b1618, L:/127.0.0.1:47954 - R:/127.26.81.130:39387] using TOKEN/null
15:58:58.506 [DEBUG - main] (Connection.java:748) [peer 76f76e7020904a26bb81e9aac9de0335(127.26.81.131:40857)] connecting to peer
15:58:58.507 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 76f76e7020904a26bb81e9aac9de0335(127.26.81.131:40857)] Successfully connected to peer
15:58:58.520 [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:58:58.522 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xebd73c2b, L:/127.0.0.1:33206 - R:/127.26.81.131:40857] using TOKEN/null
15:58:58.652 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526338652
15:58:58.652 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526338650826
15:58:58.652 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:58.652 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4526256749451060551/
15:58:58.657 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:58.658 [INFO - ForkJoinPool-139-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653
15:58:58.658 [INFO - ForkJoinPool-139-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:58.658 [INFO - ForkJoinPool-139-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:58:58.659 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:58:58.660 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:58:58.679 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.680 [INFO - ForkJoinPool-139-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:58.680 [INFO - ForkJoinPool-139-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:58.680 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.680 [INFO - ForkJoinPool-139-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:58.680 [INFO - ForkJoinPool-139-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:58.680 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.713 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:58.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:58:58.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:58:58.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:58.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:58.714 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:58:58.732 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:58:58.734 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:58:58.735 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:58.735 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:58:58.736 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:58.736 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:58:58.738 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5118 bytes) taskResourceAssignments Map()
15:58:58.739 [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:58:58.750 [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:58:58.752 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:58.753 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:58.753 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:58.753 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.753 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:58.753 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:58.754 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:58.755 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:58.755 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:58.755 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:58.778 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323883122688000) for scanner KuduScanner(table=test, tablet=d4b24729edc447d5b4e5c146cd69348d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:58.792 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:58:58.796 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558582590317452202806280_0000_m_000000_0' to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/_temporary/0/task_202607081558582590317452202806280_0000_m_000000
15:58:58.796 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081558582590317452202806280_0000_m_000000_0: Committed
15:58:58.797 [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). 6300 bytes result sent to driver
15:58:58.798 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5118 bytes) taskResourceAssignments Map()
15:58:58.799 [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:58:58.799 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 61 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:58.811 [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:58:58.814 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:58.815 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:58.815 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:58.815 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.815 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:58.815 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:58.816 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:58.825 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323883122688000) for scanner KuduScanner(table=test, tablet=06a04eab405f48a8a9cdad3a6caf5719, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:58.836 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:58.836 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:58.837 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:58.838 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:58:58.870 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:58:58.874 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558584266756180473446619_0000_m_000001_1' to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/_temporary/0/task_202607081558584266756180473446619_0000_m_000001
15:58:58.875 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081558584266756180473446619_0000_m_000001_1: Committed
15:58:58.876 [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). 6300 bytes result sent to driver
15:58:58.885 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 87 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:58.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.171 s
15:58:58.887 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:58.888 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:58:58.888 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:58:58.888 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.174932 s
15:58:58.921 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Write Job 7cf5167f-0270-43cd-9dda-c071e6518786 committed.
15:58:58.921 [INFO - ForkJoinPool-139-worker-1] (Logging.scala:57) Finished processing stats for write job 7cf5167f-0270-43cd-9dda-c071e6518786.
15:58:58.923 [INFO - ForkJoinPool-139-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/.kudu-metadata.json
15:58:58.933 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 66.6 KiB, free: 1993.9 MiB)
15:58:58.940 [INFO - ForkJoinPool-139-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:58.944 [DEBUG - main] (Connection.java:748) [peer master-127.26.81.188:46609(127.26.81.188:46609)] connecting to peer
15:58:58.946 [DEBUG - main] (Connection.java:748) [peer master-127.26.81.189:41817(127.26.81.189:41817)] connecting to peer
15:58:58.948 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.81.188:46609(127.26.81.188:46609)] Successfully connected to peer
15:58:58.949 [DEBUG - main] (Connection.java:748) [peer master-127.26.81.190:45759(127.26.81.190:45759)] connecting to peer
15:58:58.951 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.81.190:45759(127.26.81.190:45759)] Successfully connected to peer
15:58:58.952 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.81.189:41817(127.26.81.189:41817)] Successfully connected to peer
15:58:58.955 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.81.188
15:58:58.959 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.81.190
15:58:58.965 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.26.81.189
15:58:58.994 [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:58:58.995 [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:58:58.997 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb1f40e50, L:/127.0.0.1:44508 - R:/127.26.81.189:41817] using SASL/PLAIN
15:58:59.006 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf1027973, L:/127.0.0.1:38000 - R:/127.26.81.188:46609] using SASL/PLAIN
15:58:59.008 [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:58:59.009 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x6296a301, L:/127.0.0.1:53126 - R:/127.26.81.190:45759] using SASL/PLAIN
15:58:59.011 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:58:59.011 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=68), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.26.81.188:46609, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.26.81.189:41817, [6ms] Sub RPC ConnectToMaster: sending RPC to server master-127.26.81.190:45759, [55ms] Sub RPC ConnectToMaster: received response from server master-127.26.81.189:41817: OK, [65ms] Sub RPC ConnectToMaster: received response from server master-127.26.81.188:46609: OK, [67ms] Sub RPC ConnectToMaster: received response from server master-127.26.81.190:45759: OK, deferred=null) after lookup
15:58:59.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:59.024 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:59.042 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:59.042 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:59.042 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:58:59.058 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.6 MiB)
15:58:59.070 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.5 MiB)
15:58:59.070 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 28.6 KiB, free: 1993.8 MiB)
15:58:59.071 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:58:59.072 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402090 bytes, open cost is considered as scanning 4194304 bytes.
15:58:59.084 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:59.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:59.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:58:59.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:59.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:59.086 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:59.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.5 MiB)
15:58:59.089 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.5 MiB)
15:58:59.090 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 7.1 KiB, free: 1993.8 MiB)
15:58:59.090 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:58:59.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:59.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:58:59.092 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:59.092 [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:58:59.094 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/part-00001-e89e585e-1425-494b-8a50-ba6037c2b2b6-c000.snappy.parquet, range: 0-6750, partition values: [empty row]
15:58:59.098 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/part-00000-e89e585e-1425-494b-8a50-ba6037c2b2b6-c000.snappy.parquet, range: 0-6732, partition values: [empty row]
15:58:59.101 [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). 8614 bytes result sent to driver
15:58:59.102 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:59.102 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:58:59.103 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.017 s
15:58:59.103 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:59.103 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:58:59.103 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.018826 s
15:58:59.339 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526339338
15:58:59.339 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526339337812
15:58:59.339 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:59.339 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4526256749451060551/
15:58:59.346 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test
15:58:59.349 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:59.349 [INFO - ForkJoinPool-142-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339
15:58:59.349 [INFO - ForkJoinPool-142-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:59.350 [INFO - ForkJoinPool-142-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526338653 from backup in path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653
15:58:59.367 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.368 [INFO - ForkJoinPool-142-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.368 [INFO - ForkJoinPool-142-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.368 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.368 [INFO - ForkJoinPool-142-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.368 [INFO - ForkJoinPool-142-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.369 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.394 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:59.395 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:58:59.395 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:58:59.395 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:59.395 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:59.395 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:58:59.411 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.6 KiB, free 1993.3 MiB)
15:58:59.413 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.3 MiB)
15:58:59.413 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 66.6 KiB, free: 1993.8 MiB)
15:58:59.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:58:59.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:59.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:58:59.415 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5128 bytes) taskResourceAssignments Map()
15:58:59.415 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:58:59.424 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:59.426 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:59.427 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.427 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.427 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.427 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.427 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:59.428 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:59.429 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:59.429 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:59.429 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:59.444 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323885932544000) for scanner KuduScanner(table=test, tablet=d4b24729edc447d5b4e5c146cd69348d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:59.444 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:58:59.446 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558593235090671236503782_0002_m_000000_3' to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/_temporary/0/task_202607081558593235090671236503782_0002_m_000000
15:58:59.446 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_202607081558593235090671236503782_0002_m_000000_3: Committed
15:58:59.447 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6257 bytes result sent to driver
15:58:59.448 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5128 bytes) taskResourceAssignments Map()
15:58:59.448 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:58:59.448 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 33 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:58:59.456 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:58:59.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:59.460 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.460 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.460 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.460 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.460 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.460 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.468 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 100 rows, more = false, responseScanTimestamp = 7305323885932544000) for scanner KuduScanner(table=test, tablet=06a04eab405f48a8a9cdad3a6caf5719, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:58:59.511 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:58:59.512 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:58:59.513 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:58:59.513 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:58:59.513 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:58:59.514 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:58:59.515 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:58:59.525 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:58:59.535 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 17236
15:58:59.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558592484931065148843832_0002_m_000001_4' to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/_temporary/0/task_202607081558592484931065148843832_0002_m_000001
15:58:59.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081558592484931065148843832_0002_m_000001_4: Committed
15:58:59.541 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6343 bytes result sent to driver
15:58:59.542 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 95 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:58:59.542 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:58:59.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.146 s
15:58:59.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:59.543 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:58:59.544 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.149263 s
15:58:59.554 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Write Job c4ee382b-a2ab-4739-a2ab-55f62c1e5569 committed.
15:58:59.554 [INFO - ForkJoinPool-142-worker-1] (Logging.scala:57) Finished processing stats for write job c4ee382b-a2ab-4739-a2ab-55f62c1e5569.
15:58:59.557 [INFO - ForkJoinPool-142-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/.kudu-metadata.json
15:58:59.565 [INFO - ForkJoinPool-142-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:58:59.568 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:59.580 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:58:59.588 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:58:59.589 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:58:59.589 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:58:59.605 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:58:59.617 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:58:59.618 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 28.7 KiB, free: 1993.8 MiB)
15:58:59.619 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:58:59.620 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8400647 bytes, open cost is considered as scanning 4194304 bytes.
15:58:59.634 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:58:59.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:58:59.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:58:59.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:59.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:59.635 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:58:59.637 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:58:59.639 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:58:59.639 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 7.2 KiB, free: 1993.8 MiB)
15:58:59.640 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:58:59.641 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:58:59.641 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:58:59.642 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:58:59.642 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:58:59.645 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/part-00001-f2547abc-0044-428a-bb3d-17ac5ea39dcf-c000.snappy.parquet, range: 0-10201, partition values: [empty row]
15:58:59.650 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/part-00000-f2547abc-0044-428a-bb3d-17ac5ea39dcf-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:58:59.655 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 8805 bytes result sent to driver
15:58:59.656 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:58:59.656 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:58:59.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.020 s
15:58:59.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:58:59.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:58:59.657 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.023063 s
15:58:59.910 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526339910
15:58:59.910 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526339908986
15:58:59.910 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:58:59.910 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4526256749451060551/
15:58:59.919 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test
15:58:59.922 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:58:59.922 [INFO - ForkJoinPool-145-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911
15:58:59.922 [INFO - ForkJoinPool-145-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:58:59.922 [INFO - ForkJoinPool-145-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526339339 from backup in path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339
15:58:59.943 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.944 [INFO - ForkJoinPool-145-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.944 [INFO - ForkJoinPool-145-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.945 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.945 [INFO - ForkJoinPool-145-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:58:59.945 [INFO - ForkJoinPool-145-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:58:59.946 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:58:59.973 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:58:59.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (save at KuduBackup.scala:97) with 2 output partitions
15:58:59.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (save at KuduBackup.scala:97)
15:58:59.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:58:59.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:58:59.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97), which has no missing parents
15:58:59.991 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 190.6 KiB, free 1993.1 MiB)
15:58:59.993 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.0 MiB)
15:58:59.994 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 66.6 KiB, free: 1993.7 MiB)
15:58:59.994 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:58:59.995 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:58:59.995 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 2 tasks resource profile 0
15:58:59.996 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5128 bytes) taskResourceAssignments Map()
15:58:59.996 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:59:00.008 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:59:00.012 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:00.012 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:00.012 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:00.012 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:00.012 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:00.013 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:00.013 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:00.014 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:00.015 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:00.031 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323888275456000) for scanner KuduScanner(table=test, tablet=d4b24729edc447d5b4e5c146cd69348d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:00.032 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:00.034 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558598657489933690341433_0004_m_000000_6' to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/_temporary/0/task_202607081558598657489933690341433_0004_m_000000
15:59:00.034 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) attempt_202607081558598657489933690341433_0004_m_000000_6: Committed
15:59:00.035 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 6257 bytes result sent to driver
15:59:00.035 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5128 bytes) taskResourceAssignments Map()
15:59:00.036 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 7)
15:59:00.036 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 41 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:00.065 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.065 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:59:00.067 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:59:00.068 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.070 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:00.070 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:00.070 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:00.071 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:00.071 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:00.071 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:00.077 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 100 rows, more = false, responseScanTimestamp = 7305323888275456000) for scanner KuduScanner(table=test, tablet=06a04eab405f48a8a9cdad3a6caf5719, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:00.085 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:59:00.091 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:00.091 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:00.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:00.093 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:00.113 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 17136
15:59:00.116 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081558594028508307460120951_0004_m_000001_7' to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/_temporary/0/task_202607081558594028508307460120951_0004_m_000001
15:59:00.117 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) attempt_202607081558594028508307460120951_0004_m_000001_7: Committed
15:59:00.118 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7). 6343 bytes result sent to driver
15:59:00.119 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7) in 84 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:00.119 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:59:00.120 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (save at KuduBackup.scala:97) finished in 0.144 s
15:59:00.120 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:00.120 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:59:00.121 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Job 4 finished: save at KuduBackup.scala:97, took 0.147344 s
15:59:00.143 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Write Job 2c764286-b697-4c02-a7a3-651dbed41d6b committed.
15:59:00.144 [INFO - ForkJoinPool-145-worker-1] (Logging.scala:57) Finished processing stats for write job 2c764286-b697-4c02-a7a3-651dbed41d6b.
15:59:00.146 [INFO - ForkJoinPool-145-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/.kudu-metadata.json
15:59:00.157 [INFO - ForkJoinPool-145-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:59:00.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2db461d312e44cbd97855803039e2db0
15:59:00.169 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:00.178 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:00.178 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:00.178 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:00.198 [INFO - main] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:00.210 [INFO - main] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:00.211 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.212 [INFO - main] (Logging.scala:57) Created broadcast 7 from collect at TestKuduBackup.scala:994
15:59:00.213 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8400587 bytes, open cost is considered as scanning 4194304 bytes.
15:59:00.226 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:00.227 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:00.227 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (collect at TestKuduBackup.scala:994)
15:59:00.227 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:00.227 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:00.227 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:00.229 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:59:00.230 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:59:00.231 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 7.2 KiB, free: 1993.8 MiB)
15:59:00.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:59:00.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:00.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:59:00.233 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:59:00.233 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 8)
15:59:00.236 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/part-00001-7eb34716-e064-40d6-bd81-8546b4a153ed-c000.snappy.parquet, range: 0-10141, partition values: [empty row]
15:59:00.241 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/part-00000-7eb34716-e064-40d6-bd81-8546b4a153ed-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:00.245 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8). 9108 bytes result sent to driver
15:59:00.246 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:00.246 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:59:00.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (collect at TestKuduBackup.scala:994) finished in 0.019 s
15:59:00.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:00.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:59:00.250 [INFO - main] (Logging.scala:57) Job 5 finished: collect at TestKuduBackup.scala:994, took 0.023453 s
15:59:00.256 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4526256749451060551/
15:59:00.266 [INFO - main] (BackupIO.scala:236) Found 3 paths in file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test
15:59:00.268 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653
15:59:00.268 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:59:00.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.270376 26992 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53112:
15:59:00.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:59:00.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:00.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:00.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:00.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:00.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:00.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:00.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:00.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:00.286 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 54f3c572e418499a9e75fa89ff88ec7d
15:59:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.288903 27296 tablet_service.cc:1467] Processing CreateTablet for tablet 28779137f27040ebb2a936838d1673df (DEFAULT_TABLE table=test-restore [id=54f3c572e418499a9e75fa89ff88ec7d]), partition=RANGE (key) PARTITION VALUES < 50
15:59:00.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.289809 27296 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 28779137f27040ebb2a936838d1673df. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:00.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.292124 27867 tablet_bootstrap.cc:492] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6: Bootstrap starting.
15:59:00.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.293035 27867 tablet_bootstrap.cc:654] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6: Neither blocks nor log segments found. Creating new log.
15:59:00.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.294343 27867 tablet_bootstrap.cc:492] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6: No bootstrap required, opened a new log
15:59:00.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.294560 27867 ts_tablet_manager.cc:1397] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295100 27867 raft_consensus.cc:348] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295190 27867 raft_consensus.cc:374] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295214 27867 raft_consensus.cc:729] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06f3dce1be40402f9370ca420ce728e6, State: Initialized, Role: FOLLOWER
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295341 27867 consensus_queue.cc:260] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [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: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295420 27867 raft_consensus.cc:388] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295444 27867 raft_consensus.cc:482] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:00.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.295475 27867 raft_consensus.cc:3037] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 0 FOLLOWER]: Advancing to term 1
15:59:00.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.296234 27867 raft_consensus.cc:504] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:59:00.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.296345 27867 leader_election.cc:302] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [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: 06f3dce1be40402f9370ca420ce728e6; no voters: 
15:59:00.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.296499 27867 leader_election.cc:288] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:00.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.296586 27869 raft_consensus.cc:2781] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 1 FOLLOWER]: Leader election won for term 1
15:59:00.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.296783 27869 raft_consensus.cc:686] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [term 1 LEADER]: Becoming Leader. State: Replica: 06f3dce1be40402f9370ca420ce728e6, State: Running, Role: LEADER
15:59:00.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.297024 27869 consensus_queue.cc:237] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 [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: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } }
15:59:00.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.296846 27867 ts_tablet_manager.cc:1428] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:00.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.298681 26992 catalog_manager.cc:5495] T 28779137f27040ebb2a936838d1673df P 06f3dce1be40402f9370ca420ce728e6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 06f3dce1be40402f9370ca420ce728e6 (127.26.81.129). New cstate: current_term: 1 leader_uuid: "06f3dce1be40402f9370ca420ce728e6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06f3dce1be40402f9370ca420ce728e6" member_type: VOTER last_known_addr { host: "127.26.81.129" port: 32799 } health_report { overall_health: HEALTHY } } }
15:59:00.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.319391 26992 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:53112:
15:59:00.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:00.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:00.326068 26992 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 97e9008d46ed45ae8674ca4b5f872e50 has no consensus state
15:59:00.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.330690 27431 tablet_service.cc:1467] Processing CreateTablet for tablet 97e9008d46ed45ae8674ca4b5f872e50 (DEFAULT_TABLE table=test-restore [id=54f3c572e418499a9e75fa89ff88ec7d]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:00.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.331035 27431 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 97e9008d46ed45ae8674ca4b5f872e50. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:00.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.333725 27874 tablet_bootstrap.cc:492] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d: Bootstrap starting.
15:59:00.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.334831 27874 tablet_bootstrap.cc:654] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d: Neither blocks nor log segments found. Creating new log.
15:59:00.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.336021 27874 tablet_bootstrap.cc:492] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d: No bootstrap required, opened a new log
15:59:00.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.336166 27874 ts_tablet_manager.cc:1397] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:00.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.336799 27874 raft_consensus.cc:348] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:59:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.336959 27874 raft_consensus.cc:374] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.337000 27874 raft_consensus.cc:729] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e29b3c94226441cf8836f6e20b64380d, State: Initialized, Role: FOLLOWER
15:59:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.337479 27874 consensus_queue.cc:260] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [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: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:59:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.337605 27874 raft_consensus.cc:388] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.337644 27874 raft_consensus.cc:482] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:00.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.337685 27874 raft_consensus.cc:3037] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 0 FOLLOWER]: Advancing to term 1
15:59:00.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.338583 27874 raft_consensus.cc:504] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:59:00.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.338704 27874 leader_election.cc:302] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [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: e29b3c94226441cf8836f6e20b64380d; no voters: 
15:59:00.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.338869 27874 leader_election.cc:288] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:00.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.338943 27876 raft_consensus.cc:2781] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 1 FOLLOWER]: Leader election won for term 1
15:59:00.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.339115 27876 raft_consensus.cc:686] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [term 1 LEADER]: Becoming Leader. State: Replica: e29b3c94226441cf8836f6e20b64380d, State: Running, Role: LEADER
15:59:00.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.339239 27876 consensus_queue.cc:237] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d [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: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } }
15:59:00.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.339520 27874 ts_tablet_manager.cc:1428] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:00.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.340943 26992 catalog_manager.cc:5495] T 97e9008d46ed45ae8674ca4b5f872e50 P e29b3c94226441cf8836f6e20b64380d reported cstate change: term changed from 0 to 1, leader changed from <none> to e29b3c94226441cf8836f6e20b64380d (127.26.81.130). New cstate: current_term: 1 leader_uuid: "e29b3c94226441cf8836f6e20b64380d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e29b3c94226441cf8836f6e20b64380d" member_type: VOTER last_known_addr { host: "127.26.81.130" port: 39387 } health_report { overall_health: HEALTHY } } }
15:59:00.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.347751 26992 catalog_manager.cc:6040] T 00000000000000000000000000000000 P f53fda9e633e4dbf8627e19442da9314: test-restore [id=54f3c572e418499a9e75fa89ff88ec7d] alter complete (version 0)
15:59:00.363 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:00.379 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:00.387 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:00.387 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:00.388 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:00.396 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:59:00.405 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:59:00.405 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:00.406 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Created broadcast 9 from toRdd at KuduRestore.scala:140
15:59:00.406 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402090 bytes, open cost is considered as scanning 4194304 bytes.
15:59:00.418 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:00.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:00.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (foreachPartition at KuduRestore.scala:140)
15:59:00.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:00.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:00.419 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (SQLExecutionRDD[30] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:00.421 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 30.4 KiB, free 1992.9 MiB)
15:59:00.434 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1992.9 MiB)
15:59:00.434 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:59:00.434 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:00.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:59:00.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 6 (SQLExecutionRDD[30] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:00.435 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 1 tasks resource profile 0
15:59:00.437 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:59:00.437 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 9)
15:59:00.437 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.441 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 54f3c572e418499a9e75fa89ff88ec7d
15:59:00.446 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/part-00001-e89e585e-1425-494b-8a50-ba6037c2b2b6-c000.snappy.parquet, range: 0-6750, partition values: [empty row]
15:59:00.447 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:59:00.453 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526338653/part-00000-e89e585e-1425-494b-8a50-ba6037c2b2b6-c000.snappy.parquet, range: 0-6732, partition values: [empty row]
15:59:00.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.457 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.459 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.460 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.460 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.462 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.462 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.463 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.463 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.464 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.464 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.466 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.466 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.467 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.467 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.467 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.468 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.469 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.469 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.470 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.470 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.470 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.471 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.471 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.471 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.473 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.473 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.474 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.474 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.475 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.475 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.476 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.476 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.476 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.477 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.477 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.478 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.479 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.480 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.480 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.481 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.481 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.481 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.481 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3706e8a0, flushNotification=Deferred@243036475(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:00.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.482 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.482 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.482 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.483 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.484 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.485 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.485 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.486 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.486 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.487 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.488 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.488 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.489 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.490 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.490 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.491 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.492 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.492 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.493 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.493 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.493 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.495 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.495 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.495 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.496 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.496 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.498 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.498 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.498 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.500 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.500 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.500 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.501 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.502 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.502 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.502 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.502 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.502 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.503 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.503 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.503 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.504 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 28779137f27040ebb2a936838d1673df for table 'test-restore' with partition [<start>, 0x80000032)
15:59:00.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 97e9008d46ed45ae8674ca4b5f872e50 for table 'test-restore' with partition [0x80000032, <end>)
15:59:00.505 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=28779137f27040ebb2a936838d1673df@[06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=97e9008d46ed45ae8674ca4b5f872e50@[e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)[L]]}]
15:59:00.505 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)] connecting to peer
15:59:00.506 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)] Successfully connected to peer
15:59:00.517 [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:59:00.518 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2c8a0e30, L:/127.0.0.1:45954 - R:/127.26.81.129:32799] using TOKEN/null
15:59:00.529 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 9). 5422 bytes result sent to driver
15:59:00.530 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 9) in 94 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:00.530 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:59:00.531 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (foreachPartition at KuduRestore.scala:140) finished in 0.111 s
15:59:00.531 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:00.531 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:59:00.531 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Job 6 finished: foreachPartition at KuduRestore.scala:140, took 0.113120 s
15:59:00.532 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339
15:59:00.537 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:00.551 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:00.556 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:00.556 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:00.557 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:00.563 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Block broadcast_11 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:00.572 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Block broadcast_11_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:00.572 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_11_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.573 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Created broadcast 11 from toRdd at KuduRestore.scala:140
15:59:00.573 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8400647 bytes, open cost is considered as scanning 4194304 bytes.
15:59:00.583 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:00.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 7 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:00.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 7 (foreachPartition at KuduRestore.scala:140)
15:59:00.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:00.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:00.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 7 (SQLExecutionRDD[34] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:00.586 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12 stored as values in memory (estimated size 30.4 KiB, free 1993.1 MiB)
15:59:00.587 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.1 MiB)
15:59:00.588 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_12_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:00.588 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 12 from broadcast at DAGScheduler.scala:1388
15:59:00.589 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 7 (SQLExecutionRDD[34] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:00.589 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 1 tasks resource profile 0
15:59:00.590 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:59:00.590 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 10)
15:59:00.593 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.596 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 54f3c572e418499a9e75fa89ff88ec7d
15:59:00.596 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/part-00001-f2547abc-0044-428a-bb3d-17ac5ea39dcf-c000.snappy.parquet, range: 0-10201, partition values: [empty row]
15:59:00.602 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339339/part-00000-f2547abc-0044-428a-bb3d-17ac5ea39dcf-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:00.604 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=15000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@31294b1d, flushNotification=Deferred@666961971(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:00.611 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 10). 5422 bytes result sent to driver
15:59:00.612 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 10) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:00.612 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:59:00.613 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 7 (foreachPartition at KuduRestore.scala:140) finished in 0.028 s
15:59:00.613 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 7 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:00.613 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 7: Stage finished
15:59:00.614 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Job 7 finished: foreachPartition at KuduRestore.scala:140, took 0.029962 s
15:59:00.614 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911
15:59:00.621 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:00.637 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:00.644 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:00.645 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:00.645 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:00.654 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Block broadcast_13 stored as values in memory (estimated size 314.2 KiB, free 1992.8 MiB)
15:59:00.668 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Block broadcast_13_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:59:00.669 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_13_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.669 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Created broadcast 13 from toRdd at KuduRestore.scala:140
15:59:00.670 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8400587 bytes, open cost is considered as scanning 4194304 bytes.
15:59:00.680 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:00.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 8 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:00.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (foreachPartition at KuduRestore.scala:140)
15:59:00.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:00.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:00.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (SQLExecutionRDD[38] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:00.683 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14 stored as values in memory (estimated size 29.1 KiB, free 1992.8 MiB)
15:59:00.695 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.8 MiB)
15:59:00.695 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_14_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 10.9 KiB, free: 1993.8 MiB)
15:59:00.696 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 14 from broadcast at DAGScheduler.scala:1388
15:59:00.696 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_12_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:59:00.696 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 8 (SQLExecutionRDD[38] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:00.696 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 1 tasks resource profile 0
15:59:00.698 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:59:00.698 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 11)
15:59:00.699 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_9_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.701 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_10_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:59:00.701 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.704 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 54f3c572e418499a9e75fa89ff88ec7d
15:59:00.704 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/part-00001-7eb34716-e064-40d6-bd81-8546b4a153ed-c000.snappy.parquet, range: 0-10141, partition values: [empty row]
15:59:00.709 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_11_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:00.713 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup4526256749451060551/2db461d312e44cbd97855803039e2db0-test/1783526339911/part-00000-7eb34716-e064-40d6-bd81-8546b4a153ed-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:00.716 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14900, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7c854715, flushNotification=Deferred@1052194438(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:00.723 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 11). 5422 bytes result sent to driver
15:59:00.724 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 11) in 26 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:00.724 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:59:00.724 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (foreachPartition at KuduRestore.scala:140) finished in 0.043 s
15:59:00.724 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 8 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:00.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:59:00.725 [INFO - ForkJoinPool-148-worker-1] (Logging.scala:57) Job 8 finished: foreachPartition at KuduRestore.scala:140, took 0.044761 s
15:59:00.725 [INFO - ForkJoinPool-148-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:59:00.728 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 54f3c572e418499a9e75fa89ff88ec7d
15:59:00.736 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:59:00.737 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 9 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:59:00.737 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 9 (collect at TestKuduBackup.scala:1002)
15:59:00.737 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:00.737 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:00.738 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 9 (KuduRDD[39] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:00.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_15 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:59:00.741 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_15_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:59:00.741 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_15_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39183 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:00.741 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 15 from broadcast at DAGScheduler.scala:1388
15:59:00.742 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 9 (KuduRDD[39] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:00.742 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 9.0 with 2 tasks resource profile 0
15:59:00.743 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 9.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5276 bytes) taskResourceAssignments Map()
15:59:00.743 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 12)] (Logging.scala:57) Running task 0.0 in stage 9.0 (TID 12)
15:59:00.745 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.752 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323891705466880) for scanner KuduScanner(table=test-restore, tablet=28779137f27040ebb2a936838d1673df, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:00.753 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 12)] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 12). 5858 bytes result sent to driver
15:59:00.754 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 9.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5276 bytes) taskResourceAssignments Map()
15:59:00.754 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 13)] (Logging.scala:57) Running task 1.0 in stage 9.0 (TID 13)
15:59:00.755 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 12) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:00.756 [DEBUG - Executor task launch worker for task 1.0 in stage 9.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:00.760 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323891746443264) for scanner KuduScanner(table=test-restore, tablet=97e9008d46ed45ae8674ca4b5f872e50, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:00.761 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 13)] (Logging.scala:57) Finished task 1.0 in stage 9.0 (TID 13). 5858 bytes result sent to driver
15:59:00.763 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 9.0 (TID 13) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:00.763 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 9.0, whose tasks have all completed, from pool 
15:59:00.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 9 (collect at TestKuduBackup.scala:1002) finished in 0.027 s
15:59:00.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 9 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:00.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 9: Stage finished
15:59:00.766 [INFO - main] (Logging.scala:57) Job 9 finished: collect at TestKuduBackup.scala:1002, took 0.029435 s
15:59:00.775 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:00.788 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:00.788 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:00.796 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:00.796 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:00.806 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:00.807 [DEBUG - main] (Connection.java:575) [peer master-127.26.81.188:46609(127.26.81.188:46609)] disconnecting while in state READY
15:59:00.807 [DEBUG - main] (Connection.java:575) [peer master-127.26.81.190:45759(127.26.81.190:45759)] disconnecting while in state READY
15:59:00.807 [DEBUG - main] (Connection.java:575) [peer 76f76e7020904a26bb81e9aac9de0335(127.26.81.131:40857)] disconnecting while in state READY
15:59:00.807 [DEBUG - main] (Connection.java:575) [peer e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)] disconnecting while in state READY
15:59:00.808 [DEBUG - main] (Connection.java:575) [peer 06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)] disconnecting while in state READY
15:59:00.808 [DEBUG - main] (Connection.java:575) [peer master-127.26.81.189:41817(127.26.81.189:41817)] disconnecting while in state READY
15:59:00.810 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.81.188:46609(127.26.81.188:46609)] handling channelInactive
15:59:00.810 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.81.188:46609(127.26.81.188:46609)] cleaning up while in state READY due to: connection closed
15:59:00.810 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.81.190:45759(127.26.81.190:45759)] handling channelInactive
15:59:00.810 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.81.190:45759(127.26.81.190:45759)] cleaning up while in state READY due to: connection closed
15:59:00.810 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 76f76e7020904a26bb81e9aac9de0335(127.26.81.131:40857)] handling channelInactive
15:59:00.810 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 76f76e7020904a26bb81e9aac9de0335(127.26.81.131:40857)] cleaning up while in state READY due to: connection closed
15:59:00.813 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:00.814 [DEBUG - kudu-nio-1] (Connection.java:239) [peer e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)] handling channelInactive
15:59:00.814 [DEBUG - kudu-nio-1] (Connection.java:709) [peer e29b3c94226441cf8836f6e20b64380d(127.26.81.130:39387)] cleaning up while in state READY due to: connection closed
15:59:00.814 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)] handling channelInactive
15:59:00.814 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 06f3dce1be40402f9370ca420ce728e6(127.26.81.129:32799)] cleaning up while in state READY due to: connection closed
15:59:00.814 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.81.189:41817(127.26.81.189:41817)] handling channelInactive
15:59:00.814 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.81.189:41817(127.26.81.189:41817)] cleaning up while in state READY due to: connection closed
15:59:00.814 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 43 thread-local buffer(s) from thread: kudu-nio-0
15:59:00.815 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 36 thread-local buffer(s) from thread: kudu-nio-1
15:59:00.827 [DEBUG - main] (Connection.java:575) [peer master-127.26.81.188:46609(127.26.81.188:46609)] disconnecting while in state READY
15:59:00.828 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.81.188:46609(127.26.81.188:46609)] handling channelInactive
15:59:00.829 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.81.188:46609(127.26.81.188:46609)] cleaning up while in state READY due to: connection closed
15:59:00.829 [DEBUG - main] (Connection.java:575) [peer master-127.26.81.190:45759(127.26.81.190:45759)] disconnecting while in state READY
15:59:00.829 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.81.190:45759(127.26.81.190:45759)] handling channelInactive
15:59:00.830 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.81.190:45759(127.26.81.190:45759)] cleaning up while in state READY due to: connection closed
15:59:00.830 [DEBUG - main] (Connection.java:575) [peer master-127.26.81.189:41817(127.26.81.189:41817)] disconnecting while in state READY
15:59:00.831 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.81.189:41817(127.26.81.189:41817)] handling channelInactive
15:59:00.831 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.81.189:41817(127.26.81.189:41817)] cleaning up while in state READY due to: connection closed
15:59:00.831 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:00.835 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 24 thread-local buffer(s) from thread: kudu-nio-0
15:59:00.835 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:59:00.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.836267 26950 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 27234
15:59:00.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.844396 26950 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 27369
15:59:00.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.851091 26950 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 27504
15:59:00.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.858464 26950 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 26961
15:59:00.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.866880 26950 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 27032
15:59:00.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:00.874042 26950 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 27102
15:59:00.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:00Z chronyd exiting
.15:59:00.939 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526340939
15:59:00.942 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:00.942 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:00.942 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:00.942 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:00.942 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:00.944 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:01.058 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:01.058 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:01.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.059944 27936 mini_oidc.cc:152] Starting JWKS server
15:59:01.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.062402 27936 webserver.cc:460] Webserver started at http://127.0.0.1:44949/ using document root <none> and password file <none>
15:59:01.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.062548 27936 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:01.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.062785 27936 webserver.cc:460] Webserver started at http://127.0.0.1:32803/ using document root <none> and password file <none>
15:59:01.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:01Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:01.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:01Z Disabled control of system clock
15:59:01.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.080642 27936 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal
15:59:01.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/logs
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data/info.pb
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.62:43659
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.62
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:01.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44949/jwks.json with env {}
15:59:01.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.195006 27947 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:01.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.195317 27947 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:01.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.195356 27947 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:01.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.199724 27947 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:01.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.199802 27947 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:01.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.199821 27947 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:01.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.199837 27947 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:01.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.199853 27947 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:01.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.199867 27947 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44949/jwks.json
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.204716 27947 master_runner.cc:386] Master server non-default flags:
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.62:43659
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44949/jwks.json
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data/info.pb
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.62
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27947
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/logs
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:01.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:01.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.205955 27947 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:59:01.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.207475 27947 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.216616 27953 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:59:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.216607 27952 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:59:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.216610 27955 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:59:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.216672 27947 server_base.cc:1034] running on GCE node
15:59:01.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.217787 27947 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:01.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.219003 27947 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:01.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.220213 27947 hybrid_clock.cc:648] HybridClock initialized: now 1783526341220211 us; error 42 us; skew 500 ppm
15:59:01.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.222328 27947 webserver.cc:460] Webserver started at http://127.27.72.62:35463/ using document root <none> and password file <none>
15:59:01.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.222944 27947 fs_manager.cc:359] Metadata directory not provided
15:59:01.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.223047 27947 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:01.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.223279 27947 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:01.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.225324 27947 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data/instance:
15:59:01.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0f88c87e546e454e8f56b1a407f961f9"
15:59:01.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.225914 27947 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal/instance:
15:59:01.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0f88c87e546e454e8f56b1a407f961f9"
15:59:01.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.229779 27947 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:01.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.232496 27961 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.234031 27947 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.234215 27947 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0f88c87e546e454e8f56b1a407f961f9"
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.234362 27947 fs_report.cc:383] FS layout report
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data/data
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:01.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:01.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:01.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:01.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:01.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:01.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:01.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.278861 27947 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:01.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.279656 27947 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:59:01.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.279893 27947 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:01.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.287177 27947 rpc_server.cc:307] RPC server started. Bound to: 127.27.72.62:43659
15:59:01.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.287231 28013 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.27.72.62:43659 every 8 connection(s)
15:59:01.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.288316 27947 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/data/info.pb
15:59:01.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.291977 28014 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:59:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.295369 28014 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.298058 27936 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 27947
15:59:01.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.298247 27936 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-0/wal/instance
15:59:01.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.299719 27936 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal
15:59:01.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data
15:59:01.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/logs
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data/info.pb
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.61:41001
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.61
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:01.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:01.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44949/jwks.json with env {}
15:59:01.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.308939 28014 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.309860 27964 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.72.61:41001: connect: Connection refused (error 111)
15:59:01.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.310863 28014 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.61:41001: Network error: Client connection negotiation failed: client connection to 127.27.72.61:41001: connect: Connection refused (error 111)
15:59:01.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.360181 28014 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } attempt: 1
15:59:01.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.361872 28014 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.61:41001: Network error: Client connection negotiation failed: client connection to 127.27.72.61:41001: connect: Connection refused (error 111)
15:59:01.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.414315 28018 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:01.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.414588 28018 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:01.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.414628 28018 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.418848 28018 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.418919 28018 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.418938 28018 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.418955 28018 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.418972 28018 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:01.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.418987 28018 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44949/jwks.json
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.423902 28018 master_runner.cc:386] Master server non-default flags:
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.61:41001
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44949/jwks.json
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data/info.pb
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.61
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28018
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/logs
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:01.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:01.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.425092 28018 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:59:01.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.426551 28018 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:01.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.430091 28014 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } attempt: 2
15:59:01.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.431878 28014 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.61:41001: Network error: Client connection negotiation failed: client connection to 127.27.72.61:41001: connect: Connection refused (error 111)
15:59:01.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.435676 28018 server_base.cc:1034] running on GCE node
15:59:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.435628 28024 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:59:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.435616 28025 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:59:01.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.435616 28027 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:59:01.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.436862 28018 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:01.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.438134 28018 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:01.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.439348 28018 hybrid_clock.cc:648] HybridClock initialized: now 1783526341439325 us; error 35 us; skew 500 ppm
15:59:01.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.441529 28018 webserver.cc:460] Webserver started at http://127.27.72.61:42867/ using document root <none> and password file <none>
15:59:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.442179 28018 fs_manager.cc:359] Metadata directory not provided
15:59:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.442276 28018 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:01.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.442503 28018 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:01.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.444630 28018 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data/instance:
15:59:01.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5842836a9bc34c0899e7c5be0979f4ca"
15:59:01.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.445432 28018 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal/instance:
15:59:01.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5842836a9bc34c0899e7c5be0979f4ca"
15:59:01.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.451000 28018 fs_manager.cc:691] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
15:59:01.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.453819 28033 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.455219 28018 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.455374 28018 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5842836a9bc34c0899e7c5be0979f4ca"
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.455533 28018 fs_report.cc:383] FS layout report
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data/data
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:01.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:01.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:01.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:01.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:01.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.480365 28018 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.481221 28018 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:59:01.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.481449 28018 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:01.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.488643 28018 rpc_server.cc:307] RPC server started. Bound to: 127.27.72.61:41001
15:59:01.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.488694 28085 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.27.72.61:41001 every 8 connection(s)
15:59:01.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.489684 28018 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/data/info.pb
15:59:01.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.493247 28086 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:59:01.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.496610 27936 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28018
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.496738 27936 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-1/wal/instance
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.497520 27936 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/logs
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data/info.pb
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.60:38831
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.60
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44949/jwks.json with env {}
15:59:01.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.497189 28086 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.512394 28086 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.520046 28086 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.520884 28035 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.521770 28086 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.60:38831: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.523097 28014 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } attempt: 3
15:59:01.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.528059 28014 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.529424 28014 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.60:38831: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.560627 28014 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } attempt: 1
15:59:01.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.562325 28014 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.60:38831: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.571074 28086 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } attempt: 1
15:59:01.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.572599 28086 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.60:38831: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.624626 28088 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:01.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.624984 28088 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:01.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.625030 28088 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:01.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.629261 28088 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:01.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.629330 28088 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:01.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.629349 28088 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:01.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.629365 28088 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:01.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.629382 28088 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:01.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.629395 28088 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44949/jwks.json
15:59:01.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.634727 28088 master_runner.cc:386] Master server non-default flags:
15:59:01.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.60:38831
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44949/jwks.json
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data/info.pb
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.60
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28088
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/logs
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:01.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:01.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.635998 28088 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:59:01.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.637507 28014 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } attempt: 2
15:59:01.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.637617 28088 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:01.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.639034 28014 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.60:38831: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.640791 28086 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } attempt: 2
15:59:01.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.642151 28086 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.27.72.60:38831: Network error: Client connection negotiation failed: client connection to 127.27.72.60:38831: connect: Connection refused (error 111)
15:59:01.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.646804 28097 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:59:01.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.646817 28096 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:59:01.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.646920 28099 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:59:01.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.646871 28088 server_base.cc:1034] running on GCE node
15:59:01.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.647771 28088 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:01.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.649174 28088 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:01.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.650394 28088 hybrid_clock.cc:648] HybridClock initialized: now 1783526341650357 us; error 62 us; skew 500 ppm
15:59:01.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.652521 28088 webserver.cc:460] Webserver started at http://127.27.72.60:43607/ using document root <none> and password file <none>
15:59:01.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.653203 28088 fs_manager.cc:359] Metadata directory not provided
15:59:01.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.653307 28088 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:01.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.653532 28088 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:01.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.655557 28088 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data/instance:
15:59:01.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eecc8233ddd460d8c0fd20c58c1a728"
15:59:01.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.656179 28088 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal/instance:
15:59:01.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eecc8233ddd460d8c0fd20c58c1a728"
15:59:01.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.660384 28088 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.663381 28105 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.664836 28088 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.664994 28088 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eecc8233ddd460d8c0fd20c58c1a728"
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:01 on dist-test-slave-vt7w"
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.665148 28088 fs_report.cc:383] FS layout report
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data/data
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:01.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.685526 28088 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:01.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.686292 28088 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:59:01.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.686520 28088 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:01.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.693564 28088 rpc_server.cc:307] RPC server started. Bound to: 127.27.72.60:38831
15:59:01.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.693575 28157 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.27.72.60:38831 every 8 connection(s)
15:59:01.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.694521 28088 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/data/info.pb
15:59:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.697670 28158 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:59:01.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.701114 28158 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.704698 27936 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28088
15:59:01.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.704850 27936 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/master-2/wal/instance
15:59:01.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.712218 28158 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.717422 28158 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } has no permanent_uuid. Determining permanent_uuid...
15:59:01.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.730705 28158 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: Bootstrap starting.
15:59:01.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.733079 28158 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: Neither blocks nor log segments found. Creating new log.
15:59:01.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.733311 28086 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } attempt: 3
15:59:01.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.733981 28158 log.cc:824] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: Log is configured to *not* fsync() on all Append() calls
15:59:01.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.736151 28158 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: No bootstrap required, opened a new log
15:59:01.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.738210 28014 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } attempt: 3
15:59:01.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.740486 28086 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: Bootstrap starting.
15:59:01.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.740594 28158 raft_consensus.cc:348] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.740890 28158 raft_consensus.cc:374] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:01.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.740949 28158 raft_consensus.cc:729] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eecc8233ddd460d8c0fd20c58c1a728, State: Initialized, Role: FOLLOWER
15:59:01.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.742098 28158 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [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: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.743356 28086 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: Neither blocks nor log segments found. Creating new log.
15:59:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.743366 28167 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [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: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.743491 28167 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.743619 28158 sys_catalog.cc:564] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: configured and running, proceeding with master startup.
15:59:01.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.744963 28086 log.cc:824] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: Log is configured to *not* fsync() on all Append() calls
15:59:01.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.747174 28086 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: No bootstrap required, opened a new log
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.747736 28014 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: Bootstrap starting.
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.747253 28088 master_runner.cc:186] Error getting master registration for 127.27.72.62:43659: OK, instance_id { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" instance_seqno: 1783526341285211 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.750460 28014 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: Neither blocks nor log segments found. Creating new log.
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.750543 28088 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.750768 28167 raft_consensus.cc:482] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.750902 28167 raft_consensus.cc:504] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.751362 28086 raft_consensus.cc:348] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.751751 28014 log.cc:824] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: Log is configured to *not* fsync() on all Append() calls
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.751796 28167 leader_election.cc:288] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0f88c87e546e454e8f56b1a407f961f9 (127.27.72.62:43659), 5842836a9bc34c0899e7c5be0979f4ca (127.27.72.61:41001)
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.752156 28086 raft_consensus.cc:374] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.752231 28086 raft_consensus.cc:729] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5842836a9bc34c0899e7c5be0979f4ca, State: Initialized, Role: FOLLOWER
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.752362 28179 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.752429 28179 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:01.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.752692 28086 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [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: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.753387 28182 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [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: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.753605 28182 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.754150 28086 sys_catalog.cc:564] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [sys.catalog]: configured and running, proceeding with master startup.
15:59:01.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.754208 28060 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5842836a9bc34c0899e7c5be0979f4ca" is_pre_election: true
15:59:01.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.754541 28060 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eecc8233ddd460d8c0fd20c58c1a728 in term 0.
15:59:01.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.754998 28108 leader_election.cc:302] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0eecc8233ddd460d8c0fd20c58c1a728, 5842836a9bc34c0899e7c5be0979f4ca; no voters: 
15:59:01.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.755328 28167 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:01.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.755425 28167 raft_consensus.cc:482] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:01.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.755472 28167 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 0 FOLLOWER]: Advancing to term 1
15:59:01.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.756072 28014 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: No bootstrap required, opened a new log
15:59:01.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.756706 28167 raft_consensus.cc:504] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.757054 28167 leader_election.cc:288] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [CANDIDATE]: Term 1 election: Requested vote from peers 0f88c87e546e454e8f56b1a407f961f9 (127.27.72.62:43659), 5842836a9bc34c0899e7c5be0979f4ca (127.27.72.61:41001)
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.759163 28193 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.759227 28193 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.761006 28060 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5842836a9bc34c0899e7c5be0979f4ca"
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.761139 28060 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 0 FOLLOWER]: Advancing to term 1
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.762358 28060 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eecc8233ddd460d8c0fd20c58c1a728 in term 1.
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.762670 28108 leader_election.cc:302] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [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: 0eecc8233ddd460d8c0fd20c58c1a728, 5842836a9bc34c0899e7c5be0979f4ca; no voters: 
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.762850 28167 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 1 FOLLOWER]: Leader election won for term 1
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.763060 28167 raft_consensus.cc:686] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [term 1 LEADER]: Becoming Leader. State: Replica: 0eecc8233ddd460d8c0fd20c58c1a728, State: Running, Role: LEADER
15:59:01.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.763409 28167 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [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: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.757756 28018 master_runner.cc:186] Error getting master registration for 127.27.72.62:43659: OK, instance_id { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" instance_seqno: 1783526341285211 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:01.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.764071 28018 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:01.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.765157 28167 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0eecc8233ddd460d8c0fd20c58c1a728. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.765308 28167 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: This master's current role is: LEADER
15:59:01.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.765676 28197 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:01.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.766942 28197 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:01.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.768694 28014 raft_consensus.cc:348] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.769073 28014 raft_consensus.cc:374] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:01.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.769197 28014 raft_consensus.cc:729] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f88c87e546e454e8f56b1a407f961f9, State: Initialized, Role: FOLLOWER
15:59:01.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.770426 28014 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [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: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } }
15:59:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.772065 28014 sys_catalog.cc:564] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: configured and running, proceeding with master startup.
15:59:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.772115 27987 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f88c87e546e454e8f56b1a407f961f9"
15:59:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.772382 27987 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 0 FOLLOWER]: Advancing to term 1
15:59:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.772863 28060 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [term 1 FOLLOWER]: Refusing update from remote peer 0eecc8233ddd460d8c0fd20c58c1a728: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:01.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.773497 28195 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:01.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.773662 27987 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eecc8233ddd460d8c0fd20c58c1a728 in term 1.
15:59:01.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.773883 27988 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f88c87e546e454e8f56b1a407f961f9" is_pre_election: true
15:59:01.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.774024 27988 raft_consensus.cc:2362] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 0eecc8233ddd460d8c0fd20c58c1a728 in term 1. Re-sending same reply.
15:59:01.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.775293 27988 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [term 1 FOLLOWER]: Refusing update from remote peer 0eecc8233ddd460d8c0fd20c58c1a728: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:01.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.778949 28195 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:01.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.781517 27967 tablet.cc:2369] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:01.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.783241 28199 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.783370 28199 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.783679 28212 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0eecc8233ddd460d8c0fd20c58c1a728. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.783851 28212 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.784468 28182 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0eecc8233ddd460d8c0fd20c58c1a728. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.784579 28182 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.786182 28210 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:01.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:01.786266 28210 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:01.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.786563 28195 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.786684 28195 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: This master's current role is: LEADER
15:59:01.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.786846 28198 mvcc.cc:205] Tried to move back new op lower bound from 7305323895893516288 to 7305323895865913344. Current Snapshot: MvccSnapshot[applied={T|T < 7305323895893516288}]
15:59:01.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.790314 28182 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.790462 28182 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.794162 28167 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.794327 28167 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728 [sys.catalog]: This master's current role is: LEADER
15:59:01.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.795255 28212 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0f88c87e546e454e8f56b1a407f961f9" member_type: VOTER last_known_addr { host: "127.27.72.62" port: 43659 } } peers { permanent_uuid: "5842836a9bc34c0899e7c5be0979f4ca" member_type: VOTER last_known_addr { host: "127.27.72.61" port: 41001 } } peers { permanent_uuid: "0eecc8233ddd460d8c0fd20c58c1a728" member_type: VOTER last_known_addr { host: "127.27.72.60" port: 38831 } } }
15:59:01.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.795676 28212 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9 [sys.catalog]: This master's current role is: FOLLOWER
15:59:01.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.797283 28197 catalog_manager.cc:1347] Generated new cluster ID: e7187c9c730540a8bb9b11d514be7d84
15:59:01.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.797345 28197 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:01.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.799264 28213 mvcc.cc:205] Tried to move back new op lower bound from 7305323895893516288 to 7305323895865913344. Current Snapshot: MvccSnapshot[applied={T|T < 7305323895893516288}]
15:59:01.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.845487 28197 catalog_manager.cc:1370] Generated new certificate authority record
15:59:01.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.847002 28197 catalog_manager.cc:1504] Loading token signing keys...
15:59:01.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.879559 28197 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: Generated new TSK 0
15:59:01.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.882915 28197 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:01.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:01.907171 27936 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:01.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal
15:59:01.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/logs
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data/info.pb
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.1:0
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.27.72.1
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.1
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:01.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:02.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.052345 28221 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:02.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.052656 28221 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:02.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.052711 28221 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:02.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.057215 28221 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:02.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.057358 28221 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.27.72.1
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.062429 28221 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.1:0
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data/info.pb
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.1
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28221
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.27.72.1
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/logs
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.063828 28221 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:59:02.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.065363 28221 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.076479 28227 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:59:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.076491 28229 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:59:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.076545 28221 server_base.cc:1034] running on GCE node
15:59:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.076474 28226 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:59:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.077127 28221 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.077848 28221 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:02.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.079023 28221 hybrid_clock.cc:648] HybridClock initialized: now 1783526342078995 us; error 42 us; skew 500 ppm
15:59:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.081177 28221 webserver.cc:460] Webserver started at http://127.27.72.1:36455/ using document root <none> and password file <none>
15:59:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.081759 28221 fs_manager.cc:359] Metadata directory not provided
15:59:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.081823 28221 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.082000 28221 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.084000 28221 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data/instance:
15:59:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40882b4ac5da4d339f40ea2f63962029"
15:59:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.084573 28221 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal/instance:
15:59:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40882b4ac5da4d339f40ea2f63962029"
15:59:02.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.088595 28221 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:59:02.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.091297 28235 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.092887 28221 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.093001 28221 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "40882b4ac5da4d339f40ea2f63962029"
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.093108 28221 fs_report.cc:383] FS layout report
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data/data
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.124492 28221 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.125283 28221 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:59:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.125442 28221 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.125991 28221 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.126962 28221 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.127012 28221 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.127050 28221 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.127066 28221 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:02.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.136723 28221 rpc_server.cc:307] RPC server started. Bound to: 127.27.72.1:39193
15:59:02.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.136796 28348 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.27.72.1:39193 every 8 connection(s)
15:59:02.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.137846 28221 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/data/info.pb
15:59:02.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.146692 27936 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28221
15:59:02.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.146837 27936 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-0/wal/instance
15:59:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.151628 28351 heartbeater.cc:347] Connected to a master server at 127.27.72.61:41001
15:59:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.151872 28351 heartbeater.cc:464] Registering TS with master...
15:59:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.151846 27936 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/logs
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data/info.pb
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:02.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.2:0
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.27.72.2
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.2
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.152364 28351 heartbeater.cc:511] Master 127.27.72.61:41001 requested a full tablet report, sending...
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.152843 28349 heartbeater.cc:347] Connected to a master server at 127.27.72.60:38831
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.152920 28349 heartbeater.cc:464] Registering TS with master...
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.153088 28349 heartbeater.cc:511] Master 127.27.72.60:38831 requested a full tablet report, sending...
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.153479 28350 heartbeater.cc:347] Connected to a master server at 127.27.72.62:43659
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.153565 28350 heartbeater.cc:464] Registering TS with master...
15:59:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.153750 28350 heartbeater.cc:511] Master 127.27.72.62:43659 requested a full tablet report, sending...
15:59:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.153961 28049 ts_manager.cc:194] Registered new tserver with Master: 40882b4ac5da4d339f40ea2f63962029 (127.27.72.1:39193)
15:59:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.154033 28122 ts_manager.cc:194] Registered new tserver with Master: 40882b4ac5da4d339f40ea2f63962029 (127.27.72.1:39193)
15:59:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.154929 27973 ts_manager.cc:194] Registered new tserver with Master: 40882b4ac5da4d339f40ea2f63962029 (127.27.72.1:39193)
15:59:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.155478 28122 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.27.72.1:54377
15:59:02.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.269976 28356 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:02.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.270328 28356 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:02.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.270381 28356 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:02.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.274842 28356 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:02.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.274964 28356 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.27.72.2
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.279973 28356 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.2:0
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data/info.pb
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.2
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28356
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.27.72.2
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/logs
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:02.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:02.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:02.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:02.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.281422 28356 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:59:02.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.283238 28356 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.293080 28361 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:59:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.293102 28362 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:59:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.293123 28364 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:59:02.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.293593 28356 server_base.cc:1034] running on GCE node
15:59:02.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.294148 28356 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:02.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.294946 28356 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:02.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.296110 28356 hybrid_clock.cc:648] HybridClock initialized: now 1783526342296085 us; error 46 us; skew 500 ppm
15:59:02.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.298516 28356 webserver.cc:460] Webserver started at http://127.27.72.2:35707/ using document root <none> and password file <none>
15:59:02.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.299252 28356 fs_manager.cc:359] Metadata directory not provided
15:59:02.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.299336 28356 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:02.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.299562 28356 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.302301 28356 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data/instance:
15:59:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "30632322915a4f4094a370125b898683"
15:59:02.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.303012 28356 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal/instance:
15:59:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "30632322915a4f4094a370125b898683"
15:59:02.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.307698 28356 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
15:59:02.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.310557 28370 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.312251 28356 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.312366 28356 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "30632322915a4f4094a370125b898683"
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.312469 28356 fs_report.cc:383] FS layout report
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data/data
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:02.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:02.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.327770 28356 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.328490 28356 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:59:02.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.328691 28356 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:02.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.329401 28356 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:02.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.330423 28356 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:02.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.330484 28356 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:02.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.330526 28356 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:02.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.330544 28356 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:02.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.340565 28356 rpc_server.cc:307] RPC server started. Bound to: 127.27.72.2:38461
15:59:02.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.340585 28483 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.27.72.2:38461 every 8 connection(s)
15:59:02.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.341586 28356 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/data/info.pb
15:59:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.349750 27936 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28356
15:59:02.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.349856 27936 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-1/wal/instance
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.353776 27936 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/logs
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data/info.pb
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.3:0
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.27.72.3
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.3
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:02.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:02.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:02.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.354611 28484 heartbeater.cc:347] Connected to a master server at 127.27.72.60:38831
15:59:02.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.354871 28484 heartbeater.cc:464] Registering TS with master...
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.355563 28484 heartbeater.cc:511] Master 127.27.72.60:38831 requested a full tablet report, sending...
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.355692 28485 heartbeater.cc:347] Connected to a master server at 127.27.72.62:43659
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.355705 28486 heartbeater.cc:347] Connected to a master server at 127.27.72.61:41001
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.355806 28485 heartbeater.cc:464] Registering TS with master...
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.355827 28486 heartbeater.cc:464] Registering TS with master...
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.355980 28486 heartbeater.cc:511] Master 127.27.72.61:41001 requested a full tablet report, sending...
15:59:02.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.356019 28485 heartbeater.cc:511] Master 127.27.72.62:43659 requested a full tablet report, sending...
15:59:02.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.356887 28049 ts_manager.cc:194] Registered new tserver with Master: 30632322915a4f4094a370125b898683 (127.27.72.2:38461)
15:59:02.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.356894 28122 ts_manager.cc:194] Registered new tserver with Master: 30632322915a4f4094a370125b898683 (127.27.72.2:38461)
15:59:02.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.357069 27973 ts_manager.cc:194] Registered new tserver with Master: 30632322915a4f4094a370125b898683 (127.27.72.2:38461)
15:59:02.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.357828 28122 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.27.72.2:44053
15:59:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.475001 28491 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.475301 28491 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.475353 28491 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:02.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.479645 28491 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:02.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.479773 28491 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.27.72.3
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.484998 28491 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.72.20:45329
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.72.3:0
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data/info.pb
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.72.3
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.27.72.62:43659,127.27.72.61:41001,127.27.72.60:38831
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28491
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:02.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.27.72.3
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/logs
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.486383 28491 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:59:02.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.487824 28491 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:02.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.499075 28497 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:59:02.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.499109 28496 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:59:02.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:02.499110 28499 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:59:02.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.499990 28491 server_base.cc:1034] running on GCE node
15:59:02.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.500443 28491 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:02.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.501187 28491 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:02.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.502399 28491 hybrid_clock.cc:648] HybridClock initialized: now 1783526342502378 us; error 35 us; skew 500 ppm
15:59:02.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.504547 28491 webserver.cc:460] Webserver started at http://127.27.72.3:46209/ using document root <none> and password file <none>
15:59:02.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.505259 28491 fs_manager.cc:359] Metadata directory not provided
15:59:02.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.505357 28491 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:02.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.505587 28491 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.507584 28491 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data/instance:
15:59:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "102dd8e64e57478db1914fd89548c1ed"
15:59:02.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.508195 28491 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal/instance:
15:59:02.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "102dd8e64e57478db1914fd89548c1ed"
15:59:02.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.512343 28491 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:02.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.515081 28505 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.516377 28491 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:59:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.516516 28491 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "102dd8e64e57478db1914fd89548c1ed"
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:02 on dist-test-slave-vt7w"
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.516661 28491 fs_report.cc:383] FS layout report
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data/data
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:02.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:02.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.532956 28491 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:02.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.533823 28491 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:59:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.534044 28491 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.534669 28491 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.535682 28491 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.535766 28491 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.535823 28491 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.535851 28491 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:02.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.545454 28491 rpc_server.cc:307] RPC server started. Bound to: 127.27.72.3:43153
15:59:02.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.545555 28618 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.27.72.3:43153 every 8 connection(s)
15:59:02.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.546484 28491 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/data/info.pb
15:59:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.551453 27936 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28491
15:59:02.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.551585 27936 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8404125711989295570/ts-2/wal/instance
15:59:02.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.560488 28620 heartbeater.cc:347] Connected to a master server at 127.27.72.62:43659
15:59:02.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.560726 28620 heartbeater.cc:464] Registering TS with master...
15:59:02.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.560844 28621 heartbeater.cc:347] Connected to a master server at 127.27.72.61:41001
15:59:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.560951 28621 heartbeater.cc:464] Registering TS with master...
15:59:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.561303 28621 heartbeater.cc:511] Master 127.27.72.61:41001 requested a full tablet report, sending...
15:59:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.561303 28620 heartbeater.cc:511] Master 127.27.72.62:43659 requested a full tablet report, sending...
15:59:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.561841 28619 heartbeater.cc:347] Connected to a master server at 127.27.72.60:38831
15:59:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.562011 28619 heartbeater.cc:464] Registering TS with master...
15:59:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.562196 28619 heartbeater.cc:511] Master 127.27.72.60:38831 requested a full tablet report, sending...
15:59:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.562490 27973 ts_manager.cc:194] Registered new tserver with Master: 102dd8e64e57478db1914fd89548c1ed (127.27.72.3:43153)
15:59:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.562502 28049 ts_manager.cc:194] Registered new tserver with Master: 102dd8e64e57478db1914fd89548c1ed (127.27.72.3:43153)
15:59:02.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.562897 28122 ts_manager.cc:194] Registered new tserver with Master: 102dd8e64e57478db1914fd89548c1ed (127.27.72.3:43153)
15:59:02.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.563445 28122 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.27.72.3:49249
15:59:02.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.573141 27936 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:02.574 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:02.574 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:02.574 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.72.62"
      port: 43659
    }
    bound_http_address {
      host: "127.27.72.62"
      port: 35463
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.72.61"
      port: 41001
    }
    bound_http_address {
      host: "127.27.72.61"
      port: 42867
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.72.60"
      port: 38831
    }
    bound_http_address {
      host: "127.27.72.60"
      port: 43607
    }
  }
}

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

15:59:02.576 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.72.1"
      port: 39193
    }
    bound_http_address {
      host: "127.27.72.1"
      port: 36455
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.72.2"
      port: 38461
    }
    bound_http_address {
      host: "127.27.72.2"
      port: 35707
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.72.3"
      port: 43153
    }
    bound_http_address {
      host: "127.27.72.3"
      port: 46209
    }
  }
}

15:59:02.576 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:02.578 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:02.579 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:02.580 [INFO - main] (Logging.scala:57) ==============================================================
15:59:02.580 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:02.580 [INFO - main] (Logging.scala:57) ==============================================================
15:59:02.580 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:02.581 [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:59:02.581 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:02.582 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:02.582 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:02.583 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:02.583 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:02.583 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:02.583 [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:59:02.603 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 44159.
15:59:02.605 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:02.606 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:02.606 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:02.606 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:02.607 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:02.608 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-1e60164d-8ace-4e26-a663-50132c75b845
15:59:02.608 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:02.609 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:02.629 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:02.632 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 35861.
15:59:02.632 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:35861
15:59:02.632 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:02.632 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35861, None)
15:59:02.633 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:35861 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35861, None)
15:59:02.634 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35861, None)
15:59:02.634 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35861, None)
15:59:02.640 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:02.651 [DEBUG - main] (Connection.java:748) [peer master-127.27.72.60:38831(127.27.72.60:38831)] connecting to peer
15:59:02.652 [DEBUG - main] (Connection.java:748) [peer master-127.27.72.62:43659(127.27.72.62:43659)] connecting to peer
15:59:02.653 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.72.60:38831(127.27.72.60:38831)] Successfully connected to peer
15:59:02.654 [DEBUG - main] (Connection.java:748) [peer master-127.27.72.61:41001(127.27.72.61:41001)] connecting to peer
15:59:02.655 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.72.60
15:59:02.655 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.27.72.62:43659(127.27.72.62:43659)] Successfully connected to peer
15:59:02.657 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.72.62
15:59:02.664 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.72.61:41001(127.27.72.61:41001)] Successfully connected to peer
15:59:02.666 [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:59:02.667 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.72.61
15:59:02.668 [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:59:02.670 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1cc41701, L:/127.0.0.1:41528 - R:/127.27.72.62:43659] using SASL/PLAIN
15:59:02.670 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb7f7f894, L:/127.0.0.1:34356 - R:/127.27.72.60:38831] using SASL/PLAIN
15:59:02.675 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:02.677 [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:59:02.678 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xdbc7f555, L:/127.0.0.1:46920 - R:/127.27.72.61:41001] using SASL/PLAIN
15:59:02.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.678632 28122 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34356:
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:02.683 [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:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:02.690 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 902571256e4042e99da616ccf3213074
15:59:02.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.702726 28418 tablet_service.cc:1467] Processing CreateTablet for tablet d4b5e34ef1524f92b3e413ae7fb2e27f (DEFAULT_TABLE table=test [id=902571256e4042e99da616ccf3213074]), partition=RANGE (key) PARTITION VALUES < 50
15:59:02.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.703922 28418 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d4b5e34ef1524f92b3e413ae7fb2e27f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:02.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.707446 28553 tablet_service.cc:1467] Processing CreateTablet for tablet d59550285dab4ec6a59f780c28d885dd (DEFAULT_TABLE table=test [id=902571256e4042e99da616ccf3213074]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:02.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.708966 28553 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d59550285dab4ec6a59f780c28d885dd. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:02.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.710196 28670 tablet_bootstrap.cc:492] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683: Bootstrap starting.
15:59:02.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.712718 28670 tablet_bootstrap.cc:654] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683: Neither blocks nor log segments found. Creating new log.
15:59:02.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.714048 28670 log.cc:824] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683: Log is configured to *not* fsync() on all Append() calls
15:59:02.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.715801 28672 tablet_bootstrap.cc:492] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed: Bootstrap starting.
15:59:02.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.715930 28670 tablet_bootstrap.cc:492] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683: No bootstrap required, opened a new log
15:59:02.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.716089 28670 ts_tablet_manager.cc:1397] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:02.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.718575 28672 tablet_bootstrap.cc:654] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed: Neither blocks nor log segments found. Creating new log.
15:59:02.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.719316 28672 log.cc:824] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed: Log is configured to *not* fsync() on all Append() calls
15:59:02.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.719642 28670 raft_consensus.cc:348] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:02.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.719892 28670 raft_consensus.cc:374] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:02.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.719941 28670 raft_consensus.cc:729] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30632322915a4f4094a370125b898683, State: Initialized, Role: FOLLOWER
15:59:02.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.720419 28670 consensus_queue.cc:260] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [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: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:02.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.720582 28670 raft_consensus.cc:388] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:02.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.720651 28670 raft_consensus.cc:482] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:02.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.720790 28670 raft_consensus.cc:3037] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Advancing to term 1
15:59:02.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.721328 28672 tablet_bootstrap.cc:492] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed: No bootstrap required, opened a new log
15:59:02.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.721570 28672 ts_tablet_manager.cc:1397] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:02.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.721930 28670 raft_consensus.cc:504] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:02.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.722321 28670 leader_election.cc:302] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [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: 30632322915a4f4094a370125b898683; no voters: 
15:59:02.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.722681 28670 leader_election.cc:288] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:02.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.722815 28674 raft_consensus.cc:2781] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 1 FOLLOWER]: Leader election won for term 1
15:59:02.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.723054 28674 raft_consensus.cc:686] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [term 1 LEADER]: Becoming Leader. State: Replica: 30632322915a4f4094a370125b898683, State: Running, Role: LEADER
15:59:02.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.723516 28674 consensus_queue.cc:237] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 [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: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:02.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.723667 28670 ts_tablet_manager.cc:1428] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:59:02.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.723735 28484 heartbeater.cc:503] Master 127.27.72.60:38831 was elected leader, sending a full tablet report...
15:59:02.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.726367 28672 raft_consensus.cc:348] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:02.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.727046 28672 raft_consensus.cc:374] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:02.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.727166 28672 raft_consensus.cc:729] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 102dd8e64e57478db1914fd89548c1ed, State: Initialized, Role: FOLLOWER
15:59:02.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.727690 28672 consensus_queue.cc:260] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [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: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:02.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.727864 28672 raft_consensus.cc:388] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:02.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.727949 28672 raft_consensus.cc:482] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:02.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.728053 28672 raft_consensus.cc:3037] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Advancing to term 1
15:59:02.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.728186 28122 catalog_manager.cc:5495] T d4b5e34ef1524f92b3e413ae7fb2e27f P 30632322915a4f4094a370125b898683 reported cstate change: term changed from 0 to 1, leader changed from <none> to 30632322915a4f4094a370125b898683 (127.27.72.2). New cstate: current_term: 1 leader_uuid: "30632322915a4f4094a370125b898683" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } health_report { overall_health: HEALTHY } } }
15:59:02.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.730039 28672 raft_consensus.cc:504] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:02.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.730422 28672 leader_election.cc:302] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [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: 102dd8e64e57478db1914fd89548c1ed; no voters: 
15:59:02.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.731304 28672 leader_election.cc:288] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:02.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.731582 28679 raft_consensus.cc:2781] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 1 FOLLOWER]: Leader election won for term 1
15:59:02.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.732316 28619 heartbeater.cc:503] Master 127.27.72.60:38831 was elected leader, sending a full tablet report...
15:59:02.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.732513 28672 ts_tablet_manager.cc:1428] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
15:59:02.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.733511 28679 raft_consensus.cc:686] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [term 1 LEADER]: Becoming Leader. State: Replica: 102dd8e64e57478db1914fd89548c1ed, State: Running, Role: LEADER
15:59:02.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.733968 28679 consensus_queue.cc:237] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed [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: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:02.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.737795 28122 catalog_manager.cc:5495] T d59550285dab4ec6a59f780c28d885dd P 102dd8e64e57478db1914fd89548c1ed reported cstate change: term changed from 0 to 1, leader changed from <none> to 102dd8e64e57478db1914fd89548c1ed (127.27.72.3). New cstate: current_term: 1 leader_uuid: "102dd8e64e57478db1914fd89548c1ed" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } health_report { overall_health: HEALTHY } } }
15:59:02.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.753640 28122 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34356:
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.760 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 353520114f074173b314b163def07e05
15:59:02.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.765914 28193 catalog_manager.cc:1259] Loaded cluster ID: e7187c9c730540a8bb9b11d514be7d84
15:59:02.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.766018 28193 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: loading cluster ID for follower catalog manager: success
15:59:02.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.768489 28193 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: acquiring CA information for follower catalog manager: success
15:59:02.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.770706 28193 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 5842836a9bc34c0899e7c5be0979f4ca: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:02.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.775112 28283 tablet_service.cc:1467] Processing CreateTablet for tablet 64d9278368bc431da70d3c0d13c28294 (DEFAULT_TABLE table=simple-test [id=353520114f074173b314b163def07e05]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:02.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.776096 28283 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 64d9278368bc431da70d3c0d13c28294. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:02.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.782132 28687 tablet_bootstrap.cc:492] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029: Bootstrap starting.
15:59:02.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.784952 28687 tablet_bootstrap.cc:654] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029: Neither blocks nor log segments found. Creating new log.
15:59:02.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.785918 28687 log.cc:824] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029: Log is configured to *not* fsync() on all Append() calls
15:59:02.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.787722 28210 catalog_manager.cc:1259] Loaded cluster ID: e7187c9c730540a8bb9b11d514be7d84
15:59:02.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.787788 28210 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: loading cluster ID for follower catalog manager: success
15:59:02.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.787889 28687 tablet_bootstrap.cc:492] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029: No bootstrap required, opened a new log
15:59:02.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.788077 28687 ts_tablet_manager.cc:1397] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:02.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.790549 28210 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: acquiring CA information for follower catalog manager: success
15:59:02.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.791682 28687 raft_consensus.cc:348] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.791980 28687 raft_consensus.cc:374] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:02.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.792045 28687 raft_consensus.cc:729] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40882b4ac5da4d339f40ea2f63962029, State: Initialized, Role: FOLLOWER
15:59:02.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.792583 28687 consensus_queue.cc:260] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [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: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.792797 28687 raft_consensus.cc:388] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:02.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.792876 28687 raft_consensus.cc:482] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:02.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.792987 28687 raft_consensus.cc:3037] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Advancing to term 1
15:59:02.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.793133 28210 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 0f88c87e546e454e8f56b1a407f961f9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:02.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.794102 28687 raft_consensus.cc:504] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.794514 28687 leader_election.cc:302] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [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: 40882b4ac5da4d339f40ea2f63962029; no voters: 
15:59:02.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.794904 28687 leader_election.cc:288] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:02.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.795051 28689 raft_consensus.cc:2781] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 1 FOLLOWER]: Leader election won for term 1
15:59:02.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.795333 28689 raft_consensus.cc:686] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [term 1 LEADER]: Becoming Leader. State: Replica: 40882b4ac5da4d339f40ea2f63962029, State: Running, Role: LEADER
15:59:02.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.795603 28349 heartbeater.cc:503] Master 127.27.72.60:38831 was elected leader, sending a full tablet report...
15:59:02.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.796089 28687 ts_tablet_manager.cc:1428] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:59:02.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.796375 28689 consensus_queue.cc:237] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 [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: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.801769 28122 catalog_manager.cc:5495] T 64d9278368bc431da70d3c0d13c28294 P 40882b4ac5da4d339f40ea2f63962029 reported cstate change: term changed from 0 to 1, leader changed from <none> to 40882b4ac5da4d339f40ea2f63962029 (127.27.72.1). New cstate: current_term: 1 leader_uuid: "40882b4ac5da4d339f40ea2f63962029" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } health_report { overall_health: HEALTHY } } }
15:59:02.813 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526342812
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.814056 28122 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34356:
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "impala::default.test"
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:02.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 69fb837beff84052b1de8fb65b0f71f6
15:59:02.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.824167 28283 tablet_service.cc:1467] Processing CreateTablet for tablet f2f42622b5364cfe9262b63e6950d411 (DEFAULT_TABLE table=impala::default.test [id=69fb837beff84052b1de8fb65b0f71f6]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:02.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.824558 28283 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f2f42622b5364cfe9262b63e6950d411. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.826855 28687 tablet_bootstrap.cc:492] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029: Bootstrap starting.
15:59:02.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.827903 28687 tablet_bootstrap.cc:654] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029: Neither blocks nor log segments found. Creating new log.
15:59:02.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.829229 28687 tablet_bootstrap.cc:492] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029: No bootstrap required, opened a new log
15:59:02.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.829352 28687 ts_tablet_manager.cc:1397] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.829970 28687 raft_consensus.cc:348] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.830106 28687 raft_consensus.cc:374] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.830144 28687 raft_consensus.cc:729] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 40882b4ac5da4d339f40ea2f63962029, State: Initialized, Role: FOLLOWER
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.830297 28687 consensus_queue.cc:260] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [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: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.830415 28687 raft_consensus.cc:388] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.830454 28687 raft_consensus.cc:482] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.830510 28687 raft_consensus.cc:3037] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 0 FOLLOWER]: Advancing to term 1
15:59:02.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.831459 28687 raft_consensus.cc:504] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.831621 28687 leader_election.cc:302] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [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: 40882b4ac5da4d339f40ea2f63962029; no voters: 
15:59:02.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.831779 28687 leader_election.cc:288] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:02.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.832036 28687 ts_tablet_manager.cc:1428] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:02.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.832579 28689 raft_consensus.cc:2781] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 1 FOLLOWER]: Leader election won for term 1
15:59:02.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.832810 28689 raft_consensus.cc:686] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [term 1 LEADER]: Becoming Leader. State: Replica: 40882b4ac5da4d339f40ea2f63962029, State: Running, Role: LEADER
15:59:02.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.833048 28689 consensus_queue.cc:237] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 [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: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } }
15:59:02.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:02.835076 28119 catalog_manager.cc:5495] T f2f42622b5364cfe9262b63e6950d411 P 40882b4ac5da4d339f40ea2f63962029 reported cstate change: term changed from 0 to 1, leader changed from <none> to 40882b4ac5da4d339f40ea2f63962029 (127.27.72.1). New cstate: current_term: 1 leader_uuid: "40882b4ac5da4d339f40ea2f63962029" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "40882b4ac5da4d339f40ea2f63962029" member_type: VOTER last_known_addr { host: "127.27.72.1" port: 39193 } health_report { overall_health: HEALTHY } } }
15:59:02.853 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526342853
15:59:02.853 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: -1
15:59:02.854 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 4095
15:59:02.854 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup5764022517886483838/
15:59:02.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 902571256e4042e99da616ccf3213074
15:59:02.858 [INFO - ForkJoinPool-155-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test/1783526342854
15:59:02.859 [INFO - ForkJoinPool-155-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:02.859 [INFO - ForkJoinPool-155-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:02.860 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:02.860 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:02.876 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:02.877 [INFO - ForkJoinPool-155-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:02.877 [INFO - ForkJoinPool-155-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:02.878 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:02.878 [INFO - ForkJoinPool-155-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:02.878 [INFO - ForkJoinPool-155-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:02.878 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:02.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4b5e34ef1524f92b3e413ae7fb2e27f for table 'test' with partition [<start>, 0x80000032)
15:59:02.894 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d59550285dab4ec6a59f780c28d885dd for table 'test' with partition [0x80000032, <end>)
15:59:02.894 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4b5e34ef1524f92b3e413ae7fb2e27f@[30632322915a4f4094a370125b898683(127.27.72.2:38461)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=d59550285dab4ec6a59f780c28d885dd@[102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)[L]]}]
15:59:02.909 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:02.910 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:59:02.910 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:02.910 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:02.910 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:02.911 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:02.935 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:59:02.938 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:59:02.939 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 (size: 66.6 KiB, free: 1993.8 MiB)
15:59:02.939 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:02.940 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:02.940 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:59:02.942 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5105 bytes) taskResourceAssignments Map()
15:59:02.945 [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:59:02.958 [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:59:02.961 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 902571256e4042e99da616ccf3213074
15:59:02.962 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:02.962 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:02.962 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:02.962 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:02.962 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:02.963 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:02.963 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:02.963 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:02.964 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:02.965 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:02.977 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 30632322915a4f4094a370125b898683(127.27.72.2:38461)] connecting to peer
15:59:02.978 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 30632322915a4f4094a370125b898683(127.27.72.2:38461)] Successfully connected to peer
15:59:02.990 [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:59:02.992 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe106e8fd, L:/127.0.0.1:58298 - R:/127.27.72.2:38461] using TOKEN/null
15:59:02.998 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323900329984000) for scanner KuduScanner(table=test, tablet=d4b5e34ef1524f92b3e413ae7fb2e27f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:02.998 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:03.000 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559027639118270061054091_0000_m_000000_0' to file:/tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test/1783526342854/_temporary/0/task_202607081559027639118270061054091_0000_m_000000
15:59:03.001 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559027639118270061054091_0000_m_000000_0: Committed
15:59:03.002 [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). 6254 bytes result sent to driver
15:59:03.002 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5105 bytes) taskResourceAssignments Map()
15:59:03.003 [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:59:03.003 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:03.032 [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:59:03.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 902571256e4042e99da616ccf3213074
15:59:03.036 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:03.036 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:03.036 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:03.036 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:03.036 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:03.036 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:03.037 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Connection.java:748) [peer 102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)] connecting to peer
15:59:03.037 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)] Successfully connected to peer
15:59:03.051 [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:59:03.053 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe1023eee, L:/127.0.0.1:58910 - R:/127.27.72.3:43153] using TOKEN/null
15:59:03.059 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323900329984000) for scanner KuduScanner(table=test, tablet=d59550285dab4ec6a59f780c28d885dd, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:03.060 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559021957519413128077910_0000_m_000001_1
15:59:03.061 [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). 6254 bytes result sent to driver
15:59:03.063 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:03.063 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:03.063 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.152 s
15:59:03.063 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:03.063 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:03.064 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.154350 s
15:59:03.075 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Write Job 5a09d3b9-35c1-4e10-8145-b4f73fa7e7d3 committed.
15:59:03.075 [INFO - ForkJoinPool-155-worker-1] (Logging.scala:57) Finished processing stats for write job 5a09d3b9-35c1-4e10-8145-b4f73fa7e7d3.
15:59:03.082 [INFO - ForkJoinPool-155-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test/1783526342854/.kudu-metadata.json
15:59:03.095 [INFO - ForkJoinPool-155-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:59:03.105 [DEBUG - main] (Connection.java:748) [peer master-127.27.72.60:38831(127.27.72.60:38831)] connecting to peer
15:59:03.106 [DEBUG - main] (Connection.java:748) [peer master-127.27.72.62:43659(127.27.72.62:43659)] connecting to peer
15:59:03.108 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.72.60:38831(127.27.72.60:38831)] Successfully connected to peer
15:59:03.109 [DEBUG - main] (Connection.java:748) [peer master-127.27.72.61:41001(127.27.72.61:41001)] connecting to peer
15:59:03.110 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.72.60
15:59:03.111 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.27.72.62:43659(127.27.72.62:43659)] Successfully connected to peer
15:59:03.113 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.72.62
15:59:03.125 [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:59:03.126 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1b9fdae0, L:/127.0.0.1:41544 - R:/127.27.72.62:43659] using SASL/PLAIN
15:59:03.131 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.72.61:41001(127.27.72.61:41001)] Successfully connected to peer
15:59:03.133 [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:59:03.134 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.27.72.61
15:59:03.140 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xae7758fc, L:/127.0.0.1:34364 - R:/127.27.72.60:38831] using SASL/PLAIN
15:59:03.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:03.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=58), Traces: [0ms] refreshing cache from master, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.27.72.60:38831, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.27.72.62:43659, [5ms] Sub RPC ConnectToMaster: sending RPC to server master-127.27.72.61:41001, [24ms] Sub RPC ConnectToMaster: received response from server master-127.27.72.62:43659: OK, [44ms] Sub RPC ConnectToMaster: received response from server master-127.27.72.60:38831: OK, deferred=null) after lookup
15:59:03.164 [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:59:03.167 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 902571256e4042e99da616ccf3213074
15:59:03.170 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xaa085d82, L:/127.0.0.1:46926 - R:/127.27.72.61:41001] using SASL/PLAIN
15:59:03.183 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:03.211 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:03.211 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:03.213 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:03.229 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:03.242 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:03.243 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:03.244 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:03.244 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4196040 bytes, open cost is considered as scanning 4194304 bytes.
15:59:03.257 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:03.258 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:03.258 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:03.258 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:03.258 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:03.259 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:03.261 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:03.262 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:03.263 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:03.263 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:03.264 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:03.264 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:03.265 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:59:03.265 [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:59:03.268 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test/1783526342854/part-00000-49a1de3e-3bc3-4819-80fd-cd4c5363bcd4-c000.snappy.parquet, range: 0-1736, partition values: [empty row]
15:59:03.272 [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). 1643 bytes result sent to driver
15:59:03.274 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:03.274 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.015 s
15:59:03.274 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:03.276 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:03.276 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:03.276 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.018302 s
15:59:03.278 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup5764022517886483838/
15:59:03.287 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test
15:59:03.288 [INFO - ForkJoinPool-158-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test/1783526342854
15:59:03.289 [INFO - ForkJoinPool-158-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.290453 28119 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34356:
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:03.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:03.309 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9bcadfb5971b450ba5dbdc59e5ada114
15:59:03.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.313872 28418 tablet_service.cc:1467] Processing CreateTablet for tablet 29f8520c64054c5ca59172fb353be42e (DEFAULT_TABLE table=test-restore [id=9bcadfb5971b450ba5dbdc59e5ada114]), partition=RANGE (key) PARTITION VALUES < 50
15:59:03.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.314219 28418 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 29f8520c64054c5ca59172fb353be42e. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:03.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.317225 28735 tablet_bootstrap.cc:492] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683: Bootstrap starting.
15:59:03.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.318249 28735 tablet_bootstrap.cc:654] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683: Neither blocks nor log segments found. Creating new log.
15:59:03.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.319428 28735 tablet_bootstrap.cc:492] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683: No bootstrap required, opened a new log
15:59:03.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.319531 28735 ts_tablet_manager.cc:1397] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320178 28735 raft_consensus.cc:348] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320303 28735 raft_consensus.cc:374] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320333 28735 raft_consensus.cc:729] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 30632322915a4f4094a370125b898683, State: Initialized, Role: FOLLOWER
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320453 28735 consensus_queue.cc:260] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [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: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320535 28735 raft_consensus.cc:388] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320567 28735 raft_consensus.cc:482] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:03.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.320607 28735 raft_consensus.cc:3037] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 0 FOLLOWER]: Advancing to term 1
15:59:03.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.321712 28735 raft_consensus.cc:504] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:03.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.321856 28735 leader_election.cc:302] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [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: 30632322915a4f4094a370125b898683; no voters: 
15:59:03.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.322028 28735 leader_election.cc:288] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:03.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.322158 28737 raft_consensus.cc:2781] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 1 FOLLOWER]: Leader election won for term 1
15:59:03.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.322337 28735 ts_tablet_manager.cc:1428] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.002s
15:59:03.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.322355 28737 raft_consensus.cc:686] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [term 1 LEADER]: Becoming Leader. State: Replica: 30632322915a4f4094a370125b898683, State: Running, Role: LEADER
15:59:03.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.322469 28737 consensus_queue.cc:237] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 [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: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } }
15:59:03.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.325163 28119 catalog_manager.cc:5495] T 29f8520c64054c5ca59172fb353be42e P 30632322915a4f4094a370125b898683 reported cstate change: term changed from 0 to 1, leader changed from <none> to 30632322915a4f4094a370125b898683 (127.27.72.2). New cstate: current_term: 1 leader_uuid: "30632322915a4f4094a370125b898683" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "30632322915a4f4094a370125b898683" member_type: VOTER last_known_addr { host: "127.27.72.2" port: 38461 } health_report { overall_health: HEALTHY } } }
15:59:03.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.334544 28119 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:34356:
15:59:03.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.345448 28119 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 114fcc8e37e94c55af54905a5ae30f99 has no consensus state
15:59:03.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.351790 28553 tablet_service.cc:1467] Processing CreateTablet for tablet 114fcc8e37e94c55af54905a5ae30f99 (DEFAULT_TABLE table=test-restore [id=9bcadfb5971b450ba5dbdc59e5ada114]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:03.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.352142 28553 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 114fcc8e37e94c55af54905a5ae30f99. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:03.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.354887 28743 tablet_bootstrap.cc:492] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed: Bootstrap starting.
15:59:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.356112 28743 tablet_bootstrap.cc:654] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed: Neither blocks nor log segments found. Creating new log.
15:59:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.358911 28743 tablet_bootstrap.cc:492] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed: No bootstrap required, opened a new log
15:59:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.359025 28743 ts_tablet_manager.cc:1397] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.359705 28743 raft_consensus.cc:348] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.359838 28743 raft_consensus.cc:374] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.359872 28743 raft_consensus.cc:729] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 102dd8e64e57478db1914fd89548c1ed, State: Initialized, Role: FOLLOWER
15:59:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.360003 28743 consensus_queue.cc:260] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [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: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.360081 28743 raft_consensus.cc:388] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.360112 28743 raft_consensus.cc:482] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.360165 28743 raft_consensus.cc:3037] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 0 FOLLOWER]: Advancing to term 1
15:59:03.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.361349 28743 raft_consensus.cc:504] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.361503 28743 leader_election.cc:302] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [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: 102dd8e64e57478db1914fd89548c1ed; no voters: 
15:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.361694 28743 leader_election.cc:288] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.361845 28745 raft_consensus.cc:2781] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 1 FOLLOWER]: Leader election won for term 1
15:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.361969 28743 ts_tablet_manager.cc:1428] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.362062 28745 raft_consensus.cc:686] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [term 1 LEADER]: Becoming Leader. State: Replica: 102dd8e64e57478db1914fd89548c1ed, State: Running, Role: LEADER
15:59:03.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.362190 28745 consensus_queue.cc:237] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed [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: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } }
15:59:03.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.365234 28119 catalog_manager.cc:5495] T 114fcc8e37e94c55af54905a5ae30f99 P 102dd8e64e57478db1914fd89548c1ed reported cstate change: term changed from 0 to 1, leader changed from <none> to 102dd8e64e57478db1914fd89548c1ed (127.27.72.3). New cstate: current_term: 1 leader_uuid: "102dd8e64e57478db1914fd89548c1ed" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "102dd8e64e57478db1914fd89548c1ed" member_type: VOTER last_known_addr { host: "127.27.72.3" port: 43153 } health_report { overall_health: HEALTHY } } }
15:59:03.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.373647 28119 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 0eecc8233ddd460d8c0fd20c58c1a728: test-restore [id=9bcadfb5971b450ba5dbdc59e5ada114] alter complete (version 0)
15:59:03.399 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:03.418 [INFO - ForkJoinPool-158-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:03.424 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:03.425 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:03.425 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:03.434 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:59:03.446 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:59:03.446 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:03.447 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Created broadcast 3 from toRdd at KuduRestore.scala:140
15:59:03.448 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4196040 bytes, open cost is considered as scanning 4194304 bytes.
15:59:03.462 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:03.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:03.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:59:03.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:03.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:03.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:03.465 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 29.1 KiB, free 1992.9 MiB)
15:59:03.466 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.9 MiB)
15:59:03.467 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 (size: 10.9 KiB, free: 1993.7 MiB)
15:59:03.467 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:59:03.468 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:03.468 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:59:03.469 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:59:03.469 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:59:03.473 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:03.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9bcadfb5971b450ba5dbdc59e5ada114
15:59:03.476 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup5764022517886483838/902571256e4042e99da616ccf3213074-test/1783526342854/part-00000-49a1de3e-3bc3-4819-80fd-cd4c5363bcd4-c000.snappy.parquet, range: 0-1736, partition values: [empty row]
15:59:03.481 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 5376 bytes result sent to driver
15:59:03.482 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:03.483 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:03.483 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.019 s
15:59:03.483 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:03.483 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:03.484 [INFO - ForkJoinPool-158-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.021414 s
15:59:03.484 [INFO - ForkJoinPool-158-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:59:03.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9bcadfb5971b450ba5dbdc59e5ada114
15:59:03.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 29f8520c64054c5ca59172fb353be42e for table 'test-restore' with partition [<start>, 0x80000032)
15:59:03.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 114fcc8e37e94c55af54905a5ae30f99 for table 'test-restore' with partition [0x80000032, <end>)
15:59:03.490 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=29f8520c64054c5ca59172fb353be42e@[30632322915a4f4094a370125b898683(127.27.72.2:38461)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=114fcc8e37e94c55af54905a5ae30f99@[102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)[L]]}]
15:59:03.499 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:59:03.500 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:59:03.500 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:1002)
15:59:03.500 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:03.500 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:03.501 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:03.502 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 5.8 KiB, free 1992.9 MiB)
15:59:03.518 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.9 MiB)
15:59:03.519 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 (size: 3.4 KiB, free: 1993.7 MiB)
15:59:03.519 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 in memory (size: 10.9 KiB, free: 1993.7 MiB)
15:59:03.519 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:03.520 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 3 (KuduRDD[13] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:03.520 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 2 tasks resource profile 0
15:59:03.521 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5272 bytes) taskResourceAssignments Map()
15:59:03.521 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 4)
15:59:03.522 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:03.523 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:03.524 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:03.526 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323903081709568) for scanner KuduScanner(table=test-restore, tablet=29f8520c64054c5ca59172fb353be42e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:03.528 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 4). 4928 bytes result sent to driver
15:59:03.529 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5272 bytes) taskResourceAssignments Map()
15:59:03.530 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 4) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:03.530 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 5)
15:59:03.532 [DEBUG - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:03.540 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35861 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:03.541 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323903140503552) for scanner KuduScanner(table=test-restore, tablet=114fcc8e37e94c55af54905a5ae30f99, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:03.542 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 5). 4928 bytes result sent to driver
15:59:03.543 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 5) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:03.543 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:03.544 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:1002) finished in 0.043 s
15:59:03.544 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:03.544 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:03.544 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:1002, took 0.044650 s
15:59:03.554 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:03.562 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:03.563 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:03.564 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:03.564 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:03.574 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:03.575 [DEBUG - main] (Connection.java:575) [peer master-127.27.72.60:38831(127.27.72.60:38831)] disconnecting while in state READY
15:59:03.575 [DEBUG - main] (Connection.java:575) [peer master-127.27.72.62:43659(127.27.72.62:43659)] disconnecting while in state READY
15:59:03.575 [DEBUG - main] (Connection.java:575) [peer 30632322915a4f4094a370125b898683(127.27.72.2:38461)] disconnecting while in state READY
15:59:03.576 [DEBUG - main] (Connection.java:575) [peer master-127.27.72.61:41001(127.27.72.61:41001)] disconnecting while in state READY
15:59:03.576 [DEBUG - main] (Connection.java:575) [peer 102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)] disconnecting while in state READY
15:59:03.576 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.72.60:38831(127.27.72.60:38831)] handling channelInactive
15:59:03.576 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.27.72.62:43659(127.27.72.62:43659)] handling channelInactive
15:59:03.577 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.72.60:38831(127.27.72.60:38831)] cleaning up while in state READY due to: connection closed
15:59:03.577 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.27.72.62:43659(127.27.72.62:43659)] cleaning up while in state READY due to: connection closed
15:59:03.578 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.72.61:41001(127.27.72.61:41001)] handling channelInactive
15:59:03.578 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 30632322915a4f4094a370125b898683(127.27.72.2:38461)] handling channelInactive
15:59:03.578 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.72.61:41001(127.27.72.61:41001)] cleaning up while in state READY due to: connection closed
15:59:03.578 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 30632322915a4f4094a370125b898683(127.27.72.2:38461)] cleaning up while in state READY due to: connection closed
15:59:03.579 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:03.580 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)] handling channelInactive
15:59:03.580 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 102dd8e64e57478db1914fd89548c1ed(127.27.72.3:43153)] cleaning up while in state READY due to: connection closed
15:59:03.580 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 34 thread-local buffer(s) from thread: kudu-nio-0
15:59:03.581 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 25 thread-local buffer(s) from thread: kudu-nio-1
15:59:03.592 [DEBUG - main] (Connection.java:575) [peer master-127.27.72.60:38831(127.27.72.60:38831)] disconnecting while in state READY
15:59:03.592 [DEBUG - main] (Connection.java:575) [peer master-127.27.72.62:43659(127.27.72.62:43659)] disconnecting while in state READY
15:59:03.593 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.27.72.62:43659(127.27.72.62:43659)] handling channelInactive
15:59:03.593 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.72.60:38831(127.27.72.60:38831)] handling channelInactive
15:59:03.593 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.72.60:38831(127.27.72.60:38831)] cleaning up while in state READY due to: connection closed
15:59:03.594 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.27.72.62:43659(127.27.72.62:43659)] cleaning up while in state READY due to: connection closed
15:59:03.594 [DEBUG - main] (Connection.java:575) [peer master-127.27.72.61:41001(127.27.72.61:41001)] disconnecting while in state READY
15:59:03.595 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.72.61:41001(127.27.72.61:41001)] handling channelInactive
15:59:03.595 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.72.61:41001(127.27.72.61:41001)] cleaning up while in state READY due to: connection closed
15:59:03.595 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:03.596 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-0
15:59:03.596 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 18 thread-local buffer(s) from thread: kudu-nio-1
15:59:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.597191 27936 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28221
15:59:03.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.604235 27936 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28356
15:59:03.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.612924 27936 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28491
15:59:03.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.618985 27936 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 27947
15:59:03.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.625707 27936 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28018
15:59:03.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.631899 27936 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28088
15:59:03.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:03Z chronyd exiting
.15:59:03.688 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526343688
15:59:03.691 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:03.691 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:03.691 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:03.692 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:03.692 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:03.693 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:03.810 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:03.810 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:03.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.811894 28784 mini_oidc.cc:152] Starting JWKS server
15:59:03.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.814499 28784 webserver.cc:460] Webserver started at http://127.0.0.1:43285/ using document root <none> and password file <none>
15:59:03.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.814651 28784 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:03.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.814898 28784 webserver.cc:460] Webserver started at http://127.0.0.1:37609/ using document root <none> and password file <none>
15:59:03.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:03Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:03.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:03Z Disabled control of system clock
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.834268 28784 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/logs
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data/info.pb
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.62:37677
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.62
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:03.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:03.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:03.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:03.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:03.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:03.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43285/jwks.json with env {}
15:59:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.953780 28795 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.954129 28795 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:03.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.954174 28795 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:03.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.959477 28795 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:03.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.959558 28795 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:03.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.959578 28795 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:03.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.959595 28795 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:03.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.959637 28795 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:03.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.959652 28795 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43285/jwks.json
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.967151 28795 master_runner.cc:386] Master server non-default flags:
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.62:37677
15:59:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43285/jwks.json
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data/info.pb
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.62
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28795
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/logs
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:03.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.968928 28795 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:59:03.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.971619 28795 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:03.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.982309 28801 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:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.982420 28803 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:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:03.982466 28800 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:59:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.984057 28795 server_base.cc:1034] running on GCE node
15:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.984916 28795 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.986304 28795 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.987572 28795 hybrid_clock.cc:648] HybridClock initialized: now 1783526343987515 us; error 80 us; skew 500 ppm
15:59:03.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.990377 28795 webserver.cc:460] Webserver started at http://127.28.28.62:34985/ using document root <none> and password file <none>
15:59:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.991520 28795 fs_manager.cc:359] Metadata directory not provided
15:59:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.991731 28795 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.992146 28795 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:03.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.995111 28795 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data/instance:
15:59:03.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1f3c8dd11564e3ea76e3a9f286d5954"
15:59:03.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:03 on dist-test-slave-vt7w"
15:59:03.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:03.995956 28795 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal/instance:
15:59:03.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1f3c8dd11564e3ea76e3a9f286d5954"
15:59:03.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:03 on dist-test-slave-vt7w"
15:59:04.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.002099 28795 fs_manager.cc:691] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
15:59:04.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.005684 28809 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.007458 28795 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
15:59:04.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.007603 28795 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1f3c8dd11564e3ea76e3a9f286d5954"
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:03 on dist-test-slave-vt7w"
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.007715 28795 fs_report.cc:383] FS layout report
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data/data
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:04.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.032414 28795 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:04.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.033353 28795 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:59:04.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.033543 28795 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:04.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.042075 28795 rpc_server.cc:307] RPC server started. Bound to: 127.28.28.62:37677
15:59:04.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.042266 28861 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.28.28.62:37677 every 8 connection(s)
15:59:04.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.043129 28795 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/data/info.pb
15:59:04.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.047770 28862 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:59:04.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.052342 28784 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28795
15:59:04.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.052047 28862 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.052552 28784 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-0/wal/instance
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.054175 28784 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/logs
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data/info.pb
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.61:37139
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.61
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:04.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43285/jwks.json with env {}
15:59:04.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.069676 28862 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.070798 28813 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.28.61:37139: connect: Connection refused (error 111)
15:59:04.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.071980 28862 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.61:37139: Network error: Client connection negotiation failed: client connection to 127.28.28.61:37139: connect: Connection refused (error 111)
15:59:04.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.121272 28862 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } attempt: 1
15:59:04.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.123170 28862 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.61:37139: Network error: Client connection negotiation failed: client connection to 127.28.28.61:37139: connect: Connection refused (error 111)
15:59:04.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.177814 28864 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:04.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.178130 28864 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:04.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.178187 28864 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:04.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.182660 28864 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:04.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.182734 28864 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:04.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.182760 28864 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:04.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.182813 28864 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:04.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.182838 28864 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:04.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.182857 28864 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43285/jwks.json
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.187894 28864 master_runner.cc:386] Master server non-default flags:
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.61:37139
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43285/jwks.json
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data/info.pb
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.61
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28864
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/logs
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:04.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:04.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.189478 28864 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:59:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.191072 28864 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:04.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.191385 28862 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } attempt: 2
15:59:04.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.193317 28862 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.61:37139: Network error: Client connection negotiation failed: client connection to 127.28.28.61:37139: connect: Connection refused (error 111)
15:59:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.201723 28873 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:59:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.201762 28872 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:59:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.201797 28875 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:59:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.202162 28864 server_base.cc:1034] running on GCE node
15:59:04.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.202730 28864 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:04.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.203943 28864 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:04.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.205133 28864 hybrid_clock.cc:648] HybridClock initialized: now 1783526344205090 us; error 55 us; skew 500 ppm
15:59:04.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.207321 28864 webserver.cc:460] Webserver started at http://127.28.28.61:36161/ using document root <none> and password file <none>
15:59:04.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.207931 28864 fs_manager.cc:359] Metadata directory not provided
15:59:04.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.207999 28864 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:04.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.208191 28864 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:04.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.210415 28864 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data/instance:
15:59:04.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f3311dad57c4cf4bf214f48f22df6ed"
15:59:04.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.210985 28864 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal/instance:
15:59:04.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f3311dad57c4cf4bf214f48f22df6ed"
15:59:04.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.215354 28864 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
15:59:04.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.218055 28881 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.219466 28864 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.219578 28864 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f3311dad57c4cf4bf214f48f22df6ed"
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.219681 28864 fs_report.cc:383] FS layout report
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data/data
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:04.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:04.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:04.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:04.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:04.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:04.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:04.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.250173 28864 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:04.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.250905 28864 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:59:04.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.251093 28864 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:04.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.258646 28864 rpc_server.cc:307] RPC server started. Bound to: 127.28.28.61:37139
15:59:04.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.258646 28933 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.28.28.61:37139 every 8 connection(s)
15:59:04.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.259719 28864 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/data/info.pb
15:59:04.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.262135 28784 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28864
15:59:04.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.262241 28784 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-1/wal/instance
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.262931 28784 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/logs
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data/info.pb
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.60:43829
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.60
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43285/jwks.json with env {}
15:59:04.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.263388 28934 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:59:04.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.267318 28934 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.279552 28934 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.284550 28862 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } attempt: 3
15:59:04.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.287671 28934 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.288545 28884 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.289593 28934 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.60:43829: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.290169 28862 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.291404 28862 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.60:43829: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.322613 28862 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } attempt: 1
15:59:04.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.324288 28862 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.60:43829: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.338889 28934 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } attempt: 1
15:59:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.340504 28934 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.60:43829: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.384294 28936 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.384589 28936 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:04.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.384629 28936 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.388931 28936 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.389000 28936 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.389020 28936 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.389037 28936 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.389055 28936 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:04.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.389068 28936 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43285/jwks.json
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.394076 28936 master_runner.cc:386] Master server non-default flags:
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.60:43829
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43285/jwks.json
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data/info.pb
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.60
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.28936
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/logs
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:04.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:04.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.395248 28936 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:59:04.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.396618 28936 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:04.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.399477 28862 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } attempt: 2
15:59:04.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.401155 28862 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.60:43829: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.405766 28945 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:59:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.405782 28948 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:59:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.405756 28946 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:59:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.406036 28936 server_base.cc:1034] running on GCE node
15:59:04.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.406806 28936 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:04.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.408106 28936 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:04.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.408699 28934 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } attempt: 2
15:59:04.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.409407 28936 hybrid_clock.cc:648] HybridClock initialized: now 1783526344409374 us; error 51 us; skew 500 ppm
15:59:04.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.410300 28934 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.28.28.60:43829: Network error: Client connection negotiation failed: client connection to 127.28.28.60:43829: connect: Connection refused (error 111)
15:59:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.411814 28936 webserver.cc:460] Webserver started at http://127.28.28.60:44417/ using document root <none> and password file <none>
15:59:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.412468 28936 fs_manager.cc:359] Metadata directory not provided
15:59:04.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.412562 28936 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.412890 28936 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:04.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.414897 28936 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data/instance:
15:59:04.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "73a8efe09b35425bb33f760fc696a1a4"
15:59:04.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.415443 28936 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal/instance:
15:59:04.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "73a8efe09b35425bb33f760fc696a1a4"
15:59:04.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.419430 28936 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.422261 28954 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.423877 28936 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.424000 28936 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "73a8efe09b35425bb33f760fc696a1a4"
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.424099 28936 fs_report.cc:383] FS layout report
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data/data
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:04.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.442654 28936 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:04.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.443389 28936 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:59:04.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.443548 28936 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:04.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.451081 28936 rpc_server.cc:307] RPC server started. Bound to: 127.28.28.60:43829
15:59:04.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.451077 29006 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.28.28.60:43829 every 8 connection(s)
15:59:04.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.452435 28936 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/data/info.pb
15:59:04.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.456393 29007 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:59:04.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.459830 28784 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 28936
15:59:04.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.459956 28784 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/master-2/wal/instance
15:59:04.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.460541 29007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.472435 29007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.477790 29007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } has no permanent_uuid. Determining permanent_uuid...
15:59:04.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.485775 29007 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: Bootstrap starting.
15:59:04.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.488082 29007 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: Neither blocks nor log segments found. Creating new log.
15:59:04.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.488996 29007 log.cc:824] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: Log is configured to *not* fsync() on all Append() calls
15:59:04.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.490826 29007 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: No bootstrap required, opened a new log
15:59:04.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.494485 29007 raft_consensus.cc:348] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.494849 29007 raft_consensus.cc:374] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.494907 29007 raft_consensus.cc:729] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 73a8efe09b35425bb33f760fc696a1a4, State: Initialized, Role: FOLLOWER
15:59:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.495422 29007 consensus_queue.cc:260] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.496016 29015 sys_catalog.cc:455] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.496171 29015 sys_catalog.cc:458] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.496886 29007 sys_catalog.cc:564] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [sys.catalog]: configured and running, proceeding with master startup.
15:59:04.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.500353 28862 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } attempt: 3
15:59:04.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.501590 28934 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } attempt: 3
15:59:04.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.502204 29026 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:04.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.502381 29026 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.501387 28936 master_runner.cc:186] Error getting master registration for 127.28.28.62:37677: OK, instance_id { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" instance_seqno: 1783526344039762 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.507580 28936 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:04.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.509456 28862 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: Bootstrap starting.
15:59:04.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.509943 28934 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: Bootstrap starting.
15:59:04.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.512188 28934 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: Neither blocks nor log segments found. Creating new log.
15:59:04.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.512286 28862 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: Neither blocks nor log segments found. Creating new log.
15:59:04.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.513211 28862 log.cc:824] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: Log is configured to *not* fsync() on all Append() calls
15:59:04.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.513677 28934 log.cc:824] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: Log is configured to *not* fsync() on all Append() calls
15:59:04.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.515964 28862 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: No bootstrap required, opened a new log
15:59:04.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.515980 28934 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: No bootstrap required, opened a new log
15:59:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.519093 28934 raft_consensus.cc:348] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.519315 28934 raft_consensus.cc:374] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:04.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.519363 28934 raft_consensus.cc:729] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f3311dad57c4cf4bf214f48f22df6ed, State: Initialized, Role: FOLLOWER
15:59:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.519908 28934 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.520201 28862 raft_consensus.cc:348] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.520524 28862 raft_consensus.cc:374] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.520424 29030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.520592 29030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.520730 28862 raft_consensus.cc:729] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1f3c8dd11564e3ea76e3a9f286d5954, State: Initialized, Role: FOLLOWER
15:59:04.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.521309 28934 sys_catalog.cc:564] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [sys.catalog]: configured and running, proceeding with master startup.
15:59:04.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.521304 28862 consensus_queue.cc:260] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.522836 29031 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.523095 29031 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.523460 28862 sys_catalog.cc:564] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: configured and running, proceeding with master startup.
15:59:04.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.527177 29042 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:04.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.527251 29042 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:04.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.525339 28864 master_runner.cc:186] Error getting master registration for 127.28.28.62:37677: OK, instance_id { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" instance_seqno: 1783526344039762 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:04.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.528687 28864 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:04.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.533290 29054 catalog_manager.cc:1558] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:04.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.533388 29054 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:04.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.535524 28815 tablet.cc:2369] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:04.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.537849 28795 master_runner.cc:263] No leader master found from master d1f3c8dd11564e3ea76e3a9f286d5954
15:59:04.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.537917 28795 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:04.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.618351 29031 raft_consensus.cc:482] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:04.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.618561 29031 raft_consensus.cc:504] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.619680 29031 leader_election.cc:288] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3f3311dad57c4cf4bf214f48f22df6ed (127.28.28.61:37139), 73a8efe09b35425bb33f760fc696a1a4 (127.28.28.60:43829)
15:59:04.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.620472 28908 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" is_pre_election: true
15:59:04.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.620819 28908 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d1f3c8dd11564e3ea76e3a9f286d5954 in term 0.
15:59:04.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.621259 28813 leader_election.cc:302] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3f3311dad57c4cf4bf214f48f22df6ed, d1f3c8dd11564e3ea76e3a9f286d5954; no voters: 
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.622056 29031 raft_consensus.cc:2781] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.622144 29031 raft_consensus.cc:482] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.622191 29031 raft_consensus.cc:3037] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 0 FOLLOWER]: Advancing to term 1
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.623929 29031 raft_consensus.cc:504] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.624287 29031 leader_election.cc:288] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [CANDIDATE]: Term 1 election: Requested vote from peers 3f3311dad57c4cf4bf214f48f22df6ed (127.28.28.61:37139), 73a8efe09b35425bb33f760fc696a1a4 (127.28.28.60:43829)
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.624876 28908 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f3311dad57c4cf4bf214f48f22df6ed"
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.624991 28908 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 0 FOLLOWER]: Advancing to term 1
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.626063 28908 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d1f3c8dd11564e3ea76e3a9f286d5954 in term 1.
15:59:04.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.626377 28813 leader_election.cc:302] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [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: 3f3311dad57c4cf4bf214f48f22df6ed, d1f3c8dd11564e3ea76e3a9f286d5954; no voters: 
15:59:04.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.627565 28980 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73a8efe09b35425bb33f760fc696a1a4"
15:59:04.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.627851 28980 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [term 0 FOLLOWER]: Advancing to term 1
15:59:04.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.628888 28981 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "73a8efe09b35425bb33f760fc696a1a4" is_pre_election: true
15:59:04.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.630221 28980 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d1f3c8dd11564e3ea76e3a9f286d5954 in term 1.
15:59:04.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.631415 29031 raft_consensus.cc:2781] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 1 FOLLOWER]: Leader election won for term 1
15:59:04.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.631664 29031 raft_consensus.cc:686] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [term 1 LEADER]: Becoming Leader. State: Replica: d1f3c8dd11564e3ea76e3a9f286d5954, State: Running, Role: LEADER
15:59:04.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.632025 29031 consensus_queue.cc:237] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [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: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } }
15:59:04.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.637594 29031 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d1f3c8dd11564e3ea76e3a9f286d5954. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.637900 29031 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: This master's current role is: LEADER
15:59:04.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.639778 29058 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:04.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.640906 29058 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:04.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.647617 28980 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [term 1 FOLLOWER]: Refusing update from remote peer d1f3c8dd11564e3ea76e3a9f286d5954: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:04.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.648614 29056 consensus_queue.cc:1035] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [LEADER]: Connected to new peer: Peer: permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:04.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.653920 29015 sys_catalog.cc:455] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d1f3c8dd11564e3ea76e3a9f286d5954. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.654078 29015 sys_catalog.cc:458] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.655656 28908 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [term 1 FOLLOWER]: Refusing update from remote peer d1f3c8dd11564e3ea76e3a9f286d5954: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:04.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.659348 29056 consensus_queue.cc:1035] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:04.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.664638 29030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [sys.catalog]: SysCatalogTable state changed. Reason: New leader d1f3c8dd11564e3ea76e3a9f286d5954. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.664820 29030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.668404 29056 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.668581 29056 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: This master's current role is: LEADER
15:59:04.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.670312 29015 sys_catalog.cc:455] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.670451 29015 sys_catalog.cc:458] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4 [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.671494 29059 mvcc.cc:205] Tried to move back new op lower bound from 7305323907667296256 to 7305323907626496000. Current Snapshot: MvccSnapshot[applied={T|T < 7305323907667296256}]
15:59:04.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.672384 29031 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.672510 29031 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954 [sys.catalog]: This master's current role is: LEADER
15:59:04.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.673789 29030 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1f3c8dd11564e3ea76e3a9f286d5954" member_type: VOTER last_known_addr { host: "127.28.28.62" port: 37677 } } peers { permanent_uuid: "3f3311dad57c4cf4bf214f48f22df6ed" member_type: VOTER last_known_addr { host: "127.28.28.61" port: 37139 } } peers { permanent_uuid: "73a8efe09b35425bb33f760fc696a1a4" member_type: VOTER last_known_addr { host: "127.28.28.60" port: 43829 } } }
15:59:04.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.673910 29030 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed [sys.catalog]: This master's current role is: FOLLOWER
15:59:04.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.676826 29060 mvcc.cc:205] Tried to move back new op lower bound from 7305323907667296256 to 7305323907626496000. Current Snapshot: MvccSnapshot[applied={T|T < 7305323907667296256}]
15:59:04.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.680845 29062 mvcc.cc:205] Tried to move back new op lower bound from 7305323907667296256 to 7305323907626496000. Current Snapshot: MvccSnapshot[applied={T|T < 7305323907667296256}]
15:59:04.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.683219 29058 catalog_manager.cc:1347] Generated new cluster ID: 618bb1842f05447a9922fc2038f9272c
15:59:04.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.683295 29058 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:04.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.712380 29058 catalog_manager.cc:1370] Generated new certificate authority record
15:59:04.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.713881 29058 catalog_manager.cc:1504] Loading token signing keys...
15:59:04.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.725392 29058 catalog_manager.cc:5868] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: Generated new TSK 0
15:59:04.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.726114 29058 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.742537 28784 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/logs
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data/info.pb
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.1:0
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.28.28.1
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.1
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:04.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.857764 29067 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:04.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.858075 29067 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:04.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.858120 29067 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:04.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.862672 29067 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:04.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.862779 29067 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.28.28.1
15:59:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.867633 29067 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.1:0
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data/info.pb
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.1
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29067
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.28.28.1
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/logs
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:04.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.868863 29067 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:59:04.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.870309 29067 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:04.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.881055 29067 server_base.cc:1034] running on GCE node
15:59:04.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.881018 29073 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:59:04.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.881120 29075 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:59:04.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:04.881057 29072 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:59:04.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.881875 29067 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:04.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.882530 29067 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:04.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.883752 29067 hybrid_clock.cc:648] HybridClock initialized: now 1783526344883736 us; error 28 us; skew 500 ppm
15:59:04.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.886016 29067 webserver.cc:460] Webserver started at http://127.28.28.1:36005/ using document root <none> and password file <none>
15:59:04.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.886576 29067 fs_manager.cc:359] Metadata directory not provided
15:59:04.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.886646 29067 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:04.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.886817 29067 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.888903 29067 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data/instance:
15:59:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95723c5b3f7e4d21984faad05ef728aa"
15:59:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.889449 29067 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal/instance:
15:59:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95723c5b3f7e4d21984faad05ef728aa"
15:59:04.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.893893 29067 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:04.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.896893 29081 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:04.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.898681 29067 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.898851 29067 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95723c5b3f7e4d21984faad05ef728aa"
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:04 on dist-test-slave-vt7w"
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.899027 29067 fs_report.cc:383] FS layout report
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data/data
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:04.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.912154 29067 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.912930 29067 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:59:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.913082 29067 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:04.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.913599 29067 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.914611 29067 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.914728 29067 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.914770 29067 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:04.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.914785 29067 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:04.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.924494 29067 rpc_server.cc:307] RPC server started. Bound to: 127.28.28.1:44507
15:59:04.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.924548 29194 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.28.28.1:44507 every 8 connection(s)
15:59:04.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.926054 29067 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/data/info.pb
15:59:04.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.929355 28784 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 29067
15:59:04.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.929471 28784 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-0/wal/instance
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.933382 28784 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/logs
15:59:04.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data/info.pb
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.2:0
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.28.28.2
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.2
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:04.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.949273 29196 heartbeater.cc:347] Connected to a master server at 127.28.28.62:37677
15:59:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.949297 29197 heartbeater.cc:347] Connected to a master server at 127.28.28.61:37139
15:59:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.949571 29196 heartbeater.cc:464] Registering TS with master...
15:59:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.949572 29197 heartbeater.cc:464] Registering TS with master...
15:59:04.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.950256 29196 heartbeater.cc:511] Master 127.28.28.62:37677 requested a full tablet report, sending...
15:59:04.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.950258 29197 heartbeater.cc:511] Master 127.28.28.61:37139 requested a full tablet report, sending...
15:59:04.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.950845 29195 heartbeater.cc:347] Connected to a master server at 127.28.28.60:43829
15:59:04.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.950919 29195 heartbeater.cc:464] Registering TS with master...
15:59:04.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.951099 29195 heartbeater.cc:511] Master 127.28.28.60:43829 requested a full tablet report, sending...
15:59:04.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.951900 28898 ts_manager.cc:194] Registered new tserver with Master: 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1:44507)
15:59:04.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.953145 28826 ts_manager.cc:194] Registered new tserver with Master: 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1:44507)
15:59:04.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.953312 28969 ts_manager.cc:194] Registered new tserver with Master: 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1:44507)
15:59:04.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:04.954695 28826 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.28.28.1:53443
15:59:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.068866 29201 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.069180 29201 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:05.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.069231 29201 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:05.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.073594 29201 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:05.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.073729 29201 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.28.28.2
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.078555 29201 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal
15:59:05.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.2:0
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data/info.pb
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.2
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29201
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.28.28.2
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/logs
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:05.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.079926 29201 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:59:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.081439 29201 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:05.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.091852 29207 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:59:05.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.091975 29201 server_base.cc:1034] running on GCE node
15:59:05.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.091852 29210 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:59:05.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.091881 29208 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:59:05.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.092710 29201 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:05.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.093420 29201 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:05.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.094616 29201 hybrid_clock.cc:648] HybridClock initialized: now 1783526345094599 us; error 28 us; skew 500 ppm
15:59:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.096692 29201 webserver.cc:460] Webserver started at http://127.28.28.2:39949/ using document root <none> and password file <none>
15:59:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.097381 29201 fs_manager.cc:359] Metadata directory not provided
15:59:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.097484 29201 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.097764 29201 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:05.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.100073 29201 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data/instance:
15:59:05.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e2de0264148c4d64a6c41f7749f76345"
15:59:05.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:05 on dist-test-slave-vt7w"
15:59:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.100967 29201 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal/instance:
15:59:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e2de0264148c4d64a6c41f7749f76345"
15:59:05.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:05 on dist-test-slave-vt7w"
15:59:05.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.105129 29201 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:05.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.107708 29216 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.109122 29201 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.109279 29201 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e2de0264148c4d64a6c41f7749f76345"
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:05 on dist-test-slave-vt7w"
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.109421 29201 fs_report.cc:383] FS layout report
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data/data
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:05.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.119536 29201 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:05.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.120335 29201 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:59:05.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.120571 29201 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:05.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.121342 29201 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:05.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.122538 29201 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:05.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.122618 29201 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:05.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.122675 29201 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:05.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.122704 29201 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:05.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.133533 29201 rpc_server.cc:307] RPC server started. Bound to: 127.28.28.2:45663
15:59:05.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.133553 29329 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.28.28.2:45663 every 8 connection(s)
15:59:05.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.134548 29201 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/data/info.pb
15:59:05.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.141273 28784 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 29201
15:59:05.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.141377 28784 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-1/wal/instance
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.143882 28784 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/logs
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data/info.pb
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.3:0
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.28.28.3
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.3
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:05.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:05.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.149277 29331 heartbeater.cc:347] Connected to a master server at 127.28.28.62:37677
15:59:05.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.149317 29330 heartbeater.cc:347] Connected to a master server at 127.28.28.60:43829
15:59:05.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.149303 29332 heartbeater.cc:347] Connected to a master server at 127.28.28.61:37139
15:59:05.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.149559 29331 heartbeater.cc:464] Registering TS with master...
15:59:05.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.149667 29332 heartbeater.cc:464] Registering TS with master...
15:59:05.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.149559 29330 heartbeater.cc:464] Registering TS with master...
15:59:05.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.150297 29332 heartbeater.cc:511] Master 127.28.28.61:37139 requested a full tablet report, sending...
15:59:05.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.150292 29330 heartbeater.cc:511] Master 127.28.28.60:43829 requested a full tablet report, sending...
15:59:05.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.150292 29331 heartbeater.cc:511] Master 127.28.28.62:37677 requested a full tablet report, sending...
15:59:05.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.151489 28826 ts_manager.cc:194] Registered new tserver with Master: e2de0264148c4d64a6c41f7749f76345 (127.28.28.2:45663)
15:59:05.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.151618 28898 ts_manager.cc:194] Registered new tserver with Master: e2de0264148c4d64a6c41f7749f76345 (127.28.28.2:45663)
15:59:05.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.152153 28826 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.28.28.2:41077
15:59:05.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.152709 28969 ts_manager.cc:194] Registered new tserver with Master: e2de0264148c4d64a6c41f7749f76345 (127.28.28.2:45663)
15:59:05.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.264252 29337 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:05.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.264515 29337 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:05.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.264551 29337 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:05.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.268707 29337 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:05.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.268883 29337 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.28.28.3
15:59:05.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.273757 29337 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.28.28.20:44347
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.28.28.3:0
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data/info.pb
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.28.28.3
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.28.28.62:37677,127.28.28.61:37139,127.28.28.60:43829
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29337
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.28.28.3
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/logs
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.274786 29337 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:59:05.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.276137 29337 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:05.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.286278 29337 server_base.cc:1034] running on GCE node
15:59:05.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.286221 29342 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:59:05.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.286221 29343 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:59:05.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:05.286228 29345 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:59:05.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.286922 29337 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:05.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.287585 29337 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:05.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.288852 29337 hybrid_clock.cc:648] HybridClock initialized: now 1783526345288827 us; error 38 us; skew 500 ppm
15:59:05.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.290999 29337 webserver.cc:460] Webserver started at http://127.28.28.3:37365/ using document root <none> and password file <none>
15:59:05.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.291615 29337 fs_manager.cc:359] Metadata directory not provided
15:59:05.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.291712 29337 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:05.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.291929 29337 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.293946 29337 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data/instance:
15:59:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "115f9d642f6e48fea2031dfd479bc56c"
15:59:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:05 on dist-test-slave-vt7w"
15:59:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.294565 29337 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal/instance:
15:59:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "115f9d642f6e48fea2031dfd479bc56c"
15:59:05.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:05 on dist-test-slave-vt7w"
15:59:05.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.298749 29337 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:05.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.301388 29351 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:05.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.302635 29337 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.302770 29337 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "115f9d642f6e48fea2031dfd479bc56c"
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:05 on dist-test-slave-vt7w"
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.302883 29337 fs_report.cc:383] FS layout report
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data/data
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:05.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:05.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.315572 29337 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:05.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.316275 29337 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:59:05.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.316495 29337 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:05.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.317180 29337 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:05.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.318162 29337 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:05.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.318233 29337 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:05.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.318286 29337 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:05.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.318313 29337 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:05.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.328872 29337 rpc_server.cc:307] RPC server started. Bound to: 127.28.28.3:37175
15:59:05.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.328943 29464 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.28.28.3:37175 every 8 connection(s)
15:59:05.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.329876 29337 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/data/info.pb
15:59:05.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.331789 28784 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 29337
15:59:05.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.331928 28784 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2064991227163806955/ts-2/wal/instance
15:59:05.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.342562 29467 heartbeater.cc:347] Connected to a master server at 127.28.28.61:37139
15:59:05.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.342633 29465 heartbeater.cc:347] Connected to a master server at 127.28.28.60:43829
15:59:05.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.342844 29465 heartbeater.cc:464] Registering TS with master...
15:59:05.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.342846 29467 heartbeater.cc:464] Registering TS with master...
15:59:05.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.343334 29465 heartbeater.cc:511] Master 127.28.28.60:43829 requested a full tablet report, sending...
15:59:05.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.343375 29466 heartbeater.cc:347] Connected to a master server at 127.28.28.62:37677
15:59:05.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.343335 29467 heartbeater.cc:511] Master 127.28.28.61:37139 requested a full tablet report, sending...
15:59:05.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.343468 29466 heartbeater.cc:464] Registering TS with master...
15:59:05.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.343614 29466 heartbeater.cc:511] Master 127.28.28.62:37677 requested a full tablet report, sending...
15:59:05.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.344521 28898 ts_manager.cc:194] Registered new tserver with Master: 115f9d642f6e48fea2031dfd479bc56c (127.28.28.3:37175)
15:59:05.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.344527 28826 ts_manager.cc:194] Registered new tserver with Master: 115f9d642f6e48fea2031dfd479bc56c (127.28.28.3:37175)
15:59:05.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.344653 28969 ts_manager.cc:194] Registered new tserver with Master: 115f9d642f6e48fea2031dfd479bc56c (127.28.28.3:37175)
15:59:05.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.345314 28826 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.28.28.3:36179
15:59:05.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.352521 28784 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:05.353 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:05.353 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:05.354 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.28.62"
      port: 37677
    }
    bound_http_address {
      host: "127.28.28.62"
      port: 34985
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.28.61"
      port: 37139
    }
    bound_http_address {
      host: "127.28.28.61"
      port: 36161
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.28.60"
      port: 43829
    }
    bound_http_address {
      host: "127.28.28.60"
      port: 44417
    }
  }
}

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

15:59:05.355 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.28.28.1"
      port: 44507
    }
    bound_http_address {
      host: "127.28.28.1"
      port: 36005
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.28.28.2"
      port: 45663
    }
    bound_http_address {
      host: "127.28.28.2"
      port: 39949
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.28.28.3"
      port: 37175
    }
    bound_http_address {
      host: "127.28.28.3"
      port: 37365
    }
  }
}

15:59:05.356 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:05.357 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:05.358 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:05.358 [INFO - main] (Logging.scala:57) ==============================================================
15:59:05.358 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:05.358 [INFO - main] (Logging.scala:57) ==============================================================
15:59:05.358 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:05.359 [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:59:05.359 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:05.359 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:05.360 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:05.360 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:05.360 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:05.360 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:05.360 [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:59:05.378 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 34301.
15:59:05.380 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:05.381 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:05.381 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:05.381 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:05.381 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:05.382 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-5f1a8ddd-e01b-49c0-926d-85410d665255
15:59:05.382 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:05.383 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:05.402 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:05.405 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 45867.
15:59:05.405 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:45867
15:59:05.406 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:05.406 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45867, None)
15:59:05.406 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:45867 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45867, None)
15:59:05.407 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45867, None)
15:59:05.407 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 45867, None)
15:59:05.413 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:05.424 [DEBUG - main] (Connection.java:748) [peer master-127.28.28.62:37677(127.28.28.62:37677)] connecting to peer
15:59:05.425 [DEBUG - main] (Connection.java:748) [peer master-127.28.28.61:37139(127.28.28.61:37139)] connecting to peer
15:59:05.426 [DEBUG - main] (Connection.java:748) [peer master-127.28.28.60:43829(127.28.28.60:43829)] connecting to peer
15:59:05.426 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.28.61:37139(127.28.28.61:37139)] Successfully connected to peer
15:59:05.427 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.28.62:37677(127.28.28.62:37677)] Successfully connected to peer
15:59:05.428 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.28.60:43829(127.28.28.60:43829)] Successfully connected to peer
15:59:05.428 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.28.61
15:59:05.429 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.28.62
15:59:05.440 [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:59:05.440 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.28.60
15:59:05.441 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3a048c0f, L:/127.0.0.1:53584 - R:/127.28.28.61:37139] using SASL/PLAIN
15:59:05.443 [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:59:05.448 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0eebc70c, L:/127.0.0.1:37520 - R:/127.28.28.62:37677] using SASL/PLAIN
15:59:05.449 [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:59:05.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:05.451 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x4a852569, L:/127.0.0.1:33754 - R:/127.28.28.60:43829] using SASL/PLAIN
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.452354 28826 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37520:
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:05.458 [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:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:05.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 44f3b64986ca428db5289de21ac6dbd9
15:59:05.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.477916 29399 tablet_service.cc:1467] Processing CreateTablet for tablet ef454937ed8c4e4dbda0b15879a0bc18 (DEFAULT_TABLE table=test [id=44f3b64986ca428db5289de21ac6dbd9]), partition=RANGE (key) PARTITION VALUES < 50
15:59:05.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.479101 29399 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ef454937ed8c4e4dbda0b15879a0bc18. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:05.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.479295 29129 tablet_service.cc:1467] Processing CreateTablet for tablet f41b531946504afa93d137f5740c4d35 (DEFAULT_TABLE table=test [id=44f3b64986ca428db5289de21ac6dbd9]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:05.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.480334 29129 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f41b531946504afa93d137f5740c4d35. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:05.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.484627 29515 tablet_bootstrap.cc:492] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c: Bootstrap starting.
15:59:05.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.486259 29516 tablet_bootstrap.cc:492] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa: Bootstrap starting.
15:59:05.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.487438 29515 tablet_bootstrap.cc:654] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c: Neither blocks nor log segments found. Creating new log.
15:59:05.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.488257 29516 tablet_bootstrap.cc:654] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa: Neither blocks nor log segments found. Creating new log.
15:59:05.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.488243 29515 log.cc:824] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c: Log is configured to *not* fsync() on all Append() calls
15:59:05.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.489037 29516 log.cc:824] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa: Log is configured to *not* fsync() on all Append() calls
15:59:05.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.490139 29515 tablet_bootstrap.cc:492] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c: No bootstrap required, opened a new log
15:59:05.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.490298 29515 ts_tablet_manager.cc:1397] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:05.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.490983 29516 tablet_bootstrap.cc:492] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa: No bootstrap required, opened a new log
15:59:05.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.491192 29516 ts_tablet_manager.cc:1397] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa: Time spent bootstrapping tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:05.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.493330 29515 raft_consensus.cc:348] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:05.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.493543 29515 raft_consensus.cc:374] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:05.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.493577 29515 raft_consensus.cc:729] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 115f9d642f6e48fea2031dfd479bc56c, State: Initialized, Role: FOLLOWER
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.493986 29515 consensus_queue.cc:260] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [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: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.494112 29515 raft_consensus.cc:388] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.494155 29515 raft_consensus.cc:482] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.494218 29515 raft_consensus.cc:3037] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Advancing to term 1
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.494648 29516 raft_consensus.cc:348] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.494859 29516 raft_consensus.cc:374] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.494913 29516 raft_consensus.cc:729] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Initialized, Role: FOLLOWER
15:59:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495020 29515 raft_consensus.cc:504] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495323 29516 consensus_queue.cc:260] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495355 29515 leader_election.cc:302] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [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: 115f9d642f6e48fea2031dfd479bc56c; no voters: 
15:59:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495473 29516 raft_consensus.cc:388] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495535 29516 raft_consensus.cc:482] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:05.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495642 29516 raft_consensus.cc:3037] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Advancing to term 1
15:59:05.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495671 29515 leader_election.cc:288] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:05.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495779 29519 raft_consensus.cc:2781] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 1 FOLLOWER]: Leader election won for term 1
15:59:05.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.495958 29519 raft_consensus.cc:686] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [term 1 LEADER]: Becoming Leader. State: Replica: 115f9d642f6e48fea2031dfd479bc56c, State: Running, Role: LEADER
15:59:05.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.496228 29519 consensus_queue.cc:237] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c [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: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:05.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.496654 29515 ts_tablet_manager.cc:1428] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
15:59:05.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.496697 29516 raft_consensus.cc:504] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.497084 29516 leader_election.cc:302] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [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: 95723c5b3f7e4d21984faad05ef728aa; no voters: 
15:59:05.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.497332 29466 heartbeater.cc:503] Master 127.28.28.62:37677 was elected leader, sending a full tablet report...
15:59:05.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.497502 29516 leader_election.cc:288] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:05.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.497798 29523 raft_consensus.cc:2781] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Leader election won for term 1
15:59:05.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.498524 29516 ts_tablet_manager.cc:1428] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.004s
15:59:05.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.498708 29523 raft_consensus.cc:686] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [term 1 LEADER]: Becoming Leader. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Running, Role: LEADER
15:59:05.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.499006 29196 heartbeater.cc:503] Master 127.28.28.62:37677 was elected leader, sending a full tablet report...
15:59:05.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.499727 29523 consensus_queue.cc:237] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.500031 28826 catalog_manager.cc:5495] T ef454937ed8c4e4dbda0b15879a0bc18 P 115f9d642f6e48fea2031dfd479bc56c reported cstate change: term changed from 0 to 1, leader changed from <none> to 115f9d642f6e48fea2031dfd479bc56c (127.28.28.3). New cstate: current_term: 1 leader_uuid: "115f9d642f6e48fea2031dfd479bc56c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } health_report { overall_health: HEALTHY } } }
15:59:05.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.504001 29026 catalog_manager.cc:1259] Loaded cluster ID: 618bb1842f05447a9922fc2038f9272c
15:59:05.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.504065 29026 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: loading cluster ID for follower catalog manager: success
15:59:05.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.506435 29026 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: acquiring CA information for follower catalog manager: success
15:59:05.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.506340 28825 catalog_manager.cc:5495] T f41b531946504afa93d137f5740c4d35 P 95723c5b3f7e4d21984faad05ef728aa reported cstate change: term changed from 0 to 1, leader changed from <none> to 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1). New cstate: current_term: 1 leader_uuid: "95723c5b3f7e4d21984faad05ef728aa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } health_report { overall_health: HEALTHY } } }
15:59:05.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.508675 29026 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 73a8efe09b35425bb33f760fc696a1a4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.526834 28825 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37520:
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.529079 29042 catalog_manager.cc:1259] Loaded cluster ID: 618bb1842f05447a9922fc2038f9272c
15:59:05.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.529158 29042 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: loading cluster ID for follower catalog manager: success
15:59:05.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.531684 29042 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: acquiring CA information for follower catalog manager: success
15:59:05.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.533298 29042 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 3f3311dad57c4cf4bf214f48f22df6ed: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:05.535 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c48b4cf485a445f5bc79390ac7dbffa7
15:59:05.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.542764 29264 tablet_service.cc:1467] Processing CreateTablet for tablet f1aefde5f1c5440da9636e953dde11eb (DEFAULT_TABLE table=simple-test [id=c48b4cf485a445f5bc79390ac7dbffa7]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:05.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.543816 29264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f1aefde5f1c5440da9636e953dde11eb. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:05.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.550101 29530 tablet_bootstrap.cc:492] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345: Bootstrap starting.
15:59:05.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.552628 29530 tablet_bootstrap.cc:654] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345: Neither blocks nor log segments found. Creating new log.
15:59:05.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.553435 29530 log.cc:824] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345: Log is configured to *not* fsync() on all Append() calls
15:59:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.555249 29530 tablet_bootstrap.cc:492] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345: No bootstrap required, opened a new log
15:59:05.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.555413 29530 ts_tablet_manager.cc:1397] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:05.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.558422 29530 raft_consensus.cc:348] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.558645 29530 raft_consensus.cc:374] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:05.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.558688 29530 raft_consensus.cc:729] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Initialized, Role: FOLLOWER
15:59:05.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.559115 29530 consensus_queue.cc:260] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.559238 29530 raft_consensus.cc:388] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:05.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.559280 29530 raft_consensus.cc:482] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:05.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.559345 29530 raft_consensus.cc:3037] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Advancing to term 1
15:59:05.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.560444 29530 raft_consensus.cc:504] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.560793 29530 leader_election.cc:302] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [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: e2de0264148c4d64a6c41f7749f76345; no voters: 
15:59:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.561111 29530 leader_election.cc:288] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:05.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.561424 29533 raft_consensus.cc:2781] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Leader election won for term 1
15:59:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.561913 29331 heartbeater.cc:503] Master 127.28.28.62:37677 was elected leader, sending a full tablet report...
15:59:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.562160 29530 ts_tablet_manager.cc:1428] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.562179 29533 raft_consensus.cc:686] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [term 1 LEADER]: Becoming Leader. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Running, Role: LEADER
15:59:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.562588 29533 consensus_queue.cc:237] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.566334 28825 catalog_manager.cc:5495] T f1aefde5f1c5440da9636e953dde11eb P e2de0264148c4d64a6c41f7749f76345 reported cstate change: term changed from 0 to 1, leader changed from <none> to e2de0264148c4d64a6c41f7749f76345 (127.28.28.2). New cstate: current_term: 1 leader_uuid: "e2de0264148c4d64a6c41f7749f76345" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } health_report { overall_health: HEALTHY } } }
15:59:05.586 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526345585
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.587106 28825 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37520:
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableAlterHandling"
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:05.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:05.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:05.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:05.593 [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:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:05.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:05.594 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:05.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.596731 29129 tablet_service.cc:1467] Processing CreateTablet for tablet 8a61217c701047fc93c9f1d49036c51d (DEFAULT_TABLE table=testTableAlterHandling [id=fea49b8c49cb4ba684ee2b930e0cc013]), partition=RANGE (key) PARTITION VALUES < 50
15:59:05.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.597141 29129 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8a61217c701047fc93c9f1d49036c51d. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:05.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.597275 29264 tablet_service.cc:1467] Processing CreateTablet for tablet a5df3fa354304f9db1bb53ee436575d1 (DEFAULT_TABLE table=testTableAlterHandling [id=fea49b8c49cb4ba684ee2b930e0cc013]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:05.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.598009 29264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a5df3fa354304f9db1bb53ee436575d1. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:05.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.599289 29516 tablet_bootstrap.cc:492] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa: Bootstrap starting.
15:59:05.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.600184 29516 tablet_bootstrap.cc:654] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa: Neither blocks nor log segments found. Creating new log.
15:59:05.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.600191 29530 tablet_bootstrap.cc:492] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345: Bootstrap starting.
15:59:05.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.601315 29530 tablet_bootstrap.cc:654] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345: Neither blocks nor log segments found. Creating new log.
15:59:05.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.601584 29516 tablet_bootstrap.cc:492] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa: No bootstrap required, opened a new log
15:59:05.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.601683 29516 ts_tablet_manager.cc:1397] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602377 29516 raft_consensus.cc:348] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602504 29516 raft_consensus.cc:374] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602540 29516 raft_consensus.cc:729] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Initialized, Role: FOLLOWER
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602676 29530 tablet_bootstrap.cc:492] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345: No bootstrap required, opened a new log
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602669 29516 consensus_queue.cc:260] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602761 29530 ts_tablet_manager.cc:1397] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602756 29516 raft_consensus.cc:388] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602809 29516 raft_consensus.cc:482] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:05.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.602854 29516 raft_consensus.cc:3037] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Advancing to term 1
15:59:05.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603396 29530 raft_consensus.cc:348] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603499 29530 raft_consensus.cc:374] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:05.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603540 29530 raft_consensus.cc:729] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Initialized, Role: FOLLOWER
15:59:05.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603662 29530 consensus_queue.cc:260] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603762 29530 raft_consensus.cc:388] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603803 29530 raft_consensus.cc:482] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603848 29530 raft_consensus.cc:3037] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Advancing to term 1
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603833 29516 raft_consensus.cc:504] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.603961 29516 leader_election.cc:302] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [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: 95723c5b3f7e4d21984faad05ef728aa; no voters: 
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.604058 29516 leader_election.cc:288] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:05.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.604121 29525 raft_consensus.cc:2781] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Leader election won for term 1
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.604277 29525 raft_consensus.cc:686] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [term 1 LEADER]: Becoming Leader. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Running, Role: LEADER
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.604302 29516 ts_tablet_manager.cc:1428] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.000s
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.604427 29525 consensus_queue.cc:237] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606127 29530 raft_consensus.cc:504] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606263 29530 leader_election.cc:302] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [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: e2de0264148c4d64a6c41f7749f76345; no voters: 
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606199 28826 catalog_manager.cc:5495] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa reported cstate change: term changed from 0 to 1, leader changed from <none> to 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1). New cstate: current_term: 1 leader_uuid: "95723c5b3f7e4d21984faad05ef728aa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } health_report { overall_health: HEALTHY } } }
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606352 29530 leader_election.cc:288] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606431 29533 raft_consensus.cc:2781] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Leader election won for term 1
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606621 29530 ts_tablet_manager.cc:1428] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606666 29533 raft_consensus.cc:686] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [term 1 LEADER]: Becoming Leader. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Running, Role: LEADER
15:59:05.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.606796 29533 consensus_queue.cc:237] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:05.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:05.610594 28825 catalog_manager.cc:5495] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345 reported cstate change: term changed from 0 to 1, leader changed from <none> to e2de0264148c4d64a6c41f7749f76345 (127.28.28.2). New cstate: current_term: 1 leader_uuid: "e2de0264148c4d64a6c41f7749f76345" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } health_report { overall_health: HEALTHY } } }
15:59:05.628 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8a61217c701047fc93c9f1d49036c51d for table 'testTableAlterHandling' with partition [<start>, 0x80000032)
15:59:05.629 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a5df3fa354304f9db1bb53ee436575d1 for table 'testTableAlterHandling' with partition [0x80000032, <end>)
15:59:05.629 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=8a61217c701047fc93c9f1d49036c51d@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a5df3fa354304f9db1bb53ee436575d1@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:05.629 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.28.28.62:37677, [2ms] Sub RPC GetTableLocations: received response from server master-127.28.28.62:37677: OK, deferred=null) after lookup
15:59:05.630 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)] connecting to peer
15:59:05.631 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)] Successfully connected to peer
15:59:05.644 [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:59:05.646 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1e1cfbee, L:/127.0.0.1:38568 - R:/127.28.28.1:44507] using TOKEN/null
15:59:05.760 [DEBUG - main] (Connection.java:748) [peer e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)] connecting to peer
15:59:05.761 [DEBUG - kudu-nio-0] (Connection.java:757) [peer e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)] Successfully connected to peer
15:59:05.770 [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:59:05.771 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xbe1adc36, L:/127.0.0.1:40110 - R:/127.28.28.2:45663] using TOKEN/null
15:59:05.886 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526345886
15:59:05.886 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526345885318
15:59:05.886 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:05.886 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup8055843146343564462/
15:59:05.891 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:05.891 [INFO - ForkJoinPool-161-worker-1] (KuduBackup.scala:55) Backing up table testTableAlterHandling to path: file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887
15:59:05.891 [INFO - ForkJoinPool-161-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:05.891 [INFO - ForkJoinPool-161-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:05.891 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:05.892 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:05.908 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:05.909 [INFO - ForkJoinPool-161-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:05.909 [INFO - ForkJoinPool-161-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:05.909 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:05.910 [INFO - ForkJoinPool-161-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:05.910 [INFO - ForkJoinPool-161-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:05.910 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:05.941 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:05.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:59:05.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:05.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:05.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:05.942 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:05.965 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:59:05.967 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:59:05.968 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:05.968 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:05.969 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:05.969 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:59:05.970 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5132 bytes) taskResourceAssignments Map()
15:59:05.972 [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:59:05.982 [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:59:05.984 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:05.985 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:05.986 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:05.986 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:05.986 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:05.986 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:05.986 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:05.987 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:05.988 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:06.012 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323912753152000) for scanner KuduScanner(table=testTableAlterHandling, tablet=8a61217c701047fc93c9f1d49036c51d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:06.026 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:06.030 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559058153268996954492841_0000_m_000000_0' to file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/_temporary/0/task_202607081559058153268996954492841_0000_m_000000
15:59:06.030 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559058153268996954492841_0000_m_000000_0: Committed
15:59:06.031 [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). 6297 bytes result sent to driver
15:59:06.032 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5132 bytes) taskResourceAssignments Map()
15:59:06.032 [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:59:06.038 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 68 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:06.045 [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:59:06.047 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.048 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.049 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.049 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.049 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.049 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.049 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.060 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323912753152000) for scanner KuduScanner(table=testTableAlterHandling, tablet=a5df3fa354304f9db1bb53ee436575d1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:06.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:06.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:06.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:06.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:06.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:06.106 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:06.107 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:59:06.107 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:06.107 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:06.107 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:06.107 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:06.107 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:06.108 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:06.127 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:06.160 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559056375038747877944206_0000_m_000001_1' to file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/_temporary/0/task_202607081559056375038747877944206_0000_m_000001
15:59:06.160 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081559056375038747877944206_0000_m_000001_1: Committed
15:59:06.161 [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). 6340 bytes result sent to driver
15:59:06.170 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 139 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:06.170 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:06.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.228 s
15:59:06.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:06.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:06.172 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.231019 s
15:59:06.184 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Write Job ea465d3c-e946-47fb-a7d2-d1c89b57e577 committed.
15:59:06.184 [INFO - ForkJoinPool-161-worker-1] (Logging.scala:57) Finished processing stats for write job ea465d3c-e946-47fb-a7d2-d1c89b57e577.
15:59:06.186 [INFO - ForkJoinPool-161-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/.kudu-metadata.json
15:59:06.202 [INFO - ForkJoinPool-161-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableAlterHandling
15:59:06.205 [DEBUG - main] (Connection.java:748) [peer master-127.28.28.62:37677(127.28.28.62:37677)] connecting to peer
15:59:06.206 [DEBUG - main] (Connection.java:748) [peer master-127.28.28.61:37139(127.28.28.61:37139)] connecting to peer
15:59:06.206 [DEBUG - main] (Connection.java:748) [peer master-127.28.28.60:43829(127.28.28.60:43829)] connecting to peer
15:59:06.207 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.28.62:37677(127.28.28.62:37677)] Successfully connected to peer
15:59:06.207 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.28.28.61:37139(127.28.28.61:37139)] Successfully connected to peer
15:59:06.208 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.28.28.60:43829(127.28.28.60:43829)] Successfully connected to peer
15:59:06.209 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.28.62
15:59:06.222 [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:59:06.222 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.28.61
15:59:06.223 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.28.28.60
15:59:06.228 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5adff868, L:/127.0.0.1:37536 - R:/127.28.28.62:37677] using SASL/PLAIN
15:59:06.234 [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:59:06.235 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9e4bed2b, L:/127.0.0.1:53594 - R:/127.28.28.61:37139] using SASL/PLAIN
15:59:06.242 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:06.242 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=38), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.28.28.62:37677, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.28.28.61:37139, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.28.28.60:43829, [31ms] Sub RPC ConnectToMaster: received response from server master-127.28.28.61:37139: OK, [35ms] Sub RPC ConnectToMaster: received response from server master-127.28.28.62:37677: OK, deferred=null) after lookup
15:59:06.248 [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:59:06.250 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.253 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe9f89c81, L:/127.0.0.1:33770 - R:/127.28.28.60:43829] using SASL/PLAIN
15:59:06.258 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:06.269 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:06.269 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:06.269 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:06.286 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:06.299 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:06.299 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:06.300 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:06.301 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402086 bytes, open cost is considered as scanning 4194304 bytes.
15:59:06.314 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:06.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:06.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:06.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:06.315 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:06.316 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:06.317 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:06.319 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:06.319 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:06.320 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:06.320 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:06.320 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:06.321 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5205 bytes) taskResourceAssignments Map()
15:59:06.322 [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:59:06.325 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/part-00001-915d3f1a-b60a-43e6-96c4-0c4bdfd222e0-c000.snappy.parquet, range: 0-6748, partition values: [empty row]
15:59:06.330 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/part-00000-915d3f1a-b60a-43e6-96c4-0c4bdfd222e0-c000.snappy.parquet, range: 0-6730, partition values: [empty row]
15:59:06.335 [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). 8613 bytes result sent to driver
15:59:06.336 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 15 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:06.336 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:06.337 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.020 s
15:59:06.337 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:06.337 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:06.337 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.022488 s
15:59:06.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:06.343598 28825 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:37520:
15:59:06.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableAlterHandling" } new_table_name: "impala::default.testTableAlterHandling"
15:59:06.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:06.354394 29544 tablet.cc:1722] T a5df3fa354304f9db1bb53ee436575d1 P e2de0264148c4d64a6c41f7749f76345: Alter schema from (
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:c1_i INT32 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:c2_s STRING NULLABLE,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:c3_double DOUBLE NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:c4_long INT64 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:c5_bool BOOL NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     16:c6_short INT16 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     17:c7_float FLOAT NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     18:c8_binary BINARY NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     19:c9_unixtime_micros UNIXTIME_MICROS NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     20:c10_byte INT8 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     21:c11_decimal32 DECIMAL(9, 0) NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     22:c12_decimal64 DECIMAL(18, 0) NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     23:c13_decimal128 DECIMAL(38, 0) NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     24:c14_varchar VARCHAR(65535) NULLABLE,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     25:c15_date DATE NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 0 to (
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:c1_i INT32 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:c2_s STRING NULLABLE,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:c3_double DOUBLE NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:c4_long INT64 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:c5_bool BOOL NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     16:c6_short INT16 NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     17:c7_float FLOAT NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     18:c8_binary BINARY NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     19:c9_unixtime_micros UNIXTIME_MICROS NOT NULL,
15:59:06.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     20:c10_byte INT8 NOT NULL,
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     21:c11_decimal32 DECIMAL(9, 0) NOT NULL,
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     22:c12_decimal64 DECIMAL(18, 0) NOT NULL,
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     23:c13_decimal128 DECIMAL(38, 0) NOT NULL,
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     24:c14_varchar VARCHAR(65535) NULLABLE,
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     25:c15_date DATE NOT NULL,
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:06.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 1
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:06.360149 29602 tablet.cc:1722] T 8a61217c701047fc93c9f1d49036c51d P 95723c5b3f7e4d21984faad05ef728aa: Alter schema from (
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:c1_i INT32 NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:c2_s STRING NULLABLE,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:c3_double DOUBLE NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:c4_long INT64 NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:c5_bool BOOL NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     16:c6_short INT16 NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     17:c7_float FLOAT NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     18:c8_binary BINARY NOT NULL,
15:59:06.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     19:c9_unixtime_micros UNIXTIME_MICROS NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     20:c10_byte INT8 NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     21:c11_decimal32 DECIMAL(9, 0) NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     22:c12_decimal64 DECIMAL(18, 0) NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     23:c13_decimal128 DECIMAL(38, 0) NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     24:c14_varchar VARCHAR(65535) NULLABLE,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     25:c15_date DATE NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 0 to (
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:c1_i INT32 NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:c2_s STRING NULLABLE,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:c3_double DOUBLE NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:c4_long INT64 NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:c5_bool BOOL NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     16:c6_short INT16 NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     17:c7_float FLOAT NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     18:c8_binary BINARY NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     19:c9_unixtime_micros UNIXTIME_MICROS NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     20:c10_byte INT8 NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     21:c11_decimal32 DECIMAL(9, 0) NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     22:c12_decimal64 DECIMAL(18, 0) NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     23:c13_decimal128 DECIMAL(38, 0) NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     24:c14_varchar VARCHAR(65535) NULLABLE,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     25:c15_date DATE NOT NULL,
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:06.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 1
15:59:06.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:06.369571 28825 catalog_manager.cc:6040] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: impala::default.testTableAlterHandling [id=fea49b8c49cb4ba684ee2b930e0cc013] alter complete (version 1)
15:59:06.388 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.636 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526346636
15:59:06.637 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526346635489
15:59:06.637 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:06.637 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup8055843146343564462/
15:59:06.644 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling
15:59:06.647 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.648 [INFO - ForkJoinPool-164-worker-1] (KuduBackup.scala:55) Backing up table impala::default.testTableAlterHandling to path: file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling/1783526346637
15:59:06.648 [INFO - ForkJoinPool-164-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:06.648 [INFO - ForkJoinPool-164-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526345887 from backup in path: file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887
15:59:06.667 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.669 [INFO - ForkJoinPool-164-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.669 [INFO - ForkJoinPool-164-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.670 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.670 [INFO - ForkJoinPool-164-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.670 [INFO - ForkJoinPool-164-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.671 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.703 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:06.703 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:59:06.704 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:59:06.704 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:06.704 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:06.704 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:59:06.722 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.7 KiB, free 1993.1 MiB)
15:59:06.724 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.8 KiB, free 1993.0 MiB)
15:59:06.725 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 66.8 KiB, free: 1993.7 MiB)
15:59:06.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:06.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:06.725 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:59:06.726 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5158 bytes) taskResourceAssignments Map()
15:59:06.727 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:59:06.740 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:06.743 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.744 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.744 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.745 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.745 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.745 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:06.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:06.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:06.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:06.746 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:06.747 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:06.748 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:06.783 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 28.6 KiB, free: 1993.7 MiB)
15:59:06.786 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 7.1 KiB, free: 1993.7 MiB)
15:59:06.787 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323915825152000) for scanner KuduScanner(table=impala::default.testTableAlterHandling, tablet=8a61217c701047fc93c9f1d49036c51d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:06.787 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:06.790 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559064142014296688661223_0002_m_000000_3' to file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling/1783526346637/_temporary/0/task_202607081559064142014296688661223_0002_m_000000
15:59:06.790 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_202607081559064142014296688661223_0002_m_000000_3: Committed
15:59:06.791 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6297 bytes result sent to driver
15:59:06.792 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5158 bytes) taskResourceAssignments Map()
15:59:06.792 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:59:06.793 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 67 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:06.805 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:06.808 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.809 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.809 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.809 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.810 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:06.810 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:06.810 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:06.817 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 100 rows, more = false, responseScanTimestamp = 7305323915825152000) for scanner KuduScanner(table=impala::default.testTableAlterHandling, tablet=a5df3fa354304f9db1bb53ee436575d1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:06.829 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:06.830 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:06.831 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:06.831 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:06.856 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 17236
15:59:06.864 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559064662351434510940986_0002_m_000001_4' to file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling/1783526346637/_temporary/0/task_202607081559064662351434510940986_0002_m_000001
15:59:06.864 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081559064662351434510940986_0002_m_000001_4: Committed
15:59:06.865 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6297 bytes result sent to driver
15:59:06.866 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 74 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:06.867 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:06.867 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.162 s
15:59:06.867 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:06.867 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:06.868 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.164556 s
15:59:06.887 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Write Job 2dc7ebc8-01cd-40cf-96f4-bbf54cb0c478 committed.
15:59:06.888 [INFO - ForkJoinPool-164-worker-1] (Logging.scala:57) Finished processing stats for write job 2dc7ebc8-01cd-40cf-96f4-bbf54cb0c478.
15:59:06.892 [INFO - ForkJoinPool-164-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling/1783526346637/.kudu-metadata.json
15:59:06.901 [INFO - ForkJoinPool-164-worker-1] (KuduBackup.scala:149) Successfully backed up table impala::default.testTableAlterHandling
15:59:06.904 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table fea49b8c49cb4ba684ee2b930e0cc013
15:59:06.913 [INFO - main] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:59:06.921 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:06.922 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:06.922 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:06.951 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.1 MiB)
15:59:06.963 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:59:06.964 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:06.965 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:59:06.966 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8400645 bytes, open cost is considered as scanning 4194304 bytes.
15:59:06.983 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:06.984 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:06.984 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:59:06.984 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:06.984 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:06.984 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:06.986 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.0 MiB)
15:59:06.988 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.0 MiB)
15:59:06.989 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 7.2 KiB, free: 1993.7 MiB)
15:59:06.990 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:06.990 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:06.990 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:59:06.991 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5253 bytes) taskResourceAssignments Map()
15:59:06.991 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:59:06.994 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%253A%253Adefault.testTableAlterHandling/1783526346637/part-00001-c9daad73-b52b-4098-b182-bbe46f51d0ff-c000.snappy.parquet, range: 0-10199, partition values: [empty row]
15:59:07.002 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%253A%253Adefault.testTableAlterHandling/1783526346637/part-00000-c9daad73-b52b-4098-b182-bbe46f51d0ff-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:07.007 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 8802 bytes result sent to driver
15:59:07.007 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 16 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:07.008 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:07.008 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.023 s
15:59:07.009 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:07.009 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:07.010 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.026511 s
15:59:07.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.023891 28825 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37520:
15:59:07.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableAlterHandling"
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:07.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:07.031 [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:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:07.051 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0797b82aa7744233b989b16316967c3b
15:59:07.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.059064 29399 tablet_service.cc:1467] Processing CreateTablet for tablet fb9d99978d2c42fda1616851ee0755ba (DEFAULT_TABLE table=testTableAlterHandling [id=0797b82aa7744233b989b16316967c3b]), partition=RANGE (key) PARTITION VALUES < 50
15:59:07.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.059494 29399 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fb9d99978d2c42fda1616851ee0755ba. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:07.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.064211 29129 tablet_service.cc:1467] Processing CreateTablet for tablet 42ea6be34aa6460f94489496e4ee730b (DEFAULT_TABLE table=testTableAlterHandling [id=0797b82aa7744233b989b16316967c3b]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:07.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.064548 29129 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 42ea6be34aa6460f94489496e4ee730b. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:07.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.067974 29660 tablet_bootstrap.cc:492] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa: Bootstrap starting.
15:59:07.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.069235 29660 tablet_bootstrap.cc:654] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa: Neither blocks nor log segments found. Creating new log.
15:59:07.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.070559 29660 tablet_bootstrap.cc:492] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa: No bootstrap required, opened a new log
15:59:07.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.070649 29660 ts_tablet_manager.cc:1397] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:07.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071065 29660 raft_consensus.cc:348] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071192 29660 raft_consensus.cc:374] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071225 29660 raft_consensus.cc:729] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Initialized, Role: FOLLOWER
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071360 29660 consensus_queue.cc:260] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071441 29660 raft_consensus.cc:388] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071480 29660 raft_consensus.cc:482] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.071525 29660 raft_consensus.cc:3037] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Advancing to term 1
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.072649 29660 raft_consensus.cc:504] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.073273 29660 leader_election.cc:302] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [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: 95723c5b3f7e4d21984faad05ef728aa; no voters: 
15:59:07.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.073488 29660 leader_election.cc:288] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:07.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.073763 29660 ts_tablet_manager.cc:1428] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:07.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.076378 29659 tablet_bootstrap.cc:492] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c: Bootstrap starting.
15:59:07.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.076946 29663 raft_consensus.cc:2781] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Leader election won for term 1
15:59:07.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.077291 29663 raft_consensus.cc:686] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [term 1 LEADER]: Becoming Leader. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Running, Role: LEADER
15:59:07.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.077521 29663 consensus_queue.cc:237] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.077841 29659 tablet_bootstrap.cc:654] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c: Neither blocks nor log segments found. Creating new log.
15:59:07.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.080343 29659 tablet_bootstrap.cc:492] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c: No bootstrap required, opened a new log
15:59:07.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.080456 29659 ts_tablet_manager.cc:1397] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.080935 28825 catalog_manager.cc:5495] T 42ea6be34aa6460f94489496e4ee730b P 95723c5b3f7e4d21984faad05ef728aa reported cstate change: term changed from 0 to 1, leader changed from <none> to 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1). New cstate: current_term: 1 leader_uuid: "95723c5b3f7e4d21984faad05ef728aa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } health_report { overall_health: HEALTHY } } }
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081183 29659 raft_consensus.cc:348] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081278 29659 raft_consensus.cc:374] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081310 29659 raft_consensus.cc:729] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 115f9d642f6e48fea2031dfd479bc56c, State: Initialized, Role: FOLLOWER
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081424 29659 consensus_queue.cc:260] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [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: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081507 29659 raft_consensus.cc:388] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081544 29659 raft_consensus.cc:482] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:07.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.081584 29659 raft_consensus.cc:3037] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Advancing to term 1
15:59:07.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.082638 29659 raft_consensus.cc:504] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.082890 29659 leader_election.cc:302] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [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: 115f9d642f6e48fea2031dfd479bc56c; no voters: 
15:59:07.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.083156 29659 leader_election.cc:288] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:07.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.083546 29659 ts_tablet_manager.cc:1428] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:07.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:07.083813 29468 tablet.cc:2369] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:07.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.084472 29669 raft_consensus.cc:2781] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 1 FOLLOWER]: Leader election won for term 1
15:59:07.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.084780 29669 raft_consensus.cc:686] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [term 1 LEADER]: Becoming Leader. State: Replica: 115f9d642f6e48fea2031dfd479bc56c, State: Running, Role: LEADER
15:59:07.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.084998 29669 consensus_queue.cc:237] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c [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: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.088807 28825 catalog_manager.cc:5495] T fb9d99978d2c42fda1616851ee0755ba P 115f9d642f6e48fea2031dfd479bc56c reported cstate change: term changed from 0 to 1, leader changed from <none> to 115f9d642f6e48fea2031dfd479bc56c (127.28.28.3). New cstate: current_term: 1 leader_uuid: "115f9d642f6e48fea2031dfd479bc56c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } health_report { overall_health: HEALTHY } } }
15:59:07.107 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet fb9d99978d2c42fda1616851ee0755ba for table 'testTableAlterHandling' with partition [<start>, 0x80000032)
15:59:07.107 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 42ea6be34aa6460f94489496e4ee730b for table 'testTableAlterHandling' with partition [0x80000032, <end>)
15:59:07.107 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=fb9d99978d2c42fda1616851ee0755ba@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=42ea6be34aa6460f94489496e4ee730b@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}]
15:59:07.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.28.28.62:37677, [1ms] Sub RPC GetTableLocations: received response from server master-127.28.28.62:37677: OK, deferred=null) after lookup
15:59:07.108 [DEBUG - kudu-nio-0] (Connection.java:748) [peer 115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)] connecting to peer
15:59:07.109 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)] Successfully connected to peer
15:59:07.119 [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:59:07.121 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x448ae849, L:/127.0.0.1:46742 - R:/127.28.28.3:37175] using TOKEN/null
15:59:07.247 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526347247
15:59:07.247 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526347245978
15:59:07.247 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:07.248 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup8055843146343564462/
15:59:07.259 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0797b82aa7744233b989b16316967c3b
15:59:07.260 [INFO - ForkJoinPool-167-worker-1] (KuduBackup.scala:55) Backing up table testTableAlterHandling to path: file:/tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling/1783526347248
15:59:07.260 [INFO - ForkJoinPool-167-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:07.260 [INFO - ForkJoinPool-167-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:07.279 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.281 [INFO - ForkJoinPool-167-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:07.281 [INFO - ForkJoinPool-167-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:07.281 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.282 [INFO - ForkJoinPool-167-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:07.282 [INFO - ForkJoinPool-167-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:07.282 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.313 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:07.314 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (save at KuduBackup.scala:97) with 2 output partitions
15:59:07.314 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (save at KuduBackup.scala:97)
15:59:07.314 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:07.314 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:07.314 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97), which has no missing parents
15:59:07.332 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 189.4 KiB, free 1992.8 MiB)
15:59:07.346 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1992.8 MiB)
15:59:07.347 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 66.7 KiB, free: 1993.6 MiB)
15:59:07.347 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 66.8 KiB, free: 1993.7 MiB)
15:59:07.347 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:59:07.348 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:07.348 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 2 tasks resource profile 0
15:59:07.349 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5132 bytes) taskResourceAssignments Map()
15:59:07.349 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:59:07.350 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 7.2 KiB, free: 1993.7 MiB)
15:59:07.353 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 28.7 KiB, free: 1993.7 MiB)
15:59:07.359 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:07.361 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0797b82aa7744233b989b16316967c3b
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:07.362 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:07.363 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:07.364 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:07.382 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323918327808000) for scanner KuduScanner(table=testTableAlterHandling, tablet=fb9d99978d2c42fda1616851ee0755ba, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:07.391 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:07.394 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559077443240927915499550_0004_m_000000_6' to file:/tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling/1783526347248/_temporary/0/task_202607081559077443240927915499550_0004_m_000000
15:59:07.394 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) attempt_202607081559077443240927915499550_0004_m_000000_6: Committed
15:59:07.394 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 6297 bytes result sent to driver
15:59:07.395 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5132 bytes) taskResourceAssignments Map()
15:59:07.396 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 48 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:07.396 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 7)
15:59:07.405 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:07.407 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0797b82aa7744233b989b16316967c3b
15:59:07.408 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:07.408 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:07.408 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.408 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:07.408 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:07.409 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:07.411 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323918327808000) for scanner KuduScanner(table=testTableAlterHandling, tablet=42ea6be34aa6460f94489496e4ee730b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:07.412 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559077591764977272082564_0004_m_000001_7
15:59:07.413 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7). 6211 bytes result sent to driver
15:59:07.414 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7) in 19 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:07.414 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:59:07.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (save at KuduBackup.scala:97) finished in 0.099 s
15:59:07.415 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:07.415 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:59:07.415 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Job 4 finished: save at KuduBackup.scala:97, took 0.101476 s
15:59:07.425 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Write Job 9d6e3f25-f101-4e15-ad6d-aac0fc3da8b0 committed.
15:59:07.425 [INFO - ForkJoinPool-167-worker-1] (Logging.scala:57) Finished processing stats for write job 9d6e3f25-f101-4e15-ad6d-aac0fc3da8b0.
15:59:07.427 [INFO - ForkJoinPool-167-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling/1783526347248/.kudu-metadata.json
15:59:07.435 [INFO - ForkJoinPool-167-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableAlterHandling
15:59:07.437 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 0797b82aa7744233b989b16316967c3b
15:59:07.444 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:07.450 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:07.451 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:07.452 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:07.466 [INFO - main] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 313.9 KiB, free 1993.1 MiB)
15:59:07.474 [INFO - main] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.0 MiB)
15:59:07.475 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 28.6 KiB, free: 1993.7 MiB)
15:59:07.476 [INFO - main] (Logging.scala:57) Created broadcast 7 from collect at TestKuduBackup.scala:994
15:59:07.476 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4201032 bytes, open cost is considered as scanning 4194304 bytes.
15:59:07.487 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:07.488 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:07.488 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (collect at TestKuduBackup.scala:994)
15:59:07.488 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:07.488 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:07.489 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:07.490 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 21.3 KiB, free 1993.0 MiB)
15:59:07.491 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.0 MiB)
15:59:07.492 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 7.1 KiB, free: 1993.7 MiB)
15:59:07.493 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:59:07.493 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:07.493 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:59:07.494 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5000 bytes) taskResourceAssignments Map()
15:59:07.494 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 8)
15:59:07.496 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling/1783526347248/part-00000-35fc8d71-821f-4aec-8540-a385ee4c3aa1-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:59:07.502 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8). 5170 bytes result sent to driver
15:59:07.502 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:07.502 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:59:07.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (collect at TestKuduBackup.scala:994) finished in 0.014 s
15:59:07.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:07.503 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:59:07.503 [INFO - main] (Logging.scala:57) Job 5 finished: collect at TestKuduBackup.scala:994, took 0.015649 s
15:59:07.508 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup8055843146343564462/
15:59:07.523 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling
15:59:07.525 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling
15:59:07.527 [INFO - ForkJoinPool-170-worker-1] (KuduRestore.scala:104) Restoring table impala::default.testTableAlterHandling from path: file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887
15:59:07.527 [INFO - ForkJoinPool-170-worker-1] (KuduRestore.scala:112) Creating restore table impala::default.testTableAlterHandling-restore
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.528800 28825 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37520:
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "impala::default.testTableAlterHandling-restore"
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:07.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:07.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:07.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:07.547 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 893505c4a0a24ca6ae3cab92c2971652
15:59:07.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.544015 29264 tablet_service.cc:1467] Processing CreateTablet for tablet d0efc48748d24472bb7e435794a4e1e4 (DEFAULT_TABLE table=impala::default.testTableAlterHandling-restore [id=893505c4a0a24ca6ae3cab92c2971652]), partition=RANGE (key) PARTITION VALUES < 50
15:59:07.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.544414 29264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d0efc48748d24472bb7e435794a4e1e4. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:07.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.547729 29730 tablet_bootstrap.cc:492] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345: Bootstrap starting.
15:59:07.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.548611 29730 tablet_bootstrap.cc:654] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345: Neither blocks nor log segments found. Creating new log.
15:59:07.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.549877 29730 tablet_bootstrap.cc:492] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345: No bootstrap required, opened a new log
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.549988 29730 ts_tablet_manager.cc:1397] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550391 29730 raft_consensus.cc:348] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550516 29730 raft_consensus.cc:374] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550549 29730 raft_consensus.cc:729] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Initialized, Role: FOLLOWER
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550727 29730 consensus_queue.cc:260] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550836 29730 raft_consensus.cc:388] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:07.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550871 29730 raft_consensus.cc:482] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:07.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.550920 29730 raft_consensus.cc:3037] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Advancing to term 1
15:59:07.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.551743 29730 raft_consensus.cc:504] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.552044 29730 leader_election.cc:302] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [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: e2de0264148c4d64a6c41f7749f76345; no voters: 
15:59:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.552276 29730 leader_election.cc:288] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.552356 29732 raft_consensus.cc:2781] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Leader election won for term 1
15:59:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.552661 29732 raft_consensus.cc:686] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [term 1 LEADER]: Becoming Leader. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Running, Role: LEADER
15:59:07.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.552711 29730 ts_tablet_manager.cc:1428] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:07.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.552947 29732 consensus_queue.cc:237] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:07.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.556085 28825 catalog_manager.cc:5495] T d0efc48748d24472bb7e435794a4e1e4 P e2de0264148c4d64a6c41f7749f76345 reported cstate change: term changed from 0 to 1, leader changed from <none> to e2de0264148c4d64a6c41f7749f76345 (127.28.28.2). New cstate: current_term: 1 leader_uuid: "e2de0264148c4d64a6c41f7749f76345" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } health_report { overall_health: HEALTHY } } }
15:59:07.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.566237 28825 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:37520:
15:59:07.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "impala::default.testTableAlterHandling-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:07.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:07.572994 28825 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 896b0dd0deb447ee8f8beb1e112fd484 has no consensus state
15:59:07.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.578434 29399 tablet_service.cc:1467] Processing CreateTablet for tablet 896b0dd0deb447ee8f8beb1e112fd484 (DEFAULT_TABLE table=impala::default.testTableAlterHandling-restore [id=893505c4a0a24ca6ae3cab92c2971652]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:07.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.578815 29399 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 896b0dd0deb447ee8f8beb1e112fd484. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:07.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.581305 29659 tablet_bootstrap.cc:492] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c: Bootstrap starting.
15:59:07.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.582352 29659 tablet_bootstrap.cc:654] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c: Neither blocks nor log segments found. Creating new log.
15:59:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.583523 29659 tablet_bootstrap.cc:492] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c: No bootstrap required, opened a new log
15:59:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.583616 29659 ts_tablet_manager.cc:1397] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584020 29659 raft_consensus.cc:348] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584101 29659 raft_consensus.cc:374] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:07.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584123 29659 raft_consensus.cc:729] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 115f9d642f6e48fea2031dfd479bc56c, State: Initialized, Role: FOLLOWER
15:59:07.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584267 29659 consensus_queue.cc:260] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [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: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584332 29659 raft_consensus.cc:388] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:07.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584355 29659 raft_consensus.cc:482] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:07.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.584384 29659 raft_consensus.cc:3037] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 0 FOLLOWER]: Advancing to term 1
15:59:07.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.585878 29659 raft_consensus.cc:504] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.586488 29659 leader_election.cc:302] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [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: 115f9d642f6e48fea2031dfd479bc56c; no voters: 
15:59:07.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.586686 29670 raft_consensus.cc:2781] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 1 FOLLOWER]: Leader election won for term 1
15:59:07.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.587070 29670 raft_consensus.cc:686] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [term 1 LEADER]: Becoming Leader. State: Replica: 115f9d642f6e48fea2031dfd479bc56c, State: Running, Role: LEADER
15:59:07.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.587244 29670 consensus_queue.cc:237] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [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: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } }
15:59:07.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.590495 29659 leader_election.cc:288] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:07.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.590994 28825 catalog_manager.cc:5495] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c reported cstate change: term changed from 0 to 1, leader changed from <none> to 115f9d642f6e48fea2031dfd479bc56c (127.28.28.3). New cstate: current_term: 1 leader_uuid: "115f9d642f6e48fea2031dfd479bc56c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "115f9d642f6e48fea2031dfd479bc56c" member_type: VOTER last_known_addr { host: "127.28.28.3" port: 37175 } health_report { overall_health: HEALTHY } } }
15:59:07.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.597332 29659 ts_tablet_manager.cc:1428] T 896b0dd0deb447ee8f8beb1e112fd484 P 115f9d642f6e48fea2031dfd479bc56c: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.000s
15:59:07.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.601265 28825 catalog_manager.cc:6040] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: impala::default.testTableAlterHandling-restore [id=893505c4a0a24ca6ae3cab92c2971652] alter complete (version 0)
15:59:07.613 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:07.630 [INFO - ForkJoinPool-170-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:07.636 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:07.637 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:07.637 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:07.644 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 314.2 KiB, free 1992.7 MiB)
15:59:07.660 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 7.1 KiB, free: 1993.7 MiB)
15:59:07.663 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:59:07.665 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.0 MiB)
15:59:07.666 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:07.666 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Created broadcast 9 from toRdd at KuduRestore.scala:140
15:59:07.667 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402086 bytes, open cost is considered as scanning 4194304 bytes.
15:59:07.678 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:07.678 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:07.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (foreachPartition at KuduRestore.scala:140)
15:59:07.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:07.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:07.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (SQLExecutionRDD[30] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:07.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 30.5 KiB, free 1992.9 MiB)
15:59:07.682 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1992.9 MiB)
15:59:07.683 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 11.0 KiB, free: 1993.7 MiB)
15:59:07.683 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:59:07.683 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 6 (SQLExecutionRDD[30] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:07.683 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 1 tasks resource profile 0
15:59:07.684 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5205 bytes) taskResourceAssignments Map()
15:59:07.685 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 9)
15:59:07.688 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:07.691 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 893505c4a0a24ca6ae3cab92c2971652
15:59:07.692 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/part-00001-915d3f1a-b60a-43e6-96c4-0c4bdfd222e0-c000.snappy.parquet, range: 0-6748, partition values: [empty row]
15:59:07.700 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling/1783526345887/part-00000-915d3f1a-b60a-43e6-96c4-0c4bdfd222e0-c000.snappy.parquet, range: 0-6730, partition values: [empty row]
15:59:07.701 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.701 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.701 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.701 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.701 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.701 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.701 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.702 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.702 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.702 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.702 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.702 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.702 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.702 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.703 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.703 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.703 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.703 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.703 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.703 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.705 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.706 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.706 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.706 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.706 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.707 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.707 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.707 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.707 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.707 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.708 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.708 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.708 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.708 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.709 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.709 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.710 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.710 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.710 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.710 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.711 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.711 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.711 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.712 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.712 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.712 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.713 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.713 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.713 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.713 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.714 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.714 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.715 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.715 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.715 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.715 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.716 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.716 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.716 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.716 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.717 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.717 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.718 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.718 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.719 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.719 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.720 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.720 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.721 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.721 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.721 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.721 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.722 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.722 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.722 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.722 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.723 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.723 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.723 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.724 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.724 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.724 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.724 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.725 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.725 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.725 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.726 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.726 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.726 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.726 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.726 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.727 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.727 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.727 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.727 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.728 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.728 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@670cfcf, flushNotification=Deferred@1270118032(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:07.728 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.729 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.729 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.729 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.729 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.729 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.729 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.729 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.730 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.730 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.730 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.730 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.730 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.730 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.730 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.730 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.730 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.731 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.731 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.731 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.731 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.731 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.731 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.731 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.731 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.731 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.732 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.732 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.732 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.732 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.732 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.732 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.733 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.733 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.733 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.733 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.733 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.733 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.733 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.733 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.733 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.734 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.734 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.734 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.734 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.735 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.735 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.735 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.735 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.735 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.736 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.736 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.736 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.736 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.737 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.737 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.737 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.737 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.737 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.737 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.737 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.738 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.738 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.738 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.738 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.738 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.738 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.739 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.739 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.739 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.739 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.739 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.739 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.739 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.739 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.739 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.740 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.740 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.740 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.740 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.740 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.740 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.740 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.740 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.741 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.741 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.741 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.741 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.741 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.741 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.743 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.743 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.743 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.743 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.744 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.744 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.744 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.744 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.745 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.745 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.745 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.745 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.745 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.746 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.746 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.746 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.746 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.746 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.746 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.746 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.747 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.747 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.747 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.747 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.747 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.747 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.747 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.748 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.748 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.748 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.749 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.749 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.750 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.750 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.750 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.750 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.750 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.751 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.751 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.751 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.751 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.752 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.752 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.752 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.752 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.753 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.753 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.753 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.753 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.754 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d0efc48748d24472bb7e435794a4e1e4 for table 'impala::default.testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:07.754 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 896b0dd0deb447ee8f8beb1e112fd484 for table 'impala::default.testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:07.754 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d0efc48748d24472bb7e435794a4e1e4@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=896b0dd0deb447ee8f8beb1e112fd484@[115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)[L]]}]
15:59:07.764 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 9). 5419 bytes result sent to driver
15:59:07.765 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 9) in 81 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:07.765 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:59:07.766 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (foreachPartition at KuduRestore.scala:140) finished in 0.087 s
15:59:07.766 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:07.766 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:59:07.767 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Job 6 finished: foreachPartition at KuduRestore.scala:140, took 0.088304 s
15:59:07.767 [INFO - ForkJoinPool-170-worker-1] (KuduRestore.scala:104) Restoring table impala::default.testTableAlterHandling from path: file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling/1783526346637
15:59:07.773 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:07.789 [INFO - ForkJoinPool-170-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:07.795 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:07.795 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:07.796 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:07.803 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Block broadcast_11 stored as values in memory (estimated size 314.2 KiB, free 1992.6 MiB)
15:59:07.812 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Block broadcast_11_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.6 MiB)
15:59:07.813 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_11_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:07.814 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Created broadcast 11 from toRdd at KuduRestore.scala:140
15:59:07.814 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8400645 bytes, open cost is considered as scanning 4194304 bytes.
15:59:07.825 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:07.826 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 7 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:07.826 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 7 (foreachPartition at KuduRestore.scala:140)
15:59:07.826 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:07.826 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:07.826 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 7 (SQLExecutionRDD[34] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:07.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12 stored as values in memory (estimated size 29.1 KiB, free 1992.6 MiB)
15:59:07.830 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1992.5 MiB)
15:59:07.830 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_12_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 11.0 KiB, free: 1993.7 MiB)
15:59:07.830 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 12 from broadcast at DAGScheduler.scala:1388
15:59:07.831 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 7 (SQLExecutionRDD[34] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:07.831 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 1 tasks resource profile 0
15:59:07.832 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5253 bytes) taskResourceAssignments Map()
15:59:07.832 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 10)
15:59:07.835 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:07.837 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 893505c4a0a24ca6ae3cab92c2971652
15:59:07.838 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%253A%253Adefault.testTableAlterHandling/1783526346637/part-00001-c9daad73-b52b-4098-b182-bbe46f51d0ff-c000.snappy.parquet, range: 0-10199, partition values: [empty row]
15:59:07.843 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%253A%253Adefault.testTableAlterHandling/1783526346637/part-00000-c9daad73-b52b-4098-b182-bbe46f51d0ff-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:07.846 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=15000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@13bb2ec0, flushNotification=Deferred@210958186(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:07.853 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 10). 5419 bytes result sent to driver
15:59:07.855 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 10) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:07.855 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:59:07.855 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 7 (foreachPartition at KuduRestore.scala:140) finished in 0.028 s
15:59:07.856 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 7 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:07.856 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 7: Stage finished
15:59:07.856 [INFO - ForkJoinPool-170-worker-1] (Logging.scala:57) Job 7 finished: foreachPartition at KuduRestore.scala:140, took 0.030588 s
15:59:07.856 [INFO - ForkJoinPool-170-worker-1] (KuduRestore.scala:237) Successfully restored table impala::default.testTableAlterHandling
15:59:07.859 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 893505c4a0a24ca6ae3cab92c2971652
15:59:07.867 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:59:07.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 8 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:59:07.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (collect at TestKuduBackup.scala:1002)
15:59:07.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:07.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:07.868 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (KuduRDD[35] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:07.869 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_13 stored as values in memory (estimated size 5.8 KiB, free 1992.5 MiB)
15:59:07.871 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_13_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1992.5 MiB)
15:59:07.871 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_13_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 3.4 KiB, free: 1993.7 MiB)
15:59:07.872 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 13 from broadcast at DAGScheduler.scala:1388
15:59:07.872 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 8 (KuduRDD[35] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:07.872 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 2 tasks resource profile 0
15:59:07.873 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5306 bytes) taskResourceAssignments Map()
15:59:07.874 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 11)
15:59:07.875 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:07.879 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323920908599296) for scanner KuduScanner(table=impala::default.testTableAlterHandling-restore, tablet=d0efc48748d24472bb7e435794a4e1e4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:07.880 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 11)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 11). 5855 bytes result sent to driver
15:59:07.880 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 8.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5306 bytes) taskResourceAssignments Map()
15:59:07.881 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 12)] (Logging.scala:57) Running task 1.0 in stage 8.0 (TID 12)
15:59:07.881 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 11) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:07.891 [DEBUG - Executor task launch worker for task 1.0 in stage 8.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:07.893 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 28.6 KiB, free: 1993.7 MiB)
15:59:07.896 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 150 rows, more = false, responseScanTimestamp = 7305323920974925824) for scanner KuduScanner(table=impala::default.testTableAlterHandling-restore, tablet=896b0dd0deb447ee8f8beb1e112fd484, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:07.897 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 12)] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 12). 7508 bytes result sent to driver
15:59:07.897 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_9_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:07.899 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 12) in 19 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:07.899 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:59:07.899 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (collect at TestKuduBackup.scala:1002) finished in 0.031 s
15:59:07.900 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 8 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:07.900 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:59:07.900 [INFO - main] (Logging.scala:57) Job 8 finished: collect at TestKuduBackup.scala:1002, took 0.032567 s
15:59:07.900 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup8055843146343564462/
15:59:07.902 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_10_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:59:07.908 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_12_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:59:07.918 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_11_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:07.919 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-testTableAlterHandling
15:59:07.921 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling
15:59:07.922 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup8055843146343564462/fea49b8c49cb4ba684ee2b930e0cc013-impala%3A%3Adefault.testTableAlterHandling
15:59:07.943 [INFO - ForkJoinPool-175-worker-1] (KuduRestore.scala:104) Restoring table testTableAlterHandling from path: file:/tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling/1783526347248
15:59:07.943 [INFO - ForkJoinPool-175-worker-1] (KuduRestore.scala:112) Creating restore table testTableAlterHandling-restore
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.944628 28824 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37520:
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableAlterHandling-restore"
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:07.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:07.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:07.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:07.960 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2912fe654e49494dbbc05a08741fe172
15:59:07.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.963253 29129 tablet_service.cc:1467] Processing CreateTablet for tablet d602cc1c98bf40ecabff26ecdd7c0810 (DEFAULT_TABLE table=testTableAlterHandling-restore [id=2912fe654e49494dbbc05a08741fe172]), partition=RANGE (key) PARTITION VALUES < 50
15:59:07.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.963614 29129 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d602cc1c98bf40ecabff26ecdd7c0810. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:07.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.966468 29789 tablet_bootstrap.cc:492] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa: Bootstrap starting.
15:59:07.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.967546 29789 tablet_bootstrap.cc:654] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa: Neither blocks nor log segments found. Creating new log.
15:59:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.968921 29789 tablet_bootstrap.cc:492] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa: No bootstrap required, opened a new log
15:59:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969060 29789 ts_tablet_manager.cc:1397] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969527 29789 raft_consensus.cc:348] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969662 29789 raft_consensus.cc:374] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969698 29789 raft_consensus.cc:729] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Initialized, Role: FOLLOWER
15:59:07.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969861 29789 consensus_queue.cc:260] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969949 29789 raft_consensus.cc:388] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:07.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.969987 29789 raft_consensus.cc:482] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:07.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.970032 29789 raft_consensus.cc:3037] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 0 FOLLOWER]: Advancing to term 1
15:59:07.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.971143 29789 raft_consensus.cc:504] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.971309 29789 leader_election.cc:302] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [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: 95723c5b3f7e4d21984faad05ef728aa; no voters: 
15:59:07.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.971529 29789 leader_election.cc:288] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:07.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.971670 29791 raft_consensus.cc:2781] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 1 FOLLOWER]: Leader election won for term 1
15:59:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.971967 29789 ts_tablet_manager.cc:1428] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.972008 29791 raft_consensus.cc:686] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [term 1 LEADER]: Becoming Leader. State: Replica: 95723c5b3f7e4d21984faad05ef728aa, State: Running, Role: LEADER
15:59:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.972405 29791 consensus_queue.cc:237] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa [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: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } }
15:59:07.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.975323 28824 catalog_manager.cc:5495] T d602cc1c98bf40ecabff26ecdd7c0810 P 95723c5b3f7e4d21984faad05ef728aa reported cstate change: term changed from 0 to 1, leader changed from <none> to 95723c5b3f7e4d21984faad05ef728aa (127.28.28.1). New cstate: current_term: 1 leader_uuid: "95723c5b3f7e4d21984faad05ef728aa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "95723c5b3f7e4d21984faad05ef728aa" member_type: VOTER last_known_addr { host: "127.28.28.1" port: 44507 } health_report { overall_health: HEALTHY } } }
15:59:07.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:07.986840 28824 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:37520:
15:59:07.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableAlterHandling-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:07.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:07.994061 28824 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e5690147d5164f0baa276e0570a393cb has no consensus state
15:59:08.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.000495 29264 tablet_service.cc:1467] Processing CreateTablet for tablet e5690147d5164f0baa276e0570a393cb (DEFAULT_TABLE table=testTableAlterHandling-restore [id=2912fe654e49494dbbc05a08741fe172]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:08.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.000896 29264 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e5690147d5164f0baa276e0570a393cb. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:08.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.003607 29730 tablet_bootstrap.cc:492] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345: Bootstrap starting.
15:59:08.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.004495 29730 tablet_bootstrap.cc:654] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345: Neither blocks nor log segments found. Creating new log.
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.006141 29730 tablet_bootstrap.cc:492] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345: No bootstrap required, opened a new log
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.006238 29730 ts_tablet_manager.cc:1397] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.006687 29730 raft_consensus.cc:348] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.006798 29730 raft_consensus.cc:374] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.006834 29730 raft_consensus.cc:729] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Initialized, Role: FOLLOWER
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.006963 29730 consensus_queue.cc:260] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.007058 29730 raft_consensus.cc:388] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.007097 29730 raft_consensus.cc:482] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.007141 29730 raft_consensus.cc:3037] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 0 FOLLOWER]: Advancing to term 1
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.008179 29730 raft_consensus.cc:504] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:08.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.008312 29730 leader_election.cc:302] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [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: e2de0264148c4d64a6c41f7749f76345; no voters: 
15:59:08.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.009099 29733 raft_consensus.cc:2781] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 1 FOLLOWER]: Leader election won for term 1
15:59:08.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.009205 29733 raft_consensus.cc:686] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [term 1 LEADER]: Becoming Leader. State: Replica: e2de0264148c4d64a6c41f7749f76345, State: Running, Role: LEADER
15:59:08.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.009325 29733 consensus_queue.cc:237] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [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: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } }
15:59:08.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.013310 29730 leader_election.cc:288] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:08.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.013514 28824 catalog_manager.cc:5495] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345 reported cstate change: term changed from 0 to 1, leader changed from <none> to e2de0264148c4d64a6c41f7749f76345 (127.28.28.2). New cstate: current_term: 1 leader_uuid: "e2de0264148c4d64a6c41f7749f76345" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2de0264148c4d64a6c41f7749f76345" member_type: VOTER last_known_addr { host: "127.28.28.2" port: 45663 } health_report { overall_health: HEALTHY } } }
15:59:08.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.015532 29730 ts_tablet_manager.cc:1428] T e5690147d5164f0baa276e0570a393cb P e2de0264148c4d64a6c41f7749f76345: Time spent starting tablet: real 0.009s	user 0.000s	sys 0.002s
15:59:08.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.024734 28824 catalog_manager.cc:6040] T 00000000000000000000000000000000 P d1f3c8dd11564e3ea76e3a9f286d5954: testTableAlterHandling-restore [id=2912fe654e49494dbbc05a08741fe172] alter complete (version 0)
15:59:08.034 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:08.057 [INFO - ForkJoinPool-175-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:08.064 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:08.065 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:08.065 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:08.074 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Block broadcast_14 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:08.086 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Block broadcast_14_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:08.087 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_14_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:08.088 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Created broadcast 14 from toRdd at KuduRestore.scala:140
15:59:08.089 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4201032 bytes, open cost is considered as scanning 4194304 bytes.
15:59:08.100 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:08.101 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 9 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:08.101 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 9 (foreachPartition at KuduRestore.scala:140)
15:59:08.101 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:08.101 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:08.101 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 9 (SQLExecutionRDD[39] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:08.103 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_15 stored as values in memory (estimated size 29.1 KiB, free 1993.3 MiB)
15:59:08.104 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_15_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.2 MiB)
15:59:08.105 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_15_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 10.9 KiB, free: 1993.8 MiB)
15:59:08.105 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 15 from broadcast at DAGScheduler.scala:1388
15:59:08.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 9 (SQLExecutionRDD[39] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:08.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 9.0 with 1 tasks resource profile 0
15:59:08.107 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 9.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5000 bytes) taskResourceAssignments Map()
15:59:08.107 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (Logging.scala:57) Running task 0.0 in stage 9.0 (TID 13)
15:59:08.110 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:08.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2912fe654e49494dbbc05a08741fe172
15:59:08.113 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (Logging.scala:57) Reading File path: file:///tmp/backup8055843146343564462/0797b82aa7744233b989b16316967c3b-testTableAlterHandling/1783526347248/part-00000-35fc8d71-821f-4aec-8540-a385ee4c3aa1-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:59:08.122 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.122 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=50, operationSize=7380, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1af36a52, flushNotification=Deferred@1375076780(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:08.122 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.122 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.123 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.123 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.123 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.123 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.124 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.124 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.125 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.125 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.126 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.126 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.126 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.127 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.127 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.128 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.128 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.128 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.129 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.130 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.130 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.131 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.131 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.131 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.132 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.132 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.132 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.133 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.133 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.133 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.134 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.134 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.134 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.134 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.135 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.135 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.135 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.135 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.136 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.136 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.136 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.137 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.137 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.137 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.138 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.138 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.139 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.139 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.139 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.140 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.140 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.140 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.141 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.141 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.142 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.142 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.142 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.143 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.143 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.144 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.144 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.144 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.145 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.145 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.146 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.146 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.147 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.147 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.147 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.147 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.147 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.148 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.149 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.150 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.150 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.150 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.151 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.151 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d602cc1c98bf40ecabff26ecdd7c0810 for table 'testTableAlterHandling-restore' with partition [<start>, 0x80000032)
15:59:08.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e5690147d5164f0baa276e0570a393cb for table 'testTableAlterHandling-restore' with partition [0x80000032, <end>)
15:59:08.152 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d602cc1c98bf40ecabff26ecdd7c0810@[95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e5690147d5164f0baa276e0570a393cb@[e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)[L]]}]
15:59:08.158 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 13). 5419 bytes result sent to driver
15:59:08.159 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 13) in 53 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:08.159 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 9.0, whose tasks have all completed, from pool 
15:59:08.159 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 9 (foreachPartition at KuduRestore.scala:140) finished in 0.057 s
15:59:08.160 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 9 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:08.160 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 9: Stage finished
15:59:08.160 [INFO - ForkJoinPool-175-worker-1] (Logging.scala:57) Job 9 finished: foreachPartition at KuduRestore.scala:140, took 0.060033 s
15:59:08.160 [INFO - ForkJoinPool-175-worker-1] (KuduRestore.scala:237) Successfully restored table testTableAlterHandling
15:59:08.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2912fe654e49494dbbc05a08741fe172
15:59:08.170 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:59:08.170 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 10 (collect at TestKuduBackup.scala:1002) with 2 output partitions
15:59:08.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 10 (collect at TestKuduBackup.scala:1002)
15:59:08.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:08.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:08.171 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 10 (KuduRDD[40] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:08.172 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_16 stored as values in memory (estimated size 5.8 KiB, free 1993.2 MiB)
15:59:08.173 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_16_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.2 MiB)
15:59:08.174 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_16_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:45867 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:08.174 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 16 from broadcast at DAGScheduler.scala:1388
15:59:08.174 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 10 (KuduRDD[40] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:08.174 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 10.0 with 2 tasks resource profile 0
15:59:08.175 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 10.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5290 bytes) taskResourceAssignments Map()
15:59:08.176 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 14)] (Logging.scala:57) Running task 0.0 in stage 10.0 (TID 14)
15:59:08.177 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:08.181 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323922144739328) for scanner KuduScanner(table=testTableAlterHandling-restore, tablet=d602cc1c98bf40ecabff26ecdd7c0810, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:08.182 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 14)] (Logging.scala:57) Finished task 0.0 in stage 10.0 (TID 14). 5855 bytes result sent to driver
15:59:08.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 10.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5290 bytes) taskResourceAssignments Map()
15:59:08.183 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 10.0 (TID 14) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:08.184 [INFO - Executor task launch worker for task 1.0 in stage 10.0 (TID 15)] (Logging.scala:57) Running task 1.0 in stage 10.0 (TID 15)
15:59:08.186 [DEBUG - Executor task launch worker for task 1.0 in stage 10.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:08.189 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323922178023424) for scanner KuduScanner(table=testTableAlterHandling-restore, tablet=e5690147d5164f0baa276e0570a393cb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:08.190 [INFO - Executor task launch worker for task 1.0 in stage 10.0 (TID 15)] (Logging.scala:57) Finished task 1.0 in stage 10.0 (TID 15). 4928 bytes result sent to driver
15:59:08.191 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 10.0 (TID 15) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:08.191 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 10.0, whose tasks have all completed, from pool 
15:59:08.192 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 10 (collect at TestKuduBackup.scala:1002) finished in 0.021 s
15:59:08.192 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 10 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:08.192 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 10: Stage finished
15:59:08.193 [INFO - main] (Logging.scala:57) Job 10 finished: collect at TestKuduBackup.scala:1002, took 0.022311 s
15:59:08.204 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:08.211 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:08.211 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:08.212 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:08.212 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:08.220 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:08.221 [DEBUG - main] (Connection.java:575) [peer 95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)] disconnecting while in state READY
15:59:08.221 [DEBUG - main] (Connection.java:575) [peer 115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)] disconnecting while in state READY
15:59:08.221 [DEBUG - main] (Connection.java:575) [peer master-127.28.28.62:37677(127.28.28.62:37677)] disconnecting while in state READY
15:59:08.221 [DEBUG - main] (Connection.java:575) [peer master-127.28.28.61:37139(127.28.28.61:37139)] disconnecting while in state READY
15:59:08.221 [DEBUG - main] (Connection.java:575) [peer master-127.28.28.60:43829(127.28.28.60:43829)] disconnecting while in state READY
15:59:08.221 [DEBUG - main] (Connection.java:575) [peer e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)] disconnecting while in state READY
15:59:08.224 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.28.62:37677(127.28.28.62:37677)] handling channelInactive
15:59:08.224 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)] handling channelInactive
15:59:08.225 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.28.62:37677(127.28.28.62:37677)] cleaning up while in state READY due to: connection closed
15:59:08.225 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 95723c5b3f7e4d21984faad05ef728aa(127.28.28.1:44507)] cleaning up while in state READY due to: connection closed
15:59:08.225 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)] handling channelInactive
15:59:08.225 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 115f9d642f6e48fea2031dfd479bc56c(127.28.28.3:37175)] cleaning up while in state READY due to: connection closed
15:59:08.225 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:08.225 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.28.61:37139(127.28.28.61:37139)] handling channelInactive
15:59:08.225 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.28.61:37139(127.28.28.61:37139)] cleaning up while in state READY due to: connection closed
15:59:08.226 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.28.60:43829(127.28.28.60:43829)] handling channelInactive
15:59:08.226 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.28.60:43829(127.28.28.60:43829)] cleaning up while in state READY due to: connection closed
15:59:08.226 [DEBUG - kudu-nio-0] (Connection.java:239) [peer e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)] handling channelInactive
15:59:08.226 [DEBUG - kudu-nio-0] (Connection.java:709) [peer e2de0264148c4d64a6c41f7749f76345(127.28.28.2:45663)] cleaning up while in state READY due to: connection closed
15:59:08.226 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 45 thread-local buffer(s) from thread: kudu-nio-0
15:59:08.233 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 37 thread-local buffer(s) from thread: kudu-nio-1
15:59:08.240 [DEBUG - main] (Connection.java:575) [peer master-127.28.28.62:37677(127.28.28.62:37677)] disconnecting while in state READY
15:59:08.240 [DEBUG - main] (Connection.java:575) [peer master-127.28.28.61:37139(127.28.28.61:37139)] disconnecting while in state READY
15:59:08.241 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.28.28.61:37139(127.28.28.61:37139)] handling channelInactive
15:59:08.241 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.28.62:37677(127.28.28.62:37677)] handling channelInactive
15:59:08.241 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.28.28.61:37139(127.28.28.61:37139)] cleaning up while in state READY due to: connection closed
15:59:08.241 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.28.62:37677(127.28.28.62:37677)] cleaning up while in state READY due to: connection closed
15:59:08.241 [DEBUG - main] (Connection.java:575) [peer master-127.28.28.60:43829(127.28.28.60:43829)] disconnecting while in state READY
15:59:08.242 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:08.243 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.28.28.60:43829(127.28.28.60:43829)] handling channelInactive
15:59:08.243 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.28.28.60:43829(127.28.28.60:43829)] cleaning up while in state READY due to: connection closed
15:59:08.243 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-1
15:59:08.243 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 26 thread-local buffer(s) from thread: kudu-nio-0
15:59:08.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.243854 28784 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 29067
15:59:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.251916 28784 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 29201
15:59:08.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.261097 28784 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 29337
15:59:08.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.267963 28784 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28795
15:59:08.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.274581 28784 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28864
15:59:08.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.280575 28784 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 28936
15:59:08.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:08Z chronyd exiting
.15:59:08.347 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526348347
15:59:08.350 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:08.351 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:08.351 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:08.351 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:08.351 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:08.353 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:08.468 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:08.468 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:08.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.469885 29811 mini_oidc.cc:152] Starting JWKS server
15:59:08.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.472226 29811 webserver.cc:460] Webserver started at http://127.0.0.1:46357/ using document root <none> and password file <none>
15:59:08.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.472381 29811 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:08.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.472628 29811 webserver.cc:460] Webserver started at http://127.0.0.1:36245/ using document root <none> and password file <none>
15:59:08.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:08Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:08.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:08Z Disabled control of system clock
15:59:08.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.490687 29811 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:08.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:08.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal
15:59:08.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/logs
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data/info.pb
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.254:43755
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.254
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:08.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46357/jwks.json with env {}
15:59:08.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.606307 29822 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:08.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.606724 29822 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:08.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.606786 29822 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:08.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.611205 29822 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:08.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.611315 29822 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:08.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.611344 29822 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:08.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.611366 29822 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:08.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.611387 29822 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:08.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.611405 29822 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:46357/jwks.json
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.616333 29822 master_runner.cc:386] Master server non-default flags:
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.254:43755
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46357/jwks.json
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data/info.pb
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.254
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29822
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/logs
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:08.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.617822 29822 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:59:08.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.619251 29822 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:08.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.627923 29830 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:59:08.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.627918 29827 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:59:08.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.627951 29828 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:59:08.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.628322 29822 server_base.cc:1034] running on GCE node
15:59:08.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.629051 29822 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:08.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.630162 29822 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:08.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.631331 29822 hybrid_clock.cc:648] HybridClock initialized: now 1783526348631291 us; error 56 us; skew 500 ppm
15:59:08.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.637998 29822 webserver.cc:460] Webserver started at http://127.29.28.254:39105/ using document root <none> and password file <none>
15:59:08.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.638625 29822 fs_manager.cc:359] Metadata directory not provided
15:59:08.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.638689 29822 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:08.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.638860 29822 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.640878 29822 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data/instance:
15:59:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4b3ed6e50aff4b4584447983e12e75dd"
15:59:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:08 on dist-test-slave-vt7w"
15:59:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.641395 29822 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal/instance:
15:59:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4b3ed6e50aff4b4584447983e12e75dd"
15:59:08.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:08 on dist-test-slave-vt7w"
15:59:08.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.645165 29822 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
15:59:08.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.647706 29836 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.649166 29822 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.649281 29822 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4b3ed6e50aff4b4584447983e12e75dd"
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:08 on dist-test-slave-vt7w"
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.649374 29822 fs_report.cc:383] FS layout report
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data/data
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:08.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.662004 29822 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.662711 29822 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:59:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.662870 29822 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:08.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.670267 29822 rpc_server.cc:307] RPC server started. Bound to: 127.29.28.254:43755
15:59:08.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.670276 29888 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.29.28.254:43755 every 8 connection(s)
15:59:08.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.671350 29822 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/data/info.pb
15:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.674822 29889 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:59:08.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.677496 29811 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 29822
15:59:08.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.677665 29811 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-0/wal/instance
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.679366 29811 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/logs
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data/info.pb
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.253:45525
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.253
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46357/jwks.json with env {}
15:59:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.679365 29889 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } has no permanent_uuid. Determining permanent_uuid...
15:59:08.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.693837 29889 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } has no permanent_uuid. Determining permanent_uuid...
15:59:08.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.694854 29840 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.28.253:45525: connect: Connection refused (error 111)
15:59:08.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.695912 29889 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.253:45525: Network error: Client connection negotiation failed: client connection to 127.29.28.253:45525: connect: Connection refused (error 111)
15:59:08.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.745213 29889 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } attempt: 1
15:59:08.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.747298 29889 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.253:45525: Network error: Client connection negotiation failed: client connection to 127.29.28.253:45525: connect: Connection refused (error 111)
15:59:08.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.798924 29891 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:08.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.799219 29891 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:08.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.799265 29891 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.803388 29891 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.803478 29891 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.803498 29891 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.803514 29891 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.803529 29891 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:08.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.803543 29891 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:46357/jwks.json
15:59:08.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.808530 29891 master_runner.cc:386] Master server non-default flags:
15:59:08.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.253:45525
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46357/jwks.json
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data/info.pb
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.253
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29891
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/logs
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:08.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.809756 29891 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:59:08.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.811244 29891 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:08.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.815557 29889 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } attempt: 2
15:59:08.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.817204 29889 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.253:45525: Network error: Client connection negotiation failed: client connection to 127.29.28.253:45525: connect: Connection refused (error 111)
15:59:08.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.820979 29900 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:59:08.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.820966 29899 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:59:08.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.820966 29902 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:59:08.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.821159 29891 server_base.cc:1034] running on GCE node
15:59:08.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.822069 29891 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:08.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.823477 29891 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:08.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.824712 29891 hybrid_clock.cc:648] HybridClock initialized: now 1783526348824678 us; error 50 us; skew 500 ppm
15:59:08.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.827046 29891 webserver.cc:460] Webserver started at http://127.29.28.253:37331/ using document root <none> and password file <none>
15:59:08.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.827754 29891 fs_manager.cc:359] Metadata directory not provided
15:59:08.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.827867 29891 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:08.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.828114 29891 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:08.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.830384 29891 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data/instance:
15:59:08.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "04e69ff6ec5040d7884a8f06453a0f30"
15:59:08.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:08 on dist-test-slave-vt7w"
15:59:08.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.831067 29891 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal/instance:
15:59:08.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "04e69ff6ec5040d7884a8f06453a0f30"
15:59:08.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:08 on dist-test-slave-vt7w"
15:59:08.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.835345 29891 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:08.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.838186 29908 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:08.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.839478 29891 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
15:59:08.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.839672 29891 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal
15:59:08.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "04e69ff6ec5040d7884a8f06453a0f30"
15:59:08.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:08 on dist-test-slave-vt7w"
15:59:08.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.839813 29891 fs_report.cc:383] FS layout report
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data/data
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:08.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.863265 29891 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:08.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.864028 29891 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:59:08.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.864262 29891 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:08.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.871577 29891 rpc_server.cc:307] RPC server started. Bound to: 127.29.28.253:45525
15:59:08.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.871649 29960 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.29.28.253:45525 every 8 connection(s)
15:59:08.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.872577 29891 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/data/info.pb
15:59:08.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.876281 29961 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:59:08.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.876636 29811 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 29891
15:59:08.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.876726 29811 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-1/wal/instance
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.877437 29811 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/logs
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data/info.pb
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.252:34453
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.252
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46357/jwks.json with env {}
15:59:08.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.880630 29961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } has no permanent_uuid. Determining permanent_uuid...
15:59:08.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.893339 29961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } has no permanent_uuid. Determining permanent_uuid...
15:59:08.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.901901 29961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } has no permanent_uuid. Determining permanent_uuid...
15:59:08.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.902945 29910 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:08.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.904167 29961 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.252:34453: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:08.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.908375 29889 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } attempt: 3
15:59:08.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.913445 29889 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } has no permanent_uuid. Determining permanent_uuid...
15:59:08.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.914973 29889 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.252:34453: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:08.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.946182 29889 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } attempt: 1
15:59:08.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.948051 29889 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.252:34453: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:08.953440 29961 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } attempt: 1
15:59:08.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:08.955401 29961 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.252:34453: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.010352 29963 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:09.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.010712 29963 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:09.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.010773 29963 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.015336 29963 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.015429 29963 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.015457 29963 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.015503 29963 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.015527 29963 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.015544 29963 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:46357/jwks.json
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.021046 29963 master_runner.cc:386] Master server non-default flags:
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.252:34453
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46357/jwks.json
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data/info.pb
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.252
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.29963
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/logs
15:59:09.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:09.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.022432 29963 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:59:09.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.023276 29889 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } attempt: 2
15:59:09.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.023655 29961 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } attempt: 2
15:59:09.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.024137 29963 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:09.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.025019 29889 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.252:34453: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:09.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.025162 29961 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.29.28.252:34453: Network error: Client connection negotiation failed: client connection to 127.29.28.252:34453: connect: Connection refused (error 111)
15:59:09.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.033214 29963 server_base.cc:1034] running on GCE node
15:59:09.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.033152 29972 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:59:09.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.033142 29971 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:59:09.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.033142 29974 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:59:09.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.034287 29963 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:09.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.035612 29963 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:09.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.036862 29963 hybrid_clock.cc:648] HybridClock initialized: now 1783526349036819 us; error 57 us; skew 500 ppm
15:59:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.039085 29963 webserver.cc:460] Webserver started at http://127.29.28.252:34293/ using document root <none> and password file <none>
15:59:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.039803 29963 fs_manager.cc:359] Metadata directory not provided
15:59:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.039906 29963 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.040138 29963 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.042261 29963 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data/instance:
15:59:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fcf3692bf15425a914f4953e9838adf"
15:59:09.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.042896 29963 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal/instance:
15:59:09.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fcf3692bf15425a914f4953e9838adf"
15:59:09.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.047181 29963 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:09.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.049796 29980 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.051129 29963 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.051334 29963 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fcf3692bf15425a914f4953e9838adf"
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.051486 29963 fs_report.cc:383] FS layout report
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data/data
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:09.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:09.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:09.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:09.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:09.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.097528 29963 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:09.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.098402 29963 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:59:09.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.098672 29963 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:09.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.106324 29963 rpc_server.cc:307] RPC server started. Bound to: 127.29.28.252:34453
15:59:09.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.106320 30032 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.29.28.252:34453 every 8 connection(s)
15:59:09.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.107489 29963 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/data/info.pb
15:59:09.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.110889 30033 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:59:09.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.114562 30033 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } has no permanent_uuid. Determining permanent_uuid...
15:59:09.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.115513 29811 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 29963
15:59:09.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.115634 29811 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/master-2/wal/instance
15:59:09.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.116376 29961 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } attempt: 3
15:59:09.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.124199 29889 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } attempt: 3
15:59:09.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.126603 30033 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } has no permanent_uuid. Determining permanent_uuid...
15:59:09.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.130215 29961 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: Bootstrap starting.
15:59:09.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.133222 29961 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: Neither blocks nor log segments found. Creating new log.
15:59:09.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.133265 30033 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } has no permanent_uuid. Determining permanent_uuid...
15:59:09.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.135038 29889 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: Bootstrap starting.
15:59:09.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.135694 29961 log.cc:824] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: Log is configured to *not* fsync() on all Append() calls
15:59:09.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.137889 29889 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: Neither blocks nor log segments found. Creating new log.
15:59:09.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.138152 29961 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: No bootstrap required, opened a new log
15:59:09.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.139287 29889 log.cc:824] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: Log is configured to *not* fsync() on all Append() calls
15:59:09.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.141557 29889 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: No bootstrap required, opened a new log
15:59:09.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.142818 29961 raft_consensus.cc:348] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.143076 29961 raft_consensus.cc:374] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:09.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.143129 29961 raft_consensus.cc:729] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 04e69ff6ec5040d7884a8f06453a0f30, State: Initialized, Role: FOLLOWER
15:59:09.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.143335 30033 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: Bootstrap starting.
15:59:09.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.143620 29961 consensus_queue.cc:260] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.144153 30044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.144434 30044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.145026 29961 sys_catalog.cc:564] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [sys.catalog]: configured and running, proceeding with master startup.
15:59:09.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.145546 29889 raft_consensus.cc:348] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.145851 29889 raft_consensus.cc:374] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:09.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.145996 29889 raft_consensus.cc:729] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b3ed6e50aff4b4584447983e12e75dd, State: Initialized, Role: FOLLOWER
15:59:09.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.146047 30033 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: Neither blocks nor log segments found. Creating new log.
15:59:09.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.146638 29889 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.147213 30033 log.cc:824] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: Log is configured to *not* fsync() on all Append() calls
15:59:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.147943 29889 sys_catalog.cc:564] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [sys.catalog]: configured and running, proceeding with master startup.
15:59:09.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.150561 30056 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:09.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.150763 30056 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:09.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.149369 29891 master_runner.cc:186] Error getting master registration for 127.29.28.254:43755: OK, instance_id { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" instance_seqno: 1783526348668251 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:09.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.152670 30033 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: No bootstrap required, opened a new log
15:59:09.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.153007 29891 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:09.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.154098 30069 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:09.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.154269 30069 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:09.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.157580 30033 raft_consensus.cc:348] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.158006 30033 raft_consensus.cc:374] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:09.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.158174 30033 raft_consensus.cc:729] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fcf3692bf15425a914f4953e9838adf, State: Initialized, Role: FOLLOWER
15:59:09.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.158794 30033 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.160405 30033 sys_catalog.cc:564] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: configured and running, proceeding with master startup.
15:59:09.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.160950 30055 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.157240 29822 master_runner.cc:186] Error getting master registration for 127.29.28.252:34453: OK, instance_id { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" instance_seqno: 1783526349104073 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:09.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.161194 30055 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.162613 29822 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:09.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.164278 29842 tablet.cc:2369] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.168920 30071 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.169034 29963 master_runner.cc:263] No leader master found from master 9fcf3692bf15425a914f4953e9838adf
15:59:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.169054 30071 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.169109 29963 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:09.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.178820 30082 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:09.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.179127 30082 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:09.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.321455 30071 raft_consensus.cc:482] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:09.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.321666 30071 raft_consensus.cc:504] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.322600 30071 leader_election.cc:288] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b3ed6e50aff4b4584447983e12e75dd (127.29.28.254:43755), 04e69ff6ec5040d7884a8f06453a0f30 (127.29.28.253:45525)
15:59:09.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.323163 29863 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9fcf3692bf15425a914f4953e9838adf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b3ed6e50aff4b4584447983e12e75dd" is_pre_election: true
15:59:09.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.323326 29935 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9fcf3692bf15425a914f4953e9838adf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "04e69ff6ec5040d7884a8f06453a0f30" is_pre_election: true
15:59:09.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.323495 29863 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fcf3692bf15425a914f4953e9838adf in term 0.
15:59:09.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.323575 29935 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9fcf3692bf15425a914f4953e9838adf in term 0.
15:59:09.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.324047 29984 leader_election.cc:302] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b3ed6e50aff4b4584447983e12e75dd, 9fcf3692bf15425a914f4953e9838adf; no voters: 
15:59:09.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.324363 30071 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:09.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.324447 30071 raft_consensus.cc:482] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:09.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.324491 30071 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 0 FOLLOWER]: Advancing to term 1
15:59:09.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.325608 30071 raft_consensus.cc:504] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.326021 30071 leader_election.cc:288] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [CANDIDATE]: Term 1 election: Requested vote from peers 4b3ed6e50aff4b4584447983e12e75dd (127.29.28.254:43755), 04e69ff6ec5040d7884a8f06453a0f30 (127.29.28.253:45525)
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.326462 29935 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9fcf3692bf15425a914f4953e9838adf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "04e69ff6ec5040d7884a8f06453a0f30"
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.326601 29863 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9fcf3692bf15425a914f4953e9838adf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b3ed6e50aff4b4584447983e12e75dd"
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.326627 29935 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 0 FOLLOWER]: Advancing to term 1
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.326730 29863 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 0 FOLLOWER]: Advancing to term 1
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.327878 29863 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fcf3692bf15425a914f4953e9838adf in term 1.
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.327878 29935 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9fcf3692bf15425a914f4953e9838adf in term 1.
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.328347 29984 leader_election.cc:302] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [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: 04e69ff6ec5040d7884a8f06453a0f30, 9fcf3692bf15425a914f4953e9838adf; no voters: 
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.328662 30071 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 1 FOLLOWER]: Leader election won for term 1
15:59:09.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.328886 30071 raft_consensus.cc:686] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [term 1 LEADER]: Becoming Leader. State: Replica: 9fcf3692bf15425a914f4953e9838adf, State: Running, Role: LEADER
15:59:09.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.329237 30071 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [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: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } }
15:59:09.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.330889 30071 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9fcf3692bf15425a914f4953e9838adf. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.331004 30071 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: This master's current role is: LEADER
15:59:09.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.331439 30086 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:09.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.332494 30086 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:09.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.337329 29863 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [term 1 FOLLOWER]: Refusing update from remote peer 9fcf3692bf15425a914f4953e9838adf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:09.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.337329 29935 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [term 1 FOLLOWER]: Refusing update from remote peer 9fcf3692bf15425a914f4953e9838adf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:09.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.338218 30084 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [LEADER]: Connected to new peer: Peer: permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:09.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.338415 30071 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.343313 30044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9fcf3692bf15425a914f4953e9838adf. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.343482 30044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.344048 30055 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9fcf3692bf15425a914f4953e9838adf. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.344156 30055 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.348204 30084 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.348366 30084 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: This master's current role is: LEADER
15:59:09.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.349939 30055 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.350068 30055 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.350693 30088 mvcc.cc:205] Tried to move back new op lower bound from 7305323926878474240 to 7305323926855507968. Current Snapshot: MvccSnapshot[applied={T|T < 7305323926878474240}]
15:59:09.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.351150 30071 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.351274 30071 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf [sys.catalog]: This master's current role is: LEADER
15:59:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.352411 30044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "9fcf3692bf15425a914f4953e9838adf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b3ed6e50aff4b4584447983e12e75dd" member_type: VOTER last_known_addr { host: "127.29.28.254" port: 43755 } } peers { permanent_uuid: "04e69ff6ec5040d7884a8f06453a0f30" member_type: VOTER last_known_addr { host: "127.29.28.253" port: 45525 } } peers { permanent_uuid: "9fcf3692bf15425a914f4953e9838adf" member_type: VOTER last_known_addr { host: "127.29.28.252" port: 34453 } } }
15:59:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.352535 30044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30 [sys.catalog]: This master's current role is: FOLLOWER
15:59:09.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.352988 30086 catalog_manager.cc:1347] Generated new cluster ID: 3b03e2d2de344bd3bb55f70117789854
15:59:09.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.353049 30086 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:09.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.353031 30089 mvcc.cc:205] Tried to move back new op lower bound from 7305323926878474240 to 7305323926855507968. Current Snapshot: MvccSnapshot[applied={T|T < 7305323926878474240}]
15:59:09.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.370500 30086 catalog_manager.cc:1370] Generated new certificate authority record
15:59:09.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.371531 30086 catalog_manager.cc:1504] Loading token signing keys...
15:59:09.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.381121 30086 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: Generated new TSK 0
15:59:09.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.382236 30086 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.406260 29811 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/logs
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data/info.pb
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.193:0
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.29.28.193
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.193
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:09.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.528929 30096 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:09.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.529235 30096 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:09.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.529273 30096 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:09.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.533463 30096 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:09.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.533571 30096 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.29.28.193
15:59:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.538597 30096 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.193:0
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data/info.pb
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.193
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30096
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.29.28.193
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/logs
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.539718 30096 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:59:09.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.541172 30096 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:09.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.552461 30104 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:59:09.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.552455 30102 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:59:09.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.552601 30101 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:59:09.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.552639 30096 server_base.cc:1034] running on GCE node
15:59:09.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.553436 30096 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:09.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.554133 30096 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:09.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.555353 30096 hybrid_clock.cc:648] HybridClock initialized: now 1783526349555334 us; error 31 us; skew 500 ppm
15:59:09.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.557896 30096 webserver.cc:460] Webserver started at http://127.29.28.193:38745/ using document root <none> and password file <none>
15:59:09.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.558558 30096 fs_manager.cc:359] Metadata directory not provided
15:59:09.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.558660 30096 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:09.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.558907 30096 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.561064 30096 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data/instance:
15:59:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cddd739ef8714825b9682a94d408202a"
15:59:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.561722 30096 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal/instance:
15:59:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cddd739ef8714825b9682a94d408202a"
15:59:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.565699 30096 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.568408 30110 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.570107 30096 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.570269 30096 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cddd739ef8714825b9682a94d408202a"
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.570430 30096 fs_report.cc:383] FS layout report
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data/data
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:09.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.581542 30096 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:09.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.582304 30096 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:59:09.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.582537 30096 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:09.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.583165 30096 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:09.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.584192 30096 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:09.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.584264 30096 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:09.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.584326 30096 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:09.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.584352 30096 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.593894 30096 rpc_server.cc:307] RPC server started. Bound to: 127.29.28.193:44525
15:59:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.593974 30223 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.29.28.193:44525 every 8 connection(s)
15:59:09.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.594864 30096 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/data/info.pb
15:59:09.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.603531 29811 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 30096
15:59:09.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.603643 29811 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-0/wal/instance
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.606639 29811 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/logs
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data/info.pb
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.194:0
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.29.28.194
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.194
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.608943 30225 heartbeater.cc:347] Connected to a master server at 127.29.28.254:43755
15:59:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.609184 30226 heartbeater.cc:347] Connected to a master server at 127.29.28.253:45525
15:59:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.609299 30226 heartbeater.cc:464] Registering TS with master...
15:59:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.609304 30225 heartbeater.cc:464] Registering TS with master...
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.610010 30225 heartbeater.cc:511] Master 127.29.28.254:43755 requested a full tablet report, sending...
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.610010 30226 heartbeater.cc:511] Master 127.29.28.253:45525 requested a full tablet report, sending...
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.610303 30224 heartbeater.cc:347] Connected to a master server at 127.29.28.252:34453
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.610383 30224 heartbeater.cc:464] Registering TS with master...
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.610587 30224 heartbeater.cc:511] Master 127.29.28.252:34453 requested a full tablet report, sending...
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.611652 29925 ts_manager.cc:194] Registered new tserver with Master: cddd739ef8714825b9682a94d408202a (127.29.28.193:44525)
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.611652 29852 ts_manager.cc:194] Registered new tserver with Master: cddd739ef8714825b9682a94d408202a (127.29.28.193:44525)
15:59:09.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.611662 29997 ts_manager.cc:194] Registered new tserver with Master: cddd739ef8714825b9682a94d408202a (127.29.28.193:44525)
15:59:09.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.613440 29997 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.29.28.193:43955
15:59:09.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.731922 30231 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:09.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.732208 30231 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:09.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.732244 30231 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.736568 30231 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.736687 30231 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.29.28.194
15:59:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.741564 30231 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:09.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.194:0
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data/info.pb
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.194
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30231
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.29.28.194
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/logs
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:09.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.742715 30231 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:59:09.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.744261 30231 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.755031 30236 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:59:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.755040 30237 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:59:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.755048 30239 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:59:09.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.755568 30231 server_base.cc:1034] running on GCE node
15:59:09.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.755967 30231 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:09.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.756690 30231 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:09.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.757860 30231 hybrid_clock.cc:648] HybridClock initialized: now 1783526349757817 us; error 62 us; skew 500 ppm
15:59:09.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.760354 30231 webserver.cc:460] Webserver started at http://127.29.28.194:36317/ using document root <none> and password file <none>
15:59:09.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.761107 30231 fs_manager.cc:359] Metadata directory not provided
15:59:09.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.761180 30231 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:09.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.761416 30231 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.763664 30231 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data/instance:
15:59:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06a0de7674184af1b85150284ca2d98e"
15:59:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.764249 30231 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal/instance:
15:59:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06a0de7674184af1b85150284ca2d98e"
15:59:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.768154 30231 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:09.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.770717 30245 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.772068 30231 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.772215 30231 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06a0de7674184af1b85150284ca2d98e"
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.772316 30231 fs_report.cc:383] FS layout report
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data/data
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:09.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:09.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.795481 30231 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:09.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.796186 30231 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:59:09.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.796342 30231 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:09.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.797194 30231 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:09.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.798224 30231 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:09.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.798271 30231 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:09.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.798310 30231 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:09.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.798326 30231 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:09.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.807559 30231 rpc_server.cc:307] RPC server started. Bound to: 127.29.28.194:42167
15:59:09.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.807585 30358 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.29.28.194:42167 every 8 connection(s)
15:59:09.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.808434 30231 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/data/info.pb
15:59:09.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.814435 29811 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 30231
15:59:09.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.814533 29811 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-1/wal/instance
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.817034 29811 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/logs
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data/info.pb
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.195:0
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.29.28.195
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.195
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:09.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.822182 30361 heartbeater.cc:347] Connected to a master server at 127.29.28.253:45525
15:59:09.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.822463 30361 heartbeater.cc:464] Registering TS with master...
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.822785 30360 heartbeater.cc:347] Connected to a master server at 127.29.28.254:43755
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.822861 30360 heartbeater.cc:464] Registering TS with master...
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.823161 30360 heartbeater.cc:511] Master 127.29.28.254:43755 requested a full tablet report, sending...
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.823194 30359 heartbeater.cc:347] Connected to a master server at 127.29.28.252:34453
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.823284 30359 heartbeater.cc:464] Registering TS with master...
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.823161 30361 heartbeater.cc:511] Master 127.29.28.253:45525 requested a full tablet report, sending...
15:59:09.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.823421 30359 heartbeater.cc:511] Master 127.29.28.252:34453 requested a full tablet report, sending...
15:59:09.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.824368 29997 ts_manager.cc:194] Registered new tserver with Master: 06a0de7674184af1b85150284ca2d98e (127.29.28.194:42167)
15:59:09.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.824586 29852 ts_manager.cc:194] Registered new tserver with Master: 06a0de7674184af1b85150284ca2d98e (127.29.28.194:42167)
15:59:09.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.825302 29997 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.29.28.194:45773
15:59:09.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.825919 29925 ts_manager.cc:194] Registered new tserver with Master: 06a0de7674184af1b85150284ca2d98e (127.29.28.194:42167)
15:59:09.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.941329 30366 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:09.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.941620 30366 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:09.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.941658 30366 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:09.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.946240 30366 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:09.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.946344 30366 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.29.28.195
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.951996 30366 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.28.212:40511
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.28.195:0
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data/info.pb
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.28.195
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.29.28.254:43755,127.29.28.253:45525,127.29.28.252:34453
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30366
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.29.28.195
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/logs
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.953168 30366 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:59:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.954564 30366 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.965338 30366 server_base.cc:1034] running on GCE node
15:59:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.965600 30372 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:59:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.965270 30371 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:59:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:09.965269 30374 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:59:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.966557 30366 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:09.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.967374 30366 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.968600 30366 hybrid_clock.cc:648] HybridClock initialized: now 1783526349968561 us; error 71 us; skew 500 ppm
15:59:09.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.970914 30366 webserver.cc:460] Webserver started at http://127.29.28.195:38581/ using document root <none> and password file <none>
15:59:09.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.971551 30366 fs_manager.cc:359] Metadata directory not provided
15:59:09.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.971661 30366 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:09.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.971900 30366 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.973999 30366 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data/instance:
15:59:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f21f5235ea94b1f8d1f579db84552f0"
15:59:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.974625 30366 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal/instance:
15:59:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f21f5235ea94b1f8d1f579db84552f0"
15:59:09.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.979169 30366 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:09.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.982237 30380 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:09.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.983667 30366 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.983831 30366 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5f21f5235ea94b1f8d1f579db84552f0"
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:09 on dist-test-slave-vt7w"
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:09.984023 30366 fs_report.cc:383] FS layout report
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data/data
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:09.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:10.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.014923 30366 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:10.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.015750 30366 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:59:10.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.015995 30366 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:10.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.016701 30366 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:10.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.017827 30366 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:10.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.017904 30366 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:10.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.017961 30366 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:10.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.017987 30366 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:10.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.028474 30366 rpc_server.cc:307] RPC server started. Bound to: 127.29.28.195:46385
15:59:10.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.028542 30493 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.29.28.195:46385 every 8 connection(s)
15:59:10.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.029578 30366 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/data/info.pb
15:59:10.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.037127 29811 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 30366
15:59:10.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.037242 29811 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster8649450618887604507/ts-2/wal/instance
15:59:10.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.044468 30496 heartbeater.cc:347] Connected to a master server at 127.29.28.253:45525
15:59:10.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.044831 30496 heartbeater.cc:464] Registering TS with master...
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045275 30494 heartbeater.cc:347] Connected to a master server at 127.29.28.252:34453
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045336 30495 heartbeater.cc:347] Connected to a master server at 127.29.28.254:43755
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045377 30494 heartbeater.cc:464] Registering TS with master...
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045405 30495 heartbeater.cc:464] Registering TS with master...
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045542 30496 heartbeater.cc:511] Master 127.29.28.253:45525 requested a full tablet report, sending...
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045627 30495 heartbeater.cc:511] Master 127.29.28.254:43755 requested a full tablet report, sending...
15:59:10.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.045625 30494 heartbeater.cc:511] Master 127.29.28.252:34453 requested a full tablet report, sending...
15:59:10.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.046985 29997 ts_manager.cc:194] Registered new tserver with Master: 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195:46385)
15:59:10.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.047232 29852 ts_manager.cc:194] Registered new tserver with Master: 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195:46385)
15:59:10.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.047876 29997 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.29.28.195:54023
15:59:10.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.048393 29925 ts_manager.cc:194] Registered new tserver with Master: 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195:46385)
15:59:10.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.064061 29811 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:10.065 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:10.065 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:10.066 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.28.254"
      port: 43755
    }
    bound_http_address {
      host: "127.29.28.254"
      port: 39105
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.28.253"
      port: 45525
    }
    bound_http_address {
      host: "127.29.28.253"
      port: 37331
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.28.252"
      port: 34453
    }
    bound_http_address {
      host: "127.29.28.252"
      port: 34293
    }
  }
}

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

15:59:10.067 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.28.193"
      port: 44525
    }
    bound_http_address {
      host: "127.29.28.193"
      port: 38745
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.28.194"
      port: 42167
    }
    bound_http_address {
      host: "127.29.28.194"
      port: 36317
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.28.195"
      port: 46385
    }
    bound_http_address {
      host: "127.29.28.195"
      port: 38581
    }
  }
}

15:59:10.067 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:10.069 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:10.069 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:10.070 [INFO - main] (Logging.scala:57) ==============================================================
15:59:10.070 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:10.070 [INFO - main] (Logging.scala:57) ==============================================================
15:59:10.070 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:10.070 [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:59:10.071 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:10.071 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:10.071 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:10.071 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:10.072 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:10.072 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:10.072 [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:59:10.091 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 41357.
15:59:10.093 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:10.094 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:10.094 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:10.094 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:10.094 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:10.095 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-801b5a98-cf73-4aa2-b51f-f4cb7a3e3ace
15:59:10.095 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:10.096 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:10.116 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:10.119 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 33515.
15:59:10.119 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:33515
15:59:10.120 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:10.120 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33515, None)
15:59:10.120 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:33515 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33515, None)
15:59:10.122 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33515, None)
15:59:10.122 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33515, None)
15:59:10.130 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:10.138 [DEBUG - main] (Connection.java:748) [peer master-127.29.28.252:34453(127.29.28.252:34453)] connecting to peer
15:59:10.139 [DEBUG - main] (Connection.java:748) [peer master-127.29.28.253:45525(127.29.28.253:45525)] connecting to peer
15:59:10.139 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.28.252:34453(127.29.28.252:34453)] Successfully connected to peer
15:59:10.140 [DEBUG - main] (Connection.java:748) [peer master-127.29.28.254:43755(127.29.28.254:43755)] connecting to peer
15:59:10.140 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.28.253:45525(127.29.28.253:45525)] Successfully connected to peer
15:59:10.141 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.28.252
15:59:10.143 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.28.253
15:59:10.145 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.28.254:43755(127.29.28.254:43755)] Successfully connected to peer
15:59:10.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.152361 30056 catalog_manager.cc:1259] Loaded cluster ID: 3b03e2d2de344bd3bb55f70117789854
15:59:10.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.152459 30056 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: loading cluster ID for follower catalog manager: success
15:59:10.154 [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:59:10.155 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.28.254
15:59:10.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.154970 30056 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: acquiring CA information for follower catalog manager: success
15:59:10.155 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3d46cd8d, L:/127.0.0.1:35706 - R:/127.29.28.253:45525] using SASL/PLAIN
15:59:10.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.155738 30069 catalog_manager.cc:1259] Loaded cluster ID: 3b03e2d2de344bd3bb55f70117789854
15:59:10.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.155804 30069 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: loading cluster ID for follower catalog manager: success
15:59:10.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.156669 30056 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 04e69ff6ec5040d7884a8f06453a0f30: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:10.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.158097 30069 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: acquiring CA information for follower catalog manager: success
15:59:10.158 [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:59:10.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.159622 30069 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 4b3ed6e50aff4b4584447983e12e75dd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:10.163 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe271994d, L:/127.0.0.1:53036 - R:/127.29.28.252:34453] using SASL/PLAIN
15:59:10.164 [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:59:10.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:10.166 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x238eb954, L:/127.0.0.1:45462 - R:/127.29.28.254:43755] using SASL/PLAIN
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.167212 29997 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53036:
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:10.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:10.173 [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:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:10.182 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table ee5a815d3deb4220a2b8d80c287b6b89
15:59:10.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.193564 30293 tablet_service.cc:1467] Processing CreateTablet for tablet ce0876772e2e4b10b423b6bdae617ec2 (DEFAULT_TABLE table=test [id=ee5a815d3deb4220a2b8d80c287b6b89]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:10.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.193555 30428 tablet_service.cc:1467] Processing CreateTablet for tablet 3a1ef3b2b69b468eb2a32b8f405bcde5 (DEFAULT_TABLE table=test [id=ee5a815d3deb4220a2b8d80c287b6b89]), partition=RANGE (key) PARTITION VALUES < 50
15:59:10.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.195144 30428 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3a1ef3b2b69b468eb2a32b8f405bcde5. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.195144 30293 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ce0876772e2e4b10b423b6bdae617ec2. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.202590 30543 tablet_bootstrap.cc:492] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e: Bootstrap starting.
15:59:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.203293 30544 tablet_bootstrap.cc:492] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0: Bootstrap starting.
15:59:10.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.205976 30543 tablet_bootstrap.cc:654] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e: Neither blocks nor log segments found. Creating new log.
15:59:10.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.206274 30544 tablet_bootstrap.cc:654] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0: Neither blocks nor log segments found. Creating new log.
15:59:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.207070 30544 log.cc:824] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0: Log is configured to *not* fsync() on all Append() calls
15:59:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.207049 30543 log.cc:824] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e: Log is configured to *not* fsync() on all Append() calls
15:59:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.209278 30543 tablet_bootstrap.cc:492] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e: No bootstrap required, opened a new log
15:59:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.209299 30544 tablet_bootstrap.cc:492] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0: No bootstrap required, opened a new log
15:59:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.209514 30544 ts_tablet_manager.cc:1397] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.209682 30543 ts_tablet_manager.cc:1397] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e: Time spent bootstrapping tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.212680 30543 raft_consensus.cc:348] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213001 30543 raft_consensus.cc:374] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.212886 30544 raft_consensus.cc:348] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213052 30543 raft_consensus.cc:729] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Initialized, Role: FOLLOWER
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213076 30544 raft_consensus.cc:374] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213116 30544 raft_consensus.cc:729] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Initialized, Role: FOLLOWER
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213526 30543 consensus_queue.cc:260] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213526 30544 consensus_queue.cc:260] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213683 30544 raft_consensus.cc:388] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213688 30543 raft_consensus.cc:388] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213729 30544 raft_consensus.cc:482] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213752 30543 raft_consensus.cc:482] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213798 30544 raft_consensus.cc:3037] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Advancing to term 1
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.213837 30543 raft_consensus.cc:3037] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Advancing to term 1
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.214664 30544 raft_consensus.cc:504] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.214726 30543 raft_consensus.cc:504] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.214969 30544 leader_election.cc:302] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [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: 5f21f5235ea94b1f8d1f579db84552f0; no voters: 
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215041 30543 leader_election.cc:302] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [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: 06a0de7674184af1b85150284ca2d98e; no voters: 
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215318 30544 leader_election.cc:288] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215402 30548 raft_consensus.cc:2781] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215426 30543 leader_election.cc:288] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215587 30548 raft_consensus.cc:686] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 LEADER]: Becoming Leader. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Running, Role: LEADER
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215682 30549 raft_consensus.cc:2781] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.215842 30549 raft_consensus.cc:686] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [term 1 LEADER]: Becoming Leader. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Running, Role: LEADER
15:59:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.216068 30548 consensus_queue.cc:237] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.216193 30549 consensus_queue.cc:237] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.216382 30543 ts_tablet_manager.cc:1428] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
15:59:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.216382 30544 ts_tablet_manager.cc:1428] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
15:59:10.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.216784 30494 heartbeater.cc:503] Master 127.29.28.252:34453 was elected leader, sending a full tablet report...
15:59:10.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.217104 30359 heartbeater.cc:503] Master 127.29.28.252:34453 was elected leader, sending a full tablet report...
15:59:10.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.221640 29997 catalog_manager.cc:5495] T 3a1ef3b2b69b468eb2a32b8f405bcde5 P 5f21f5235ea94b1f8d1f579db84552f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195). New cstate: current_term: 1 leader_uuid: "5f21f5235ea94b1f8d1f579db84552f0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } health_report { overall_health: HEALTHY } } }
15:59:10.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.224617 29996 catalog_manager.cc:5495] T ce0876772e2e4b10b423b6bdae617ec2 P 06a0de7674184af1b85150284ca2d98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 06a0de7674184af1b85150284ca2d98e (127.29.28.194). New cstate: current_term: 1 leader_uuid: "06a0de7674184af1b85150284ca2d98e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } health_report { overall_health: HEALTHY } } }
15:59:10.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.240639 29996 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53036:
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.247 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 3f6de5b83a20406d93dc7a6f75577a57
15:59:10.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.256994 30158 tablet_service.cc:1467] Processing CreateTablet for tablet 37669d40303f4cda88c8310740bebb15 (DEFAULT_TABLE table=simple-test [id=3f6de5b83a20406d93dc7a6f75577a57]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:10.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.257970 30158 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 37669d40303f4cda88c8310740bebb15. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.264307 30561 tablet_bootstrap.cc:492] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a: Bootstrap starting.
15:59:10.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.266474 30561 tablet_bootstrap.cc:654] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a: Neither blocks nor log segments found. Creating new log.
15:59:10.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.267303 30561 log.cc:824] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a: Log is configured to *not* fsync() on all Append() calls
15:59:10.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.269286 30561 tablet_bootstrap.cc:492] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a: No bootstrap required, opened a new log
15:59:10.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.269527 30561 ts_tablet_manager.cc:1397] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:59:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.273067 30561 raft_consensus.cc:348] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.273339 30561 raft_consensus.cc:374] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.273388 30561 raft_consensus.cc:729] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cddd739ef8714825b9682a94d408202a, State: Initialized, Role: FOLLOWER
15:59:10.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.273839 30561 consensus_queue.cc:260] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.274049 30561 raft_consensus.cc:388] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.274104 30561 raft_consensus.cc:482] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.274179 30561 raft_consensus.cc:3037] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Advancing to term 1
15:59:10.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.275209 30561 raft_consensus.cc:504] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.275557 30561 leader_election.cc:302] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [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: cddd739ef8714825b9682a94d408202a; no voters: 
15:59:10.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.275921 30561 leader_election.cc:288] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.276151 30563 raft_consensus.cc:2781] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.276396 30563 raft_consensus.cc:686] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [term 1 LEADER]: Becoming Leader. State: Replica: cddd739ef8714825b9682a94d408202a, State: Running, Role: LEADER
15:59:10.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.276618 30224 heartbeater.cc:503] Master 127.29.28.252:34453 was elected leader, sending a full tablet report...
15:59:10.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.276849 30563 consensus_queue.cc:237] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.277060 30561 ts_tablet_manager.cc:1428] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:59:10.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.280593 29997 catalog_manager.cc:5495] T 37669d40303f4cda88c8310740bebb15 P cddd739ef8714825b9682a94d408202a reported cstate change: term changed from 0 to 1, leader changed from <none> to cddd739ef8714825b9682a94d408202a (127.29.28.193). New cstate: current_term: 1 leader_uuid: "cddd739ef8714825b9682a94d408202a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } health_report { overall_health: HEALTHY } } }
15:59:10.299 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526350299
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.301397 29997 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53036:
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableWithOnlyCustomHashSchemas"
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:10.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 4
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000d\000\000\000"
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 2
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:10.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000\310\000\000\000"
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 3
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:10.310 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.316917 30428 tablet_service.cc:1467] Processing CreateTablet for tablet bd184aa2f4fc4be7bd5c1d2e24440736 (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas [id=188353c450434e72958c3d6534a91352]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.317354 30428 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bd184aa2f4fc4be7bd5c1d2e24440736. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.316922 30158 tablet_service.cc:1467] Processing CreateTablet for tablet 09c4122eeadd44488410c920e73decd4 (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas [id=188353c450434e72958c3d6534a91352]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.317683 30158 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 09c4122eeadd44488410c920e73decd4. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.317649 30427 tablet_service.cc:1467] Processing CreateTablet for tablet ee4349724519473eb109744be96199ec (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas [id=188353c450434e72958c3d6534a91352]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.317914 30427 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ee4349724519473eb109744be96199ec. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.318027 30293 tablet_service.cc:1467] Processing CreateTablet for tablet 257c1c945b074605b01de46e79727ad7 (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas [id=188353c450434e72958c3d6534a91352]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.318356 30293 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 257c1c945b074605b01de46e79727ad7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.320395 30544 tablet_bootstrap.cc:492] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0: Bootstrap starting.
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.316922 30157 tablet_service.cc:1467] Processing CreateTablet for tablet 6091a78700484e8dbbb0092a7e955dcf (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas [id=188353c450434e72958c3d6534a91352]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.321151 30157 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6091a78700484e8dbbb0092a7e955dcf. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.321292 30543 tablet_bootstrap.cc:492] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e: Bootstrap starting.
15:59:10.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.321820 30544 tablet_bootstrap.cc:654] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0: Neither blocks nor log segments found. Creating new log.
15:59:10.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.322412 30543 tablet_bootstrap.cc:654] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e: Neither blocks nor log segments found. Creating new log.
15:59:10.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.323549 30561 tablet_bootstrap.cc:492] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a: Bootstrap starting.
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.323732 30543 tablet_bootstrap.cc:492] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e: No bootstrap required, opened a new log
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.323814 30543 ts_tablet_manager.cc:1397] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324033 30544 tablet_bootstrap.cc:492] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0: No bootstrap required, opened a new log
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324117 30544 ts_tablet_manager.cc:1397] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324617 30561 tablet_bootstrap.cc:654] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a: Neither blocks nor log segments found. Creating new log.
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324573 30543 raft_consensus.cc:348] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324636 30544 raft_consensus.cc:348] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324695 30543 raft_consensus.cc:374] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324730 30544 raft_consensus.cc:374] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324730 30543 raft_consensus.cc:729] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Initialized, Role: FOLLOWER
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324792 30544 raft_consensus.cc:729] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Initialized, Role: FOLLOWER
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324911 30544 consensus_queue.cc:260] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.324909 30543 consensus_queue.cc:260] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.325004 30544 raft_consensus.cc:388] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.325037 30543 raft_consensus.cc:388] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.325047 30544 raft_consensus.cc:482] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.325098 30544 raft_consensus.cc:3037] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Advancing to term 1
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.325083 30543 raft_consensus.cc:482] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.325150 30543 raft_consensus.cc:3037] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Advancing to term 1
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326135 30544 raft_consensus.cc:504] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326135 30543 raft_consensus.cc:504] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326292 30543 leader_election.cc:302] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [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: 06a0de7674184af1b85150284ca2d98e; no voters: 
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326292 30544 leader_election.cc:302] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [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: 5f21f5235ea94b1f8d1f579db84552f0; no voters: 
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326390 30544 leader_election.cc:288] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326404 30561 tablet_bootstrap.cc:492] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a: No bootstrap required, opened a new log
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326462 30553 raft_consensus.cc:2781] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326488 30561 ts_tablet_manager.cc:1397] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326543 30553 raft_consensus.cc:686] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [term 1 LEADER]: Becoming Leader. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Running, Role: LEADER
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326702 30548 raft_consensus.cc:2781] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326673 30553 consensus_queue.cc:237] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326782 30548 raft_consensus.cc:686] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 LEADER]: Becoming Leader. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Running, Role: LEADER
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.326886 30548 consensus_queue.cc:237] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327114 30543 leader_election.cc:288] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327225 30561 raft_consensus.cc:348] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327350 30561 raft_consensus.cc:374] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327390 30561 raft_consensus.cc:729] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cddd739ef8714825b9682a94d408202a, State: Initialized, Role: FOLLOWER
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327455 30543 ts_tablet_manager.cc:1428] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.003s
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327533 30561 consensus_queue.cc:260] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327661 30561 raft_consensus.cc:388] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327715 30561 raft_consensus.cc:482] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.327766 30561 raft_consensus.cc:3037] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Advancing to term 1
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.328881 30561 raft_consensus.cc:504] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.328816 29997 catalog_manager.cc:5495] T 257c1c945b074605b01de46e79727ad7 P 06a0de7674184af1b85150284ca2d98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 06a0de7674184af1b85150284ca2d98e (127.29.28.194). New cstate: current_term: 1 leader_uuid: "06a0de7674184af1b85150284ca2d98e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } health_report { overall_health: HEALTHY } } }
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.329010 30561 leader_election.cc:302] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [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: cddd739ef8714825b9682a94d408202a; no voters: 
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.329190 30563 raft_consensus.cc:2781] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.329268 30563 raft_consensus.cc:686] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [term 1 LEADER]: Becoming Leader. State: Replica: cddd739ef8714825b9682a94d408202a, State: Running, Role: LEADER
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.329375 30563 consensus_queue.cc:237] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.329864 30561 leader_election.cc:288] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.330161 30561 ts_tablet_manager.cc:1428] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.002s
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.330325 30561 tablet_bootstrap.cc:492] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a: Bootstrap starting.
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.331292 29996 catalog_manager.cc:5495] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195). New cstate: current_term: 1 leader_uuid: "5f21f5235ea94b1f8d1f579db84552f0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } health_report { overall_health: HEALTHY } } }
15:59:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.331871 30561 tablet_bootstrap.cc:654] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a: Neither blocks nor log segments found. Creating new log.
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.333128 29995 catalog_manager.cc:5495] T 09c4122eeadd44488410c920e73decd4 P cddd739ef8714825b9682a94d408202a reported cstate change: term changed from 0 to 1, leader changed from <none> to cddd739ef8714825b9682a94d408202a (127.29.28.193). New cstate: current_term: 1 leader_uuid: "cddd739ef8714825b9682a94d408202a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } health_report { overall_health: HEALTHY } } }
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.333539 30544 ts_tablet_manager.cc:1428] T bd184aa2f4fc4be7bd5c1d2e24440736 P 5f21f5235ea94b1f8d1f579db84552f0: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.000s
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.333745 30544 tablet_bootstrap.cc:492] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0: Bootstrap starting.
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.334856 30544 tablet_bootstrap.cc:654] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0: Neither blocks nor log segments found. Creating new log.
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.336623 30561 tablet_bootstrap.cc:492] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a: No bootstrap required, opened a new log
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.336726 30561 ts_tablet_manager.cc:1397] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a: Time spent bootstrapping tablet: real 0.006s	user 0.001s	sys 0.001s
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337246 30561 raft_consensus.cc:348] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337342 30544 tablet_bootstrap.cc:492] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0: No bootstrap required, opened a new log
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337358 30561 raft_consensus.cc:374] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337397 30561 raft_consensus.cc:729] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cddd739ef8714825b9682a94d408202a, State: Initialized, Role: FOLLOWER
15:59:10.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337430 30544 ts_tablet_manager.cc:1397] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:10.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337514 30561 consensus_queue.cc:260] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337598 30561 raft_consensus.cc:388] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337625 30561 raft_consensus.cc:482] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337657 30561 raft_consensus.cc:3037] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Advancing to term 1
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.337906 30544 raft_consensus.cc:348] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338011 30544 raft_consensus.cc:374] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338047 30544 raft_consensus.cc:729] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Initialized, Role: FOLLOWER
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338186 30544 consensus_queue.cc:260] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338301 30544 raft_consensus.cc:388] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338346 30544 raft_consensus.cc:482] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338387 30544 raft_consensus.cc:3037] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Advancing to term 1
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338502 30561 raft_consensus.cc:504] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338604 30561 leader_election.cc:302] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [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: cddd739ef8714825b9682a94d408202a; no voters: 
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338721 30561 leader_election.cc:288] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338775 30565 raft_consensus.cc:2781] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338857 30565 raft_consensus.cc:686] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [term 1 LEADER]: Becoming Leader. State: Replica: cddd739ef8714825b9682a94d408202a, State: Running, Role: LEADER
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338980 30561 ts_tablet_manager.cc:1428] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.338966 30565 consensus_queue.cc:237] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339495 30544 raft_consensus.cc:504] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339623 30544 leader_election.cc:302] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [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: 5f21f5235ea94b1f8d1f579db84552f0; no voters: 
15:59:10.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339735 30544 leader_election.cc:288] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:10.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339789 30550 raft_consensus.cc:2781] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Leader election won for term 1
15:59:10.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339865 30550 raft_consensus.cc:686] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 LEADER]: Becoming Leader. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Running, Role: LEADER
15:59:10.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339975 30544 ts_tablet_manager.cc:1428] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:59:10.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.339993 30550 consensus_queue.cc:237] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:10.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.346599 29996 catalog_manager.cc:5495] T 6091a78700484e8dbbb0092a7e955dcf P cddd739ef8714825b9682a94d408202a reported cstate change: term changed from 0 to 1, leader changed from <none> to cddd739ef8714825b9682a94d408202a (127.29.28.193). New cstate: current_term: 1 leader_uuid: "cddd739ef8714825b9682a94d408202a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } health_report { overall_health: HEALTHY } } }
15:59:10.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:10.347254 29995 catalog_manager.cc:5495] T ee4349724519473eb109744be96199ec P 5f21f5235ea94b1f8d1f579db84552f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195). New cstate: current_term: 1 leader_uuid: "5f21f5235ea94b1f8d1f579db84552f0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } health_report { overall_health: HEALTHY } } }
15:59:10.362 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 09c4122eeadd44488410c920e73decd4 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:10.362 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 257c1c945b074605b01de46e79727ad7 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:10.362 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bd184aa2f4fc4be7bd5c1d2e24440736 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:10.362 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6091a78700484e8dbbb0092a7e955dcf for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:10.362 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ee4349724519473eb109744be96199ec for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:10.362 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=09c4122eeadd44488410c920e73decd4@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=257c1c945b074605b01de46e79727ad7@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=bd184aa2f4fc4be7bd5c1d2e24440736@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=6091a78700484e8dbbb0092a7e955dcf@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=ee4349724519473eb109744be96199ec@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:10.362 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.29.28.252:34453, [2ms] Sub RPC GetTableLocations: received response from server master-127.29.28.252:34453: OK, deferred=null) after lookup
15:59:10.363 [DEBUG - kudu-nio-0] (Connection.java:748) [peer cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)] connecting to peer
15:59:10.364 [DEBUG - kudu-nio-1] (Connection.java:757) [peer cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)] Successfully connected to peer
15:59:10.374 [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:59:10.376 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3e824938, L:/127.0.0.1:39778 - R:/127.29.28.193:44525] using TOKEN/null
15:59:10.384 [DEBUG - main] (Connection.java:748) [peer 5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)] connecting to peer
15:59:10.385 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)] Successfully connected to peer
15:59:10.395 [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:59:10.396 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x2ebfa9b6, L:/127.0.0.1:47754 - R:/127.29.28.195:46385] using TOKEN/null
15:59:10.660 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526350659
15:59:10.660 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526350658212
15:59:10.660 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:10.660 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7283716586197857830/
15:59:10.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:10.677 [INFO - ForkJoinPool-178-worker-1] (KuduBackup.scala:55) Backing up table testTableWithOnlyCustomHashSchemas to path: file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660
15:59:10.677 [INFO - ForkJoinPool-178-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:10.677 [INFO - ForkJoinPool-178-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:10.677 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:10.678 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:10.700 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.701 [INFO - ForkJoinPool-178-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.701 [INFO - ForkJoinPool-178-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.702 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.702 [INFO - ForkJoinPool-178-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.702 [INFO - ForkJoinPool-178-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.702 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 09c4122eeadd44488410c920e73decd4 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:10.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 257c1c945b074605b01de46e79727ad7 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:10.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bd184aa2f4fc4be7bd5c1d2e24440736 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:10.719 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6091a78700484e8dbbb0092a7e955dcf for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:10.720 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ee4349724519473eb109744be96199ec for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:10.720 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=09c4122eeadd44488410c920e73decd4@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=257c1c945b074605b01de46e79727ad7@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=bd184aa2f4fc4be7bd5c1d2e24440736@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=6091a78700484e8dbbb0092a7e955dcf@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=ee4349724519473eb109744be96199ec@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:10.738 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:10.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 5 output partitions
15:59:10.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:10.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:10.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:10.739 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:10.761 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.5 KiB, free 1993.7 MiB)
15:59:10.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:59:10.764 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:10.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:10.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 5 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4))
15:59:10.765 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 5 tasks resource profile 0
15:59:10.767 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5176 bytes) taskResourceAssignments Map()
15:59:10.768 [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:59:10.781 [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:59:10.784 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:10.785 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.785 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.785 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.785 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.785 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:10.786 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:10.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:10.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:10.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:10.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:10.787 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:10.788 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:10.806 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305323932303360000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=09c4122eeadd44488410c920e73decd4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:10.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7685
15:59:10.820 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559109023315106590867291_0000_m_000000_0' to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/_temporary/0/task_202607081559109023315106590867291_0000_m_000000
15:59:10.820 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559109023315106590867291_0000_m_000000_0: Committed
15:59:10.821 [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). 6300 bytes result sent to driver
15:59:10.822 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5176 bytes) taskResourceAssignments Map()
15:59:10.823 [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:59:10.825 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/5)
15:59:10.832 [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:59:10.834 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:10.835 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.835 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.835 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.835 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.835 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.835 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.836 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Connection.java:748) [peer 06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)] connecting to peer
15:59:10.837 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)] Successfully connected to peer
15:59:10.847 [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:59:10.848 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x6eecc59f, L:/127.0.0.1:46760 - R:/127.29.28.194:42167] using TOKEN/null
15:59:10.855 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323932303360000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=257c1c945b074605b01de46e79727ad7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:10.855 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559106330526227923172087_0000_m_000001_1
15:59:10.856 [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). 6214 bytes result sent to driver
15:59:10.865 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5176 bytes) taskResourceAssignments Map()
15:59:10.866 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:59:10.879 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/5)
15:59:10.884 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:10.887 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:10.893 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.893 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.894 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.894 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:10.894 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:10.894 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:10.903 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323932303360000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=bd184aa2f4fc4be7bd5c1d2e24440736, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:10.915 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:10.915 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:10.915 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:10.916 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:10.918 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:10.969 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 10111
15:59:10.972 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559103880921754598677867_0000_m_000002_2' to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/_temporary/0/task_202607081559103880921754598677867_0000_m_000002
15:59:10.972 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) attempt_202607081559103880921754598677867_0000_m_000002_2: Committed
15:59:10.973 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6300 bytes result sent to driver
15:59:10.981 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 0.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5176 bytes) taskResourceAssignments Map()
15:59:10.984 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 119 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/5)
15:59:10.985 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Running task 3.0 in stage 0.0 (TID 3)
15:59:10.997 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:11.000 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.001 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.001 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.001 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.001 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.002 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.002 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.005 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323932303360000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=6091a78700484e8dbbb0092a7e955dcf, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.005 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559106366624797166184008_0000_m_000003_3
15:59:11.006 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3). 6214 bytes result sent to driver
15:59:11.007 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 0.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5176 bytes) taskResourceAssignments Map()
15:59:11.013 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Running task 4.0 in stage 0.0 (TID 4)
15:59:11.028 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/5)
15:59:11.041 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:11.043 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.044 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.044 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.045 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.045 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.045 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.045 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.048 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323932303360000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=ee4349724519473eb109744be96199ec, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.051 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_20260708155910982453332356706020_0000_m_000004_4
15:59:11.052 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4). 6214 bytes result sent to driver
15:59:11.054 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4) in 47 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/5)
15:59:11.054 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:11.054 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.314 s
15:59:11.054 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:11.054 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:11.055 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.316761 s
15:59:11.089 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Write Job f92e748f-b5f0-4313-91f2-15bb1787b451 committed.
15:59:11.090 [INFO - ForkJoinPool-178-worker-1] (Logging.scala:57) Finished processing stats for write job f92e748f-b5f0-4313-91f2-15bb1787b451.
15:59:11.093 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 09c4122eeadd44488410c920e73decd4 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:11.093 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 257c1c945b074605b01de46e79727ad7 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:11.093 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bd184aa2f4fc4be7bd5c1d2e24440736 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:11.093 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6091a78700484e8dbbb0092a7e955dcf for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:11.093 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ee4349724519473eb109744be96199ec for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:11.093 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=09c4122eeadd44488410c920e73decd4@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=257c1c945b074605b01de46e79727ad7@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=bd184aa2f4fc4be7bd5c1d2e24440736@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=6091a78700484e8dbbb0092a7e955dcf@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=ee4349724519473eb109744be96199ec@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:11.096 [INFO - ForkJoinPool-178-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/.kudu-metadata.json
15:59:11.105 [INFO - ForkJoinPool-178-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableWithOnlyCustomHashSchemas
15:59:11.106 [DEBUG - main] (Connection.java:748) [peer master-127.29.28.252:34453(127.29.28.252:34453)] connecting to peer
15:59:11.109 [DEBUG - main] (Connection.java:748) [peer master-127.29.28.253:45525(127.29.28.253:45525)] connecting to peer
15:59:11.111 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.28.252:34453(127.29.28.252:34453)] Successfully connected to peer
15:59:11.113 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.28.252
15:59:11.121 [DEBUG - main] (Connection.java:748) [peer master-127.29.28.254:43755(127.29.28.254:43755)] connecting to peer
15:59:11.122 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.28.253:45525(127.29.28.253:45525)] Successfully connected to peer
15:59:11.145 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.28.254:43755(127.29.28.254:43755)] Successfully connected to peer
15:59:11.147 [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:59:11.150 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.28.253
15:59:11.154 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x1990895d, L:/127.0.0.1:53042 - R:/127.29.28.252:34453] using SASL/PLAIN
15:59:11.154 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.28.254
15:59:11.164 [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:59:11.165 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe0d0c2f4, L:/127.0.0.1:35712 - R:/127.29.28.253:45525] using SASL/PLAIN
15:59:11.168 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 66.7 KiB, free: 1993.9 MiB)
15:59:11.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:11.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=64), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.29.28.252:34453, [3ms] Sub RPC ConnectToMaster: sending RPC to server master-127.29.28.253:45525, [14ms] Sub RPC ConnectToMaster: sending RPC to server master-127.29.28.254:43755, [60ms] Sub RPC ConnectToMaster: received response from server master-127.29.28.253:45525: OK, [63ms] Sub RPC ConnectToMaster: received response from server master-127.29.28.252:34453: OK, deferred=null) after lookup
15:59:11.177 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.178 [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:59:11.180 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x77ac2353, L:/127.0.0.1:45470 - R:/127.29.28.254:43755] using SASL/PLAIN
15:59:11.185 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:11.193 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:11.193 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:11.193 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:11.207 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.6 MiB)
15:59:11.218 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.5 MiB)
15:59:11.219 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:11.220 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:11.220 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402146 bytes, open cost is considered as scanning 4194304 bytes.
15:59:11.231 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:11.231 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:11.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:11.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:11.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:11.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:11.233 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.5 MiB)
15:59:11.235 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.5 MiB)
15:59:11.235 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:11.235 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:11.236 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:11.236 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:11.236 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5229 bytes) taskResourceAssignments Map()
15:59:11.237 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 5)
15:59:11.240 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/part-00002-44be4f16-3bd3-429b-aab7-a526b34c42d6-c000.snappy.parquet, range: 0-7321, partition values: [empty row]
15:59:11.244 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/part-00000-44be4f16-3bd3-429b-aab7-a526b34c42d6-c000.snappy.parquet, range: 0-6217, partition values: [empty row]
15:59:11.249 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 5). 8515 bytes result sent to driver
15:59:11.250 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 5) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:11.250 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:11.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.018 s
15:59:11.252 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:11.252 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:11.252 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.020986 s
15:59:11.530 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526351530
15:59:11.530 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526351528865
15:59:11.530 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:11.530 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup7283716586197857830/
15:59:11.537 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas
15:59:11.540 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.540 [INFO - ForkJoinPool-181-worker-1] (KuduBackup.scala:55) Backing up table testTableWithOnlyCustomHashSchemas to path: file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531
15:59:11.540 [INFO - ForkJoinPool-181-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:11.540 [INFO - ForkJoinPool-181-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526350660 from backup in path: file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660
15:59:11.557 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.558 [INFO - ForkJoinPool-181-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.558 [INFO - ForkJoinPool-181-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.558 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.558 [INFO - ForkJoinPool-181-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.558 [INFO - ForkJoinPool-181-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.558 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.571 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 09c4122eeadd44488410c920e73decd4 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:11.571 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 257c1c945b074605b01de46e79727ad7 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:11.571 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bd184aa2f4fc4be7bd5c1d2e24440736 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:11.571 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6091a78700484e8dbbb0092a7e955dcf for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:11.572 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ee4349724519473eb109744be96199ec for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:11.572 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=09c4122eeadd44488410c920e73decd4@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=257c1c945b074605b01de46e79727ad7@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=bd184aa2f4fc4be7bd5c1d2e24440736@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=6091a78700484e8dbbb0092a7e955dcf@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=ee4349724519473eb109744be96199ec@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:11.592 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:11.593 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 5 output partitions
15:59:11.593 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:59:11.593 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:11.593 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:11.593 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:59:11.611 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.6 KiB, free 1993.3 MiB)
15:59:11.613 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.3 MiB)
15:59:11.613 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:11.614 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:11.614 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 5 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4))
15:59:11.614 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 5 tasks resource profile 0
15:59:11.615 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5186 bytes) taskResourceAssignments Map()
15:59:11.615 [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:59:11.625 [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:59:11.627 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.629 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:11.630 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:11.631 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:11.646 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323935870976000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=09c4122eeadd44488410c920e73decd4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.647 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:11.648 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559117082096355600536053_0002_m_000000_6' to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/_temporary/0/task_202607081559117082096355600536053_0002_m_000000
15:59:11.648 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) attempt_202607081559117082096355600536053_0002_m_000000_6: Committed
15:59:11.649 [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). 6257 bytes result sent to driver
15:59:11.650 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5186 bytes) taskResourceAssignments Map()
15:59:11.651 [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:59:11.651 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6) in 36 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/5)
15:59:11.663 [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:59:11.666 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.667 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.667 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.668 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.668 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.668 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.668 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.674 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 30 rows, more = false, responseScanTimestamp = 7305323935870976000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=257c1c945b074605b01de46e79727ad7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.714 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.714 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:11.715 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:11.716 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:11.716 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:11.716 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:11.717 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:11.720 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:11.727 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:11.739 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6456
15:59:11.742 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559116222415015974380576_0002_m_000001_7' to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/_temporary/0/task_202607081559116222415015974380576_0002_m_000001
15:59:11.742 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) attempt_202607081559116222415015974380576_0002_m_000001_7: Committed
15:59:11.743 [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). 6343 bytes result sent to driver
15:59:11.744 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5186 bytes) taskResourceAssignments Map()
15:59:11.744 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7) in 94 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/5)
15:59:11.746 [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:59:11.762 [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:59:11.765 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.766 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.766 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.766 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.767 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.767 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.767 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.772 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323935870976000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=bd184aa2f4fc4be7bd5c1d2e24440736, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.772 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559114763918913611788351_0002_m_000002_8
15:59:11.773 [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). 6214 bytes result sent to driver
15:59:11.774 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5186 bytes) taskResourceAssignments Map()
15:59:11.775 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8) in 31 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/5)
15:59:11.776 [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:59:11.790 [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:59:11.793 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.795 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.795 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.795 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.795 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.795 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.795 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.800 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305323935870976000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=6091a78700484e8dbbb0092a7e955dcf, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.825 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.825 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:380) Validation is off
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:11.826 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:11.827 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:11.893 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6865
15:59:11.896 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559117594602790442752445_0002_m_000003_9' to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/_temporary/0/task_202607081559117594602790442752445_0002_m_000003
15:59:11.896 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) attempt_202607081559117594602790442752445_0002_m_000003_9: Committed
15:59:11.897 [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). 6300 bytes result sent to driver
15:59:11.898 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 2.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5186 bytes) taskResourceAssignments Map()
15:59:11.898 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (Logging.scala:57) Running task 4.0 in stage 2.0 (TID 10)
15:59:11.899 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 9) in 125 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/5)
15:59:11.920 [DEBUG - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:11.922 [DEBUG - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:11.923 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.923 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.931 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.931 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:11.931 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:11.932 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:11.938 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 37 rows, more = false, responseScanTimestamp = 7305323935870976000) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas, tablet=ee4349724519473eb109744be96199ec, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:11.964 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:11.965 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:11.966 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:11.966 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:11.966 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:11.967 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:11.980 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7315
15:59:11.983 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559113361962543111488396_0002_m_000004_10' to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/_temporary/0/task_202607081559113361962543111488396_0002_m_000004
15:59:11.983 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (Logging.scala:57) attempt_202607081559113361962543111488396_0002_m_000004_10: Committed
15:59:11.984 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 10)] (Logging.scala:57) Finished task 4.0 in stage 2.0 (TID 10). 6300 bytes result sent to driver
15:59:11.986 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 2.0 (TID 10) in 88 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/5)
15:59:11.986 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:11.986 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.392 s
15:59:11.987 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:11.987 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:11.988 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.395355 s
15:59:12.000 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Write Job baa16fb3-437b-4cb8-980d-d451801c17e5 committed.
15:59:12.001 [INFO - ForkJoinPool-181-worker-1] (Logging.scala:57) Finished processing stats for write job baa16fb3-437b-4cb8-980d-d451801c17e5.
15:59:12.005 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 09c4122eeadd44488410c920e73decd4 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.005 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 257c1c945b074605b01de46e79727ad7 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.006 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bd184aa2f4fc4be7bd5c1d2e24440736 for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.006 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6091a78700484e8dbbb0092a7e955dcf for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.006 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ee4349724519473eb109744be96199ec for table 'testTableWithOnlyCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.006 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=09c4122eeadd44488410c920e73decd4@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=257c1c945b074605b01de46e79727ad7@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=bd184aa2f4fc4be7bd5c1d2e24440736@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=6091a78700484e8dbbb0092a7e955dcf@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=ee4349724519473eb109744be96199ec@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.009 [INFO - ForkJoinPool-181-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/.kudu-metadata.json
15:59:12.021 [INFO - ForkJoinPool-181-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableWithOnlyCustomHashSchemas
15:59:12.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 188353c450434e72958c3d6534a91352
15:59:12.035 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:12.049 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:12.049 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:12.050 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:12.071 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:12.085 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:12.086 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:12.087 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:59:12.090 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 16797342 bytes, open cost is considered as scanning 4194304 bytes.
15:59:12.103 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:12.104 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:12.104 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:59:12.104 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:12.105 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:12.105 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:12.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:59:12.108 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:59:12.109 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 7.2 KiB, free: 1993.8 MiB)
15:59:12.110 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:12.110 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:12.110 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:59:12.111 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5663 bytes) taskResourceAssignments Map()
15:59:12.111 [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:59:12.132 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00004-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-6297, partition values: [empty row]
15:59:12.140 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00003-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-6096, partition values: [empty row]
15:59:12.146 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00001-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-5895, partition values: [empty row]
15:59:12.148 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:59:12.161 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00000-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:12.165 [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). 8508 bytes result sent to driver
15:59:12.166 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 11) in 55 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:12.167 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:12.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.062 s
15:59:12.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:12.168 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:12.168 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.064107 s
15:59:12.174 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup7283716586197857830/
15:59:12.182 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas
15:59:12.186 [INFO - ForkJoinPool-184-worker-1] (KuduRestore.scala:104) Restoring table testTableWithOnlyCustomHashSchemas from path: file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660
15:59:12.186 [INFO - ForkJoinPool-184-worker-1] (KuduRestore.scala:112) Creating restore table testTableWithOnlyCustomHashSchemas-restore
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.190667 29995 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53036:
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableWithOnlyCustomHashSchemas-restore"
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:12.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:12.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 4
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000d\000\000\000"
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 2
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:12.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:12.211 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 33ebb948064a4df693a32bf2d0210270
15:59:12.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.215922 30293 tablet_service.cc:1467] Processing CreateTablet for tablet 88efd605df61464b9cb42dccdb0a77fb (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:12.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.216019 30157 tablet_service.cc:1467] Processing CreateTablet for tablet d3edd697371340b2b52276bf7408b395 (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:12.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.216300 30293 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 88efd605df61464b9cb42dccdb0a77fb. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:12.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.216298 30157 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d3edd697371340b2b52276bf7408b395. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:12.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.219609 30724 tablet_bootstrap.cc:492] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a: Bootstrap starting.
15:59:12.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.219895 30723 tablet_bootstrap.cc:492] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e: Bootstrap starting.
15:59:12.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.220999 30723 tablet_bootstrap.cc:654] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e: Neither blocks nor log segments found. Creating new log.
15:59:12.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.221187 30724 tablet_bootstrap.cc:654] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a: Neither blocks nor log segments found. Creating new log.
15:59:12.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222239 30724 tablet_bootstrap.cc:492] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a: No bootstrap required, opened a new log
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222239 30723 tablet_bootstrap.cc:492] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e: No bootstrap required, opened a new log
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222321 30724 ts_tablet_manager.cc:1397] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222321 30723 ts_tablet_manager.cc:1397] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222709 30724 raft_consensus.cc:348] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222709 30723 raft_consensus.cc:348] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222812 30723 raft_consensus.cc:374] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222812 30724 raft_consensus.cc:374] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222846 30723 raft_consensus.cc:729] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Initialized, Role: FOLLOWER
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222846 30724 raft_consensus.cc:729] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cddd739ef8714825b9682a94d408202a, State: Initialized, Role: FOLLOWER
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222968 30724 consensus_queue.cc:260] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.222968 30723 consensus_queue.cc:260] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.223045 30724 raft_consensus.cc:388] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.223057 30723 raft_consensus.cc:388] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.223084 30724 raft_consensus.cc:482] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.223094 30723 raft_consensus.cc:482] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.223138 30723 raft_consensus.cc:3037] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Advancing to term 1
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.223136 30724 raft_consensus.cc:3037] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Advancing to term 1
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224095 30724 raft_consensus.cc:504] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224095 30723 raft_consensus.cc:504] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224221 30723 leader_election.cc:302] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [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: 06a0de7674184af1b85150284ca2d98e; no voters: 
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224221 30724 leader_election.cc:302] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [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: cddd739ef8714825b9682a94d408202a; no voters: 
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224376 30724 leader_election.cc:288] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224376 30723 leader_election.cc:288] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:12.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224640 30723 ts_tablet_manager.cc:1428] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:59:12.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.224644 30724 ts_tablet_manager.cc:1428] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:12.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.229795 30729 raft_consensus.cc:2781] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Leader election won for term 1
15:59:12.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.229970 30728 raft_consensus.cc:2781] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Leader election won for term 1
15:59:12.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.230193 30729 raft_consensus.cc:686] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [term 1 LEADER]: Becoming Leader. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Running, Role: LEADER
15:59:12.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.230422 30729 consensus_queue.cc:237] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.230808 30728 raft_consensus.cc:686] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [term 1 LEADER]: Becoming Leader. State: Replica: cddd739ef8714825b9682a94d408202a, State: Running, Role: LEADER
15:59:12.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.232201 30728 consensus_queue.cc:237] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.233960 29995 catalog_manager.cc:5495] T 88efd605df61464b9cb42dccdb0a77fb P 06a0de7674184af1b85150284ca2d98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 06a0de7674184af1b85150284ca2d98e (127.29.28.194). New cstate: current_term: 1 leader_uuid: "06a0de7674184af1b85150284ca2d98e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } health_report { overall_health: HEALTHY } } }
15:59:12.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.233960 29996 catalog_manager.cc:5495] T d3edd697371340b2b52276bf7408b395 P cddd739ef8714825b9682a94d408202a reported cstate change: term changed from 0 to 1, leader changed from <none> to cddd739ef8714825b9682a94d408202a (127.29.28.193). New cstate: current_term: 1 leader_uuid: "cddd739ef8714825b9682a94d408202a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } health_report { overall_health: HEALTHY } } }
15:59:12.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.263113 29996 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:53036:
15:59:12.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableWithOnlyCustomHashSchemas-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000\310\000\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 3 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:12.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:12.272379 29996 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2dd0e34d2689457fbb65eebf994ecbfd has no consensus state
15:59:12.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:12.273636 29996 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 955a46e048bd4667b9fba9071b5f0cfe has no consensus state
15:59:12.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:12.273769 29996 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 101da51314894568a8f8689bfc654b2a has no consensus state
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.281369 30428 tablet_service.cc:1467] Processing CreateTablet for tablet 2dd0e34d2689457fbb65eebf994ecbfd (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.281369 30157 tablet_service.cc:1467] Processing CreateTablet for tablet 955a46e048bd4667b9fba9071b5f0cfe (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.281428 30293 tablet_service.cc:1467] Processing CreateTablet for tablet 101da51314894568a8f8689bfc654b2a (DEFAULT_TABLE table=testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.281734 30157 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 955a46e048bd4667b9fba9071b5f0cfe. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.281734 30428 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2dd0e34d2689457fbb65eebf994ecbfd. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.281762 30293 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 101da51314894568a8f8689bfc654b2a. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:12.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.284341 30724 tablet_bootstrap.cc:492] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a: Bootstrap starting.
15:59:12.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.284602 30723 tablet_bootstrap.cc:492] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e: Bootstrap starting.
15:59:12.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.285394 30724 tablet_bootstrap.cc:654] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a: Neither blocks nor log segments found. Creating new log.
15:59:12.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.285533 30723 tablet_bootstrap.cc:654] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e: Neither blocks nor log segments found. Creating new log.
15:59:12.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.286918 30723 tablet_bootstrap.cc:492] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e: No bootstrap required, opened a new log
15:59:12.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287009 30723 ts_tablet_manager.cc:1397] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:12.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287495 30723 raft_consensus.cc:348] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287622 30723 raft_consensus.cc:374] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:12.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287660 30723 raft_consensus.cc:729] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Initialized, Role: FOLLOWER
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287791 30723 consensus_queue.cc:260] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287875 30723 raft_consensus.cc:388] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287911 30723 raft_consensus.cc:482] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.287954 30723 raft_consensus.cc:3037] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 0 FOLLOWER]: Advancing to term 1
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.289141 30723 raft_consensus.cc:504] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.289299 30723 leader_election.cc:302] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [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: 06a0de7674184af1b85150284ca2d98e; no voters: 
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.289404 30723 leader_election.cc:288] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:12.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.289650 30723 ts_tablet_manager.cc:1428] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:12.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.289956 30736 tablet_bootstrap.cc:492] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0: Bootstrap starting.
15:59:12.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.291006 30736 tablet_bootstrap.cc:654] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0: Neither blocks nor log segments found. Creating new log.
15:59:12.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.291772 30724 tablet_bootstrap.cc:492] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a: No bootstrap required, opened a new log
15:59:12.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.291843 30727 raft_consensus.cc:2781] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 1 FOLLOWER]: Leader election won for term 1
15:59:12.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.291879 30724 ts_tablet_manager.cc:1397] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a: Time spent bootstrapping tablet: real 0.008s	user 0.002s	sys 0.000s
15:59:12.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292229 30727 raft_consensus.cc:686] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [term 1 LEADER]: Becoming Leader. State: Replica: 06a0de7674184af1b85150284ca2d98e, State: Running, Role: LEADER
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292299 30724 raft_consensus.cc:348] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292384 30724 raft_consensus.cc:374] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292408 30724 raft_consensus.cc:729] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cddd739ef8714825b9682a94d408202a, State: Initialized, Role: FOLLOWER
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292366 30727 consensus_queue.cc:237] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e [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: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } }
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292542 30724 consensus_queue.cc:260] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292639 30724 raft_consensus.cc:388] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292665 30724 raft_consensus.cc:482] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.292697 30724 raft_consensus.cc:3037] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 0 FOLLOWER]: Advancing to term 1
15:59:12.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.294319 30724 raft_consensus.cc:504] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.294466 30724 leader_election.cc:302] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [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: cddd739ef8714825b9682a94d408202a; no voters: 
15:59:12.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.294559 30724 leader_election.cc:288] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:12.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.294721 29996 catalog_manager.cc:5495] T 101da51314894568a8f8689bfc654b2a P 06a0de7674184af1b85150284ca2d98e reported cstate change: term changed from 0 to 1, leader changed from <none> to 06a0de7674184af1b85150284ca2d98e (127.29.28.194). New cstate: current_term: 1 leader_uuid: "06a0de7674184af1b85150284ca2d98e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "06a0de7674184af1b85150284ca2d98e" member_type: VOTER last_known_addr { host: "127.29.28.194" port: 42167 } health_report { overall_health: HEALTHY } } }
15:59:12.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.295022 30724 ts_tablet_manager.cc:1428] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:12.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.295166 30730 raft_consensus.cc:2781] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 1 FOLLOWER]: Leader election won for term 1
15:59:12.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.295377 30730 raft_consensus.cc:686] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [term 1 LEADER]: Becoming Leader. State: Replica: cddd739ef8714825b9682a94d408202a, State: Running, Role: LEADER
15:59:12.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.295521 30730 consensus_queue.cc:237] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a [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: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } }
15:59:12.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.298610 29995 catalog_manager.cc:5495] T 955a46e048bd4667b9fba9071b5f0cfe P cddd739ef8714825b9682a94d408202a reported cstate change: term changed from 0 to 1, leader changed from <none> to cddd739ef8714825b9682a94d408202a (127.29.28.193). New cstate: current_term: 1 leader_uuid: "cddd739ef8714825b9682a94d408202a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cddd739ef8714825b9682a94d408202a" member_type: VOTER last_known_addr { host: "127.29.28.193" port: 44525 } health_report { overall_health: HEALTHY } } }
15:59:12.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:12.304622 29982 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 2dd0e34d2689457fbb65eebf994ecbfd (table testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 2dd0e34d2689457fbb65eebf994ecbfd consensus state has no leader
15:59:12.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.309633 30736 tablet_bootstrap.cc:492] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0: No bootstrap required, opened a new log
15:59:12.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.309770 30736 ts_tablet_manager.cc:1397] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0: Time spent bootstrapping tablet: real 0.020s	user 0.002s	sys 0.000s
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310271 30736 raft_consensus.cc:348] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310402 30736 raft_consensus.cc:374] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310443 30736 raft_consensus.cc:729] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Initialized, Role: FOLLOWER
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310587 30736 consensus_queue.cc:260] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310689 30736 raft_consensus.cc:388] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310729 30736 raft_consensus.cc:482] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.310775 30736 raft_consensus.cc:3037] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 0 FOLLOWER]: Advancing to term 1
15:59:12.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.311933 30736 raft_consensus.cc:504] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:12.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.312101 30736 leader_election.cc:302] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [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: 5f21f5235ea94b1f8d1f579db84552f0; no voters: 
15:59:12.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.312356 30736 leader_election.cc:288] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:12.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.312512 30743 raft_consensus.cc:2781] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 FOLLOWER]: Leader election won for term 1
15:59:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.312813 30736 ts_tablet_manager.cc:1428] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.313022 30743 raft_consensus.cc:686] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [term 1 LEADER]: Becoming Leader. State: Replica: 5f21f5235ea94b1f8d1f579db84552f0, State: Running, Role: LEADER
15:59:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.313163 30743 consensus_queue.cc:237] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 [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: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } }
15:59:12.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.314766 29995 catalog_manager.cc:5495] T 2dd0e34d2689457fbb65eebf994ecbfd P 5f21f5235ea94b1f8d1f579db84552f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f21f5235ea94b1f8d1f579db84552f0 (127.29.28.195). New cstate: current_term: 1 leader_uuid: "5f21f5235ea94b1f8d1f579db84552f0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5f21f5235ea94b1f8d1f579db84552f0" member_type: VOTER last_known_addr { host: "127.29.28.195" port: 46385 } health_report { overall_health: HEALTHY } } }
15:59:12.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.323941 29995 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 9fcf3692bf15425a914f4953e9838adf: testTableWithOnlyCustomHashSchemas-restore [id=33ebb948064a4df693a32bf2d0210270] alter complete (version 0)
15:59:12.347 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:12.367 [INFO - ForkJoinPool-184-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:12.374 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:12.374 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:12.375 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:12.383 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:12.396 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:12.397 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:12.398 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:59:12.399 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402146 bytes, open cost is considered as scanning 4194304 bytes.
15:59:12.409 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:12.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:12.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:59:12.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:12.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:12.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:12.412 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 31.0 KiB, free 1993.1 MiB)
15:59:12.413 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 11.2 KiB, free 1993.1 MiB)
15:59:12.414 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 11.2 KiB, free: 1993.8 MiB)
15:59:12.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:59:12.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:12.414 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:59:12.415 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5229 bytes) taskResourceAssignments Map()
15:59:12.415 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 12)
15:59:12.419 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.421 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 33ebb948064a4df693a32bf2d0210270
15:59:12.422 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/part-00002-44be4f16-3bd3-429b-aab7-a526b34c42d6-c000.snappy.parquet, range: 0-7321, partition values: [empty row]
15:59:12.428 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.429 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.429 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.429 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.430 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526350660/part-00000-44be4f16-3bd3-429b-aab7-a526b34c42d6-c000.snappy.parquet, range: 0-6217, partition values: [empty row]
15:59:12.432 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.436 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.437 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.437 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.437 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.437 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.438 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.439 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.439 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.440 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.440 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.441 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.441 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.442 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.443 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.443 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.444 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.444 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.445 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.445 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.445 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.445 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.446 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.446 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.447 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.448 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.448 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.448 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.448 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.449 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.450 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.450 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.451 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.451 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.451 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.453 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.454 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.455 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.456 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.457 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.459 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.459 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.460 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.462 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.463 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.464 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@53f24bf7, flushNotification=Deferred@616683561(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:12.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.464 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.466 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.467 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.468 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.468 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.469 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.470 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.471 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.471 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.472 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.472 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.473 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.473 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.473 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.474 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.474 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.475 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.475 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.476 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.476 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.477 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.477 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.478 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.478 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.479 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.479 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.480 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.481 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.482 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.482 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.482 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.483 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.483 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.484 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.484 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.485 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.485 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.486 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.487 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.488 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.489 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.489 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.490 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.491 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.492 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.492 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.493 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.495 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.496 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.503 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 12)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 12). 5422 bytes result sent to driver
15:59:12.504 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 12) in 89 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:12.505 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:59:12.505 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.094 s
15:59:12.505 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:12.505 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:59:12.506 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.095921 s
15:59:12.506 [INFO - ForkJoinPool-184-worker-1] (KuduRestore.scala:104) Restoring table testTableWithOnlyCustomHashSchemas from path: file:/tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531
15:59:12.511 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:12.524 [INFO - ForkJoinPool-184-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:12.530 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:12.530 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:12.530 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:12.538 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 314.2 KiB, free 1992.8 MiB)
15:59:12.550 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:59:12.551 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:12.564 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:59:12.565 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 16797342 bytes, open cost is considered as scanning 4194304 bytes.
15:59:12.567 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:59:12.573 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:12.576 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 11.2 KiB, free: 1993.8 MiB)
15:59:12.578 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:12.579 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:12.579 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:12.579 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:59:12.579 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:12.579 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:12.579 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:12.581 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 29.4 KiB, free 1993.5 MiB)
15:59:12.583 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 11.2 KiB, free 1993.5 MiB)
15:59:12.584 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 11.2 KiB, free: 1993.8 MiB)
15:59:12.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:59:12.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:12.584 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:59:12.585 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5663 bytes) taskResourceAssignments Map()
15:59:12.586 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 13)
15:59:12.589 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.591 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 33ebb948064a4df693a32bf2d0210270
15:59:12.591 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00004-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-6297, partition values: [empty row]
15:59:12.597 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00003-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-6096, partition values: [empty row]
15:59:12.601 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00001-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-5895, partition values: [empty row]
15:59:12.606 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (Logging.scala:57) Reading File path: file:///tmp/backup7283716586197857830/188353c450434e72958c3d6534a91352-testTableWithOnlyCustomHashSchemas/1783526351531/part-00000-570f3d04-ded6-4423-bd8f-e527caaec4c5-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:12.609 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=15000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@57824867, flushNotification=Deferred@1508490335(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:12.617 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 13)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 13). 5422 bytes result sent to driver
15:59:12.618 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 13) in 33 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:12.619 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:59:12.619 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.039 s
15:59:12.619 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:12.619 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:59:12.620 [INFO - ForkJoinPool-184-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.040851 s
15:59:12.620 [INFO - ForkJoinPool-184-worker-1] (KuduRestore.scala:237) Successfully restored table testTableWithOnlyCustomHashSchemas
15:59:12.623 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 33ebb948064a4df693a32bf2d0210270
15:59:12.625 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.626 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.626 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.626 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.626 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.626 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.633 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:1002
15:59:12.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (collect at TestKuduBackup.scala:1002) with 5 output partitions
15:59:12.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (collect at TestKuduBackup.scala:1002)
15:59:12.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:12.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:12.634 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:12.636 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:59:12.638 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:59:12.638 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33515 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:12.639 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:59:12.639 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 5 missing tasks from ResultStage 6 (KuduRDD[26] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4))
15:59:12.639 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 5 tasks resource profile 0
15:59:12.640 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5412 bytes) taskResourceAssignments Map()
15:59:12.640 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 14)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 14)
15:59:12.642 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.646 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305323940431806464) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas-restore, tablet=88efd605df61464b9cb42dccdb0a77fb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:12.647 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 14)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 14). 5714 bytes result sent to driver
15:59:12.648 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5412 bytes) taskResourceAssignments Map()
15:59:12.648 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 14) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/5)
15:59:12.648 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 15)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 15)
15:59:12.650 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.653 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 30 rows, more = false, responseScanTimestamp = 7305323940462714880) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas-restore, tablet=2dd0e34d2689457fbb65eebf994ecbfd, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:12.654 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 15)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 15). 5538 bytes result sent to driver
15:59:12.655 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 6.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5412 bytes) taskResourceAssignments Map()
15:59:12.655 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 16)] (Logging.scala:57) Running task 2.0 in stage 6.0 (TID 16)
15:59:12.656 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 15) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/5)
15:59:12.657 [DEBUG - Executor task launch worker for task 2.0 in stage 6.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.660 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305323940489789440) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas-restore, tablet=d3edd697371340b2b52276bf7408b395, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:12.661 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 16)] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 16). 6004 bytes result sent to driver
15:59:12.662 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 6.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5412 bytes) taskResourceAssignments Map()
15:59:12.663 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 17)] (Logging.scala:57) Running task 3.0 in stage 6.0 (TID 17)
15:59:12.663 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 16) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/5)
15:59:12.664 [DEBUG - Executor task launch worker for task 3.0 in stage 6.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.667 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305323940521103360) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas-restore, tablet=955a46e048bd4667b9fba9071b5f0cfe, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:12.668 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 17)] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 17). 5543 bytes result sent to driver
15:59:12.669 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 6.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5412 bytes) taskResourceAssignments Map()
15:59:12.669 [INFO - Executor task launch worker for task 4.0 in stage 6.0 (TID 18)] (Logging.scala:57) Running task 4.0 in stage 6.0 (TID 18)
15:59:12.669 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 17) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/5)
15:59:12.670 [DEBUG - Executor task launch worker for task 4.0 in stage 6.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:12.684 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 37 rows, more = false, responseScanTimestamp = 7305323940590940160) for scanner KuduScanner(table=testTableWithOnlyCustomHashSchemas-restore, tablet=101da51314894568a8f8689bfc654b2a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:12.685 [INFO - Executor task launch worker for task 4.0 in stage 6.0 (TID 18)] (Logging.scala:57) Finished task 4.0 in stage 6.0 (TID 18). 5607 bytes result sent to driver
15:59:12.687 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 6.0 (TID 18) in 18 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/5)
15:59:12.687 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:59:12.687 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (collect at TestKuduBackup.scala:1002) finished in 0.052 s
15:59:12.688 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:12.688 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:59:12.689 [INFO - main] (Logging.scala:57) Job 6 finished: collect at TestKuduBackup.scala:1002, took 0.055184 s
15:59:12.691 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 33ebb948064a4df693a32bf2d0210270
15:59:12.693 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 88efd605df61464b9cb42dccdb0a77fb for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:12.693 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2dd0e34d2689457fbb65eebf994ecbfd for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:12.693 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d3edd697371340b2b52276bf7408b395 for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:12.693 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 955a46e048bd4667b9fba9071b5f0cfe for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:12.694 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 101da51314894568a8f8689bfc654b2a for table 'testTableWithOnlyCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:12.694 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=88efd605df61464b9cb42dccdb0a77fb@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=2dd0e34d2689457fbb65eebf994ecbfd@[5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=d3edd697371340b2b52276bf7408b395@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=955a46e048bd4667b9fba9071b5f0cfe@[cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=101da51314894568a8f8689bfc654b2a@[06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x, ttl=299999}]
15:59:12.711 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:12.732 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:12.732 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:12.733 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:12.734 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:12.744 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:12.744 [DEBUG - main] (Connection.java:575) [peer cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)] disconnecting while in state READY
15:59:12.745 [DEBUG - main] (Connection.java:575) [peer master-127.29.28.254:43755(127.29.28.254:43755)] disconnecting while in state READY
15:59:12.745 [DEBUG - main] (Connection.java:575) [peer 06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)] disconnecting while in state READY
15:59:12.745 [DEBUG - main] (Connection.java:575) [peer 5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)] disconnecting while in state READY
15:59:12.745 [DEBUG - main] (Connection.java:575) [peer master-127.29.28.252:34453(127.29.28.252:34453)] disconnecting while in state READY
15:59:12.745 [DEBUG - main] (Connection.java:575) [peer master-127.29.28.253:45525(127.29.28.253:45525)] disconnecting while in state READY
15:59:12.746 [DEBUG - kudu-nio-1] (Connection.java:239) [peer cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)] handling channelInactive
15:59:12.746 [DEBUG - kudu-nio-1] (Connection.java:709) [peer cddd739ef8714825b9682a94d408202a(127.29.28.193:44525)] cleaning up while in state READY due to: connection closed
15:59:12.747 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)] handling channelInactive
15:59:12.747 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 06a0de7674184af1b85150284ca2d98e(127.29.28.194:42167)] cleaning up while in state READY due to: connection closed
15:59:12.747 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.28.253:45525(127.29.28.253:45525)] handling channelInactive
15:59:12.747 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.28.253:45525(127.29.28.253:45525)] cleaning up while in state READY due to: connection closed
15:59:12.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:12.751 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.28.254:43755(127.29.28.254:43755)] handling channelInactive
15:59:12.751 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.28.254:43755(127.29.28.254:43755)] cleaning up while in state READY due to: connection closed
15:59:12.751 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)] handling channelInactive
15:59:12.751 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 5f21f5235ea94b1f8d1f579db84552f0(127.29.28.195:46385)] cleaning up while in state READY due to: connection closed
15:59:12.751 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.28.252:34453(127.29.28.252:34453)] handling channelInactive
15:59:12.751 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.28.252:34453(127.29.28.252:34453)] cleaning up while in state READY due to: connection closed
15:59:12.752 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 43 thread-local buffer(s) from thread: kudu-nio-0
15:59:12.754 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 38 thread-local buffer(s) from thread: kudu-nio-1
15:59:12.772 [DEBUG - main] (Connection.java:575) [peer master-127.29.28.254:43755(127.29.28.254:43755)] disconnecting while in state READY
15:59:12.774 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.28.254:43755(127.29.28.254:43755)] handling channelInactive
15:59:12.775 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.28.254:43755(127.29.28.254:43755)] cleaning up while in state READY due to: connection closed
15:59:12.775 [DEBUG - main] (Connection.java:575) [peer master-127.29.28.252:34453(127.29.28.252:34453)] disconnecting while in state READY
15:59:12.776 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.28.252:34453(127.29.28.252:34453)] handling channelInactive
15:59:12.776 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.28.252:34453(127.29.28.252:34453)] cleaning up while in state READY due to: connection closed
15:59:12.776 [DEBUG - main] (Connection.java:575) [peer master-127.29.28.253:45525(127.29.28.253:45525)] disconnecting while in state READY
15:59:12.777 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.28.253:45525(127.29.28.253:45525)] handling channelInactive
15:59:12.777 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.28.253:45525(127.29.28.253:45525)] cleaning up while in state READY due to: connection closed
15:59:12.778 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:12.778 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 26 thread-local buffer(s) from thread: kudu-nio-0
15:59:12.779 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 18 thread-local buffer(s) from thread: kudu-nio-1
15:59:12.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.779939 29811 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 30096
15:59:12.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.789898 29811 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 30231
15:59:12.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.796900 29811 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 30366
15:59:12.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.804066 29811 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 29822
15:59:12.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.810793 29811 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 29891
15:59:12.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:12.817487 29811 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 29963
15:59:12.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:12Z chronyd exiting
.15:59:12.882 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526352882
15:59:12.884 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:12.885 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:12.885 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:12.885 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:12.885 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:12.886 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:13.002 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:13.002 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:13.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.003720 30786 mini_oidc.cc:152] Starting JWKS server
15:59:13.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.005856 30786 webserver.cc:460] Webserver started at http://127.0.0.1:43791/ using document root <none> and password file <none>
15:59:13.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.005995 30786 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:13.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.006230 30786 webserver.cc:460] Webserver started at http://127.0.0.1:44593/ using document root <none> and password file <none>
15:59:13.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:13Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:13.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:13Z Disabled control of system clock
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.024130 30786 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/logs
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data/info.pb
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.190:34099
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.190
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:13.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43791/jwks.json with env {}
15:59:13.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.135835 30797 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:13.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.136176 30797 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:13.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.136236 30797 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.140437 30797 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.140547 30797 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.140578 30797 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.140599 30797 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.140621 30797 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:13.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.140640 30797 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43791/jwks.json
15:59:13.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.145613 30797 master_runner.cc:386] Master server non-default flags:
15:59:13.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.190:34099
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43791/jwks.json
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data/info.pb
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.190
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30797
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/logs
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:13.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.147055 30797 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:59:13.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.148548 30797 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:13.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.157223 30805 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:59:13.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.157265 30803 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:59:13.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.157317 30797 server_base.cc:1034] running on GCE node
15:59:13.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.157254 30802 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:59:13.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.158303 30797 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.159487 30797 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.160676 30797 hybrid_clock.cc:648] HybridClock initialized: now 1783526353160656 us; error 34 us; skew 500 ppm
15:59:13.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.162866 30797 webserver.cc:460] Webserver started at http://127.30.16.190:42401/ using document root <none> and password file <none>
15:59:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.163430 30797 fs_manager.cc:359] Metadata directory not provided
15:59:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.163492 30797 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:13.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.163664 30797 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.165776 30797 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data/instance:
15:59:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5809d5b49e62470db81b3faa46b904cc"
15:59:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.166445 30797 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal/instance:
15:59:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5809d5b49e62470db81b3faa46b904cc"
15:59:13.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.170370 30797 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:13.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.172921 30811 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.174439 30797 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.174553 30797 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5809d5b49e62470db81b3faa46b904cc"
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.174644 30797 fs_report.cc:383] FS layout report
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data/data
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:13.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:13.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.197232 30797 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:13.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.197932 30797 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:59:13.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.198092 30797 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.205435 30797 rpc_server.cc:307] RPC server started. Bound to: 127.30.16.190:34099
15:59:13.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.205446 30863 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.30.16.190:34099 every 8 connection(s)
15:59:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.206534 30797 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/data/info.pb
15:59:13.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.209962 30864 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:59:13.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.210506 30786 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 30797
15:59:13.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.210638 30786 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-0/wal/instance
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.212123 30786 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/logs
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data/info.pb
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.189:40299
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.189
15:59:13.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:13.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43791/jwks.json with env {}
15:59:13.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.213892 30864 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.228078 30864 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.229139 30814 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.16.189:40299: connect: Connection refused (error 111)
15:59:13.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.230262 30864 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.189:40299: Network error: Client connection negotiation failed: client connection to 127.30.16.189:40299: connect: Connection refused (error 111)
15:59:13.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.279546 30864 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } attempt: 1
15:59:13.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.281252 30864 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.189:40299: Network error: Client connection negotiation failed: client connection to 127.30.16.189:40299: connect: Connection refused (error 111)
15:59:13.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.329180 30866 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:13.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.329497 30866 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:13.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.329562 30866 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:13.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.334084 30866 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:13.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.334146 30866 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:13.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.334165 30866 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:13.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.334182 30866 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:13.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.334205 30866 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:13.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.334219 30866 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43791/jwks.json
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.339118 30866 master_runner.cc:386] Master server non-default flags:
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.189:40299
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43791/jwks.json
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data/info.pb
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.189
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30866
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/logs
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:13.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.340261 30866 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:59:13.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.341741 30866 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:13.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.349519 30864 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } attempt: 2
15:59:13.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.350278 30877 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:59:13.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.350414 30875 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:59:13.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.350297 30874 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:59:13.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.350857 30866 server_base.cc:1034] running on GCE node
15:59:13.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.351302 30864 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.189:40299: Network error: Client connection negotiation failed: client connection to 127.30.16.189:40299: connect: Connection refused (error 111)
15:59:13.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.351768 30866 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:13.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.352911 30866 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:13.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.354102 30866 hybrid_clock.cc:648] HybridClock initialized: now 1783526353354075 us; error 34 us; skew 500 ppm
15:59:13.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.356093 30866 webserver.cc:460] Webserver started at http://127.30.16.189:43107/ using document root <none> and password file <none>
15:59:13.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.356642 30866 fs_manager.cc:359] Metadata directory not provided
15:59:13.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.356699 30866 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:13.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.356982 30866 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.359272 30866 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data/instance:
15:59:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d279338551d492a86c0737f138a8370"
15:59:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.359835 30866 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal/instance:
15:59:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d279338551d492a86c0737f138a8370"
15:59:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.363767 30866 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:13.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.366501 30883 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.367928 30866 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.368100 30866 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d279338551d492a86c0737f138a8370"
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.368269 30866 fs_report.cc:383] FS layout report
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data/data
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:13.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.385962 30866 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.386765 30866 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:59:13.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.386996 30866 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.394395 30866 rpc_server.cc:307] RPC server started. Bound to: 127.30.16.189:40299
15:59:13.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.394407 30935 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.30.16.189:40299 every 8 connection(s)
15:59:13.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.395459 30866 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/data/info.pb
15:59:13.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.398766 30786 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 30866
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.398866 30786 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-1/wal/instance
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.399086 30936 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:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.399400 30786 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/logs
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data/info.pb
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:13.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.188:38427
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.188
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:13.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43791/jwks.json with env {}
15:59:13.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.402927 30936 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.413551 30936 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.420722 30936 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.421653 30885 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.422547 30936 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.188:38427: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.442497 30864 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } attempt: 3
15:59:13.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.448246 30864 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.449844 30864 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.188:38427: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.471789 30936 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } attempt: 1
15:59:13.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.473474 30936 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.188:38427: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.481012 30864 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } attempt: 1
15:59:13.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.482510 30864 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.188:38427: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.518704 30938 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.518977 30938 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:13.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.519016 30938 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.523121 30938 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.523190 30938 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.523211 30938 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.523226 30938 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.523242 30938 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:13.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.523257 30938 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:43791/jwks.json
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.528191 30938 master_runner.cc:386] Master server non-default flags:
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.188:38427
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:13.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43791/jwks.json
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data/info.pb
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.188
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.30938
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/logs
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.529426 30938 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:59:13.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.530825 30938 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:13.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.539817 30949 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:59:13.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.539868 30946 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:59:13.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.539891 30938 server_base.cc:1034] running on GCE node
15:59:13.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.539856 30947 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:59:13.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.540978 30938 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:13.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.541750 30936 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } attempt: 2
15:59:13.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.542305 30938 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.543140 30936 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.188:38427: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.543592 30938 hybrid_clock.cc:648] HybridClock initialized: now 1783526353543561 us; error 48 us; skew 500 ppm
15:59:13.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.545694 30938 webserver.cc:460] Webserver started at http://127.30.16.188:36325/ using document root <none> and password file <none>
15:59:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.546406 30938 fs_manager.cc:359] Metadata directory not provided
15:59:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.546509 30938 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:13.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.546756 30938 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.548863 30938 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data/instance:
15:59:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a023bfac3a054031a661e4e21c2c6b3d"
15:59:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.549486 30938 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal/instance:
15:59:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a023bfac3a054031a661e4e21c2c6b3d"
15:59:13.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.553557 30938 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:13.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.556474 30955 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:13.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.557705 30864 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } attempt: 2
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.558202 30938 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.558317 30938 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a023bfac3a054031a661e4e21c2c6b3d"
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:13 on dist-test-slave-vt7w"
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.558411 30938 fs_report.cc:383] FS layout report
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data/data
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:13.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:13.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:13.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.559469 30864 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.30.16.188:38427: Network error: Client connection negotiation failed: client connection to 127.30.16.188:38427: connect: Connection refused (error 111)
15:59:13.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.583055 30938 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:13.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.583806 30938 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:59:13.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.583973 30938 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:13.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.591588 30938 rpc_server.cc:307] RPC server started. Bound to: 127.30.16.188:38427
15:59:13.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.591662 31007 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.30.16.188:38427 every 8 connection(s)
15:59:13.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.592614 30938 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/data/info.pb
15:59:13.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.595615 30786 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 30938
15:59:13.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.595748 30786 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/master-2/wal/instance
15:59:13.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.595912 31008 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:59:13.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.600060 31008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.609632 31008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.614521 31008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } has no permanent_uuid. Determining permanent_uuid...
15:59:13.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.621917 31008 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: Bootstrap starting.
15:59:13.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.624639 31008 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: Neither blocks nor log segments found. Creating new log.
15:59:13.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.625854 31008 log.cc:824] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: Log is configured to *not* fsync() on all Append() calls
15:59:13.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.627779 31008 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: No bootstrap required, opened a new log
15:59:13.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.631112 31008 raft_consensus.cc:348] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.631318 31008 raft_consensus.cc:374] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:13.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.631352 31008 raft_consensus.cc:729] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a023bfac3a054031a661e4e21c2c6b3d, State: Initialized, Role: FOLLOWER
15:59:13.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.631721 31008 consensus_queue.cc:260] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.632145 31017 sys_catalog.cc:455] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.632265 31017 sys_catalog.cc:458] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.632970 31008 sys_catalog.cc:564] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: configured and running, proceeding with master startup.
15:59:13.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.634316 30936 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } attempt: 3
15:59:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.638589 31028 catalog_manager.cc:1558] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:13.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.638684 31028 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.637436 30938 master_runner.cc:186] Error getting master registration for 127.30.16.190:34099: OK, instance_id { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" instance_seqno: 1783526353203448 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:13.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.641489 30938 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:13.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.651227 30936 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: Bootstrap starting.
15:59:13.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.653719 30936 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: Neither blocks nor log segments found. Creating new log.
15:59:13.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.654757 30936 log.cc:824] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: Log is configured to *not* fsync() on all Append() calls
15:59:13.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.656615 30936 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: No bootstrap required, opened a new log
15:59:13.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.658672 30864 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } attempt: 3
15:59:13.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.660888 30936 raft_consensus.cc:348] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.661370 30936 raft_consensus.cc:374] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:13.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.661440 30936 raft_consensus.cc:729] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d279338551d492a86c0737f138a8370, State: Initialized, Role: FOLLOWER
15:59:13.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.661988 30936 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.662568 31031 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.662804 31031 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.663631 30936 sys_catalog.cc:564] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [sys.catalog]: configured and running, proceeding with master startup.
15:59:13.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.668407 30864 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: Bootstrap starting.
15:59:13.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.671280 30864 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: Neither blocks nor log segments found. Creating new log.
15:59:13.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.672616 30864 log.cc:824] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: Log is configured to *not* fsync() on all Append() calls
15:59:13.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.669016 30866 master_runner.cc:186] Error getting master registration for 127.30.16.190:34099: OK, instance_id { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" instance_seqno: 1783526353203448 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:13.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.673064 30866 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:13.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.674996 30864 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: No bootstrap required, opened a new log
15:59:13.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.677340 31042 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:13.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.677567 31042 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:13.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.679430 30864 raft_consensus.cc:348] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.679813 30864 raft_consensus.cc:374] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:13.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.679942 30864 raft_consensus.cc:729] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5809d5b49e62470db81b3faa46b904cc, State: Initialized, Role: FOLLOWER
15:59:13.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.680562 30864 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.681278 31045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.681522 31045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.682214 30864 sys_catalog.cc:564] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [sys.catalog]: configured and running, proceeding with master startup.
15:59:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.687368 31056 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.687901 31056 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:13.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.691089 30797 master_runner.cc:263] No leader master found from master 5809d5b49e62470db81b3faa46b904cc
15:59:13.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.691166 30797 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:13.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.699676 30817 tablet.cc:2369] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:13.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.835579 30961 tablet.cc:2369] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:13.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.859414 31017 raft_consensus.cc:482] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:13.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.859664 31017 raft_consensus.cc:504] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.860909 31017 leader_election.cc:288] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5809d5b49e62470db81b3faa46b904cc (127.30.16.190:34099), 6d279338551d492a86c0737f138a8370 (127.30.16.189:40299)
15:59:13.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.861932 30837 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a023bfac3a054031a661e4e21c2c6b3d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5809d5b49e62470db81b3faa46b904cc" is_pre_election: true
15:59:13.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.862295 30837 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a023bfac3a054031a661e4e21c2c6b3d in term 0.
15:59:13.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.862705 30959 leader_election.cc:302] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5809d5b49e62470db81b3faa46b904cc, a023bfac3a054031a661e4e21c2c6b3d; no voters: 
15:59:13.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.862978 30910 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a023bfac3a054031a661e4e21c2c6b3d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d279338551d492a86c0737f138a8370" is_pre_election: true
15:59:13.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.863148 31017 raft_consensus.cc:2781] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:13.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.863232 31017 raft_consensus.cc:482] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:13.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.863271 31017 raft_consensus.cc:3037] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 0 FOLLOWER]: Advancing to term 1
15:59:13.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.863448 30910 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a023bfac3a054031a661e4e21c2c6b3d in term 0.
15:59:13.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.864530 31017 raft_consensus.cc:504] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.864970 31017 leader_election.cc:288] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [CANDIDATE]: Term 1 election: Requested vote from peers 5809d5b49e62470db81b3faa46b904cc (127.30.16.190:34099), 6d279338551d492a86c0737f138a8370 (127.30.16.189:40299)
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.865465 30837 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a023bfac3a054031a661e4e21c2c6b3d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5809d5b49e62470db81b3faa46b904cc"
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.865593 30837 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 0 FOLLOWER]: Advancing to term 1
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.865644 30910 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a023bfac3a054031a661e4e21c2c6b3d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d279338551d492a86c0737f138a8370"
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.865772 30910 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 0 FOLLOWER]: Advancing to term 1
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.866868 30837 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a023bfac3a054031a661e4e21c2c6b3d in term 1.
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.867085 30910 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a023bfac3a054031a661e4e21c2c6b3d in term 1.
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.867463 30959 leader_election.cc:302] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [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: 5809d5b49e62470db81b3faa46b904cc, a023bfac3a054031a661e4e21c2c6b3d; no voters: 
15:59:13.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.867818 31017 raft_consensus.cc:2781] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 1 FOLLOWER]: Leader election won for term 1
15:59:13.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.868042 31017 raft_consensus.cc:686] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [term 1 LEADER]: Becoming Leader. State: Replica: a023bfac3a054031a661e4e21c2c6b3d, State: Running, Role: LEADER
15:59:13.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.868412 31017 consensus_queue.cc:237] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [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: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } }
15:59:13.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.870872 31058 sys_catalog.cc:455] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: SysCatalogTable state changed. Reason: New leader a023bfac3a054031a661e4e21c2c6b3d. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.871132 31058 sys_catalog.cc:458] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: This master's current role is: LEADER
15:59:13.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.871625 31060 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:13.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.872834 31060 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:13.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.878850 30837 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [term 1 FOLLOWER]: Refusing update from remote peer a023bfac3a054031a661e4e21c2c6b3d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:13.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.878851 30910 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [term 1 FOLLOWER]: Refusing update from remote peer a023bfac3a054031a661e4e21c2c6b3d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:13.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.879678 31058 consensus_queue.cc:1035] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:13.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.879956 31017 consensus_queue.cc:1035] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [LEADER]: Connected to new peer: Peer: permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:13.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.884166 31045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [sys.catalog]: SysCatalogTable state changed. Reason: New leader a023bfac3a054031a661e4e21c2c6b3d. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.884339 31045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.884289 31031 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a023bfac3a054031a661e4e21c2c6b3d. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.884449 31031 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.887496 31058 sys_catalog.cc:455] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.887640 31058 sys_catalog.cc:458] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: This master's current role is: LEADER
15:59:13.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.888049 31031 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.888161 31031 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370 [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:13.888605 30889 tablet.cc:2369] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:13.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.888670 31061 mvcc.cc:205] Tried to move back new op lower bound from 7305323945478602752 to 7305323945448964096. Current Snapshot: MvccSnapshot[applied={T|T < 7305323945478602752}]
15:59:13.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.890372 31060 catalog_manager.cc:1347] Generated new cluster ID: 5d96f82318f4417bbc86da6f1ec566e2
15:59:13.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.890540 31060 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:13.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.890722 31062 mvcc.cc:205] Tried to move back new op lower bound from 7305323945478602752 to 7305323945448964096. Current Snapshot: MvccSnapshot[applied={T|T < 7305323945478602752}]
15:59:13.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.892939 31017 sys_catalog.cc:455] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.893079 31017 sys_catalog.cc:458] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d [sys.catalog]: This master's current role is: LEADER
15:59:13.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.893918 31045 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a023bfac3a054031a661e4e21c2c6b3d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5809d5b49e62470db81b3faa46b904cc" member_type: VOTER last_known_addr { host: "127.30.16.190" port: 34099 } } peers { permanent_uuid: "6d279338551d492a86c0737f138a8370" member_type: VOTER last_known_addr { host: "127.30.16.189" port: 40299 } } peers { permanent_uuid: "a023bfac3a054031a661e4e21c2c6b3d" member_type: VOTER last_known_addr { host: "127.30.16.188" port: 38427 } } }
15:59:13.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.894070 31045 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc [sys.catalog]: This master's current role is: FOLLOWER
15:59:13.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.894438 31063 mvcc.cc:205] Tried to move back new op lower bound from 7305323945478602752 to 7305323945448964096. Current Snapshot: MvccSnapshot[applied={T|T < 7305323945478602752}]
15:59:13.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.917960 31060 catalog_manager.cc:1370] Generated new certificate authority record
15:59:13.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.918956 31060 catalog_manager.cc:1504] Loading token signing keys...
15:59:13.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.931640 31060 catalog_manager.cc:5868] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: Generated new TSK 0
15:59:13.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.932864 31060 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:13.936831 30786 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/logs
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data/info.pb
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:13.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.129:0
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.30.16.129
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.129
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:14.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.057575 31070 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:14.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.057920 31070 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:14.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.057972 31070 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:14.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.062474 31070 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:14.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.062625 31070 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.30.16.129
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.067857 31070 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.129:0
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data/info.pb
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.129
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31070
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.30.16.129
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/logs
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:14.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:14.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:14.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.069331 31070 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:59:14.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.070854 31070 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.081143 31078 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:59:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.081416 31070 server_base.cc:1034] running on GCE node
15:59:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.081152 31076 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:59:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.081152 31075 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:59:14.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.082278 31070 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:14.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.083201 31070 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:14.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.084405 31070 hybrid_clock.cc:648] HybridClock initialized: now 1783526354084378 us; error 46 us; skew 500 ppm
15:59:14.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.086927 31070 webserver.cc:460] Webserver started at http://127.30.16.129:35687/ using document root <none> and password file <none>
15:59:14.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.087598 31070 fs_manager.cc:359] Metadata directory not provided
15:59:14.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.087702 31070 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:14.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.087942 31070 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:14.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.090065 31070 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data/instance:
15:59:14.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfba660b661f40c0ad5050858b6fab9f"
15:59:14.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.090684 31070 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal/instance:
15:59:14.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfba660b661f40c0ad5050858b6fab9f"
15:59:14.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.094616 31070 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:14.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.097122 31084 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.098397 31070 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.098526 31070 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfba660b661f40c0ad5050858b6fab9f"
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.098661 31070 fs_report.cc:383] FS layout report
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data/data
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:14.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.113742 31070 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:14.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.114444 31070 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:59:14.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.114665 31070 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:14.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.115270 31070 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:14.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.116333 31070 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:14.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.116403 31070 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:14.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.116458 31070 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:14.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.116485 31070 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:14.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.125743 31070 rpc_server.cc:307] RPC server started. Bound to: 127.30.16.129:41693
15:59:14.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.125809 31197 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.30.16.129:41693 every 8 connection(s)
15:59:14.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.126735 31070 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/data/info.pb
15:59:14.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.133899 30786 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 31070
15:59:14.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.134050 30786 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-0/wal/instance
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.137033 30786 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:14.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/logs
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data/info.pb
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.130:0
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.30.16.130
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.130
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:14.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.140380 31200 heartbeater.cc:347] Connected to a master server at 127.30.16.189:40299
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.140650 31200 heartbeater.cc:464] Registering TS with master...
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.140749 31198 heartbeater.cc:347] Connected to a master server at 127.30.16.188:38427
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.140831 31198 heartbeater.cc:464] Registering TS with master...
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.141073 31199 heartbeater.cc:347] Connected to a master server at 127.30.16.190:34099
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.141162 31199 heartbeater.cc:464] Registering TS with master...
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.141357 31199 heartbeater.cc:511] Master 127.30.16.190:34099 requested a full tablet report, sending...
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.141353 31200 heartbeater.cc:511] Master 127.30.16.189:40299 requested a full tablet report, sending...
15:59:14.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.141418 31198 heartbeater.cc:511] Master 127.30.16.188:38427 requested a full tablet report, sending...
15:59:14.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.142896 30972 ts_manager.cc:194] Registered new tserver with Master: dfba660b661f40c0ad5050858b6fab9f (127.30.16.129:41693)
15:59:14.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.142982 30828 ts_manager.cc:194] Registered new tserver with Master: dfba660b661f40c0ad5050858b6fab9f (127.30.16.129:41693)
15:59:14.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.144095 30972 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.30.16.129:50199
15:59:14.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.145313 30900 ts_manager.cc:194] Registered new tserver with Master: dfba660b661f40c0ad5050858b6fab9f (127.30.16.129:41693)
15:59:14.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.259914 31207 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:14.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.260227 31207 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:14.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.260267 31207 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.264707 31207 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:14.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.264840 31207 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.30.16.130
15:59:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.269698 31207 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:14.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.130:0
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data/info.pb
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.130
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31207
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.30.16.130
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/logs
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.270877 31207 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:59:14.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.272197 31207 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:14.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.282487 31212 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:59:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.282485 31215 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:59:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.282485 31213 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:59:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.282732 31207 server_base.cc:1034] running on GCE node
15:59:14.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.283473 31207 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:14.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.284226 31207 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:14.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.285422 31207 hybrid_clock.cc:648] HybridClock initialized: now 1783526354285402 us; error 43 us; skew 500 ppm
15:59:14.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.287401 31207 webserver.cc:460] Webserver started at http://127.30.16.130:37959/ using document root <none> and password file <none>
15:59:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.288044 31207 fs_manager.cc:359] Metadata directory not provided
15:59:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.288143 31207 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.288362 31207 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.290426 31207 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data/instance:
15:59:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e26755bbcb94fffba076dead592841e"
15:59:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.291030 31207 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal/instance:
15:59:14.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e26755bbcb94fffba076dead592841e"
15:59:14.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.294929 31207 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:14.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.297621 31221 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.298925 31207 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.299068 31207 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e26755bbcb94fffba076dead592841e"
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.299224 31207 fs_report.cc:383] FS layout report
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data/data
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:14.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.315191 31207 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:14.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.316002 31207 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:59:14.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.316255 31207 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:14.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.317036 31207 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:14.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.318086 31207 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:14.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.318169 31207 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:14.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.318229 31207 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:14.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.318259 31207 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:14.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.327736 31207 rpc_server.cc:307] RPC server started. Bound to: 127.30.16.130:40725
15:59:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.327842 31334 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.30.16.130:40725 every 8 connection(s)
15:59:14.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.328770 31207 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/data/info.pb
15:59:14.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.338076 30786 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 31207
15:59:14.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.338191 30786 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-1/wal/instance
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.341003 30786 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/logs
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data/info.pb
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.131:0
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.30.16.131
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.131
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.342295 31335 heartbeater.cc:347] Connected to a master server at 127.30.16.188:38427
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.342572 31335 heartbeater.cc:464] Registering TS with master...
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.342621 31336 heartbeater.cc:347] Connected to a master server at 127.30.16.190:34099
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.342679 31336 heartbeater.cc:464] Registering TS with master...
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.343201 31335 heartbeater.cc:511] Master 127.30.16.188:38427 requested a full tablet report, sending...
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.343201 31336 heartbeater.cc:511] Master 127.30.16.190:34099 requested a full tablet report, sending...
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.344333 30972 ts_manager.cc:194] Registered new tserver with Master: 4e26755bbcb94fffba076dead592841e (127.30.16.130:40725)
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.344532 30828 ts_manager.cc:194] Registered new tserver with Master: 4e26755bbcb94fffba076dead592841e (127.30.16.130:40725)
15:59:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.344830 31337 heartbeater.cc:347] Connected to a master server at 127.30.16.189:40299
15:59:14.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.344918 31337 heartbeater.cc:464] Registering TS with master...
15:59:14.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.345096 31337 heartbeater.cc:511] Master 127.30.16.189:40299 requested a full tablet report, sending...
15:59:14.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.345235 30972 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.30.16.130:54429
15:59:14.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.345829 30900 ts_manager.cc:194] Registered new tserver with Master: 4e26755bbcb94fffba076dead592841e (127.30.16.130:40725)
15:59:14.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.463351 31342 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:14.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.463629 31342 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:14.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.463666 31342 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:14.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.468106 31342 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:14.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.468217 31342 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.30.16.131
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.473201 31342 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.16.148:45093
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.16.131:0
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data/info.pb
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.16.131
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.30.16.190:34099,127.30.16.189:40299,127.30.16.188:38427
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31342
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.30.16.131
15:59:14.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/logs
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:14.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.474336 31342 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:59:14.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.475688 31342 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:14.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.487113 31347 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:59:14.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.487097 31350 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:59:14.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.487152 31342 server_base.cc:1034] running on GCE node
15:59:14.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:14.487097 31348 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:59:14.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.487864 31342 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:14.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.488828 31342 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:14.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.490046 31342 hybrid_clock.cc:648] HybridClock initialized: now 1783526354490032 us; error 32 us; skew 500 ppm
15:59:14.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.492307 31342 webserver.cc:460] Webserver started at http://127.30.16.131:43265/ using document root <none> and password file <none>
15:59:14.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.493073 31342 fs_manager.cc:359] Metadata directory not provided
15:59:14.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.493181 31342 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:14.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.493427 31342 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:14.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.495568 31342 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data/instance:
15:59:14.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5fc39b93d404ce49debc3c5d04839b9"
15:59:14.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.496202 31342 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal/instance:
15:59:14.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5fc39b93d404ce49debc3c5d04839b9"
15:59:14.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.500255 31342 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:14.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.503176 31356 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:14.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.504733 31342 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.504917 31342 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5fc39b93d404ce49debc3c5d04839b9"
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:14 on dist-test-slave-vt7w"
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.505062 31342 fs_report.cc:383] FS layout report
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data/data
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:14.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.534539 31342 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.535328 31342 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:59:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.535555 31342 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.536185 31342 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.537261 31342 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.537335 31342 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.537393 31342 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:14.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.537417 31342 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.546836 31342 rpc_server.cc:307] RPC server started. Bound to: 127.30.16.131:35177
15:59:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.546856 31469 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.30.16.131:35177 every 8 connection(s)
15:59:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.547844 31342 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/data/info.pb
15:59:14.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.550335 30786 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 31342
15:59:14.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.550444 30786 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster4789274236960013075/ts-2/wal/instance
15:59:14.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.561760 31472 heartbeater.cc:347] Connected to a master server at 127.30.16.189:40299
15:59:14.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.562005 31472 heartbeater.cc:464] Registering TS with master...
15:59:14.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.562597 31472 heartbeater.cc:511] Master 127.30.16.189:40299 requested a full tablet report, sending...
15:59:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563104 31470 heartbeater.cc:347] Connected to a master server at 127.30.16.188:38427
15:59:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563186 31470 heartbeater.cc:464] Registering TS with master...
15:59:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563355 31470 heartbeater.cc:511] Master 127.30.16.188:38427 requested a full tablet report, sending...
15:59:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563633 31471 heartbeater.cc:347] Connected to a master server at 127.30.16.190:34099
15:59:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563700 31471 heartbeater.cc:464] Registering TS with master...
15:59:14.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563858 31471 heartbeater.cc:511] Master 127.30.16.190:34099 requested a full tablet report, sending...
15:59:14.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.563956 30900 ts_manager.cc:194] Registered new tserver with Master: d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131:35177)
15:59:14.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.564572 30828 ts_manager.cc:194] Registered new tserver with Master: d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131:35177)
15:59:14.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.564718 30972 ts_manager.cc:194] Registered new tserver with Master: d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131:35177)
15:59:14.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.565315 30972 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.30.16.131:49171
15:59:14.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.571843 30786 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:14.572 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:14.573 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:14.574 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.16.190"
      port: 34099
    }
    bound_http_address {
      host: "127.30.16.190"
      port: 42401
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.16.189"
      port: 40299
    }
    bound_http_address {
      host: "127.30.16.189"
      port: 43107
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.16.188"
      port: 38427
    }
    bound_http_address {
      host: "127.30.16.188"
      port: 36325
    }
  }
}

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

15:59:14.574 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.16.129"
      port: 41693
    }
    bound_http_address {
      host: "127.30.16.129"
      port: 35687
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.16.130"
      port: 40725
    }
    bound_http_address {
      host: "127.30.16.130"
      port: 37959
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.16.131"
      port: 35177
    }
    bound_http_address {
      host: "127.30.16.131"
      port: 43265
    }
  }
}

15:59:14.575 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:14.576 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:14.577 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:14.577 [INFO - main] (Logging.scala:57) ==============================================================
15:59:14.577 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:14.577 [INFO - main] (Logging.scala:57) ==============================================================
15:59:14.577 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:14.578 [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:59:14.578 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:14.578 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:14.579 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:14.579 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:14.579 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:14.579 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:14.579 [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:59:14.601 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 45317.
15:59:14.608 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:14.609 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:14.609 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:14.609 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:14.610 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:14.610 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-bc753e3f-5f64-435f-8e77-934f879bba3b
15:59:14.610 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:14.611 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:14.630 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:14.633 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 33191.
15:59:14.633 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:33191
15:59:14.633 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:14.633 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33191, None)
15:59:14.634 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:33191 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33191, None)
15:59:14.634 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33191, None)
15:59:14.634 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 33191, None)
15:59:14.640 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:14.648 [DEBUG - main] (Connection.java:748) [peer master-127.30.16.188:38427(127.30.16.188:38427)] connecting to peer
15:59:14.649 [DEBUG - main] (Connection.java:748) [peer master-127.30.16.190:34099(127.30.16.190:34099)] connecting to peer
15:59:14.649 [DEBUG - main] (Connection.java:748) [peer master-127.30.16.189:40299(127.30.16.189:40299)] connecting to peer
15:59:14.650 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.16.188:38427(127.30.16.188:38427)] Successfully connected to peer
15:59:14.651 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.16.190:34099(127.30.16.190:34099)] Successfully connected to peer
15:59:14.651 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.16.189:40299(127.30.16.189:40299)] Successfully connected to peer
15:59:14.653 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.16.188
15:59:14.653 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.16.190
15:59:14.656 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.16.189
15:59:14.662 [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:59:14.663 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9926c703, L:/127.0.0.1:60170 - R:/127.30.16.190:34099] using SASL/PLAIN
15:59:14.671 [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:59:14.672 [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:59:14.674 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc108d88e, L:/127.0.0.1:35044 - R:/127.30.16.188:38427] using SASL/PLAIN
15:59:14.675 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7cf7c22c, L:/127.0.0.1:42910 - R:/127.30.16.189:40299] using SASL/PLAIN
15:59:14.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:14.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.678507 30972 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:14.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:14.684 [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:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.678916 31042 catalog_manager.cc:1259] Loaded cluster ID: 5d96f82318f4417bbc86da6f1ec566e2
15:59:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.678977 31042 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: loading cluster ID for follower catalog manager: success
15:59:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.681552 31042 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: acquiring CA information for follower catalog manager: success
15:59:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.683141 31042 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 6d279338551d492a86c0737f138a8370: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:14.689 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 12a357fe78aa49518920ff88f962191f
15:59:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.689405 31056 catalog_manager.cc:1259] Loaded cluster ID: 5d96f82318f4417bbc86da6f1ec566e2
15:59:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.689479 31056 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: loading cluster ID for follower catalog manager: success
15:59:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.691776 31056 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: acquiring CA information for follower catalog manager: success
15:59:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.693331 31056 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 5809d5b49e62470db81b3faa46b904cc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:14.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.700734 31404 tablet_service.cc:1467] Processing CreateTablet for tablet e13d26db3c17438db3ce45a1ea6f4981 (DEFAULT_TABLE table=test [id=12a357fe78aa49518920ff88f962191f]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:14.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.700718 31132 tablet_service.cc:1467] Processing CreateTablet for tablet 5ffb8a5bcc27448f9428fe49c0375d4f (DEFAULT_TABLE table=test [id=12a357fe78aa49518920ff88f962191f]), partition=RANGE (key) PARTITION VALUES < 50
15:59:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.702059 31404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e13d26db3c17438db3ce45a1ea6f4981. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.702064 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5ffb8a5bcc27448f9428fe49c0375d4f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.707759 31520 tablet_bootstrap.cc:492] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.707767 31521 tablet_bootstrap.cc:492] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9: Bootstrap starting.
15:59:14.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.710222 31520 tablet_bootstrap.cc:654] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:14.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.710211 31521 tablet_bootstrap.cc:654] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9: Neither blocks nor log segments found. Creating new log.
15:59:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.710940 31520 log.cc:824] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f: Log is configured to *not* fsync() on all Append() calls
15:59:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.711369 31521 log.cc:824] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9: Log is configured to *not* fsync() on all Append() calls
15:59:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.712836 31520 tablet_bootstrap.cc:492] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.713002 31520 ts_tablet_manager.cc:1397] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.005s	user 0.005s	sys 0.000s
15:59:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.713141 31521 tablet_bootstrap.cc:492] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9: No bootstrap required, opened a new log
15:59:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.713351 31521 ts_tablet_manager.cc:1397] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:14.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716109 31520 raft_consensus.cc:348] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716109 31521 raft_consensus.cc:348] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716323 31520 raft_consensus.cc:374] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716357 31520 raft_consensus.cc:729] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:14.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716352 31521 raft_consensus.cc:374] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716401 31521 raft_consensus.cc:729] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Initialized, Role: FOLLOWER
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716886 31521 consensus_queue.cc:260] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.716873 31520 consensus_queue.cc:260] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.717065 31520 raft_consensus.cc:388] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.717139 31520 raft_consensus.cc:482] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.717207 31520 raft_consensus.cc:3037] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.717470 31521 raft_consensus.cc:388] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.717571 31521 raft_consensus.cc:482] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.717666 31521 raft_consensus.cc:3037] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Advancing to term 1
15:59:14.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.718003 31520 raft_consensus.cc:504] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.718293 31520 leader_election.cc:302] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:14.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.718564 31520 leader_election.cc:288] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.718679 31525 raft_consensus.cc:2781] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.718777 31521 raft_consensus.cc:504] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.718930 31525 raft_consensus.cc:686] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:14.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.719095 31521 leader_election.cc:302] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [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: d5fc39b93d404ce49debc3c5d04839b9; no voters: 
15:59:14.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.719280 31198 heartbeater.cc:503] Master 127.30.16.188:38427 was elected leader, sending a full tablet report...
15:59:14.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.719362 31525 consensus_queue.cc:237] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.719842 31521 leader_election.cc:288] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.719910 31520 ts_tablet_manager.cc:1428] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:14.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.720165 31528 raft_consensus.cc:2781] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.720629 31470 heartbeater.cc:503] Master 127.30.16.188:38427 was elected leader, sending a full tablet report...
15:59:14.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.720883 31521 ts_tablet_manager.cc:1428] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:14.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.720994 31528 raft_consensus.cc:686] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 LEADER]: Becoming Leader. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Running, Role: LEADER
15:59:14.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.721450 31528 consensus_queue.cc:237] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.725759 30972 catalog_manager.cc:5495] T 5ffb8a5bcc27448f9428fe49c0375d4f P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:14.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.726789 30971 catalog_manager.cc:5495] T e13d26db3c17438db3ce45a1ea6f4981 P d5fc39b93d404ce49debc3c5d04839b9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131). New cstate: current_term: 1 leader_uuid: "d5fc39b93d404ce49debc3c5d04839b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } health_report { overall_health: HEALTHY } } }
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.751197 30971 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.758 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 9dc6553884aa4d889b7c51eb4c839da0
15:59:14.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.767318 31269 tablet_service.cc:1467] Processing CreateTablet for tablet 79cf02c1f1584603b35013012ef7f524 (DEFAULT_TABLE table=simple-test [id=9dc6553884aa4d889b7c51eb4c839da0]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:14.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.768328 31269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 79cf02c1f1584603b35013012ef7f524. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.774260 31537 tablet_bootstrap.cc:492] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e: Bootstrap starting.
15:59:14.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.776437 31537 tablet_bootstrap.cc:654] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e: Neither blocks nor log segments found. Creating new log.
15:59:14.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.777639 31537 log.cc:824] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e: Log is configured to *not* fsync() on all Append() calls
15:59:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.779677 31537 tablet_bootstrap.cc:492] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e: No bootstrap required, opened a new log
15:59:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.779848 31537 ts_tablet_manager.cc:1397] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.783031 31537 raft_consensus.cc:348] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.783270 31537 raft_consensus.cc:374] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.783303 31537 raft_consensus.cc:729] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Initialized, Role: FOLLOWER
15:59:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.783778 31537 consensus_queue.cc:260] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.783908 31537 raft_consensus.cc:388] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.783952 31537 raft_consensus.cc:482] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.784016 31537 raft_consensus.cc:3037] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Advancing to term 1
15:59:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.784917 31537 raft_consensus.cc:504] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.785212 31537 leader_election.cc:302] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [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: 4e26755bbcb94fffba076dead592841e; no voters: 
15:59:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.785499 31537 leader_election.cc:288] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.785665 31539 raft_consensus.cc:2781] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.785920 31539 raft_consensus.cc:686] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [term 1 LEADER]: Becoming Leader. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Running, Role: LEADER
15:59:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.786230 31335 heartbeater.cc:503] Master 127.30.16.188:38427 was elected leader, sending a full tablet report...
15:59:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.786577 31537 ts_tablet_manager.cc:1428] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.004s
15:59:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.786839 31539 consensus_queue.cc:237] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.790542 30971 catalog_manager.cc:5495] T 79cf02c1f1584603b35013012ef7f524 P 4e26755bbcb94fffba076dead592841e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4e26755bbcb94fffba076dead592841e (127.30.16.130). New cstate: current_term: 1 leader_uuid: "4e26755bbcb94fffba076dead592841e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } health_report { overall_health: HEALTHY } } }
15:59:14.810 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526354810
15:59:14.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.811540 30971 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:14.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "impala::oldDatabase.testTableWithImpalaPrefix"
15:59:14.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:14.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:14.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:14.815 [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:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:14.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ed99c5bb94f4e2b951ae0c07131a785
15:59:14.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.821798 31132 tablet_service.cc:1467] Processing CreateTablet for tablet 06e2d4a37f9346a09cae64cfb2ed853a (DEFAULT_TABLE table=impala::oldDatabase.testTableWithImpalaPrefix [id=6ed99c5bb94f4e2b951ae0c07131a785]), partition=RANGE (key) PARTITION VALUES < 50
15:59:14.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.822168 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 06e2d4a37f9346a09cae64cfb2ed853a. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.822137 31269 tablet_service.cc:1467] Processing CreateTablet for tablet 9273dfcd46224d22af68cff7309d561e (DEFAULT_TABLE table=impala::oldDatabase.testTableWithImpalaPrefix [id=6ed99c5bb94f4e2b951ae0c07131a785]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:14.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.822925 31269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9273dfcd46224d22af68cff7309d561e. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.824810 31520 tablet_bootstrap.cc:492] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.825634 31537 tablet_bootstrap.cc:492] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e: Bootstrap starting.
15:59:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.825965 31520 tablet_bootstrap.cc:654] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.826735 31537 tablet_bootstrap.cc:654] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e: Neither blocks nor log segments found. Creating new log.
15:59:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.827476 31520 tablet_bootstrap.cc:492] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.827575 31520 ts_tablet_manager.cc:1397] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828051 31537 tablet_bootstrap.cc:492] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e: No bootstrap required, opened a new log
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828128 31537 ts_tablet_manager.cc:1397] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828289 31520 raft_consensus.cc:348] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828393 31520 raft_consensus.cc:374] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828426 31520 raft_consensus.cc:729] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828586 31520 consensus_queue.cc:260] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828677 31520 raft_consensus.cc:388] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828713 31520 raft_consensus.cc:482] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828794 31520 raft_consensus.cc:3037] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828799 31537 raft_consensus.cc:348] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828904 31537 raft_consensus.cc:374] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.828946 31537 raft_consensus.cc:729] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Initialized, Role: FOLLOWER
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.829067 31537 consensus_queue.cc:260] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.829144 31537 raft_consensus.cc:388] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.829190 31537 raft_consensus.cc:482] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.829228 31537 raft_consensus.cc:3037] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Advancing to term 1
15:59:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.829888 31520 raft_consensus.cc:504] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830047 31520 leader_election.cc:302] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830192 31520 leader_election.cc:288] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830250 31537 raft_consensus.cc:504] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830328 31525 raft_consensus.cc:2781] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830364 31537 leader_election.cc:302] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [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: 4e26755bbcb94fffba076dead592841e; no voters: 
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830446 31537 leader_election.cc:288] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830446 31525 raft_consensus.cc:686] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830574 31525 consensus_queue.cc:237] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830624 31541 raft_consensus.cc:2781] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830732 31537 ts_tablet_manager.cc:1428] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.000s
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830790 31541 raft_consensus.cc:686] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [term 1 LEADER]: Becoming Leader. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Running, Role: LEADER
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.830924 31541 consensus_queue.cc:237] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.831331 31520 ts_tablet_manager.cc:1428] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:59:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.834751 30972 catalog_manager.cc:5495] T 06e2d4a37f9346a09cae64cfb2ed853a P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.834733 30971 catalog_manager.cc:5495] T 9273dfcd46224d22af68cff7309d561e P 4e26755bbcb94fffba076dead592841e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4e26755bbcb94fffba076dead592841e (127.30.16.130). New cstate: current_term: 1 leader_uuid: "4e26755bbcb94fffba076dead592841e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } health_report { overall_health: HEALTHY } } }
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.850747 30972 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "oldDatabase.testTableWithoutImpalaPrefix"
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:14.855 [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:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:14.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 1d319b5d9d9b4e4e96da262a52f27b66
15:59:14.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.861440 31404 tablet_service.cc:1467] Processing CreateTablet for tablet 732e29c16b0f4813b311a086b8de0a61 (DEFAULT_TABLE table=oldDatabase.testTableWithoutImpalaPrefix [id=1d319b5d9d9b4e4e96da262a52f27b66]), partition=RANGE (key) PARTITION VALUES < 50
15:59:14.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.861456 31132 tablet_service.cc:1467] Processing CreateTablet for tablet b064b199efc34ff1bb76b75ea85efbf9 (DEFAULT_TABLE table=oldDatabase.testTableWithoutImpalaPrefix [id=1d319b5d9d9b4e4e96da262a52f27b66]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:14.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.861812 31404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 732e29c16b0f4813b311a086b8de0a61. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.861824 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b064b199efc34ff1bb76b75ea85efbf9. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.864213 31520 tablet_bootstrap.cc:492] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.865253 31520 tablet_bootstrap.cc:654] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.866219 31521 tablet_bootstrap.cc:492] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9: Bootstrap starting.
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.866910 31520 tablet_bootstrap.cc:492] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.866993 31520 ts_tablet_manager.cc:1397] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.867345 31521 tablet_bootstrap.cc:654] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9: Neither blocks nor log segments found. Creating new log.
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.867558 31520 raft_consensus.cc:348] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.867707 31520 raft_consensus.cc:374] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.867748 31520 raft_consensus.cc:729] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.867894 31520 consensus_queue.cc:260] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.868009 31520 raft_consensus.cc:388] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.868053 31520 raft_consensus.cc:482] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.868099 31520 raft_consensus.cc:3037] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.868865 31521 tablet_bootstrap.cc:492] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9: No bootstrap required, opened a new log
15:59:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.868983 31521 ts_tablet_manager.cc:1397] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869226 31520 raft_consensus.cc:504] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869376 31520 leader_election.cc:302] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869503 31520 leader_election.cc:288] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869560 31525 raft_consensus.cc:2781] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869654 31525 raft_consensus.cc:686] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869736 31521 raft_consensus.cc:348] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869767 31525 consensus_queue.cc:237] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869825 31521 raft_consensus.cc:374] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869856 31521 raft_consensus.cc:729] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Initialized, Role: FOLLOWER
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.869997 31521 consensus_queue.cc:260] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.870097 31521 raft_consensus.cc:388] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.870134 31521 raft_consensus.cc:482] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.870168 31520 ts_tablet_manager.cc:1428] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.870193 31521 raft_consensus.cc:3037] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Advancing to term 1
15:59:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871006 31521 raft_consensus.cc:504] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871141 31521 leader_election.cc:302] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [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: d5fc39b93d404ce49debc3c5d04839b9; no voters: 
15:59:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871255 31521 leader_election.cc:288] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871431 31528 raft_consensus.cc:2781] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871506 31528 raft_consensus.cc:686] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 LEADER]: Becoming Leader. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Running, Role: LEADER
15:59:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871587 31521 ts_tablet_manager.cc:1428] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.871622 31528 consensus_queue.cc:237] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.874063 30971 catalog_manager.cc:5495] T 732e29c16b0f4813b311a086b8de0a61 P d5fc39b93d404ce49debc3c5d04839b9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131). New cstate: current_term: 1 leader_uuid: "d5fc39b93d404ce49debc3c5d04839b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } health_report { overall_health: HEALTHY } } }
15:59:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.876309 30972 catalog_manager.cc:5495] T b064b199efc34ff1bb76b75ea85efbf9 P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.890930 30971 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "impala::testTableWithImpalaPrefixWithoutDb"
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:14.896 [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:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:14.898 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2f32a7d30e8242448bd8e02ee8f9b491
15:59:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.901155 31269 tablet_service.cc:1467] Processing CreateTablet for tablet 61162e690be34755a760ad7968a85fdc (DEFAULT_TABLE table=impala::testTableWithImpalaPrefixWithoutDb [id=2f32a7d30e8242448bd8e02ee8f9b491]), partition=RANGE (key) PARTITION VALUES < 50
15:59:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.901417 31404 tablet_service.cc:1467] Processing CreateTablet for tablet c057a9ccfac64d79b25fc2a3fb4d94f4 (DEFAULT_TABLE table=impala::testTableWithImpalaPrefixWithoutDb [id=2f32a7d30e8242448bd8e02ee8f9b491]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.901561 31269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 61162e690be34755a760ad7968a85fdc. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.901691 31404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c057a9ccfac64d79b25fc2a3fb4d94f4. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.903716 31537 tablet_bootstrap.cc:492] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e: Bootstrap starting.
15:59:14.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.904428 31521 tablet_bootstrap.cc:492] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9: Bootstrap starting.
15:59:14.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.904898 31537 tablet_bootstrap.cc:654] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e: Neither blocks nor log segments found. Creating new log.
15:59:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.905927 31521 tablet_bootstrap.cc:654] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9: Neither blocks nor log segments found. Creating new log.
15:59:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.906452 31537 tablet_bootstrap.cc:492] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e: No bootstrap required, opened a new log
15:59:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.906564 31537 ts_tablet_manager.cc:1397] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907015 31537 raft_consensus.cc:348] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907109 31537 raft_consensus.cc:374] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907133 31537 raft_consensus.cc:729] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Initialized, Role: FOLLOWER
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907197 31521 tablet_bootstrap.cc:492] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9: No bootstrap required, opened a new log
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907285 31521 ts_tablet_manager.cc:1397] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907272 31537 consensus_queue.cc:260] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907346 31537 raft_consensus.cc:388] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907372 31537 raft_consensus.cc:482] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907401 31537 raft_consensus.cc:3037] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Advancing to term 1
15:59:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907783 31521 raft_consensus.cc:348] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907912 31521 raft_consensus.cc:374] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.907953 31521 raft_consensus.cc:729] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Initialized, Role: FOLLOWER
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908088 31521 consensus_queue.cc:260] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908179 31521 raft_consensus.cc:388] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908206 31521 raft_consensus.cc:482] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908238 31521 raft_consensus.cc:3037] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Advancing to term 1
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908221 31537 raft_consensus.cc:504] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908354 31537 leader_election.cc:302] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [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: 4e26755bbcb94fffba076dead592841e; no voters: 
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908484 31537 leader_election.cc:288] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908557 31539 raft_consensus.cc:2781] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908670 31539 raft_consensus.cc:686] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [term 1 LEADER]: Becoming Leader. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Running, Role: LEADER
15:59:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.908820 31539 consensus_queue.cc:237] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.909427 31521 raft_consensus.cc:504] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.909686 31521 leader_election.cc:302] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [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: d5fc39b93d404ce49debc3c5d04839b9; no voters: 
15:59:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.909893 31521 leader_election.cc:288] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.909994 31531 raft_consensus.cc:2781] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.910334 31521 ts_tablet_manager.cc:1428] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:14.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.910791 31531 raft_consensus.cc:686] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 LEADER]: Becoming Leader. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Running, Role: LEADER
15:59:14.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.910939 31531 consensus_queue.cc:237] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.912247 30971 catalog_manager.cc:5495] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4e26755bbcb94fffba076dead592841e (127.30.16.130). New cstate: current_term: 1 leader_uuid: "4e26755bbcb94fffba076dead592841e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } health_report { overall_health: HEALTHY } } }
15:59:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.913255 30972 catalog_manager.cc:5495] T c057a9ccfac64d79b25fc2a3fb4d94f4 P d5fc39b93d404ce49debc3c5d04839b9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131). New cstate: current_term: 1 leader_uuid: "d5fc39b93d404ce49debc3c5d04839b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } health_report { overall_health: HEALTHY } } }
15:59:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.913447 31537 ts_tablet_manager.cc:1428] T 61162e690be34755a760ad7968a85fdc P 4e26755bbcb94fffba076dead592841e: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.002s
15:59:14.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.930562 30972 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableWithoutImpalaPrefixWithoutDb"
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:14.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:14.935 [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:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:14.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:14.938 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d614f2bbf57e4dc587c3c80a70c73681
15:59:14.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.940711 31132 tablet_service.cc:1467] Processing CreateTablet for tablet 226f4f90f35e48b49bd6f7455a267872 (DEFAULT_TABLE table=testTableWithoutImpalaPrefixWithoutDb [id=d614f2bbf57e4dc587c3c80a70c73681]), partition=RANGE (key) PARTITION VALUES < 50
15:59:14.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.940716 31269 tablet_service.cc:1467] Processing CreateTablet for tablet bba48a6f1ada4bf385bf6fe5e24d7e87 (DEFAULT_TABLE table=testTableWithoutImpalaPrefixWithoutDb [id=d614f2bbf57e4dc587c3c80a70c73681]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:14.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.941082 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 226f4f90f35e48b49bd6f7455a267872. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.941144 31269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bba48a6f1ada4bf385bf6fe5e24d7e87. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:14.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.942929 31520 tablet_bootstrap.cc:492] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:14.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.943166 31537 tablet_bootstrap.cc:492] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e: Bootstrap starting.
15:59:14.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.943863 31520 tablet_bootstrap.cc:654] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:14.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.943933 31537 tablet_bootstrap.cc:654] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e: Neither blocks nor log segments found. Creating new log.
15:59:14.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945231 31537 tablet_bootstrap.cc:492] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e: No bootstrap required, opened a new log
15:59:14.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945329 31537 ts_tablet_manager.cc:1397] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:59:14.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945370 31520 tablet_bootstrap.cc:492] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:14.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945446 31520 ts_tablet_manager.cc:1397] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945837 31537 raft_consensus.cc:348] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945911 31520 raft_consensus.cc:348] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.945966 31537 raft_consensus.cc:374] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946004 31520 raft_consensus.cc:374] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946015 31537 raft_consensus.cc:729] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Initialized, Role: FOLLOWER
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946044 31520 raft_consensus.cc:729] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946164 31520 consensus_queue.cc:260] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946164 31537 consensus_queue.cc:260] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946247 31520 raft_consensus.cc:388] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946247 31537 raft_consensus.cc:388] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946287 31537 raft_consensus.cc:482] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946287 31520 raft_consensus.cc:482] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946336 31520 raft_consensus.cc:3037] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.946336 31537 raft_consensus.cc:3037] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Advancing to term 1
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947322 31537 raft_consensus.cc:504] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947322 31520 raft_consensus.cc:504] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947479 31537 leader_election.cc:302] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [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: 4e26755bbcb94fffba076dead592841e; no voters: 
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947479 31520 leader_election.cc:302] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947584 31537 leader_election.cc:288] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947661 31527 raft_consensus.cc:2781] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947664 31541 raft_consensus.cc:2781] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Leader election won for term 1
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947746 31527 raft_consensus.cc:686] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947773 31541 raft_consensus.cc:686] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [term 1 LEADER]: Becoming Leader. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Running, Role: LEADER
15:59:14.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947880 31527 consensus_queue.cc:237] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:14.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.947906 31541 consensus_queue.cc:237] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:14.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.949239 31520 leader_election.cc:288] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:14.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.949874 30972 catalog_manager.cc:5495] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:14.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.950425 31537 ts_tablet_manager.cc:1428] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.003s
15:59:14.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.950850 31520 ts_tablet_manager.cc:1428] T 226f4f90f35e48b49bd6f7455a267872 P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:14.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:14.950927 30971 catalog_manager.cc:5495] T bba48a6f1ada4bf385bf6fe5e24d7e87 P 4e26755bbcb94fffba076dead592841e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4e26755bbcb94fffba076dead592841e (127.30.16.130). New cstate: current_term: 1 leader_uuid: "4e26755bbcb94fffba076dead592841e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } health_report { overall_health: HEALTHY } } }
15:59:14.972 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 06e2d4a37f9346a09cae64cfb2ed853a for table 'impala::oldDatabase.testTableWithImpalaPrefix' with partition [<start>, 0x80000032)
15:59:14.973 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9273dfcd46224d22af68cff7309d561e for table 'impala::oldDatabase.testTableWithImpalaPrefix' with partition [0x80000032, <end>)
15:59:14.973 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=06e2d4a37f9346a09cae64cfb2ed853a@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=9273dfcd46224d22af68cff7309d561e@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:14.973 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.30.16.188:38427, [2ms] Sub RPC GetTableLocations: received response from server master-127.30.16.188:38427: OK, deferred=null) after lookup
15:59:14.974 [DEBUG - kudu-nio-0] (Connection.java:748) [peer dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)] connecting to peer
15:59:14.975 [DEBUG - kudu-nio-1] (Connection.java:757) [peer dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)] Successfully connected to peer
15:59:14.989 [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:59:14.990 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x196cbc13, L:/127.0.0.1:39830 - R:/127.30.16.129:41693] using TOKEN/null
15:59:15.114 [DEBUG - main] (Connection.java:748) [peer 4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)] connecting to peer
15:59:15.115 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)] Successfully connected to peer
15:59:15.126 [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:59:15.128 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe554e3ca, L:/127.0.0.1:57516 - R:/127.30.16.130:40725] using TOKEN/null
15:59:15.257 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 732e29c16b0f4813b311a086b8de0a61 for table 'oldDatabase.testTableWithoutImpalaPrefix' with partition [<start>, 0x80000032)
15:59:15.257 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b064b199efc34ff1bb76b75ea85efbf9 for table 'oldDatabase.testTableWithoutImpalaPrefix' with partition [0x80000032, <end>)
15:59:15.257 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=732e29c16b0f4813b311a086b8de0a61@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=b064b199efc34ff1bb76b75ea85efbf9@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:15.257 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=1), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.30.16.188:38427, [1ms] Sub RPC GetTableLocations: received response from server master-127.30.16.188:38427: OK, deferred=null) after lookup
15:59:15.258 [DEBUG - kudu-nio-0] (Connection.java:748) [peer d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)] connecting to peer
15:59:15.258 [DEBUG - kudu-nio-1] (Connection.java:757) [peer d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)] Successfully connected to peer
15:59:15.268 [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:59:15.270 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xc805183c, L:/127.0.0.1:40716 - R:/127.30.16.131:35177] using TOKEN/null
15:59:15.508 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 61162e690be34755a760ad7968a85fdc for table 'impala::testTableWithImpalaPrefixWithoutDb' with partition [<start>, 0x80000032)
15:59:15.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c057a9ccfac64d79b25fc2a3fb4d94f4 for table 'impala::testTableWithImpalaPrefixWithoutDb' with partition [0x80000032, <end>)
15:59:15.509 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=61162e690be34755a760ad7968a85fdc@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=c057a9ccfac64d79b25fc2a3fb4d94f4@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:15.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.30.16.188:38427, [1ms] Sub RPC GetTableLocations: received response from server master-127.30.16.188:38427: OK, deferred=null) after lookup
15:59:15.745 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 226f4f90f35e48b49bd6f7455a267872 for table 'testTableWithoutImpalaPrefixWithoutDb' with partition [<start>, 0x80000032)
15:59:15.745 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet bba48a6f1ada4bf385bf6fe5e24d7e87 for table 'testTableWithoutImpalaPrefixWithoutDb' with partition [0x80000032, <end>)
15:59:15.745 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=226f4f90f35e48b49bd6f7455a267872@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=bba48a6f1ada4bf385bf6fe5e24d7e87@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:15.745 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=1), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.30.16.188:38427, [1ms] Sub RPC GetTableLocations: received response from server master-127.30.16.188:38427: OK, deferred=null) after lookup
15:59:15.972 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526355972
15:59:15.972 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526355970692
15:59:15.972 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:15.972 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4423253311797594034/
15:59:15.977 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ed99c5bb94f4e2b951ae0c07131a785
15:59:15.977 [INFO - ForkJoinPool-189-worker-1] (KuduBackup.scala:55) Backing up table impala::oldDatabase.testTableWithImpalaPrefix to path: file:/tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%3A%3AoldDatabase.testTableWithImpalaPrefix/1783526355973
15:59:15.977 [INFO - ForkJoinPool-189-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:15.977 [INFO - ForkJoinPool-189-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:15.978 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:15.978 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:15.999 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.000 [INFO - ForkJoinPool-189-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.000 [INFO - ForkJoinPool-189-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.001 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.001 [INFO - ForkJoinPool-189-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.001 [INFO - ForkJoinPool-189-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.001 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.050 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:16.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:59:16.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:16.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:16.051 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:16.052 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:16.070 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.5 KiB, free 1993.7 MiB)
15:59:16.072 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:59:16.073 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:16.073 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:16.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:16.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:59:16.076 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5159 bytes) taskResourceAssignments Map()
15:59:16.077 [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:59:16.089 [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:59:16.091 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ed99c5bb94f4e2b951ae0c07131a785
15:59:16.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.093 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.094 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.094 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.094 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:16.094 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:16.094 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:16.094 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:16.095 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:16.113 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323954065408000) for scanner KuduScanner(table=impala::oldDatabase.testTableWithImpalaPrefix, tablet=06e2d4a37f9346a09cae64cfb2ed853a, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:16.125 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:16.130 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559165215178507215560174_0000_m_000000_0' to file:/tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%3A%3AoldDatabase.testTableWithImpalaPrefix/1783526355973/_temporary/0/task_202607081559165215178507215560174_0000_m_000000
15:59:16.130 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559165215178507215560174_0000_m_000000_0: Committed
15:59:16.132 [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). 6300 bytes result sent to driver
15:59:16.132 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5159 bytes) taskResourceAssignments Map()
15:59:16.133 [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:59:16.146 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 71 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:16.149 [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:59:16.151 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ed99c5bb94f4e2b951ae0c07131a785
15:59:16.152 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.152 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.152 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.152 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.152 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.153 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.161 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323954065408000) for scanner KuduScanner(table=impala::oldDatabase.testTableWithImpalaPrefix, tablet=9273dfcd46224d22af68cff7309d561e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:16.170 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.170 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:16.171 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:16.172 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:16.186 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:16.190 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559165180484277171116143_0000_m_000001_1' to file:/tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%3A%3AoldDatabase.testTableWithImpalaPrefix/1783526355973/_temporary/0/task_202607081559165180484277171116143_0000_m_000001
15:59:16.190 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081559165180484277171116143_0000_m_000001_1: Committed
15:59:16.191 [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). 6300 bytes result sent to driver
15:59:16.198 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:16.198 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:16.198 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.146 s
15:59:16.199 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:16.199 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:16.199 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.148262 s
15:59:16.214 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Write Job a8210803-a1d5-4131-a410-1ee2b0de4b51 committed.
15:59:16.215 [INFO - ForkJoinPool-189-worker-1] (Logging.scala:57) Finished processing stats for write job a8210803-a1d5-4131-a410-1ee2b0de4b51.
15:59:16.217 [INFO - ForkJoinPool-189-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%3A%3AoldDatabase.testTableWithImpalaPrefix/1783526355973/.kudu-metadata.json
15:59:16.224 [INFO - ForkJoinPool-189-worker-1] (KuduBackup.scala:149) Successfully backed up table impala::oldDatabase.testTableWithImpalaPrefix
15:59:16.226 [DEBUG - main] (Connection.java:748) [peer master-127.30.16.188:38427(127.30.16.188:38427)] connecting to peer
15:59:16.227 [DEBUG - main] (Connection.java:748) [peer master-127.30.16.190:34099(127.30.16.190:34099)] connecting to peer
15:59:16.228 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.16.188:38427(127.30.16.188:38427)] Successfully connected to peer
15:59:16.229 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.16.188
15:59:16.233 [DEBUG - main] (Connection.java:748) [peer master-127.30.16.189:40299(127.30.16.189:40299)] connecting to peer
15:59:16.234 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.16.190:34099(127.30.16.190:34099)] Successfully connected to peer
15:59:16.239 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.16.190
15:59:16.243 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.16.189:40299(127.30.16.189:40299)] Successfully connected to peer
15:59:16.245 [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:59:16.246 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.16.189
15:59:16.250 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xaaf2ab36, L:/127.0.0.1:35060 - R:/127.30.16.188:38427] using SASL/PLAIN
15:59:16.262 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:16.263 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=37), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.30.16.188:38427, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.30.16.190:34099, [6ms] Sub RPC ConnectToMaster: sending RPC to server master-127.30.16.189:40299, [32ms] Sub RPC ConnectToMaster: received response from server master-127.30.16.188:38427: OK, deferred=null) after lookup
15:59:16.267 [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:59:16.269 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ed99c5bb94f4e2b951ae0c07131a785
15:59:16.274 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3dbb4f7c, L:/127.0.0.1:42920 - R:/127.30.16.189:40299] using SASL/PLAIN
15:59:16.281 [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:59:16.282 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf64a7a12, L:/127.0.0.1:60180 - R:/127.30.16.190:34099] using SASL/PLAIN
15:59:16.286 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:16.300 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:16.300 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:16.301 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:16.317 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:16.329 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:16.329 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:16.330 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:16.331 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402087 bytes, open cost is considered as scanning 4194304 bytes.
15:59:16.344 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:16.345 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:16.345 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:16.345 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:16.345 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:16.345 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:16.347 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:16.367 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:16.368 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:16.368 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:16.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:16.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:16.369 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:59:16.370 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5267 bytes) taskResourceAssignments Map()
15:59:16.370 [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:59:16.373 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%253A%253AoldDatabase.testTableWithImpalaPrefix/1783526355973/part-00001-956da4ef-6181-4902-8575-1d5bccccf925-c000.snappy.parquet, range: 0-6751, partition values: [empty row]
15:59:16.378 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%253A%253AoldDatabase.testTableWithImpalaPrefix/1783526355973/part-00000-956da4ef-6181-4902-8575-1d5bccccf925-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:59:16.381 [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). 8612 bytes result sent to driver
15:59:16.382 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 13 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:16.383 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:16.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.037 s
15:59:16.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:16.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:16.384 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.039546 s
15:59:16.388 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526356388
15:59:16.389 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526356160380
15:59:16.389 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:16.389 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4423253311797594034/
15:59:16.398 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 1d319b5d9d9b4e4e96da262a52f27b66
15:59:16.398 [INFO - ForkJoinPool-192-worker-1] (KuduBackup.scala:55) Backing up table oldDatabase.testTableWithoutImpalaPrefix to path: file:/tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389
15:59:16.398 [INFO - ForkJoinPool-192-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:16.398 [INFO - ForkJoinPool-192-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:16.418 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.419 [INFO - ForkJoinPool-192-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.419 [INFO - ForkJoinPool-192-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.419 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.419 [INFO - ForkJoinPool-192-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.420 [INFO - ForkJoinPool-192-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.420 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.447 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:16.448 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 2 output partitions
15:59:16.448 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:59:16.448 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:16.449 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:16.449 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:59:16.465 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 189.5 KiB, free 1993.3 MiB)
15:59:16.467 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.3 MiB)
15:59:16.468 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:16.468 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:16.469 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:16.469 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 2 tasks resource profile 0
15:59:16.469 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5154 bytes) taskResourceAssignments Map()
15:59:16.470 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:59:16.479 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:16.481 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 1d319b5d9d9b4e4e96da262a52f27b66
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:16.483 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:16.484 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:16.503 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323955769344000) for scanner KuduScanner(table=oldDatabase.testTableWithoutImpalaPrefix, tablet=732e29c16b0f4813b311a086b8de0a61, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:16.516 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:16.519 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155916125615699859256533_0002_m_000000_3' to file:/tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/_temporary/0/task_20260708155916125615699859256533_0002_m_000000
15:59:16.521 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) attempt_20260708155916125615699859256533_0002_m_000000_3: Committed
15:59:16.522 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 6300 bytes result sent to driver
15:59:16.522 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5154 bytes) taskResourceAssignments Map()
15:59:16.523 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 54 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:16.524 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 4)
15:59:16.536 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:16.538 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 1d319b5d9d9b4e4e96da262a52f27b66
15:59:16.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.540 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.544 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323955769344000) for scanner KuduScanner(table=oldDatabase.testTableWithoutImpalaPrefix, tablet=b064b199efc34ff1bb76b75ea85efbf9, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:16.555 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:16.556 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:16.557 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:16.569 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:16.572 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559167690399157346981033_0002_m_000001_4' to file:/tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/_temporary/0/task_202607081559167690399157346981033_0002_m_000001
15:59:16.572 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081559167690399157346981033_0002_m_000001_4: Committed
15:59:16.573 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4). 6300 bytes result sent to driver
15:59:16.574 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 4) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:16.574 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:16.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.124 s
15:59:16.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:16.575 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:16.575 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.127459 s
15:59:16.584 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Write Job c4fc7721-cc7a-4d7a-969c-c5b3e7391963 committed.
15:59:16.585 [INFO - ForkJoinPool-192-worker-1] (Logging.scala:57) Finished processing stats for write job c4fc7721-cc7a-4d7a-969c-c5b3e7391963.
15:59:16.588 [INFO - ForkJoinPool-192-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/.kudu-metadata.json
15:59:16.598 [INFO - ForkJoinPool-192-worker-1] (KuduBackup.scala:149) Successfully backed up table oldDatabase.testTableWithoutImpalaPrefix
15:59:16.602 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 1d319b5d9d9b4e4e96da262a52f27b66
15:59:16.608 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:16.616 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:16.616 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:16.617 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:16.632 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 313.9 KiB, free 1993.0 MiB)
15:59:16.659 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:59:16.660 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.2 MiB)
15:59:16.661 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:16.661 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:59:16.662 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402088 bytes, open cost is considered as scanning 4194304 bytes.
15:59:16.664 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:16.669 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:16.675 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:16.676 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:16.676 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:59:16.676 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:16.676 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:16.676 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:16.678 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.3 KiB, free 1993.5 MiB)
15:59:16.679 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.5 MiB)
15:59:16.680 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:16.680 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:16.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:16.681 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:59:16.681 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5241 bytes) taskResourceAssignments Map()
15:59:16.682 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:59:16.684 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/part-00001-a06b98bf-689b-46a0-8ce0-f2b83382bfa1-c000.snappy.parquet, range: 0-6749, partition values: [empty row]
15:59:16.688 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/part-00000-a06b98bf-689b-46a0-8ce0-f2b83382bfa1-c000.snappy.parquet, range: 0-6731, partition values: [empty row]
15:59:16.693 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 8613 bytes result sent to driver
15:59:16.693 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:16.694 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:16.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.017 s
15:59:16.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:16.694 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:16.695 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.019375 s
15:59:16.698 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526356698
15:59:16.698 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526356543542
15:59:16.698 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:16.698 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4423253311797594034/
15:59:16.713 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2f32a7d30e8242448bd8e02ee8f9b491
15:59:16.713 [INFO - ForkJoinPool-195-worker-1] (KuduBackup.scala:55) Backing up table impala::testTableWithImpalaPrefixWithoutDb to path: file:/tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%3A%3AtestTableWithImpalaPrefixWithoutDb/1783526356698
15:59:16.714 [INFO - ForkJoinPool-195-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:16.714 [INFO - ForkJoinPool-195-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:16.731 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.732 [INFO - ForkJoinPool-195-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.732 [INFO - ForkJoinPool-195-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.733 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.733 [INFO - ForkJoinPool-195-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.733 [INFO - ForkJoinPool-195-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.734 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.763 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:16.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (save at KuduBackup.scala:97) with 2 output partitions
15:59:16.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (save at KuduBackup.scala:97)
15:59:16.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:16.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:16.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97), which has no missing parents
15:59:16.780 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 189.5 KiB, free 1993.3 MiB)
15:59:16.782 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.3 MiB)
15:59:16.783 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:16.783 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:59:16.784 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:16.784 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 2 tasks resource profile 0
15:59:16.784 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5156 bytes) taskResourceAssignments Map()
15:59:16.785 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 6)
15:59:16.793 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:16.795 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2f32a7d30e8242448bd8e02ee8f9b491
15:59:16.796 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.796 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.796 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.796 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:16.797 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:16.798 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:16.812 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323957035008000) for scanner KuduScanner(table=impala::testTableWithImpalaPrefixWithoutDb, tablet=61162e690be34755a760ad7968a85fdc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:16.822 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:16.825 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559168276384870500739455_0004_m_000000_6' to file:/tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%3A%3AtestTableWithImpalaPrefixWithoutDb/1783526356698/_temporary/0/task_202607081559168276384870500739455_0004_m_000000
15:59:16.825 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) attempt_202607081559168276384870500739455_0004_m_000000_6: Committed
15:59:16.826 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6). 6300 bytes result sent to driver
15:59:16.827 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5156 bytes) taskResourceAssignments Map()
15:59:16.828 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 7)
15:59:16.828 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 6) in 44 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:16.837 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:16.839 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2f32a7d30e8242448bd8e02ee8f9b491
15:59:16.840 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.840 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.840 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.840 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:16.840 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:16.841 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:16.844 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323957035008000) for scanner KuduScanner(table=impala::testTableWithImpalaPrefixWithoutDb, tablet=c057a9ccfac64d79b25fc2a3fb4d94f4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:16.851 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:16.852 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:16.853 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:16.876 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:16.879 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:16.880 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:16.883 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559163197896106645798541_0004_m_000001_7' to file:/tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%3A%3AtestTableWithImpalaPrefixWithoutDb/1783526356698/_temporary/0/task_202607081559163197896106645798541_0004_m_000001
15:59:16.883 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) attempt_202607081559163197896106645798541_0004_m_000001_7: Committed
15:59:16.884 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7). 6343 bytes result sent to driver
15:59:16.885 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 7) in 58 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:16.885 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:59:16.885 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (save at KuduBackup.scala:97) finished in 0.120 s
15:59:16.886 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:16.886 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:59:16.886 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Job 4 finished: save at KuduBackup.scala:97, took 0.122699 s
15:59:16.898 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Write Job cae450d6-da87-401b-94bd-c6109e532060 committed.
15:59:16.899 [INFO - ForkJoinPool-195-worker-1] (Logging.scala:57) Finished processing stats for write job cae450d6-da87-401b-94bd-c6109e532060.
15:59:16.901 [INFO - ForkJoinPool-195-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%3A%3AtestTableWithImpalaPrefixWithoutDb/1783526356698/.kudu-metadata.json
15:59:16.907 [INFO - ForkJoinPool-195-worker-1] (KuduBackup.scala:149) Successfully backed up table impala::testTableWithImpalaPrefixWithoutDb
15:59:16.910 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 2f32a7d30e8242448bd8e02ee8f9b491
15:59:16.919 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:16.926 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:16.926 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:16.926 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:16.938 [INFO - main] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:16.948 [INFO - main] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:16.949 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:16.949 [INFO - main] (Logging.scala:57) Created broadcast 7 from collect at TestKuduBackup.scala:994
15:59:16.950 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402085 bytes, open cost is considered as scanning 4194304 bytes.
15:59:16.962 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:16.963 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:16.963 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (collect at TestKuduBackup.scala:994)
15:59:16.963 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:16.963 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:16.963 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:16.965 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:16.966 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:16.967 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:16.967 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:59:16.968 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:16.968 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:59:16.969 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5261 bytes) taskResourceAssignments Map()
15:59:16.969 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 8)
15:59:16.972 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%253A%253AtestTableWithImpalaPrefixWithoutDb/1783526356698/part-00001-6b9dc8ac-7fb9-40cd-9b77-7cdd2853c912-c000.snappy.parquet, range: 0-6749, partition values: [empty row]
15:59:16.976 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%253A%253AtestTableWithImpalaPrefixWithoutDb/1783526356698/part-00000-6b9dc8ac-7fb9-40cd-9b77-7cdd2853c912-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:59:16.980 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8). 8607 bytes result sent to driver
15:59:16.981 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 8) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:16.981 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:59:16.982 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (collect at TestKuduBackup.scala:994) finished in 0.017 s
15:59:16.982 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:16.982 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:59:16.982 [INFO - main] (Logging.scala:57) Job 5 finished: collect at TestKuduBackup.scala:994, took 0.020324 s
15:59:16.986 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526356986
15:59:16.986 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526356843814
15:59:16.986 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:16.986 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup4423253311797594034/
15:59:17.005 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d614f2bbf57e4dc587c3c80a70c73681
15:59:17.006 [INFO - ForkJoinPool-198-worker-1] (KuduBackup.scala:55) Backing up table testTableWithoutImpalaPrefixWithoutDb to path: file:/tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987
15:59:17.006 [INFO - ForkJoinPool-198-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:17.006 [INFO - ForkJoinPool-198-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:17.022 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.023 [INFO - ForkJoinPool-198-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:17.023 [INFO - ForkJoinPool-198-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:17.023 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.023 [INFO - ForkJoinPool-198-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:17.023 [INFO - ForkJoinPool-198-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:17.024 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.051 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:17.052 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (save at KuduBackup.scala:97) with 2 output partitions
15:59:17.052 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (save at KuduBackup.scala:97)
15:59:17.052 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:17.052 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:17.052 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (MapPartitionsRDD[29] at save at KuduBackup.scala:97), which has no missing parents
15:59:17.068 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 189.5 KiB, free 1993.1 MiB)
15:59:17.070 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.0 MiB)
15:59:17.071 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 66.6 KiB, free: 1993.7 MiB)
15:59:17.071 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:59:17.071 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 6 (MapPartitionsRDD[29] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:17.072 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 2 tasks resource profile 0
15:59:17.073 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5151 bytes) taskResourceAssignments Map()
15:59:17.073 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 9)
15:59:17.085 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.088 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d614f2bbf57e4dc587c3c80a70c73681
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.089 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:380) Validation is off
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:17.090 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:17.091 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:17.105 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323958218752000) for scanner KuduScanner(table=testTableWithoutImpalaPrefixWithoutDb, tablet=226f4f90f35e48b49bd6f7455a267872, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:17.114 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:17.131 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559174727036469756617782_0006_m_000000_9' to file:/tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/_temporary/0/task_202607081559174727036469756617782_0006_m_000000
15:59:17.131 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) attempt_202607081559174727036469756617782_0006_m_000000_9: Committed
15:59:17.132 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 9). 6343 bytes result sent to driver
15:59:17.133 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5151 bytes) taskResourceAssignments Map()
15:59:17.133 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.6 KiB, free: 1993.7 MiB)
15:59:17.134 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 9) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:17.135 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 10)
15:59:17.137 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:59:17.139 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:17.145 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d614f2bbf57e4dc587c3c80a70c73681
15:59:17.147 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:17.147 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:17.148 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.148 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:17.148 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:17.148 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:17.150 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323958218752000) for scanner KuduScanner(table=testTableWithoutImpalaPrefixWithoutDb, tablet=bba48a6f1ada4bf385bf6fe5e24d7e87, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:17.158 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:17.159 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:17.169 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:17.172 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559172357251638870917773_0006_m_000001_10' to file:/tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/_temporary/0/task_202607081559172357251638870917773_0006_m_000001
15:59:17.172 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (Logging.scala:57) attempt_202607081559172357251638870917773_0006_m_000001_10: Committed
15:59:17.173 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 10)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 10). 6300 bytes result sent to driver
15:59:17.174 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 10) in 42 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:17.174 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:59:17.174 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (save at KuduBackup.scala:97) finished in 0.121 s
15:59:17.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:17.175 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:59:17.175 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Job 6 finished: save at KuduBackup.scala:97, took 0.123794 s
15:59:17.183 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Write Job e20ea35a-1f18-4419-bbef-52a9aab25743 committed.
15:59:17.184 [INFO - ForkJoinPool-198-worker-1] (Logging.scala:57) Finished processing stats for write job e20ea35a-1f18-4419-bbef-52a9aab25743.
15:59:17.185 [INFO - ForkJoinPool-198-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/.kudu-metadata.json
15:59:17.192 [INFO - ForkJoinPool-198-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableWithoutImpalaPrefixWithoutDb
15:59:17.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table d614f2bbf57e4dc587c3c80a70c73681
15:59:17.202 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:17.210 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:17.210 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:17.210 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:17.224 [INFO - main] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:17.236 [INFO - main] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:17.237 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:17.238 [INFO - main] (Logging.scala:57) Created broadcast 10 from collect at TestKuduBackup.scala:994
15:59:17.238 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402086 bytes, open cost is considered as scanning 4194304 bytes.
15:59:17.250 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:17.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 7 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:17.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 7 (collect at TestKuduBackup.scala:994)
15:59:17.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:17.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:17.251 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 7 (MapPartitionsRDD[35] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:17.253 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_11 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:17.255 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_11_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:17.255 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_11_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:17.255 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 11 from broadcast at DAGScheduler.scala:1388
15:59:17.256 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 7 (MapPartitionsRDD[35] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:17.256 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 1 tasks resource profile 0
15:59:17.257 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5235 bytes) taskResourceAssignments Map()
15:59:17.257 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 11)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 11)
15:59:17.260 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/part-00001-ce6bca7b-e3e0-442b-874e-716f1f370fc3-c000.snappy.parquet, range: 0-6749, partition values: [empty row]
15:59:17.265 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 11)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/part-00000-ce6bca7b-e3e0-442b-874e-716f1f370fc3-c000.snappy.parquet, range: 0-6729, partition values: [empty row]
15:59:17.270 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 11)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 11). 8618 bytes result sent to driver
15:59:17.271 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 11) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:17.271 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:59:17.271 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 7 (collect at TestKuduBackup.scala:994) finished in 0.019 s
15:59:17.272 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 7 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:17.272 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 7: Stage finished
15:59:17.272 [INFO - main] (Logging.scala:57) Job 7 finished: collect at TestKuduBackup.scala:994, took 0.021408 s
15:59:17.277 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4423253311797594034/
15:59:17.302 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%3A%3AoldDatabase.testTableWithImpalaPrefix
15:59:17.304 [INFO - ForkJoinPool-201-worker-1] (KuduRestore.scala:104) Restoring table impala::oldDatabase.testTableWithImpalaPrefix from path: file:/tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%3A%3AoldDatabase.testTableWithImpalaPrefix/1783526355973
15:59:17.304 [INFO - ForkJoinPool-201-worker-1] (KuduRestore.scala:112) Creating restore table newDatabase.testTableWithImpalaPrefix-restore
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.305701 30971 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "newDatabase.testTableWithImpalaPrefix-restore"
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:17.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:17.313 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ef286b1a7104bc39216093b9d112639
15:59:17.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.316159 31404 tablet_service.cc:1467] Processing CreateTablet for tablet 30d92a1687ee4e8ba9683f40cce7dbb0 (DEFAULT_TABLE table=newDatabase.testTableWithImpalaPrefix-restore [id=6ef286b1a7104bc39216093b9d112639]), partition=RANGE (key) PARTITION VALUES < 50
15:59:17.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.316490 31404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 30d92a1687ee4e8ba9683f40cce7dbb0. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:17.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.318514 31794 tablet_bootstrap.cc:492] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9: Bootstrap starting.
15:59:17.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.319833 31794 tablet_bootstrap.cc:654] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9: Neither blocks nor log segments found. Creating new log.
15:59:17.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.321375 31794 tablet_bootstrap.cc:492] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9: No bootstrap required, opened a new log
15:59:17.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.321493 31794 ts_tablet_manager.cc:1397] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.321969 31794 raft_consensus.cc:348] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.322098 31794 raft_consensus.cc:374] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.322137 31794 raft_consensus.cc:729] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Initialized, Role: FOLLOWER
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.322286 31794 consensus_queue.cc:260] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.322388 31794 raft_consensus.cc:388] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.322427 31794 raft_consensus.cc:482] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.322474 31794 raft_consensus.cc:3037] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Advancing to term 1
15:59:17.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.323704 31794 raft_consensus.cc:504] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.323871 31794 leader_election.cc:302] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [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: d5fc39b93d404ce49debc3c5d04839b9; no voters: 
15:59:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.324062 31794 leader_election.cc:288] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.324208 31796 raft_consensus.cc:2781] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Leader election won for term 1
15:59:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.324378 31794 ts_tablet_manager.cc:1428] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.003s
15:59:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.324579 31796 raft_consensus.cc:686] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 LEADER]: Becoming Leader. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Running, Role: LEADER
15:59:17.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.324833 31796 consensus_queue.cc:237] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.327636 30971 catalog_manager.cc:5495] T 30d92a1687ee4e8ba9683f40cce7dbb0 P d5fc39b93d404ce49debc3c5d04839b9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131). New cstate: current_term: 1 leader_uuid: "d5fc39b93d404ce49debc3c5d04839b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } health_report { overall_health: HEALTHY } } }
15:59:17.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.351059 30971 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35044:
15:59:17.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "newDatabase.testTableWithImpalaPrefix-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:17.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:17.357625 30971 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 has no consensus state
15:59:17.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.362568 31132 tablet_service.cc:1467] Processing CreateTablet for tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 (DEFAULT_TABLE table=newDatabase.testTableWithImpalaPrefix-restore [id=6ef286b1a7104bc39216093b9d112639]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:17.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.362929 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2e1748cd37564fb7bd1e1cf4d9204dc6. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:17.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.365283 31801 tablet_bootstrap.cc:492] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:17.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.366115 31801 tablet_bootstrap.cc:654] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.367177 31801 tablet_bootstrap.cc:492] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.367286 31801 ts_tablet_manager.cc:1397] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.367693 31801 raft_consensus.cc:348] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.367830 31801 raft_consensus.cc:374] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.367865 31801 raft_consensus.cc:729] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:17.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.368000 31801 consensus_queue.cc:260] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:17.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.368111 31801 raft_consensus.cc:388] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:17.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.368146 31801 raft_consensus.cc:482] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:17.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.368194 31801 raft_consensus.cc:3037] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:17.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.369131 31801 raft_consensus.cc:504] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:17.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.369377 31801 leader_election.cc:302] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:17.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.369575 31801 leader_election.cc:288] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:17.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.369645 31803 raft_consensus.cc:2781] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.369932 31803 raft_consensus.cc:686] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.370150 31803 consensus_queue.cc:237] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:17.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.370637 31801 ts_tablet_manager.cc:1428] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:17.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.371758 30971 catalog_manager.cc:5495] T 2e1748cd37564fb7bd1e1cf4d9204dc6 P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:17.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.379158 30971 catalog_manager.cc:6040] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: newDatabase.testTableWithImpalaPrefix-restore [id=6ef286b1a7104bc39216093b9d112639] alter complete (version 0)
15:59:17.396 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:17.413 [INFO - ForkJoinPool-201-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:17.417 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:17.418 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:17.418 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:17.425 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Block broadcast_12 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:59:17.434 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Block broadcast_12_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:59:17.434 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_12_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:17.435 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Created broadcast 12 from toRdd at KuduRestore.scala:140
15:59:17.435 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402087 bytes, open cost is considered as scanning 4194304 bytes.
15:59:17.458 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:17.458 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_11_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:17.458 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 8 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:17.458 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (foreachPartition at KuduRestore.scala:140)
15:59:17.458 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:17.459 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:17.459 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (SQLExecutionRDD[39] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:17.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_13 stored as values in memory (estimated size 29.1 KiB, free 1993.3 MiB)
15:59:17.461 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_10_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:17.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_13_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.3 MiB)
15:59:17.463 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_13_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:17.463 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 13 from broadcast at DAGScheduler.scala:1388
15:59:17.463 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_9_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:59:17.464 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 8 (SQLExecutionRDD[39] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:17.464 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 1 tasks resource profile 0
15:59:17.465 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5267 bytes) taskResourceAssignments Map()
15:59:17.465 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 12)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 12)
15:59:17.468 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ef286b1a7104bc39216093b9d112639
15:59:17.472 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 12)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%253A%253AoldDatabase.testTableWithImpalaPrefix/1783526355973/part-00001-956da4ef-6181-4902-8575-1d5bccccf925-c000.snappy.parquet, range: 0-6751, partition values: [empty row]
15:59:17.478 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 12)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/6ed99c5bb94f4e2b951ae0c07131a785-impala%253A%253AoldDatabase.testTableWithImpalaPrefix/1783526355973/part-00000-956da4ef-6181-4902-8575-1d5bccccf925-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:59:17.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.479 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.480 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.480 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.484 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299996, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.486 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.486 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.486 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.487 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.487 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.488 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.488 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.489 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.489 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.489 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.490 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.490 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.490 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.491 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.491 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.491 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.491 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.492 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.492 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.493 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.493 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.493 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.494 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.494 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.495 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.495 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.495 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.496 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.496 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.496 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.497 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.497 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.498 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.498 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.498 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.499 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.499 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.500 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.500 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.500 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.501 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.501 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.501 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.502 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.502 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.502 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.502 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.503 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.503 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.503 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.503 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.504 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.504 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.504 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.505 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.505 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.505 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.505 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.506 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.506 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.506 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.506 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.506 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.506 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.507 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.507 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.507 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.507 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.507 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.508 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.508 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.508 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 12)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5ca62ed6, flushNotification=Deferred@1807231440(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:17.508 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.508 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.508 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.509 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.509 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.509 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.509 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.510 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.510 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.510 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.510 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.510 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.510 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.511 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.511 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.511 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.512 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.512 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.512 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.512 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.512 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.512 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.512 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.512 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.512 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.513 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.513 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.513 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.513 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.513 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.513 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.515 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.515 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.515 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.516 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.516 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.516 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.516 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.516 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.517 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.517 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.517 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.517 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.517 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.518 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.518 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.518 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.518 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.518 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.519 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.519 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.519 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.519 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.519 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.519 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.520 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.520 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.520 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.520 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.520 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.521 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.521 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.521 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.521 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.521 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.521 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.522 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.522 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.522 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.522 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.522 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.523 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.523 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.523 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.523 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.523 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.523 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.524 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.524 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.524 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.524 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.524 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.525 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.525 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.525 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.525 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.526 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.526 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.526 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.526 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.527 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.527 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.527 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.527 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.527 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.527 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.527 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.527 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.527 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.528 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.528 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.528 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.528 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.528 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.528 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.528 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.529 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.529 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.529 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.529 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.529 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.529 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.529 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.530 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.530 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.530 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.530 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.530 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.530 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.530 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.531 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.531 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.531 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.531 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.532 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.532 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.532 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.532 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 30d92a1687ee4e8ba9683f40cce7dbb0 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.532 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 2e1748cd37564fb7bd1e1cf4d9204dc6 for table 'newDatabase.testTableWithImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.532 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=30d92a1687ee4e8ba9683f40cce7dbb0@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:17.539 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 12)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 12). 5422 bytes result sent to driver
15:59:17.540 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 12) in 75 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:17.541 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:59:17.541 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (foreachPartition at KuduRestore.scala:140) finished in 0.082 s
15:59:17.541 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 8 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:17.541 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:59:17.542 [INFO - ForkJoinPool-201-worker-1] (Logging.scala:57) Job 8 finished: foreachPartition at KuduRestore.scala:140, took 0.083883 s
15:59:17.542 [INFO - ForkJoinPool-201-worker-1] (KuduRestore.scala:237) Successfully restored table impala::oldDatabase.testTableWithImpalaPrefix
15:59:17.545 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 6ef286b1a7104bc39216093b9d112639
15:59:17.555 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:798
15:59:17.555 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 9 (collect at TestKuduBackup.scala:798) with 2 output partitions
15:59:17.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 9 (collect at TestKuduBackup.scala:798)
15:59:17.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:17.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:17.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 9 (KuduRDD[40] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:17.557 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:59:17.559 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:59:17.560 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_14_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:17.560 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 14 from broadcast at DAGScheduler.scala:1388
15:59:17.560 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 9 (KuduRDD[40] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:17.560 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 9.0 with 2 tasks resource profile 0
15:59:17.562 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 9.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5309 bytes) taskResourceAssignments Map()
15:59:17.562 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (Logging.scala:57) Running task 0.0 in stage 9.0 (TID 13)
15:59:17.564 [DEBUG - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.567 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323960591302656) for scanner KuduScanner(table=newDatabase.testTableWithImpalaPrefix-restore, tablet=30d92a1687ee4e8ba9683f40cce7dbb0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:17.569 [INFO - Executor task launch worker for task 0.0 in stage 9.0 (TID 13)] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 13). 5858 bytes result sent to driver
15:59:17.569 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 9.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5309 bytes) taskResourceAssignments Map()
15:59:17.570 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 9.0 (TID 13) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:17.570 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 14)] (Logging.scala:57) Running task 1.0 in stage 9.0 (TID 14)
15:59:17.571 [DEBUG - Executor task launch worker for task 1.0 in stage 9.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.575 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323960622071808) for scanner KuduScanner(table=newDatabase.testTableWithImpalaPrefix-restore, tablet=2e1748cd37564fb7bd1e1cf4d9204dc6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:17.576 [INFO - Executor task launch worker for task 1.0 in stage 9.0 (TID 14)] (Logging.scala:57) Finished task 1.0 in stage 9.0 (TID 14). 5815 bytes result sent to driver
15:59:17.578 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 1.0 in stage 9.0 (TID 14) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:17.578 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 9.0, whose tasks have all completed, from pool 
15:59:17.578 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 9 (collect at TestKuduBackup.scala:798) finished in 0.022 s
15:59:17.578 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 9 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:17.579 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 9: Stage finished
15:59:17.579 [INFO - main] (Logging.scala:57) Job 9 finished: collect at TestKuduBackup.scala:798, took 0.024225 s
15:59:17.579 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4423253311797594034/
15:59:17.630 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix
15:59:17.632 [INFO - ForkJoinPool-204-worker-1] (KuduRestore.scala:104) Restoring table oldDatabase.testTableWithoutImpalaPrefix from path: file:/tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389
15:59:17.632 [INFO - ForkJoinPool-204-worker-1] (KuduRestore.scala:112) Creating restore table newDatabase.testTableWithoutImpalaPrefix-restore
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.634230 30972 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "newDatabase.testTableWithoutImpalaPrefix-restore"
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.655012 31269 tablet_service.cc:1467] Processing CreateTablet for tablet 7c202a4c1e5944e5a2c83a084efc7162 (DEFAULT_TABLE table=newDatabase.testTableWithoutImpalaPrefix-restore [id=175ddccadf7d48719881a6412c165c56]), partition=RANGE (key) PARTITION VALUES < 50
15:59:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.655371 31269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7c202a4c1e5944e5a2c83a084efc7162. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:17.662 [DEBUG - ForkJoinPool-204-worker-1] (AsyncKuduClient.java:894) Opened table 175ddccadf7d48719881a6412c165c56
15:59:17.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.666152 31837 tablet_bootstrap.cc:492] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e: Bootstrap starting.
15:59:17.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.667582 31837 tablet_bootstrap.cc:654] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e: Neither blocks nor log segments found. Creating new log.
15:59:17.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.669107 31837 tablet_bootstrap.cc:492] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e: No bootstrap required, opened a new log
15:59:17.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.669214 31837 ts_tablet_manager.cc:1397] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e: Time spent bootstrapping tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.672664 31837 raft_consensus.cc:348] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.672856 31837 raft_consensus.cc:374] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.672895 31837 raft_consensus.cc:729] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Initialized, Role: FOLLOWER
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.673056 31837 consensus_queue.cc:260] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.673141 31837 raft_consensus.cc:388] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.673177 31837 raft_consensus.cc:482] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.673224 31837 raft_consensus.cc:3037] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Advancing to term 1
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.674410 31837 raft_consensus.cc:504] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.674554 31837 leader_election.cc:302] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [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: 4e26755bbcb94fffba076dead592841e; no voters: 
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.674743 31837 leader_election.cc:288] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.675041 31837 ts_tablet_manager.cc:1428] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
15:59:17.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.683568 31839 raft_consensus.cc:2781] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Leader election won for term 1
15:59:17.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.683950 31839 raft_consensus.cc:686] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [term 1 LEADER]: Becoming Leader. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Running, Role: LEADER
15:59:17.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.684984 31839 consensus_queue.cc:237] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:17.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.686704 30972 catalog_manager.cc:5495] T 7c202a4c1e5944e5a2c83a084efc7162 P 4e26755bbcb94fffba076dead592841e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4e26755bbcb94fffba076dead592841e (127.30.16.130). New cstate: current_term: 1 leader_uuid: "4e26755bbcb94fffba076dead592841e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } health_report { overall_health: HEALTHY } } }
15:59:17.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.711395 30972 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35044:
15:59:17.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "newDatabase.testTableWithoutImpalaPrefix-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:17.723848 30972 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 59fc7f90bcf64cfe84c0dc416fe0962e has no consensus state
15:59:17.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.731652 31404 tablet_service.cc:1467] Processing CreateTablet for tablet 59fc7f90bcf64cfe84c0dc416fe0962e (DEFAULT_TABLE table=newDatabase.testTableWithoutImpalaPrefix-restore [id=175ddccadf7d48719881a6412c165c56]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:17.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.732007 31404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 59fc7f90bcf64cfe84c0dc416fe0962e. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:17.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.734717 31794 tablet_bootstrap.cc:492] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9: Bootstrap starting.
15:59:17.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.735661 31794 tablet_bootstrap.cc:654] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9: Neither blocks nor log segments found. Creating new log.
15:59:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.740348 31794 tablet_bootstrap.cc:492] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9: No bootstrap required, opened a new log
15:59:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.740469 31794 ts_tablet_manager.cc:1397] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.002s
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.740927 31794 raft_consensus.cc:348] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.741055 31794 raft_consensus.cc:374] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.741089 31794 raft_consensus.cc:729] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Initialized, Role: FOLLOWER
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.741212 31794 consensus_queue.cc:260] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.741288 31794 raft_consensus.cc:388] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.741317 31794 raft_consensus.cc:482] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.741353 31794 raft_consensus.cc:3037] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Advancing to term 1
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742405 31794 raft_consensus.cc:504] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742558 31794 leader_election.cc:302] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [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: d5fc39b93d404ce49debc3c5d04839b9; no voters: 
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742645 31794 leader_election.cc:288] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742722 31796 raft_consensus.cc:2781] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Leader election won for term 1
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742815 31796 raft_consensus.cc:686] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [term 1 LEADER]: Becoming Leader. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Running, Role: LEADER
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742880 31794 ts_tablet_manager.cc:1428] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.742925 31796 consensus_queue.cc:237] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:17.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.744563 30972 catalog_manager.cc:5495] T 59fc7f90bcf64cfe84c0dc416fe0962e P d5fc39b93d404ce49debc3c5d04839b9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131). New cstate: current_term: 1 leader_uuid: "d5fc39b93d404ce49debc3c5d04839b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } health_report { overall_health: HEALTHY } } }
15:59:17.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.753690 30972 catalog_manager.cc:6040] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: newDatabase.testTableWithoutImpalaPrefix-restore [id=175ddccadf7d48719881a6412c165c56] alter complete (version 0)
15:59:17.776 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:17.795 [INFO - ForkJoinPool-204-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:17.801 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:17.801 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:17.802 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:17.809 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Block broadcast_15 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:17.820 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Block broadcast_15_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:17.820 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_15_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:17.821 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Created broadcast 15 from toRdd at KuduRestore.scala:140
15:59:17.822 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402088 bytes, open cost is considered as scanning 4194304 bytes.
15:59:17.832 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:17.832 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 10 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:17.832 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 10 (foreachPartition at KuduRestore.scala:140)
15:59:17.832 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:17.832 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:17.833 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 10 (SQLExecutionRDD[44] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:17.835 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_16 stored as values in memory (estimated size 29.1 KiB, free 1993.1 MiB)
15:59:17.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_16_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.1 MiB)
15:59:17.836 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_16_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:17.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 16 from broadcast at DAGScheduler.scala:1388
15:59:17.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 10 (SQLExecutionRDD[44] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:17.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 10.0 with 1 tasks resource profile 0
15:59:17.838 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 10.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5241 bytes) taskResourceAssignments Map()
15:59:17.838 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 15)] (Logging.scala:57) Running task 0.0 in stage 10.0 (TID 15)
15:59:17.841 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.843 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 175ddccadf7d48719881a6412c165c56
15:59:17.843 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 15)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/part-00001-a06b98bf-689b-46a0-8ce0-f2b83382bfa1-c000.snappy.parquet, range: 0-6749, partition values: [empty row]
15:59:17.848 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 15)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/1d319b5d9d9b4e4e96da262a52f27b66-oldDatabase.testTableWithoutImpalaPrefix/1783526356389/part-00000-a06b98bf-689b-46a0-8ce0-f2b83382bfa1-c000.snappy.parquet, range: 0-6731, partition values: [empty row]
15:59:17.849 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.849 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.849 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.850 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.850 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.850 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.850 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.851 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.851 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.851 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.851 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.851 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.852 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.852 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.852 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.852 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.853 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.853 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.853 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.853 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.853 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.854 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.854 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.854 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.854 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.855 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.855 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.855 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.855 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.856 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.856 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.856 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.856 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.856 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.857 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.857 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.858 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.858 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.858 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.859 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.859 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.859 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.859 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.860 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.860 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.860 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.860 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.860 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.861 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.861 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.861 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.861 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.861 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.862 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.862 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.862 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.862 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.862 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.863 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.863 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.864 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.864 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.864 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.864 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.865 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.865 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.865 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.865 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.865 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.865 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.866 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.866 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.866 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.866 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.866 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.867 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.867 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.867 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.868 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.868 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.868 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.869 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.869 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.869 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.869 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.869 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.869 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.870 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.870 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.871 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.871 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.871 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.871 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.871 [DEBUG - Executor task launch worker for task 0.0 in stage 10.0 (TID 15)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@274b3f53, flushNotification=Deferred@1769392088(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:17.871 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.871 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.872 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.872 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.873 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.873 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.874 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.874 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.874 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.874 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.874 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.874 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.874 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.875 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.875 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.875 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.875 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.876 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.876 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.876 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.876 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.876 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.876 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.876 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.877 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.877 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.877 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.877 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.877 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.877 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.878 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.879 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.879 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.879 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.880 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.880 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.880 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.880 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.880 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.881 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.881 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.881 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.881 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.882 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.882 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.882 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.882 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.883 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.883 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.883 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.883 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.884 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.884 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.884 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.885 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.885 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.885 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.885 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.886 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.886 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.886 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.886 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.887 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.887 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.887 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.887 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.887 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.887 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.888 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.888 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.888 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.888 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.888 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.888 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.888 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.889 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.889 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.889 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.889 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.890 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.890 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.890 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.891 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.891 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.891 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.891 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.891 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.891 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.891 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.892 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.892 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.892 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.892 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.892 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.892 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.892 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.893 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.893 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.893 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.894 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.894 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.894 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.894 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.894 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.894 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.895 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.895 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.896 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.896 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 7c202a4c1e5944e5a2c83a084efc7162 for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [<start>, 0x80000032)
15:59:17.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 59fc7f90bcf64cfe84c0dc416fe0962e for table 'newDatabase.testTableWithoutImpalaPrefix-restore' with partition [0x80000032, <end>)
15:59:17.896 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=7c202a4c1e5944e5a2c83a084efc7162@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=59fc7f90bcf64cfe84c0dc416fe0962e@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}]
15:59:17.904 [INFO - Executor task launch worker for task 0.0 in stage 10.0 (TID 15)] (Logging.scala:57) Finished task 0.0 in stage 10.0 (TID 15). 5422 bytes result sent to driver
15:59:17.905 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 10.0 (TID 15) in 67 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:17.905 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 10.0, whose tasks have all completed, from pool 
15:59:17.906 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 10 (foreachPartition at KuduRestore.scala:140) finished in 0.072 s
15:59:17.906 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 10 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:17.906 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 10: Stage finished
15:59:17.906 [INFO - ForkJoinPool-204-worker-1] (Logging.scala:57) Job 10 finished: foreachPartition at KuduRestore.scala:140, took 0.074485 s
15:59:17.907 [INFO - ForkJoinPool-204-worker-1] (KuduRestore.scala:237) Successfully restored table oldDatabase.testTableWithoutImpalaPrefix
15:59:17.909 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 175ddccadf7d48719881a6412c165c56
15:59:17.931 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:806
15:59:17.931 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 11 (collect at TestKuduBackup.scala:806) with 2 output partitions
15:59:17.931 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 11 (collect at TestKuduBackup.scala:806)
15:59:17.931 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:17.932 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:17.932 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_14_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:59:17.932 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 11 (KuduRDD[45] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:17.933 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_17 stored as values in memory (estimated size 5.8 KiB, free 1993.1 MiB)
15:59:17.935 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_17_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.1 MiB)
15:59:17.936 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_17_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:17.936 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 17 from broadcast at DAGScheduler.scala:1388
15:59:17.936 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 11 (KuduRDD[45] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:17.937 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 11.0 with 2 tasks resource profile 0
15:59:17.938 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 11.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5312 bytes) taskResourceAssignments Map()
15:59:17.938 [INFO - Executor task launch worker for task 0.0 in stage 11.0 (TID 16)] (Logging.scala:57) Running task 0.0 in stage 11.0 (TID 16)
15:59:17.940 [DEBUG - Executor task launch worker for task 0.0 in stage 11.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.943 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_13_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:59:17.944 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323962133307392) for scanner KuduScanner(table=newDatabase.testTableWithoutImpalaPrefix-restore, tablet=7c202a4c1e5944e5a2c83a084efc7162, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:17.946 [INFO - Executor task launch worker for task 0.0 in stage 11.0 (TID 16)] (Logging.scala:57) Finished task 0.0 in stage 11.0 (TID 16). 5858 bytes result sent to driver
15:59:17.947 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 11.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5312 bytes) taskResourceAssignments Map()
15:59:17.947 [INFO - Executor task launch worker for task 1.0 in stage 11.0 (TID 17)] (Logging.scala:57) Running task 1.0 in stage 11.0 (TID 17)
15:59:17.948 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 11.0 (TID 16) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:17.949 [DEBUG - Executor task launch worker for task 1.0 in stage 11.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:17.951 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_12_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:17.952 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323962168782848) for scanner KuduScanner(table=newDatabase.testTableWithoutImpalaPrefix-restore, tablet=59fc7f90bcf64cfe84c0dc416fe0962e, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:17.954 [INFO - Executor task launch worker for task 1.0 in stage 11.0 (TID 17)] (Logging.scala:57) Finished task 1.0 in stage 11.0 (TID 17). 5858 bytes result sent to driver
15:59:17.955 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 11.0 (TID 17) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:17.955 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 11.0, whose tasks have all completed, from pool 
15:59:17.955 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 11 (collect at TestKuduBackup.scala:806) finished in 0.022 s
15:59:17.956 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 11 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:17.956 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 11: Stage finished
15:59:17.956 [INFO - main] (Logging.scala:57) Job 11 finished: collect at TestKuduBackup.scala:806, took 0.024951 s
15:59:17.957 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4423253311797594034/
15:59:17.957 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_15_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.7 KiB, free: 1993.9 MiB)
15:59:17.961 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_16_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 11.0 KiB, free: 1993.9 MiB)
15:59:17.985 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%3A%3AtestTableWithImpalaPrefixWithoutDb
15:59:17.986 [INFO - ForkJoinPool-207-worker-1] (KuduRestore.scala:104) Restoring table impala::testTableWithImpalaPrefixWithoutDb from path: file:/tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%3A%3AtestTableWithImpalaPrefixWithoutDb/1783526356698
15:59:17.987 [INFO - ForkJoinPool-207-worker-1] (KuduRestore.scala:112) Creating restore table newDatabase.testTableWithImpalaPrefixWithoutDb-restore
15:59:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:17.988384 30972 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "newDatabase.testTableWithImpalaPrefixWithoutDb-restore"
15:59:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:17.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:17.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.997 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table a3a5c667821346f180c3b347548a61a0
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:18.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.001649 31132 tablet_service.cc:1467] Processing CreateTablet for tablet d4c253ee3e6a464daba2b7b1c5224c1d (DEFAULT_TABLE table=newDatabase.testTableWithImpalaPrefixWithoutDb-restore [id=a3a5c667821346f180c3b347548a61a0]), partition=RANGE (key) PARTITION VALUES < 50
15:59:18.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.002009 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d4c253ee3e6a464daba2b7b1c5224c1d. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:18.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.004426 31883 tablet_bootstrap.cc:492] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:18.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.005302 31883 tablet_bootstrap.cc:654] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:18.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.006351 31883 tablet_bootstrap.cc:492] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:18.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.006458 31883 ts_tablet_manager.cc:1397] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.006842 31883 raft_consensus.cc:348] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.006965 31883 raft_consensus.cc:374] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.006999 31883 raft_consensus.cc:729] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.007129 31883 consensus_queue.cc:260] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.007243 31883 raft_consensus.cc:388] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.007277 31883 raft_consensus.cc:482] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.007323 31883 raft_consensus.cc:3037] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008159 31883 raft_consensus.cc:504] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008301 31883 leader_election.cc:302] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008430 31883 leader_election.cc:288] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008517 31804 raft_consensus.cc:2781] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:18.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008670 31804 raft_consensus.cc:686] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:18.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008812 31883 ts_tablet_manager.cc:1428] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:59:18.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.008828 31804 consensus_queue.cc:237] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.010910 30972 catalog_manager.cc:5495] T d4c253ee3e6a464daba2b7b1c5224c1d P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.031018 30972 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35044:
15:59:18.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "newDatabase.testTableWithImpalaPrefixWithoutDb-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:18.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.036437 30972 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a3b8ec5bd56f4229a27735cecd761768 has no consensus state
15:59:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.041818 31269 tablet_service.cc:1467] Processing CreateTablet for tablet a3b8ec5bd56f4229a27735cecd761768 (DEFAULT_TABLE table=newDatabase.testTableWithImpalaPrefixWithoutDb-restore [id=a3a5c667821346f180c3b347548a61a0]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.042171 31269 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a3b8ec5bd56f4229a27735cecd761768. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.044505 31837 tablet_bootstrap.cc:492] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e: Bootstrap starting.
15:59:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.045341 31837 tablet_bootstrap.cc:654] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e: Neither blocks nor log segments found. Creating new log.
15:59:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.046459 31837 tablet_bootstrap.cc:492] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e: No bootstrap required, opened a new log
15:59:18.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.046536 31837 ts_tablet_manager.cc:1397] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.046852 31837 raft_consensus.cc:348] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.046940 31837 raft_consensus.cc:374] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.046964 31837 raft_consensus.cc:729] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Initialized, Role: FOLLOWER
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.047109 31837 consensus_queue.cc:260] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.047219 31837 raft_consensus.cc:388] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.047253 31837 raft_consensus.cc:482] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:18.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.047292 31837 raft_consensus.cc:3037] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 0 FOLLOWER]: Advancing to term 1
15:59:18.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048050 31837 raft_consensus.cc:504] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:18.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048199 31837 leader_election.cc:302] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [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: 4e26755bbcb94fffba076dead592841e; no voters: 
15:59:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048310 31837 leader_election.cc:288] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048386 31839 raft_consensus.cc:2781] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 1 FOLLOWER]: Leader election won for term 1
15:59:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048533 31837 ts_tablet_manager.cc:1428] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:59:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048595 31839 raft_consensus.cc:686] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [term 1 LEADER]: Becoming Leader. State: Replica: 4e26755bbcb94fffba076dead592841e, State: Running, Role: LEADER
15:59:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.048715 31839 consensus_queue.cc:237] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e [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: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } }
15:59:18.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.050765 30972 catalog_manager.cc:5495] T a3b8ec5bd56f4229a27735cecd761768 P 4e26755bbcb94fffba076dead592841e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4e26755bbcb94fffba076dead592841e (127.30.16.130). New cstate: current_term: 1 leader_uuid: "4e26755bbcb94fffba076dead592841e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4e26755bbcb94fffba076dead592841e" member_type: VOTER last_known_addr { host: "127.30.16.130" port: 40725 } health_report { overall_health: HEALTHY } } }
15:59:18.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.057799 30972 catalog_manager.cc:6040] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: newDatabase.testTableWithImpalaPrefixWithoutDb-restore [id=a3a5c667821346f180c3b347548a61a0] alter complete (version 0)
15:59:18.078 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:18.096 [INFO - ForkJoinPool-207-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:18.104 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:18.104 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:18.105 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:18.113 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Block broadcast_18 stored as values in memory (estimated size 314.2 KiB, free 1993.6 MiB)
15:59:18.122 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Block broadcast_18_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.5 MiB)
15:59:18.122 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_18_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:18.123 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Created broadcast 18 from toRdd at KuduRestore.scala:140
15:59:18.123 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402085 bytes, open cost is considered as scanning 4194304 bytes.
15:59:18.136 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:18.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 12 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:18.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 12 (foreachPartition at KuduRestore.scala:140)
15:59:18.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:18.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:18.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 12 (SQLExecutionRDD[49] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:18.139 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_19 stored as values in memory (estimated size 29.1 KiB, free 1993.5 MiB)
15:59:18.141 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_19_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.5 MiB)
15:59:18.141 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_19_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:18.142 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 19 from broadcast at DAGScheduler.scala:1388
15:59:18.142 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 12 (SQLExecutionRDD[49] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:18.142 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 12.0 with 1 tasks resource profile 0
15:59:18.143 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 12.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5261 bytes) taskResourceAssignments Map()
15:59:18.143 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 18)] (Logging.scala:57) Running task 0.0 in stage 12.0 (TID 18)
15:59:18.146 [DEBUG - Executor task launch worker for task 0.0 in stage 12.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:18.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table a3a5c667821346f180c3b347548a61a0
15:59:18.149 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 18)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%253A%253AtestTableWithImpalaPrefixWithoutDb/1783526356698/part-00001-6b9dc8ac-7fb9-40cd-9b77-7cdd2853c912-c000.snappy.parquet, range: 0-6749, partition values: [empty row]
15:59:18.154 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 18)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/2f32a7d30e8242448bd8e02ee8f9b491-impala%253A%253AtestTableWithImpalaPrefixWithoutDb/1783526356698/part-00000-6b9dc8ac-7fb9-40cd-9b77-7cdd2853c912-c000.snappy.parquet, range: 0-6728, partition values: [empty row]
15:59:18.154 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.154 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.155 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.156 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.156 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.157 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.157 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.157 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.158 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.158 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.158 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.158 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.159 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.159 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.160 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.160 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.160 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.161 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.161 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.161 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.162 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.162 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.163 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.163 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.163 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.163 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.164 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.164 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.165 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.165 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.166 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.166 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.166 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.166 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.166 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.166 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.167 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.167 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.167 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.167 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.168 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.168 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.168 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.168 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.168 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.169 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.169 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.169 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.169 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.169 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.170 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.170 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.170 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.170 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.171 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.171 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.171 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.171 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.171 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.171 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.172 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.172 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.172 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.172 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.172 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.173 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.173 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.173 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.173 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.173 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.173 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.174 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.174 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.174 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.174 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.174 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.174 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.175 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.175 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.175 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.175 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.175 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.175 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.176 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.176 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.176 [DEBUG - Executor task launch worker for task 0.0 in stage 12.0 (TID 18)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2a46a32e, flushNotification=Deferred@438444260(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:18.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.177 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.177 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.177 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.177 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.177 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.177 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.177 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.178 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.178 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.178 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.180 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.180 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.180 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.180 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.181 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.181 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.181 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.181 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.181 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.182 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.182 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.182 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.183 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.183 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.183 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.183 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.183 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.184 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.184 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.184 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.184 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.185 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.185 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.185 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.185 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.185 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.186 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.186 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.186 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.186 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.186 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.187 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.187 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.187 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.187 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.187 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.188 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.188 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.188 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.188 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.189 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.189 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.190 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.190 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.190 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.190 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.190 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.191 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.191 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.191 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.192 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.192 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.192 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.192 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.192 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.192 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.192 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.193 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.193 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.193 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.193 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.194 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.194 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.194 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.194 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.194 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.195 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.195 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.196 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.196 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.196 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.197 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.197 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.197 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.198 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.198 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.198 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.198 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.198 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.198 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.198 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.198 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.198 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.199 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.199 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet d4c253ee3e6a464daba2b7b1c5224c1d for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.199 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet a3b8ec5bd56f4229a27735cecd761768 for table 'newDatabase.testTableWithImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.199 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=d4c253ee3e6a464daba2b7b1c5224c1d@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=a3b8ec5bd56f4229a27735cecd761768@[4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)[L]]}]
15:59:18.206 [INFO - Executor task launch worker for task 0.0 in stage 12.0 (TID 18)] (Logging.scala:57) Finished task 0.0 in stage 12.0 (TID 18). 5422 bytes result sent to driver
15:59:18.207 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 12.0 (TID 18) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:18.207 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 12.0, whose tasks have all completed, from pool 
15:59:18.208 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 12 (foreachPartition at KuduRestore.scala:140) finished in 0.070 s
15:59:18.208 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 12 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:18.208 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 12: Stage finished
15:59:18.209 [INFO - ForkJoinPool-207-worker-1] (Logging.scala:57) Job 12 finished: foreachPartition at KuduRestore.scala:140, took 0.072080 s
15:59:18.209 [INFO - ForkJoinPool-207-worker-1] (KuduRestore.scala:237) Successfully restored table impala::testTableWithImpalaPrefixWithoutDb
15:59:18.212 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table a3a5c667821346f180c3b347548a61a0
15:59:18.219 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:815
15:59:18.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 13 (collect at TestKuduBackup.scala:815) with 2 output partitions
15:59:18.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 13 (collect at TestKuduBackup.scala:815)
15:59:18.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:18.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:18.220 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 13 (KuduRDD[50] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:18.222 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_20 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:59:18.223 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_20_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:59:18.223 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_20_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:18.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 20 from broadcast at DAGScheduler.scala:1388
15:59:18.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 13 (KuduRDD[50] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:18.224 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 13.0 with 2 tasks resource profile 0
15:59:18.225 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 13.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5318 bytes) taskResourceAssignments Map()
15:59:18.225 [INFO - Executor task launch worker for task 0.0 in stage 13.0 (TID 19)] (Logging.scala:57) Running task 0.0 in stage 13.0 (TID 19)
15:59:18.227 [DEBUG - Executor task launch worker for task 0.0 in stage 13.0 (TID 19)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:18.230 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323963306958848) for scanner KuduScanner(table=newDatabase.testTableWithImpalaPrefixWithoutDb-restore, tablet=d4c253ee3e6a464daba2b7b1c5224c1d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:18.231 [INFO - Executor task launch worker for task 0.0 in stage 13.0 (TID 19)] (Logging.scala:57) Finished task 0.0 in stage 13.0 (TID 19). 5858 bytes result sent to driver
15:59:18.232 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 13.0 (TID 20) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5318 bytes) taskResourceAssignments Map()
15:59:18.232 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 13.0 (TID 19) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:18.232 [INFO - Executor task launch worker for task 1.0 in stage 13.0 (TID 20)] (Logging.scala:57) Running task 1.0 in stage 13.0 (TID 20)
15:59:18.234 [DEBUG - Executor task launch worker for task 1.0 in stage 13.0 (TID 20)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:18.237 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323963334152192) for scanner KuduScanner(table=newDatabase.testTableWithImpalaPrefixWithoutDb-restore, tablet=a3b8ec5bd56f4229a27735cecd761768, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:18.237 [INFO - Executor task launch worker for task 1.0 in stage 13.0 (TID 20)] (Logging.scala:57) Finished task 1.0 in stage 13.0 (TID 20). 5858 bytes result sent to driver
15:59:18.238 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 13.0 (TID 20) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:18.238 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 13.0, whose tasks have all completed, from pool 
15:59:18.239 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 13 (collect at TestKuduBackup.scala:815) finished in 0.018 s
15:59:18.239 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 13 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:18.239 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 13: Stage finished
15:59:18.240 [INFO - main] (Logging.scala:57) Job 13 finished: collect at TestKuduBackup.scala:815, took 0.020082 s
15:59:18.240 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4423253311797594034/
15:59:18.257 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb
15:59:18.258 [INFO - ForkJoinPool-210-worker-1] (KuduRestore.scala:104) Restoring table testTableWithoutImpalaPrefixWithoutDb from path: file:/tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987
15:59:18.259 [INFO - ForkJoinPool-210-worker-1] (KuduRestore.scala:112) Creating restore table newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.260381 30970 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore"
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:18.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:18.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:18.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:18.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:18.267 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 36dddab433ee428d90a896fd705f4ff0
15:59:18.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.271255 31404 tablet_service.cc:1467] Processing CreateTablet for tablet 05d4a0414c03444687ae439ed805e2b8 (DEFAULT_TABLE table=newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore [id=36dddab433ee428d90a896fd705f4ff0]), partition=RANGE (key) PARTITION VALUES < 50
15:59:18.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.271598 31404 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 05d4a0414c03444687ae439ed805e2b8. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:18.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.273934 31903 tablet_bootstrap.cc:492] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9: Bootstrap starting.
15:59:18.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.274770 31903 tablet_bootstrap.cc:654] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9: Neither blocks nor log segments found. Creating new log.
15:59:18.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.275801 31903 tablet_bootstrap.cc:492] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9: No bootstrap required, opened a new log
15:59:18.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.275882 31903 ts_tablet_manager.cc:1397] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276211 31903 raft_consensus.cc:348] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276311 31903 raft_consensus.cc:374] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276333 31903 raft_consensus.cc:729] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Initialized, Role: FOLLOWER
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276479 31903 consensus_queue.cc:260] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276563 31903 raft_consensus.cc:388] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276595 31903 raft_consensus.cc:482] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:18.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.276626 31903 raft_consensus.cc:3037] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 0 FOLLOWER]: Advancing to term 1
15:59:18.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.277540 31903 raft_consensus.cc:504] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:18.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.277729 31903 leader_election.cc:302] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [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: d5fc39b93d404ce49debc3c5d04839b9; no voters: 
15:59:18.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.277830 31903 leader_election.cc:288] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:18.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.277877 31798 raft_consensus.cc:2781] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 FOLLOWER]: Leader election won for term 1
15:59:18.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.278002 31798 raft_consensus.cc:686] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [term 1 LEADER]: Becoming Leader. State: Replica: d5fc39b93d404ce49debc3c5d04839b9, State: Running, Role: LEADER
15:59:18.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.278134 31798 consensus_queue.cc:237] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 [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: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } }
15:59:18.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.278178 31903 ts_tablet_manager.cc:1428] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:59:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.279791 30970 catalog_manager.cc:5495] T 05d4a0414c03444687ae439ed805e2b8 P d5fc39b93d404ce49debc3c5d04839b9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d5fc39b93d404ce49debc3c5d04839b9 (127.30.16.131). New cstate: current_term: 1 leader_uuid: "d5fc39b93d404ce49debc3c5d04839b9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d5fc39b93d404ce49debc3c5d04839b9" member_type: VOTER last_known_addr { host: "127.30.16.131" port: 35177 } health_report { overall_health: HEALTHY } } }
15:59:18.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.291280 30970 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35044:
15:59:18.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:18.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.297349 30970 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6510139fb77c4c9e95769a4fc9696e24 has no consensus state
15:59:18.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.302175 31132 tablet_service.cc:1467] Processing CreateTablet for tablet 6510139fb77c4c9e95769a4fc9696e24 (DEFAULT_TABLE table=newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore [id=36dddab433ee428d90a896fd705f4ff0]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:18.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.302539 31132 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6510139fb77c4c9e95769a4fc9696e24. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:18.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.304677 31883 tablet_bootstrap.cc:492] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f: Bootstrap starting.
15:59:18.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.305598 31883 tablet_bootstrap.cc:654] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f: Neither blocks nor log segments found. Creating new log.
15:59:18.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.306780 31883 tablet_bootstrap.cc:492] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f: No bootstrap required, opened a new log
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.306859 31883 ts_tablet_manager.cc:1397] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307262 31883 raft_consensus.cc:348] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307360 31883 raft_consensus.cc:374] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307384 31883 raft_consensus.cc:729] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Initialized, Role: FOLLOWER
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307518 31883 consensus_queue.cc:260] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307621 31883 raft_consensus.cc:388] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307646 31883 raft_consensus.cc:482] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.307677 31883 raft_consensus.cc:3037] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 0 FOLLOWER]: Advancing to term 1
15:59:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.308434 31883 raft_consensus.cc:504] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.308568 31883 leader_election.cc:302] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [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: dfba660b661f40c0ad5050858b6fab9f; no voters: 
15:59:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.308676 31883 leader_election.cc:288] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.308722 31804 raft_consensus.cc:2781] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 1 FOLLOWER]: Leader election won for term 1
15:59:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.308840 31804 raft_consensus.cc:686] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [term 1 LEADER]: Becoming Leader. State: Replica: dfba660b661f40c0ad5050858b6fab9f, State: Running, Role: LEADER
15:59:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.308959 31804 consensus_queue.cc:237] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f [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: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } }
15:59:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.309736 31883 ts_tablet_manager.cc:1428] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:18.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.311391 30970 catalog_manager.cc:5495] T 6510139fb77c4c9e95769a4fc9696e24 P dfba660b661f40c0ad5050858b6fab9f reported cstate change: term changed from 0 to 1, leader changed from <none> to dfba660b661f40c0ad5050858b6fab9f (127.30.16.129). New cstate: current_term: 1 leader_uuid: "dfba660b661f40c0ad5050858b6fab9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfba660b661f40c0ad5050858b6fab9f" member_type: VOTER last_known_addr { host: "127.30.16.129" port: 41693 } health_report { overall_health: HEALTHY } } }
15:59:18.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.319063 30970 catalog_manager.cc:6040] T 00000000000000000000000000000000 P a023bfac3a054031a661e4e21c2c6b3d: newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore [id=36dddab433ee428d90a896fd705f4ff0] alter complete (version 0)
15:59:18.336 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:18.352 [INFO - ForkJoinPool-210-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:18.360 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:18.360 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:18.360 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:18.369 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Block broadcast_21 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:18.387 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_17_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:59:18.392 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_20_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 3.4 KiB, free: 1993.8 MiB)
15:59:18.392 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Block broadcast_21_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:18.393 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_21_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:18.393 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Created broadcast 21 from toRdd at KuduRestore.scala:140
15:59:18.394 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402086 bytes, open cost is considered as scanning 4194304 bytes.
15:59:18.395 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_18_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:18.403 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_19_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 in memory (size: 11.0 KiB, free: 1993.8 MiB)
15:59:18.406 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:18.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 14 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:18.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 14 (foreachPartition at KuduRestore.scala:140)
15:59:18.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:18.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:18.407 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 14 (SQLExecutionRDD[54] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:18.408 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_22 stored as values in memory (estimated size 29.1 KiB, free 1993.5 MiB)
15:59:18.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_22_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.5 MiB)
15:59:18.410 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_22_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:18.410 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 22 from broadcast at DAGScheduler.scala:1388
15:59:18.411 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 14 (SQLExecutionRDD[54] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:18.411 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 14.0 with 1 tasks resource profile 0
15:59:18.412 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 14.0 (TID 21) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5235 bytes) taskResourceAssignments Map()
15:59:18.412 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 21)] (Logging.scala:57) Running task 0.0 in stage 14.0 (TID 21)
15:59:18.415 [DEBUG - Executor task launch worker for task 0.0 in stage 14.0 (TID 21)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:18.417 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 36dddab433ee428d90a896fd705f4ff0
15:59:18.417 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/part-00001-ce6bca7b-e3e0-442b-874e-716f1f370fc3-c000.snappy.parquet, range: 0-6749, partition values: [empty row]
15:59:18.425 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 21)] (Logging.scala:57) Reading File path: file:///tmp/backup4423253311797594034/d614f2bbf57e4dc587c3c80a70c73681-testTableWithoutImpalaPrefixWithoutDb/1783526356987/part-00000-ce6bca7b-e3e0-442b-874e-716f1f370fc3-c000.snappy.parquet, range: 0-6729, partition values: [empty row]
15:59:18.426 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.426 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.426 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.427 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.427 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.427 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.427 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.427 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.428 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.428 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.429 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.429 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.429 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.429 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.429 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.430 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.430 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.430 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.430 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.430 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.431 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.431 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.431 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.431 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.432 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.432 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.432 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.432 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.432 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.433 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.433 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.433 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.433 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.434 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.435 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.435 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.435 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.435 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.436 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.436 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.436 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.436 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.437 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.437 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.437 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.437 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.438 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.438 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.438 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.439 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.439 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.439 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.440 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.440 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.440 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.440 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.441 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.441 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.441 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.441 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.442 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.442 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.442 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.442 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.443 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.443 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.443 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.444 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.444 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.444 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.444 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.445 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.446 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.446 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.446 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.447 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.447 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.447 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.448 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.448 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.448 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.448 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.448 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.449 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.449 [DEBUG - Executor task launch worker for task 0.0 in stage 14.0 (TID 21)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7167c64b, flushNotification=Deferred@55808737(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:18.449 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.450 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.450 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.450 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.451 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.451 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.451 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.451 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.451 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.452 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.452 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.452 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.453 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.453 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.453 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.453 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.453 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.454 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.454 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.454 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.455 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.455 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.455 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.455 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.456 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.456 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.456 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.456 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.457 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.457 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.457 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.458 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.458 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.459 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.459 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.459 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.459 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.460 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.460 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.460 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.460 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.461 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.461 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.462 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.462 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.463 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.463 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.463 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.463 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.464 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.464 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.465 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.467 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.468 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.468 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.468 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.469 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.469 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.470 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.470 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.470 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.471 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 05d4a0414c03444687ae439ed805e2b8 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [<start>, 0x80000032)
15:59:18.471 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 6510139fb77c4c9e95769a4fc9696e24 for table 'newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore' with partition [0x80000032, <end>)
15:59:18.472 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=05d4a0414c03444687ae439ed805e2b8@[d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=6510139fb77c4c9e95769a4fc9696e24@[dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)[L]]}]
15:59:18.479 [INFO - Executor task launch worker for task 0.0 in stage 14.0 (TID 21)] (Logging.scala:57) Finished task 0.0 in stage 14.0 (TID 21). 5422 bytes result sent to driver
15:59:18.481 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 14.0 (TID 21) in 69 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:18.481 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 14.0, whose tasks have all completed, from pool 
15:59:18.481 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 14 (foreachPartition at KuduRestore.scala:140) finished in 0.074 s
15:59:18.481 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 14 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:18.482 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 14: Stage finished
15:59:18.482 [INFO - ForkJoinPool-210-worker-1] (Logging.scala:57) Job 14 finished: foreachPartition at KuduRestore.scala:140, took 0.076018 s
15:59:18.482 [INFO - ForkJoinPool-210-worker-1] (KuduRestore.scala:237) Successfully restored table testTableWithoutImpalaPrefixWithoutDb
15:59:18.485 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 36dddab433ee428d90a896fd705f4ff0
15:59:18.495 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:824
15:59:18.496 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 15 (collect at TestKuduBackup.scala:824) with 2 output partitions
15:59:18.496 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 15 (collect at TestKuduBackup.scala:824)
15:59:18.496 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:18.496 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:18.496 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 15 (KuduRDD[55] at RDD at KuduRDD.scala:48), which has no missing parents
15:59:18.497 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_23 stored as values in memory (estimated size 5.8 KiB, free 1993.5 MiB)
15:59:18.498 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_23_piece0 stored as bytes in memory (estimated size 3.4 KiB, free 1993.5 MiB)
15:59:18.499 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_23_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:33191 (size: 3.4 KiB, free: 1993.8 MiB)
15:59:18.499 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 23 from broadcast at DAGScheduler.scala:1388
15:59:18.500 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 15 (KuduRDD[55] at RDD at KuduRDD.scala:48) (first 15 tasks are for partitions Vector(0, 1))
15:59:18.500 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 15.0 with 2 tasks resource profile 0
15:59:18.501 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 15.0 (TID 22) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5321 bytes) taskResourceAssignments Map()
15:59:18.501 [INFO - Executor task launch worker for task 0.0 in stage 15.0 (TID 22)] (Logging.scala:57) Running task 0.0 in stage 15.0 (TID 22)
15:59:18.502 [DEBUG - Executor task launch worker for task 0.0 in stage 15.0 (TID 22)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:18.505 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323964434599936) for scanner KuduScanner(table=newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore, tablet=05d4a0414c03444687ae439ed805e2b8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:18.507 [INFO - Executor task launch worker for task 0.0 in stage 15.0 (TID 22)] (Logging.scala:57) Finished task 0.0 in stage 15.0 (TID 22). 5858 bytes result sent to driver
15:59:18.508 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 15.0 (TID 23) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5321 bytes) taskResourceAssignments Map()
15:59:18.508 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 15.0 (TID 22) in 8 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:18.508 [INFO - Executor task launch worker for task 1.0 in stage 15.0 (TID 23)] (Logging.scala:57) Running task 1.0 in stage 15.0 (TID 23)
15:59:18.510 [DEBUG - Executor task launch worker for task 1.0 in stage 15.0 (TID 23)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:18.512 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323964463648768) for scanner KuduScanner(table=newDatabase.testTableWithoutImpalaPrefixWithoutDb-restore, tablet=6510139fb77c4c9e95769a4fc9696e24, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:18.513 [INFO - Executor task launch worker for task 1.0 in stage 15.0 (TID 23)] (Logging.scala:57) Finished task 1.0 in stage 15.0 (TID 23). 5815 bytes result sent to driver
15:59:18.514 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 15.0 (TID 23) in 7 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:18.514 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 15.0, whose tasks have all completed, from pool 
15:59:18.515 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 15 (collect at TestKuduBackup.scala:824) finished in 0.018 s
15:59:18.515 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 15 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:18.515 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 15: Stage finished
15:59:18.515 [INFO - main] (Logging.scala:57) Job 15 finished: collect at TestKuduBackup.scala:824, took 0.019997 s
15:59:18.523 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:18.532 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:18.532 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:18.534 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:18.534 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:18.544 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:18.545 [DEBUG - main] (Connection.java:575) [peer dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)] disconnecting while in state READY
15:59:18.546 [DEBUG - kudu-nio-1] (Connection.java:239) [peer dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)] handling channelInactive
15:59:18.546 [DEBUG - kudu-nio-1] (Connection.java:709) [peer dfba660b661f40c0ad5050858b6fab9f(127.30.16.129:41693)] cleaning up while in state READY due to: connection closed
15:59:18.546 [DEBUG - main] (Connection.java:575) [peer d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)] disconnecting while in state READY
15:59:18.547 [DEBUG - kudu-nio-1] (Connection.java:239) [peer d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)] handling channelInactive
15:59:18.547 [DEBUG - kudu-nio-1] (Connection.java:709) [peer d5fc39b93d404ce49debc3c5d04839b9(127.30.16.131:35177)] cleaning up while in state READY due to: connection closed
15:59:18.547 [DEBUG - main] (Connection.java:575) [peer master-127.30.16.189:40299(127.30.16.189:40299)] disconnecting while in state READY
15:59:18.548 [DEBUG - main] (Connection.java:575) [peer master-127.30.16.188:38427(127.30.16.188:38427)] disconnecting while in state READY
15:59:18.548 [DEBUG - main] (Connection.java:575) [peer 4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)] disconnecting while in state READY
15:59:18.548 [DEBUG - main] (Connection.java:575) [peer master-127.30.16.190:34099(127.30.16.190:34099)] disconnecting while in state READY
15:59:18.548 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.16.189:40299(127.30.16.189:40299)] handling channelInactive
15:59:18.549 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.16.190:34099(127.30.16.190:34099)] handling channelInactive
15:59:18.549 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.16.190:34099(127.30.16.190:34099)] cleaning up while in state READY due to: connection closed
15:59:18.549 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.16.189:40299(127.30.16.189:40299)] cleaning up while in state READY due to: connection closed
15:59:18.549 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:18.550 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.16.188:38427(127.30.16.188:38427)] handling channelInactive
15:59:18.550 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.16.188:38427(127.30.16.188:38427)] cleaning up while in state READY due to: connection closed
15:59:18.550 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)] handling channelInactive
15:59:18.550 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 4e26755bbcb94fffba076dead592841e(127.30.16.130:40725)] cleaning up while in state READY due to: connection closed
15:59:18.551 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 45 thread-local buffer(s) from thread: kudu-nio-0
15:59:18.551 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 37 thread-local buffer(s) from thread: kudu-nio-1
15:59:18.563 [DEBUG - main] (Connection.java:575) [peer master-127.30.16.189:40299(127.30.16.189:40299)] disconnecting while in state READY
15:59:18.563 [DEBUG - main] (Connection.java:575) [peer master-127.30.16.188:38427(127.30.16.188:38427)] disconnecting while in state READY
15:59:18.563 [DEBUG - main] (Connection.java:575) [peer master-127.30.16.190:34099(127.30.16.190:34099)] disconnecting while in state READY
15:59:18.564 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.16.190:34099(127.30.16.190:34099)] handling channelInactive
15:59:18.564 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.16.189:40299(127.30.16.189:40299)] handling channelInactive
15:59:18.564 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.16.189:40299(127.30.16.189:40299)] cleaning up while in state READY due to: connection closed
15:59:18.565 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.16.190:34099(127.30.16.190:34099)] cleaning up while in state READY due to: connection closed
15:59:18.565 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.16.188:38427(127.30.16.188:38427)] handling channelInactive
15:59:18.565 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.16.188:38427(127.30.16.188:38427)] cleaning up while in state READY due to: connection closed
15:59:18.565 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:18.565 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 18 thread-local buffer(s) from thread: kudu-nio-1
15:59:18.565 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 27 thread-local buffer(s) from thread: kudu-nio-0
15:59:18.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.566355 30786 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 31070
15:59:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.573764 30786 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 31207
15:59:18.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.581306 30786 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 31342
15:59:18.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.588119 30786 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 30797
15:59:18.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.594594 30786 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 30866
15:59:18.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.602613 30786 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 30938
15:59:18.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:18Z chronyd exiting
.15:59:18.675 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526358675
15:59:18.678 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:18.678 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:18.678 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:18.679 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:18.679 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:18.681 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:18.797 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:18.797 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:18.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.798877 31942 mini_oidc.cc:152] Starting JWKS server
15:59:18.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.801273 31942 webserver.cc:460] Webserver started at http://127.0.0.1:41329/ using document root <none> and password file <none>
15:59:18.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.801484 31942 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:18.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.801849 31942 webserver.cc:460] Webserver started at http://127.0.0.1:33747/ using document root <none> and password file <none>
15:59:18.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:18Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:18.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:18Z Disabled control of system clock
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.820168 31942 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/logs
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data/info.pb
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:18.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.190:44265
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.190
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41329/jwks.json with env {}
15:59:18.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.935091 31953 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:18.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.935411 31953 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:18.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.935465 31953 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:18.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.939992 31953 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:18.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.940092 31953 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:18.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.940121 31953 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:18.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.940143 31953 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:18.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.940166 31953 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:18.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.940189 31953 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41329/jwks.json
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.945286 31953 master_runner.cc:386] Master server non-default flags:
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.190:44265
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41329/jwks.json
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data/info.pb
15:59:18.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.190
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31953
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/logs
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:18.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.946667 31953 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:59:18.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.948149 31953 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:18.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.957086 31958 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:59:18.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.957088 31961 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:59:18.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:18.957110 31959 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:59:18.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.957660 31953 server_base.cc:1034] running on GCE node
15:59:18.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.958364 31953 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:18.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.959666 31953 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:18.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.960870 31953 hybrid_clock.cc:648] HybridClock initialized: now 1783526358960842 us; error 49 us; skew 500 ppm
15:59:18.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.971340 31953 webserver.cc:460] Webserver started at http://127.31.49.190:38401/ using document root <none> and password file <none>
15:59:18.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.972129 31953 fs_manager.cc:359] Metadata directory not provided
15:59:18.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.972254 31953 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:18.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.972506 31953 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.974807 31953 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data/instance:
15:59:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6efccc457f794faa89338ab724800ff3"
15:59:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:18 on dist-test-slave-vt7w"
15:59:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.975515 31953 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal/instance:
15:59:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6efccc457f794faa89338ab724800ff3"
15:59:18.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:18 on dist-test-slave-vt7w"
15:59:18.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.980365 31953 fs_manager.cc:691] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
15:59:18.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.983844 31967 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:18.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.985677 31953 fs_manager.cc:725] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.985970 31953 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6efccc457f794faa89338ab724800ff3"
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:18 on dist-test-slave-vt7w"
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:18.986176 31953 fs_report.cc:383] FS layout report
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data/data
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:18.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:19.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.003290 31953 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:19.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.004303 31953 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:59:19.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.004527 31953 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.014581 31953 rpc_server.cc:307] RPC server started. Bound to: 127.31.49.190:44265
15:59:19.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.014603 32019 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.31.49.190:44265 every 8 connection(s)
15:59:19.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.015709 31953 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/data/info.pb
15:59:19.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.017911 31942 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 31953
15:59:19.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.018067 31942 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-0/wal/instance
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.019529 31942 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:19.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/logs
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data/info.pb
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.189:34719
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.189
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41329/jwks.json with env {}
15:59:19.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.019676 32020 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:59:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.023780 32020 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.038867 32020 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.039992 31968 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.49.189:34719: connect: Connection refused (error 111)
15:59:19.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.041636 32020 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.189:34719: Network error: Client connection negotiation failed: client connection to 127.31.49.189:34719: connect: Connection refused (error 111)
15:59:19.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.091043 32020 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } attempt: 1
15:59:19.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.093008 32020 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.189:34719: Network error: Client connection negotiation failed: client connection to 127.31.49.189:34719: connect: Connection refused (error 111)
15:59:19.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.157184 32022 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:19.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.157465 32022 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:19.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.157506 32022 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:19.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.161262 32020 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } attempt: 2
15:59:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.161860 32022 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.161931 32022 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.161958 32022 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.161979 32022 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.162001 32022 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:19.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.162019 32022 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41329/jwks.json
15:59:19.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.162878 32020 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.189:34719: Network error: Client connection negotiation failed: client connection to 127.31.49.189:34719: connect: Connection refused (error 111)
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.167306 32022 master_runner.cc:386] Master server non-default flags:
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.189:34719
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41329/jwks.json
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data/info.pb
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.189
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32022
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:19.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/logs
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:19.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.168416 32022 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:59:19.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.169845 32022 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:19.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.178982 32030 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:59:19.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.179348 32031 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:59:19.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.179001 32033 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:59:19.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.179153 32022 server_base.cc:1034] running on GCE node
15:59:19.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.180199 32022 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:19.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.181532 32022 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:19.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.182767 32022 hybrid_clock.cc:648] HybridClock initialized: now 1783526359182745 us; error 33 us; skew 500 ppm
15:59:19.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.185317 32022 webserver.cc:460] Webserver started at http://127.31.49.189:34951/ using document root <none> and password file <none>
15:59:19.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.185977 32022 fs_manager.cc:359] Metadata directory not provided
15:59:19.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.186084 32022 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:19.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.186326 32022 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:19.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.188588 32022 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data/instance:
15:59:19.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d8f79a783654916beab05df9920e993"
15:59:19.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.189347 32022 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal/instance:
15:59:19.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d8f79a783654916beab05df9920e993"
15:59:19.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.193712 32022 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:19.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.196416 32039 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.197880 32022 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.198045 32022 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d8f79a783654916beab05df9920e993"
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.198200 32022 fs_report.cc:383] FS layout report
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data/data
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:19.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:19.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.214911 32022 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:19.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.215716 32022 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:59:19.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.215947 32022 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:19.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.223474 32022 rpc_server.cc:307] RPC server started. Bound to: 127.31.49.189:34719
15:59:19.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.223551 32091 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.31.49.189:34719 every 8 connection(s)
15:59:19.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.224507 32022 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/data/info.pb
15:59:19.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.226657 31942 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 32022
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.226814 31942 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-1/wal/instance
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.227511 31942 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/logs
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data/info.pb
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:19.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.188:34605
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.188
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41329/jwks.json with env {}
15:59:19.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.228559 32092 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:59:19.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.233605 32092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.245209 32092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.252425 32092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.253257 32041 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.254077 32020 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } attempt: 3
15:59:19.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.254411 32092 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.188:34605: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.259155 32020 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.260581 32020 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.188:34605: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.291803 32020 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } attempt: 1
15:59:19.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.293599 32020 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.188:34605: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.303875 32092 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } attempt: 1
15:59:19.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.305490 32092 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.188:34605: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.349874 32094 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:19.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.350155 32094 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:19.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.350193 32094 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:19.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.354367 32094 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:19.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.354429 32094 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:19.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.354449 32094 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:19.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.354465 32094 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:19.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.354481 32094 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:19.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.354494 32094 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41329/jwks.json
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.359444 32094 master_runner.cc:386] Master server non-default flags:
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:19.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.188:34605
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41329/jwks.json
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data/info.pb
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.188
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32094
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/logs
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:19.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.360616 32094 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:59:19.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.362073 32094 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:19.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.368860 32020 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } attempt: 2
15:59:19.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.370631 32020 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.188:34605: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.370820 32102 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:59:19.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.370828 32105 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:59:19.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.370820 32103 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:59:19.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.371013 32094 server_base.cc:1034] running on GCE node
15:59:19.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.371840 32094 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:19.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.373018 32094 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:19.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.373652 32092 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } attempt: 2
15:59:19.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.374194 32094 hybrid_clock.cc:648] HybridClock initialized: now 1783526359374177 us; error 25 us; skew 500 ppm
15:59:19.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.375458 32092 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.31.49.188:34605: Network error: Client connection negotiation failed: client connection to 127.31.49.188:34605: connect: Connection refused (error 111)
15:59:19.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.376264 32094 webserver.cc:460] Webserver started at http://127.31.49.188:34235/ using document root <none> and password file <none>
15:59:19.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.376853 32094 fs_manager.cc:359] Metadata directory not provided
15:59:19.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.376917 32094 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:19.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.377086 32094 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.378933 32094 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data/instance:
15:59:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95aa999efbb34173ad0d8d44dc690602"
15:59:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.379424 32094 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal/instance:
15:59:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95aa999efbb34173ad0d8d44dc690602"
15:59:19.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.383174 32094 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:59:19.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.385674 32111 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.386934 32094 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.387035 32094 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "95aa999efbb34173ad0d8d44dc690602"
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.387111 32094 fs_report.cc:383] FS layout report
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data/data
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:19.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:19.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.402468 32094 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.403306 32094 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:59:19.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.403530 32094 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:19.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.410794 32094 rpc_server.cc:307] RPC server started. Bound to: 127.31.49.188:34605
15:59:19.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.410811 32163 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.31.49.188:34605 every 8 connection(s)
15:59:19.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.411749 32094 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/data/info.pb
15:59:19.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.414244 31942 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 32094
15:59:19.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.414330 31942 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/master-2/wal/instance
15:59:19.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.415247 32164 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:59:19.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.418946 32164 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.429642 32164 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.435424 32164 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } has no permanent_uuid. Determining permanent_uuid...
15:59:19.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.442883 32164 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: Bootstrap starting.
15:59:19.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.445619 32164 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: Neither blocks nor log segments found. Creating new log.
15:59:19.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.446643 32164 log.cc:824] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: Log is configured to *not* fsync() on all Append() calls
15:59:19.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.448647 32164 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: No bootstrap required, opened a new log
15:59:19.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.452201 32164 raft_consensus.cc:348] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.452639 32164 raft_consensus.cc:374] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:19.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.452809 32164 raft_consensus.cc:729] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95aa999efbb34173ad0d8d44dc690602, State: Initialized, Role: FOLLOWER
15:59:19.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.453392 32164 consensus_queue.cc:260] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.453920 32172 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.454039 32172 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.454701 32164 sys_catalog.cc:564] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [sys.catalog]: configured and running, proceeding with master startup.
15:59:19.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.460888 32183 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:19.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.460988 32183 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.458465 32094 master_runner.cc:186] Error getting master registration for 127.31.49.190:44265: OK, instance_id { permanent_uuid: "6efccc457f794faa89338ab724800ff3" instance_seqno: 1783526359012182 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:19.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.462149 32094 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:19.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.466645 32092 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } attempt: 3
15:59:19.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.469826 32020 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } attempt: 3
15:59:19.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.475432 32092 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: Bootstrap starting.
15:59:19.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.478690 32092 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: Neither blocks nor log segments found. Creating new log.
15:59:19.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.478936 32020 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: Bootstrap starting.
15:59:19.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.479743 32092 log.cc:824] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: Log is configured to *not* fsync() on all Append() calls
15:59:19.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.481786 32020 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: Neither blocks nor log segments found. Creating new log.
15:59:19.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.482107 32092 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: No bootstrap required, opened a new log
15:59:19.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.483233 32020 log.cc:824] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: Log is configured to *not* fsync() on all Append() calls
15:59:19.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.485407 32020 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: No bootstrap required, opened a new log
15:59:19.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.487046 32092 raft_consensus.cc:348] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.487327 32092 raft_consensus.cc:374] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:19.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.487382 32092 raft_consensus.cc:729] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d8f79a783654916beab05df9920e993, State: Initialized, Role: FOLLOWER
15:59:19.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.487965 32092 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.489768 32188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.489951 32092 sys_catalog.cc:564] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: configured and running, proceeding with master startup.
15:59:19.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.490047 32188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.490907 32020 raft_consensus.cc:348] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.491498 32020 raft_consensus.cc:374] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:19.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.491881 32020 raft_consensus.cc:729] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6efccc457f794faa89338ab724800ff3, State: Initialized, Role: FOLLOWER
15:59:19.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.492624 32020 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.494333 32020 sys_catalog.cc:564] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [sys.catalog]: configured and running, proceeding with master startup.
15:59:19.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.496143 32199 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:19.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.496351 32199 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:19.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.494549 32022 master_runner.cc:186] Error getting master registration for 127.31.49.190:44265: OK, instance_id { permanent_uuid: "6efccc457f794faa89338ab724800ff3" instance_seqno: 1783526359012182 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:19.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.498092 32022 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:19.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.500067 32212 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:19.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.500407 32212 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:19.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.505538 31953 master_runner.cc:263] No leader master found from master 6efccc457f794faa89338ab724800ff3
15:59:19.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.505656 31953 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:19.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.506685 31973 tablet.cc:2369] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:19.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.509009 32200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.509589 32200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.655138 32117 tablet.cc:2369] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:19.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.717782 32045 tablet.cc:2369] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:19.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.745803 32188 raft_consensus.cc:482] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:19.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.745998 32188 raft_consensus.cc:504] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.747010 32188 leader_election.cc:288] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6efccc457f794faa89338ab724800ff3 (127.31.49.190:44265), 95aa999efbb34173ad0d8d44dc690602 (127.31.49.188:34605)
15:59:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.747661 32138 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d8f79a783654916beab05df9920e993" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95aa999efbb34173ad0d8d44dc690602" is_pre_election: true
15:59:19.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.747678 31994 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d8f79a783654916beab05df9920e993" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6efccc457f794faa89338ab724800ff3" is_pre_election: true
15:59:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.747968 31994 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d8f79a783654916beab05df9920e993 in term 0.
15:59:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.748005 32138 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d8f79a783654916beab05df9920e993 in term 0.
15:59:19.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.748473 32040 leader_election.cc:302] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2d8f79a783654916beab05df9920e993, 6efccc457f794faa89338ab724800ff3; no voters: 
15:59:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.748840 32188 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.748932 32188 raft_consensus.cc:482] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.748978 32188 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 0 FOLLOWER]: Advancing to term 1
15:59:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.749953 32188 raft_consensus.cc:504] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.750324 32188 leader_election.cc:288] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [CANDIDATE]: Term 1 election: Requested vote from peers 6efccc457f794faa89338ab724800ff3 (127.31.49.190:44265), 95aa999efbb34173ad0d8d44dc690602 (127.31.49.188:34605)
15:59:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.750753 32138 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d8f79a783654916beab05df9920e993" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95aa999efbb34173ad0d8d44dc690602"
15:59:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.750756 31994 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d8f79a783654916beab05df9920e993" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6efccc457f794faa89338ab724800ff3"
15:59:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.750883 31994 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 0 FOLLOWER]: Advancing to term 1
15:59:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.750898 32138 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 0 FOLLOWER]: Advancing to term 1
15:59:19.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.751829 31994 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d8f79a783654916beab05df9920e993 in term 1.
15:59:19.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.751848 32138 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d8f79a783654916beab05df9920e993 in term 1.
15:59:19.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.752127 32040 leader_election.cc:302] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [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: 2d8f79a783654916beab05df9920e993, 6efccc457f794faa89338ab724800ff3; no voters: 
15:59:19.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.752318 32188 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 1 FOLLOWER]: Leader election won for term 1
15:59:19.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.752498 32188 raft_consensus.cc:686] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [term 1 LEADER]: Becoming Leader. State: Replica: 2d8f79a783654916beab05df9920e993, State: Running, Role: LEADER
15:59:19.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.752972 32188 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [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: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } }
15:59:19.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.754992 32214 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d8f79a783654916beab05df9920e993. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.755229 32214 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: This master's current role is: LEADER
15:59:19.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.755609 32216 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:19.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.756701 32216 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:19.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.761778 31994 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [term 1 FOLLOWER]: Refusing update from remote peer 2d8f79a783654916beab05df9920e993: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:19.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.761778 32138 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [term 1 FOLLOWER]: Refusing update from remote peer 2d8f79a783654916beab05df9920e993: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:19.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.762533 32214 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:19.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.762792 32188 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:19.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.766963 32172 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d8f79a783654916beab05df9920e993. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.767118 32172 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.767083 32200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d8f79a783654916beab05df9920e993. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.767235 32200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.770344 32188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.770489 32188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: This master's current role is: LEADER
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.770785 32219 mvcc.cc:205] Tried to move back new op lower bound from 7305323969576370176 to 7305323969550876672. Current Snapshot: MvccSnapshot[applied={T|T < 7305323969576370176}]
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.770740 32172 sys_catalog.cc:455] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.770857 32172 sys_catalog.cc:458] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.770929 32200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.771027 32200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.771143 32218 mvcc.cc:205] Tried to move back new op lower bound from 7305323969576370176 to 7305323969550876672. Current Snapshot: MvccSnapshot[applied={T|T < 7305323969576370176}]
15:59:19.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.771785 32216 catalog_manager.cc:1347] Generated new cluster ID: 249afeb0fb954a07a422482f351459c1
15:59:19.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.771849 32216 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:19.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.771811 32188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2d8f79a783654916beab05df9920e993" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6efccc457f794faa89338ab724800ff3" member_type: VOTER last_known_addr { host: "127.31.49.190" port: 44265 } } peers { permanent_uuid: "2d8f79a783654916beab05df9920e993" member_type: VOTER last_known_addr { host: "127.31.49.189" port: 34719 } } peers { permanent_uuid: "95aa999efbb34173ad0d8d44dc690602" member_type: VOTER last_known_addr { host: "127.31.49.188" port: 34605 } } }
15:59:19.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.771917 32188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993 [sys.catalog]: This master's current role is: LEADER
15:59:19.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.809752 32216 catalog_manager.cc:1370] Generated new certificate authority record
15:59:19.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.811085 32216 catalog_manager.cc:1504] Loading token signing keys...
15:59:19.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.820559 32216 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: Generated new TSK 0
15:59:19.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.821553 32216 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.841249 31942 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/logs
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data/info.pb
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.129:0
15:59:19.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.31.49.129
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.129
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:19.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.959194 32226 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.959455 32226 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.959491 32226 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:19.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.963582 32226 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:19.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.963687 32226 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.31.49.129
15:59:19.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.968513 32226 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:19.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.129:0
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data/info.pb
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.129
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32226
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.31.49.129
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/logs
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:19.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.969769 32226 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:59:19.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.971122 32226 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:19.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.981657 32234 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:59:19.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.981779 32232 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:59:19.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:19.981678 32231 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:59:19.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.981742 32226 server_base.cc:1034] running on GCE node
15:59:19.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.982338 32226 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:19.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.983002 32226 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:19.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.984186 32226 hybrid_clock.cc:648] HybridClock initialized: now 1783526359984128 us; error 81 us; skew 500 ppm
15:59:19.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.986195 32226 webserver.cc:460] Webserver started at http://127.31.49.129:38463/ using document root <none> and password file <none>
15:59:19.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.986735 32226 fs_manager.cc:359] Metadata directory not provided
15:59:19.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.986797 32226 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:19.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.986964 32226 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.989037 32226 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data/instance:
15:59:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ad5c077411347fa99442ac527ec4454"
15:59:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.989573 32226 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal/instance:
15:59:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ad5c077411347fa99442ac527ec4454"
15:59:19.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.993993 32226 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:19.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.996651 32240 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.998138 32226 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.998253 32226 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ad5c077411347fa99442ac527ec4454"
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:19 on dist-test-slave-vt7w"
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:19.998344 32226 fs_report.cc:383] FS layout report
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data/data
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:20.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.024072 32226 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:20.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.024972 32226 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:59:20.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.025180 32226 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:20.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.025871 32226 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:20.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.027143 32226 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:20.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.027204 32226 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:20.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.027254 32226 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:20.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.027275 32226 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:20.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.037040 32226 rpc_server.cc:307] RPC server started. Bound to: 127.31.49.129:44757
15:59:20.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.037113 32353 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.31.49.129:44757 every 8 connection(s)
15:59:20.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.038070 32226 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/data/info.pb
15:59:20.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.048195 31942 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 32226
15:59:20.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.048305 31942 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-0/wal/instance
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.051194 31942 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:20.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/logs
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data/info.pb
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.130:0
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.31.49.130
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.130
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.051301 32356 heartbeater.cc:347] Connected to a master server at 127.31.49.189:34719
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.051330 32354 heartbeater.cc:347] Connected to a master server at 127.31.49.188:34605
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.051596 32356 heartbeater.cc:464] Registering TS with master...
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.051596 32354 heartbeater.cc:464] Registering TS with master...
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.052376 32354 heartbeater.cc:511] Master 127.31.49.188:34605 requested a full tablet report, sending...
15:59:20.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.052376 32356 heartbeater.cc:511] Master 127.31.49.189:34719 requested a full tablet report, sending...
15:59:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.053637 32355 heartbeater.cc:347] Connected to a master server at 127.31.49.190:44265
15:59:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.053733 32355 heartbeater.cc:464] Registering TS with master...
15:59:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.053897 32355 heartbeater.cc:511] Master 127.31.49.190:44265 requested a full tablet report, sending...
15:59:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.054272 32053 ts_manager.cc:194] Registered new tserver with Master: 6ad5c077411347fa99442ac527ec4454 (127.31.49.129:44757)
15:59:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.054389 32128 ts_manager.cc:194] Registered new tserver with Master: 6ad5c077411347fa99442ac527ec4454 (127.31.49.129:44757)
15:59:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.054935 31983 ts_manager.cc:194] Registered new tserver with Master: 6ad5c077411347fa99442ac527ec4454 (127.31.49.129:44757)
15:59:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.055788 32053 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.31.49.129:42645
15:59:20.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.170899 32364 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:20.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.171197 32364 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:20.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.171236 32364 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:20.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.175765 32364 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:20.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.175884 32364 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.31.49.130
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.180966 32364 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.130:0
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data/info.pb
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.130
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32364
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:20.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.31.49.130
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/logs
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:20.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.182088 32364 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:59:20.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.183441 32364 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:20.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.194741 32372 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:59:20.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.194691 32364 server_base.cc:1034] running on GCE node
15:59:20.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.194666 32370 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:59:20.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.194666 32369 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:59:20.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.195796 32364 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:20.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.196599 32364 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:20.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.197795 32364 hybrid_clock.cc:648] HybridClock initialized: now 1783526360197774 us; error 37 us; skew 500 ppm
15:59:20.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.200024 32364 webserver.cc:460] Webserver started at http://127.31.49.130:39841/ using document root <none> and password file <none>
15:59:20.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.200616 32364 fs_manager.cc:359] Metadata directory not provided
15:59:20.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.200686 32364 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:20.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.200943 32364 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:20.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.203274 32364 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data/instance:
15:59:20.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faf77bc269e84ac088e4cd58258dde6f"
15:59:20.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:20 on dist-test-slave-vt7w"
15:59:20.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.203894 32364 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal/instance:
15:59:20.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faf77bc269e84ac088e4cd58258dde6f"
15:59:20.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:20 on dist-test-slave-vt7w"
15:59:20.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.208112 32364 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:59:20.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.211045 32378 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:20.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.212509 32364 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
15:59:20.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.212677 32364 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal
15:59:20.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faf77bc269e84ac088e4cd58258dde6f"
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:20 on dist-test-slave-vt7w"
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.212882 32364 fs_report.cc:383] FS layout report
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data/data
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:20.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:20.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.242578 32364 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:20.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.243423 32364 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:59:20.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.243654 32364 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:20.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.244280 32364 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:20.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.245339 32364 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:20.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.245411 32364 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:20.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.245468 32364 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:20.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.245504 32364 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:20.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.254835 32364 rpc_server.cc:307] RPC server started. Bound to: 127.31.49.130:43263
15:59:20.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.254863 32491 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.31.49.130:43263 every 8 connection(s)
15:59:20.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.255853 32364 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/data/info.pb
15:59:20.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.260778 31942 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 32364
15:59:20.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.260906 31942 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-1/wal/instance
15:59:20.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.265196 31942 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/logs
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data/info.pb
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.131:0
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.31.49.131
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.131
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:20.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:20.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.269577 32492 heartbeater.cc:347] Connected to a master server at 127.31.49.188:34605
15:59:20.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.269601 32493 heartbeater.cc:347] Connected to a master server at 127.31.49.190:44265
15:59:20.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.269639 32494 heartbeater.cc:347] Connected to a master server at 127.31.49.189:34719
15:59:20.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.269886 32493 heartbeater.cc:464] Registering TS with master...
15:59:20.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.269932 32494 heartbeater.cc:464] Registering TS with master...
15:59:20.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.269886 32492 heartbeater.cc:464] Registering TS with master...
15:59:20.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.270601 32493 heartbeater.cc:511] Master 127.31.49.190:44265 requested a full tablet report, sending...
15:59:20.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.270596 32492 heartbeater.cc:511] Master 127.31.49.188:34605 requested a full tablet report, sending...
15:59:20.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.270596 32494 heartbeater.cc:511] Master 127.31.49.189:34719 requested a full tablet report, sending...
15:59:20.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.271924 32128 ts_manager.cc:194] Registered new tserver with Master: faf77bc269e84ac088e4cd58258dde6f (127.31.49.130:43263)
15:59:20.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.272202 32053 ts_manager.cc:194] Registered new tserver with Master: faf77bc269e84ac088e4cd58258dde6f (127.31.49.130:43263)
15:59:20.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.272425 31983 ts_manager.cc:194] Registered new tserver with Master: faf77bc269e84ac088e4cd58258dde6f (127.31.49.130:43263)
15:59:20.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.273022 32053 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.31.49.130:47995
15:59:20.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.389197 32499 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:20.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.389493 32499 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:20.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.389539 32499 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:20.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.394263 32499 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:20.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.394410 32499 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.31.49.131
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.399533 32499 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.49.148:33185
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data
15:59:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.49.131:0
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data/info.pb
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.49.131
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.31.49.190:44265,127.31.49.189:34719,127.31.49.188:34605
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32499
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.31.49.131
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/logs
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:20.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:20.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.400933 32499 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:59:20.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.402547 32499 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:20.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.412652 32504 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:59:20.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.412644 32505 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:59:20.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:20.412964 32507 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:59:20.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.413148 32499 server_base.cc:1034] running on GCE node
15:59:20.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.413674 32499 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:20.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.414346 32499 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:20.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.415521 32499 hybrid_clock.cc:648] HybridClock initialized: now 1783526360415510 us; error 38 us; skew 500 ppm
15:59:20.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.417624 32499 webserver.cc:460] Webserver started at http://127.31.49.131:46069/ using document root <none> and password file <none>
15:59:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.418167 32499 fs_manager.cc:359] Metadata directory not provided
15:59:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.418231 32499 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.418394 32499 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:20.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.420317 32499 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data/instance:
15:59:20.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36090ad49c9f4352b301cf48b4a2738b"
15:59:20.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:20 on dist-test-slave-vt7w"
15:59:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.420910 32499 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal/instance:
15:59:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36090ad49c9f4352b301cf48b4a2738b"
15:59:20.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:20 on dist-test-slave-vt7w"
15:59:20.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.424857 32499 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:20.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.427424 32513 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.428910 32499 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.429016 32499 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36090ad49c9f4352b301cf48b4a2738b"
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:20 on dist-test-slave-vt7w"
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.429108 32499 fs_report.cc:383] FS layout report
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data/data
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:20.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.454267 32499 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:20.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.454998 32499 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:59:20.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.455209 32499 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:20.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.455879 32499 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.457019 32499 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.457093 32499 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.457151 32499 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.457180 32499 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:20.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.462224 32183 catalog_manager.cc:1259] Loaded cluster ID: 249afeb0fb954a07a422482f351459c1
15:59:20.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.462291 32183 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: loading cluster ID for follower catalog manager: success
15:59:20.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.464373 32183 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: acquiring CA information for follower catalog manager: success
15:59:20.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.465845 32183 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 95aa999efbb34173ad0d8d44dc690602: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:20.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.467816 32499 rpc_server.cc:307] RPC server started. Bound to: 127.31.49.131:43265
15:59:20.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.467834 32626 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.31.49.131:43265 every 8 connection(s)
15:59:20.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.468787 32499 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/data/info.pb
15:59:20.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.474063 31942 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 32499
15:59:20.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.474184 31942 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2930601758102093682/ts-2/wal/instance
15:59:20.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.482362 32627 heartbeater.cc:347] Connected to a master server at 127.31.49.188:34605
15:59:20.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.482450 32629 heartbeater.cc:347] Connected to a master server at 127.31.49.189:34719
15:59:20.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.482378 32628 heartbeater.cc:347] Connected to a master server at 127.31.49.190:44265
15:59:20.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.482650 32629 heartbeater.cc:464] Registering TS with master...
15:59:20.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.482651 32628 heartbeater.cc:464] Registering TS with master...
15:59:20.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.482650 32627 heartbeater.cc:464] Registering TS with master...
15:59:20.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.483297 32629 heartbeater.cc:511] Master 127.31.49.189:34719 requested a full tablet report, sending...
15:59:20.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.483297 32627 heartbeater.cc:511] Master 127.31.49.188:34605 requested a full tablet report, sending...
15:59:20.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.483297 32628 heartbeater.cc:511] Master 127.31.49.190:44265 requested a full tablet report, sending...
15:59:20.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.484658 32053 ts_manager.cc:194] Registered new tserver with Master: 36090ad49c9f4352b301cf48b4a2738b (127.31.49.131:43265)
15:59:20.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.484730 32128 ts_manager.cc:194] Registered new tserver with Master: 36090ad49c9f4352b301cf48b4a2738b (127.31.49.131:43265)
15:59:20.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.484867 31983 ts_manager.cc:194] Registered new tserver with Master: 36090ad49c9f4352b301cf48b4a2738b (127.31.49.131:43265)
15:59:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.485431 32053 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.31.49.131:50213
15:59:20.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.497623 31942 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:20.498 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:20.498 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:20.499 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.49.190"
      port: 44265
    }
    bound_http_address {
      host: "127.31.49.190"
      port: 38401
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.49.189"
      port: 34719
    }
    bound_http_address {
      host: "127.31.49.189"
      port: 34951
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.49.188"
      port: 34605
    }
    bound_http_address {
      host: "127.31.49.188"
      port: 34235
    }
  }
}

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

15:59:20.500 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.49.129"
      port: 44757
    }
    bound_http_address {
      host: "127.31.49.129"
      port: 38463
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.49.130"
      port: 43263
    }
    bound_http_address {
      host: "127.31.49.130"
      port: 39841
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.49.131"
      port: 43265
    }
    bound_http_address {
      host: "127.31.49.131"
      port: 46069
    }
  }
}

15:59:20.501 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.502326 32212 catalog_manager.cc:1259] Loaded cluster ID: 249afeb0fb954a07a422482f351459c1
15:59:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.502410 32212 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: loading cluster ID for follower catalog manager: success
15:59:20.503 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:20.504 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:20.504 [INFO - main] (Logging.scala:57) ==============================================================
15:59:20.504 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.504475 32212 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: acquiring CA information for follower catalog manager: success
15:59:20.504 [INFO - main] (Logging.scala:57) ==============================================================
15:59:20.504 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:20.505 [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:59:20.505 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:20.505 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.506058 32212 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 6efccc457f794faa89338ab724800ff3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:20.506 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:20.506 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:20.506 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:20.506 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:20.507 [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:59:20.525 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 36733.
15:59:20.527 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:20.528 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:20.528 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:20.528 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:20.529 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:20.529 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-10c4a61e-bcf1-41bb-b227-b9c257ee452f
15:59:20.530 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:20.531 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:20.549 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:20.553 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 34433.
15:59:20.553 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:34433
15:59:20.553 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:20.553 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34433, None)
15:59:20.554 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:34433 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34433, None)
15:59:20.555 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34433, None)
15:59:20.555 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34433, None)
15:59:20.561 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:20.570 [DEBUG - main] (Connection.java:748) [peer master-127.31.49.190:44265(127.31.49.190:44265)] connecting to peer
15:59:20.570 [DEBUG - main] (Connection.java:748) [peer master-127.31.49.189:34719(127.31.49.189:34719)] connecting to peer
15:59:20.571 [DEBUG - main] (Connection.java:748) [peer master-127.31.49.188:34605(127.31.49.188:34605)] connecting to peer
15:59:20.571 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.49.190:44265(127.31.49.190:44265)] Successfully connected to peer
15:59:20.572 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.49.189:34719(127.31.49.189:34719)] Successfully connected to peer
15:59:20.573 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.49.189
15:59:20.573 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.49.190
15:59:20.576 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.49.188:34605(127.31.49.188:34605)] Successfully connected to peer
15:59:20.577 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.49.188
15:59:20.582 [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:59:20.583 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2915c552, L:/127.0.0.1:44800 - R:/127.31.49.189:34719] using SASL/PLAIN
15:59:20.585 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.587431 32053 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44800:
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:20.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:20.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:20.592 [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:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:20.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:20.592 [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:59:20.593 [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:59:20.594 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9b737501, L:/127.0.0.1:54204 - R:/127.31.49.188:34605] using SASL/PLAIN
15:59:20.595 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x39300469, L:/127.0.0.1:48004 - R:/127.31.49.190:44265] using SASL/PLAIN
15:59:20.602 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:20.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.611656 32561 tablet_service.cc:1467] Processing CreateTablet for tablet 748a32207b3f403c82053a2252271bf6 (DEFAULT_TABLE table=test [id=cfe4868a103b4c42b99fe5041d3f5ad8]), partition=RANGE (key) PARTITION VALUES < 50
15:59:20.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.611739 32288 tablet_service.cc:1467] Processing CreateTablet for tablet 67cd311011304d74aebd7c3b25def652 (DEFAULT_TABLE table=test [id=cfe4868a103b4c42b99fe5041d3f5ad8]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:20.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.612962 32288 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 67cd311011304d74aebd7c3b25def652. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:20.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.612962 32561 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 748a32207b3f403c82053a2252271bf6. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:20.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.618513 32679 tablet_bootstrap.cc:492] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454: Bootstrap starting.
15:59:20.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.618546 32680 tablet_bootstrap.cc:492] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b: Bootstrap starting.
15:59:20.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.620738 32679 tablet_bootstrap.cc:654] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454: Neither blocks nor log segments found. Creating new log.
15:59:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.621170 32680 tablet_bootstrap.cc:654] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b: Neither blocks nor log segments found. Creating new log.
15:59:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.621603 32679 log.cc:824] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454: Log is configured to *not* fsync() on all Append() calls
15:59:20.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.621785 32680 log.cc:824] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b: Log is configured to *not* fsync() on all Append() calls
15:59:20.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.623704 32680 tablet_bootstrap.cc:492] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b: No bootstrap required, opened a new log
15:59:20.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.623704 32679 tablet_bootstrap.cc:492] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454: No bootstrap required, opened a new log
15:59:20.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.623903 32679 ts_tablet_manager.cc:1397] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.003s
15:59:20.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.623903 32680 ts_tablet_manager.cc:1397] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b: Time spent bootstrapping tablet: real 0.006s	user 0.001s	sys 0.003s
15:59:20.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628024 32680 raft_consensus.cc:348] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36090ad49c9f4352b301cf48b4a2738b" member_type: VOTER last_known_addr { host: "127.31.49.131" port: 43265 } }
15:59:20.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628142 32679 raft_consensus.cc:348] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:20.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628337 32679 raft_consensus.cc:374] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:20.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628337 32680 raft_consensus.cc:374] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:20.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628388 32680 raft_consensus.cc:729] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36090ad49c9f4352b301cf48b4a2738b, State: Initialized, Role: FOLLOWER
15:59:20.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628396 32679 raft_consensus.cc:729] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6ad5c077411347fa99442ac527ec4454, State: Initialized, Role: FOLLOWER
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628926 32680 consensus_queue.cc:260] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [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: "36090ad49c9f4352b301cf48b4a2738b" member_type: VOTER last_known_addr { host: "127.31.49.131" port: 43265 } }
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.628926 32679 consensus_queue.cc:260] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [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: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.629087 32679 raft_consensus.cc:388] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.629087 32680 raft_consensus.cc:388] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.629153 32680 raft_consensus.cc:482] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.629153 32679 raft_consensus.cc:482] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.629247 32680 raft_consensus.cc:3037] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 0 FOLLOWER]: Advancing to term 1
15:59:20.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.629247 32679 raft_consensus.cc:3037] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Advancing to term 1
15:59:20.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.630353 32679 raft_consensus.cc:504] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:20.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.630373 32680 raft_consensus.cc:504] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36090ad49c9f4352b301cf48b4a2738b" member_type: VOTER last_known_addr { host: "127.31.49.131" port: 43265 } }
15:59:20.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.630769 32679 leader_election.cc:302] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [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: 6ad5c077411347fa99442ac527ec4454; no voters: 
15:59:20.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.630769 32680 leader_election.cc:302] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [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: 36090ad49c9f4352b301cf48b4a2738b; no voters: 
15:59:20.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.631126 32680 leader_election.cc:288] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:20.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.631126 32679 leader_election.cc:288] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:20.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.631227 32683 raft_consensus.cc:2781] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 1 FOLLOWER]: Leader election won for term 1
15:59:20.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.631464 32683 raft_consensus.cc:686] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [term 1 LEADER]: Becoming Leader. State: Replica: 6ad5c077411347fa99442ac527ec4454, State: Running, Role: LEADER
15:59:20.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.631878 32683 consensus_queue.cc:237] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 [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: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:20.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.632200 32679 ts_tablet_manager.cc:1428] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
15:59:20.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.632445 32356 heartbeater.cc:503] Master 127.31.49.189:34719 was elected leader, sending a full tablet report...
15:59:20.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.632611 32687 raft_consensus.cc:2781] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 1 FOLLOWER]: Leader election won for term 1
15:59:20.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.632731 32680 ts_tablet_manager.cc:1428] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.001s
15:59:20.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.632825 32687 raft_consensus.cc:686] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [term 1 LEADER]: Becoming Leader. State: Replica: 36090ad49c9f4352b301cf48b4a2738b, State: Running, Role: LEADER
15:59:20.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.633164 32629 heartbeater.cc:503] Master 127.31.49.189:34719 was elected leader, sending a full tablet report...
15:59:20.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.633246 32687 consensus_queue.cc:237] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b [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: "36090ad49c9f4352b301cf48b4a2738b" member_type: VOTER last_known_addr { host: "127.31.49.131" port: 43265 } }
15:59:20.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.636883 32056 catalog_manager.cc:5495] T 748a32207b3f403c82053a2252271bf6 P 36090ad49c9f4352b301cf48b4a2738b reported cstate change: term changed from 0 to 1, leader changed from <none> to 36090ad49c9f4352b301cf48b4a2738b (127.31.49.131). New cstate: current_term: 1 leader_uuid: "36090ad49c9f4352b301cf48b4a2738b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36090ad49c9f4352b301cf48b4a2738b" member_type: VOTER last_known_addr { host: "127.31.49.131" port: 43265 } health_report { overall_health: HEALTHY } } }
15:59:20.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.638607 32053 catalog_manager.cc:5495] T 67cd311011304d74aebd7c3b25def652 P 6ad5c077411347fa99442ac527ec4454 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6ad5c077411347fa99442ac527ec4454 (127.31.49.129). New cstate: current_term: 1 leader_uuid: "6ad5c077411347fa99442ac527ec4454" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } health_report { overall_health: HEALTHY } } }
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.652717 32056 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44800:
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:20.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:20.661 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 7b31dba67a1c4941bbcb6275b8e24fb5
15:59:20.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.670187 32426 tablet_service.cc:1467] Processing CreateTablet for tablet cc4fad8dc66e47538bd51c3032f63a4b (DEFAULT_TABLE table=simple-test [id=7b31dba67a1c4941bbcb6275b8e24fb5]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:20.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.671276 32426 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cc4fad8dc66e47538bd51c3032f63a4b. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:20.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.677081 32694 tablet_bootstrap.cc:492] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f: Bootstrap starting.
15:59:20.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.679247 32694 tablet_bootstrap.cc:654] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f: Neither blocks nor log segments found. Creating new log.
15:59:20.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.680459 32694 log.cc:824] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f: Log is configured to *not* fsync() on all Append() calls
15:59:20.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.682324 32694 tablet_bootstrap.cc:492] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f: No bootstrap required, opened a new log
15:59:20.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.682500 32694 ts_tablet_manager.cc:1397] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.002s
15:59:20.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.685513 32694 raft_consensus.cc:348] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:20.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.685748 32694 raft_consensus.cc:374] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:20.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.685791 32694 raft_consensus.cc:729] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faf77bc269e84ac088e4cd58258dde6f, State: Initialized, Role: FOLLOWER
15:59:20.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.686230 32694 consensus_queue.cc:260] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [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: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:20.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.686359 32694 raft_consensus.cc:388] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:20.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.686403 32694 raft_consensus.cc:482] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:20.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.686467 32694 raft_consensus.cc:3037] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Advancing to term 1
15:59:20.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.687305 32694 raft_consensus.cc:504] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:20.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.687608 32694 leader_election.cc:302] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [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: faf77bc269e84ac088e4cd58258dde6f; no voters: 
15:59:20.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.687899 32694 leader_election.cc:288] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:20.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.688084 32696 raft_consensus.cc:2781] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 1 FOLLOWER]: Leader election won for term 1
15:59:20.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.688448 32696 raft_consensus.cc:686] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [term 1 LEADER]: Becoming Leader. State: Replica: faf77bc269e84ac088e4cd58258dde6f, State: Running, Role: LEADER
15:59:20.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.688671 32494 heartbeater.cc:503] Master 127.31.49.189:34719 was elected leader, sending a full tablet report...
15:59:20.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.689178 32694 ts_tablet_manager.cc:1428] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
15:59:20.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.689213 32696 consensus_queue.cc:237] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f [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: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:20.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:20.692791 32056 catalog_manager.cc:5495] T cc4fad8dc66e47538bd51c3032f63a4b P faf77bc269e84ac088e4cd58258dde6f reported cstate change: term changed from 0 to 1, leader changed from <none> to faf77bc269e84ac088e4cd58258dde6f (127.31.49.130). New cstate: current_term: 1 leader_uuid: "faf77bc269e84ac088e4cd58258dde6f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } health_report { overall_health: HEALTHY } } }
15:59:20.711 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526360711
15:59:20.714 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 748a32207b3f403c82053a2252271bf6 for table 'test' with partition [<start>, 0x80000032)
15:59:20.714 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 67cd311011304d74aebd7c3b25def652 for table 'test' with partition [0x80000032, <end>)
15:59:20.714 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=748a32207b3f403c82053a2252271bf6@[36090ad49c9f4352b301cf48b4a2738b(127.31.49.131:43265)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=67cd311011304d74aebd7c3b25def652@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}]
15:59:20.714 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.31.49.189:34719, [1ms] Sub RPC GetTableLocations: received response from server master-127.31.49.189:34719: OK, deferred=null) after lookup
15:59:20.715 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 36090ad49c9f4352b301cf48b4a2738b(127.31.49.131:43265)] connecting to peer
15:59:20.716 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 36090ad49c9f4352b301cf48b4a2738b(127.31.49.131:43265)] Successfully connected to peer
15:59:20.726 [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:59:20.727 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x26e1cd60, L:/127.0.0.1:58814 - R:/127.31.49.131:43265] using TOKEN/null
15:59:20.850 [DEBUG - main] (Connection.java:748) [peer 6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)] connecting to peer
15:59:20.850 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)] Successfully connected to peer
15:59:20.863 [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:59:20.865 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x9f138a54, L:/127.0.0.1:57372 - R:/127.31.49.129:44757] using TOKEN/null
15:59:20.996 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526360996
15:59:20.996 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526360992403
15:59:20.997 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:20.997 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup3159822598243696348/
15:59:21.001 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:21.002 [INFO - ForkJoinPool-213-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997
15:59:21.002 [INFO - ForkJoinPool-213-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:21.002 [INFO - ForkJoinPool-213-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:21.002 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:21.003 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:21.022 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.023 [INFO - ForkJoinPool-213-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.023 [INFO - ForkJoinPool-213-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.023 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.023 [INFO - ForkJoinPool-213-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.023 [INFO - ForkJoinPool-213-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.024 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.075 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:21.076 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:59:21.076 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:21.076 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:21.076 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:21.077 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:21.098 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:59:21.101 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:59:21.101 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 (size: 66.6 KiB, free: 1993.8 MiB)
15:59:21.102 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:21.102 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:21.102 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:59:21.104 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5118 bytes) taskResourceAssignments Map()
15:59:21.105 [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:59:21.115 [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:59:21.118 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.119 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:21.120 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:21.121 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:21.139 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323974643712000) for scanner KuduScanner(table=test, tablet=748a32207b3f403c82053a2252271bf6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:21.152 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:21.156 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559212323330614289091301_0000_m_000000_0' to file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997/_temporary/0/task_202607081559212323330614289091301_0000_m_000000
15:59:21.157 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559212323330614289091301_0000_m_000000_0: Committed
15:59:21.158 [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). 6300 bytes result sent to driver
15:59:21.158 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5118 bytes) taskResourceAssignments Map()
15:59:21.159 [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:59:21.159 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 56 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:21.171 [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:59:21.173 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:21.174 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.174 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.175 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.175 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.175 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.175 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.183 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305323974643712000) for scanner KuduScanner(table=test, tablet=67cd311011304d74aebd7c3b25def652, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:21.195 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:21.195 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:21.195 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:21.195 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:21.196 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:21.197 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:21.214 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:21.217 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559212871314374366237915_0000_m_000001_1' to file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997/_temporary/0/task_202607081559212871314374366237915_0000_m_000001
15:59:21.217 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081559212871314374366237915_0000_m_000001_1: Committed
15:59:21.218 [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). 6300 bytes result sent to driver
15:59:21.221 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:21.221 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.144 s
15:59:21.221 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:21.222 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:21.222 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:21.222 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.146779 s
15:59:21.241 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Write Job dfb7f2d4-c028-48b4-81c7-0b4c0fea35bd committed.
15:59:21.241 [INFO - ForkJoinPool-213-worker-1] (Logging.scala:57) Finished processing stats for write job dfb7f2d4-c028-48b4-81c7-0b4c0fea35bd.
15:59:21.248 [INFO - ForkJoinPool-213-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997/.kudu-metadata.json
15:59:21.269 [INFO - ForkJoinPool-213-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:59:21.276 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526361275
15:59:21.276 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526361182494
15:59:21.276 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:21.276 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup3159822598243696348/
15:59:21.284 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test
15:59:21.288 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:21.289 [INFO - ForkJoinPool-214-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526361276
15:59:21.289 [INFO - ForkJoinPool-214-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:21.289 [INFO - ForkJoinPool-214-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526360997 from backup in path: file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997
15:59:21.313 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.314 [INFO - ForkJoinPool-214-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.314 [INFO - ForkJoinPool-214-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.315 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.315 [INFO - ForkJoinPool-214-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.315 [INFO - ForkJoinPool-214-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.315 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.354 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:21.355 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (save at KuduBackup.scala:97) with 2 output partitions
15:59:21.355 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (save at KuduBackup.scala:97)
15:59:21.355 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:21.355 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:21.355 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[7] at save at KuduBackup.scala:97), which has no missing parents
15:59:21.378 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 190.6 KiB, free 1993.4 MiB)
15:59:21.380 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.4 MiB)
15:59:21.380 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 (size: 66.6 KiB, free: 1993.7 MiB)
15:59:21.381 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
15:59:21.381 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 1 (MapPartitionsRDD[7] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:21.381 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 2 tasks resource profile 0
15:59:21.382 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5128 bytes) taskResourceAssignments Map()
15:59:21.383 [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:59:21.392 [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:59:21.394 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:21.395 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.395 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.395 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.395 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.395 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:21.396 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:59:21.397 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:21.397 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:21.397 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:21.397 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:21.397 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:21.397 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:21.413 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323975786496000) for scanner KuduScanner(table=test, tablet=748a32207b3f403c82053a2252271bf6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:21.413 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:21.436 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559211590542789936684498_0001_m_000000_2' to file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526361276/_temporary/0/task_202607081559211590542789936684498_0001_m_000000
15:59:21.436 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) attempt_202607081559211590542789936684498_0001_m_000000_2: Committed
15:59:21.437 [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). 6300 bytes result sent to driver
15:59:21.438 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5128 bytes) taskResourceAssignments Map()
15:59:21.438 [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:59:21.439 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 57 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:21.446 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:59:21.448 [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:59:21.450 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table cfe4868a103b4c42b99fe5041d3f5ad8
15:59:21.451 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.451 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.452 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.452 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:21.452 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:21.452 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:21.457 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323975786496000) for scanner KuduScanner(table=test, tablet=67cd311011304d74aebd7c3b25def652, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:21.457 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559213137549650136224870_0001_m_000001_3
15:59:21.458 [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). 6214 bytes result sent to driver
15:59:21.460 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:21.460 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:21.460 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (save at KuduBackup.scala:97) finished in 0.104 s
15:59:21.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:21.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:21.462 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Job 1 finished: save at KuduBackup.scala:97, took 0.107196 s
15:59:21.470 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Write Job 33f58387-ef34-450f-9085-e0db8f215f99 committed.
15:59:21.470 [INFO - ForkJoinPool-214-worker-1] (Logging.scala:57) Finished processing stats for write job 33f58387-ef34-450f-9085-e0db8f215f99.
15:59:21.473 [INFO - ForkJoinPool-214-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526361276/.kudu-metadata.json
15:59:21.487 [INFO - ForkJoinPool-214-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:59:21.489 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup3159822598243696348/
15:59:21.496 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test
15:59:21.498 [INFO - ForkJoinPool-215-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997
15:59:21.498 [INFO - ForkJoinPool-215-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.500162 32056 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44800:
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:21.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:21.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:21.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:21.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a9ff70a452f443e78d9e44325bfe8381
15:59:21.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.516968 32288 tablet_service.cc:1467] Processing CreateTablet for tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 (DEFAULT_TABLE table=test-restore [id=a9ff70a452f443e78d9e44325bfe8381]), partition=RANGE (key) PARTITION VALUES < 50
15:59:21.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.517344 32288 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 53d9cb7b6e8648f39d65ecfa37ae79a1. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:21.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.519591   315 tablet_bootstrap.cc:492] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454: Bootstrap starting.
15:59:21.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.520505   315 tablet_bootstrap.cc:654] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454: Neither blocks nor log segments found. Creating new log.
15:59:21.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.521651   315 tablet_bootstrap.cc:492] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454: No bootstrap required, opened a new log
15:59:21.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.521759   315 ts_tablet_manager.cc:1397] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:21.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522274   315 raft_consensus.cc:348] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:21.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522395   315 raft_consensus.cc:374] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:21.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522428   315 raft_consensus.cc:729] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6ad5c077411347fa99442ac527ec4454, State: Initialized, Role: FOLLOWER
15:59:21.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522605   315 consensus_queue.cc:260] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [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: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:21.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522711   315 raft_consensus.cc:388] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:21.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522747   315 raft_consensus.cc:482] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:21.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.522795   315 raft_consensus.cc:3037] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 0 FOLLOWER]: Advancing to term 1
15:59:21.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.523620   315 raft_consensus.cc:504] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:21.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.523772   315 leader_election.cc:302] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [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: 6ad5c077411347fa99442ac527ec4454; no voters: 
15:59:21.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.524020   315 leader_election.cc:288] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:21.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.524103   317 raft_consensus.cc:2781] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 1 FOLLOWER]: Leader election won for term 1
15:59:21.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.524371   317 raft_consensus.cc:686] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [term 1 LEADER]: Becoming Leader. State: Replica: 6ad5c077411347fa99442ac527ec4454, State: Running, Role: LEADER
15:59:21.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.524446   315 ts_tablet_manager.cc:1428] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:21.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.524631   317 consensus_queue.cc:237] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 [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: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } }
15:59:21.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.527627 32056 catalog_manager.cc:5495] T 53d9cb7b6e8648f39d65ecfa37ae79a1 P 6ad5c077411347fa99442ac527ec4454 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6ad5c077411347fa99442ac527ec4454 (127.31.49.129). New cstate: current_term: 1 leader_uuid: "6ad5c077411347fa99442ac527ec4454" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6ad5c077411347fa99442ac527ec4454" member_type: VOTER last_known_addr { host: "127.31.49.129" port: 44757 } health_report { overall_health: HEALTHY } } }
15:59:21.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.552415 32056 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:44800:
15:59:21.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:21.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:21.560220 32056 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e95acd5a706945bd881aec03c9114ad6 has no consensus state
15:59:21.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.566233 32426 tablet_service.cc:1467] Processing CreateTablet for tablet e95acd5a706945bd881aec03c9114ad6 (DEFAULT_TABLE table=test-restore [id=a9ff70a452f443e78d9e44325bfe8381]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:21.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.566975 32426 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e95acd5a706945bd881aec03c9114ad6. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:21.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.569206   323 tablet_bootstrap.cc:492] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f: Bootstrap starting.
15:59:21.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.570928   323 tablet_bootstrap.cc:654] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f: Neither blocks nor log segments found. Creating new log.
15:59:21.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.572213   323 tablet_bootstrap.cc:492] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f: No bootstrap required, opened a new log
15:59:21.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.572324   323 ts_tablet_manager.cc:1397] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.572922   323 raft_consensus.cc:348] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.573037   323 raft_consensus.cc:374] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.573081   323 raft_consensus.cc:729] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faf77bc269e84ac088e4cd58258dde6f, State: Initialized, Role: FOLLOWER
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.573216   323 consensus_queue.cc:260] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [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: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.573321   323 raft_consensus.cc:388] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.573355   323 raft_consensus.cc:482] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:21.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.573402   323 raft_consensus.cc:3037] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 0 FOLLOWER]: Advancing to term 1
15:59:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.574172   323 raft_consensus.cc:504] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.574321   323 leader_election.cc:302] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [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: faf77bc269e84ac088e4cd58258dde6f; no voters: 
15:59:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.574563   323 leader_election.cc:288] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:21.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.574739   325 raft_consensus.cc:2781] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 1 FOLLOWER]: Leader election won for term 1
15:59:21.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.575002   323 ts_tablet_manager.cc:1428] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:21.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.575022   325 raft_consensus.cc:686] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [term 1 LEADER]: Becoming Leader. State: Replica: faf77bc269e84ac088e4cd58258dde6f, State: Running, Role: LEADER
15:59:21.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.575312   325 consensus_queue.cc:237] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f [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: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } }
15:59:21.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.578765 32056 catalog_manager.cc:5495] T e95acd5a706945bd881aec03c9114ad6 P faf77bc269e84ac088e4cd58258dde6f reported cstate change: term changed from 0 to 1, leader changed from <none> to faf77bc269e84ac088e4cd58258dde6f (127.31.49.130). New cstate: current_term: 1 leader_uuid: "faf77bc269e84ac088e4cd58258dde6f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faf77bc269e84ac088e4cd58258dde6f" member_type: VOTER last_known_addr { host: "127.31.49.130" port: 43263 } health_report { overall_health: HEALTHY } } }
15:59:21.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.590329 32056 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 2d8f79a783654916beab05df9920e993: test-restore [id=a9ff70a452f443e78d9e44325bfe8381] alter complete (version 0)
15:59:21.599 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:21.618 [INFO - ForkJoinPool-215-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:21.625 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:21.625 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:21.626 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:21.635 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:21.648 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:21.648 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:21.649 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Created broadcast 2 from toRdd at KuduRestore.scala:140
15:59:21.650 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402104 bytes, open cost is considered as scanning 4194304 bytes.
15:59:21.664 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:21.664 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:21.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:59:21.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:21.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:21.665 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[13] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:21.667 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 30.4 KiB, free 1993.3 MiB)
15:59:21.669 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 11.0 KiB, free 1993.2 MiB)
15:59:21.670 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 (size: 11.0 KiB, free: 1993.8 MiB)
15:59:21.670 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:21.671 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (SQLExecutionRDD[13] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:21.671 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:59:21.672 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5169 bytes) taskResourceAssignments Map()
15:59:21.672 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 4)
15:59:21.676 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:21.678 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a9ff70a452f443e78d9e44325bfe8381
15:59:21.680 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Reading File path: file:///tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997/part-00001-887af390-2bb0-4f2c-b028-85c9887d711a-c000.snappy.parquet, range: 0-6764, partition values: [empty row]
15:59:21.687 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Reading File path: file:///tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526360997/part-00000-887af390-2bb0-4f2c-b028-85c9887d711a-c000.snappy.parquet, range: 0-6732, partition values: [empty row]
15:59:21.695 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.695 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.696 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.696 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.696 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.696 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.696 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.697 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.697 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.697 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.697 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.698 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.698 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.698 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.698 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.698 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.699 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.699 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.699 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.700 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.700 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.700 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.700 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.701 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.701 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.701 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.701 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.702 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.702 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.702 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.702 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.702 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.703 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.703 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.703 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.703 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.703 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.704 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.704 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.704 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.704 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.704 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.704 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.705 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.705 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.705 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.705 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.705 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.706 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.706 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.706 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.706 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.706 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.707 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.707 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.707 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.708 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.708 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.708 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.708 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.708 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.709 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.709 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.709 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.709 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.709 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.710 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.710 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.710 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.710 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.710 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.711 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.711 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.711 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.711 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.712 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.712 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.713 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.713 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.713 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.713 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.714 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.714 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.714 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.714 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.714 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.715 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.715 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.715 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.715 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.715 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.716 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.716 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.717 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.717 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.717 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.717 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.718 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.718 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.718 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2995ade7, flushNotification=Deferred@2020249318(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:21.719 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.719 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.719 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.719 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.719 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.720 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.720 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.720 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.720 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.720 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.721 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.721 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.721 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.721 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.721 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.721 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.722 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.722 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.722 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.722 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.722 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.722 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.723 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.723 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.723 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.723 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.723 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.724 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.724 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.724 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.725 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.725 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.725 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.726 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.726 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.726 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.727 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.727 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.727 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.727 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.727 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.727 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.728 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.728 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.728 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.728 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.729 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.729 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.729 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.729 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.729 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.729 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.730 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.730 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.730 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.730 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.730 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.730 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.731 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.731 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.731 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.732 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.732 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.732 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.732 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.732 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.733 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.733 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.733 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.733 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.733 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.734 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.734 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.734 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.734 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.734 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.734 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.735 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.735 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.735 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.735 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.735 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.736 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.736 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.736 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.737 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.737 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.737 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.738 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.738 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.738 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.738 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.738 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.739 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.739 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.739 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.739 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.740 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.740 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.740 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.740 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.740 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.740 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.741 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.741 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.741 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.741 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.741 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.742 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.742 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.742 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.742 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.742 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.742 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.743 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.743 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.743 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.743 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.743 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.743 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.744 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.744 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.744 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.744 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.744 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.744 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.745 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.745 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 53d9cb7b6e8648f39d65ecfa37ae79a1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:21.745 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e95acd5a706945bd881aec03c9114ad6 for table 'test-restore' with partition [0x80000032, <end>)
15:59:21.745 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=53d9cb7b6e8648f39d65ecfa37ae79a1@[6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=e95acd5a706945bd881aec03c9114ad6@[faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)[L]]}]
15:59:21.746 [DEBUG - kudu-nio-1] (Connection.java:748) [peer faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)] connecting to peer
15:59:21.747 [DEBUG - kudu-nio-1] (Connection.java:757) [peer faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)] Successfully connected to peer
15:59:21.757 [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:59:21.759 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3b47edbd, L:/127.0.0.1:45408 - R:/127.31.49.130:43263] using TOKEN/null
15:59:21.770 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4). 5422 bytes result sent to driver
15:59:21.771 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4) in 99 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:21.771 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:21.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.105 s
15:59:21.771 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:21.772 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:21.772 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.107835 s
15:59:21.772 [INFO - ForkJoinPool-215-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526361276
15:59:21.777 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:21.791 [INFO - ForkJoinPool-215-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:21.798 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:21.798 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:21.799 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:21.807 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1992.9 MiB)
15:59:21.818 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:59:21.819 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:21.820 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Created broadcast 4 from toRdd at KuduRestore.scala:140
15:59:21.821 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4196142 bytes, open cost is considered as scanning 4194304 bytes.
15:59:21.834 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:21.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:21.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (foreachPartition at KuduRestore.scala:140)
15:59:21.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:21.834 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:21.835 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (SQLExecutionRDD[17] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:21.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 29.1 KiB, free 1992.9 MiB)
15:59:21.859 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1992.9 MiB)
15:59:21.859 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 (size: 10.9 KiB, free: 1993.7 MiB)
15:59:21.860 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:21.860 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 in memory (size: 11.0 KiB, free: 1993.7 MiB)
15:59:21.860 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (SQLExecutionRDD[17] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:21.860 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:59:21.861 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4982 bytes) taskResourceAssignments Map()
15:59:21.862 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 5)
15:59:21.862 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34433 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:21.865 [DEBUG - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:21.867 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a9ff70a452f443e78d9e44325bfe8381
15:59:21.868 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup3159822598243696348/cfe4868a103b4c42b99fe5041d3f5ad8-test/1783526361276/part-00000-c7bbd822-ad57-4efa-941e-05c1722e6e3b-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:21.872 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5). 5379 bytes result sent to driver
15:59:21.873 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 5) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:21.873 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:21.873 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (foreachPartition at KuduRestore.scala:140) finished in 0.038 s
15:59:21.874 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:21.874 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:21.874 [INFO - ForkJoinPool-215-worker-1] (Logging.scala:57) Job 3 finished: foreachPartition at KuduRestore.scala:140, took 0.040107 s
15:59:21.874 [INFO - ForkJoinPool-215-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:59:21.882 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:21.887 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:21.887 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:21.888 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:21.888 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:21.892 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:21.892 [DEBUG - main] (Connection.java:575) [peer master-127.31.49.189:34719(127.31.49.189:34719)] disconnecting while in state READY
15:59:21.892 [DEBUG - main] (Connection.java:575) [peer master-127.31.49.188:34605(127.31.49.188:34605)] disconnecting while in state READY
15:59:21.893 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.49.189:34719(127.31.49.189:34719)] handling channelInactive
15:59:21.893 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.49.188:34605(127.31.49.188:34605)] handling channelInactive
15:59:21.893 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.49.189:34719(127.31.49.189:34719)] cleaning up while in state READY due to: connection closed
15:59:21.894 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.49.188:34605(127.31.49.188:34605)] cleaning up while in state READY due to: connection closed
15:59:21.893 [DEBUG - main] (Connection.java:575) [peer master-127.31.49.190:44265(127.31.49.190:44265)] disconnecting while in state READY
15:59:21.894 [DEBUG - main] (Connection.java:575) [peer 6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)] disconnecting while in state READY
15:59:21.894 [DEBUG - main] (Connection.java:575) [peer 36090ad49c9f4352b301cf48b4a2738b(127.31.49.131:43265)] disconnecting while in state READY
15:59:21.894 [DEBUG - main] (Connection.java:575) [peer faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)] disconnecting while in state READY
15:59:21.898 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.49.190:44265(127.31.49.190:44265)] handling channelInactive
15:59:21.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:21.898 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.49.190:44265(127.31.49.190:44265)] cleaning up while in state READY due to: connection closed
15:59:21.898 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)] handling channelInactive
15:59:21.898 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 6ad5c077411347fa99442ac527ec4454(127.31.49.129:44757)] cleaning up while in state READY due to: connection closed
15:59:21.899 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 36090ad49c9f4352b301cf48b4a2738b(127.31.49.131:43265)] handling channelInactive
15:59:21.899 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 35 thread-local buffer(s) from thread: kudu-nio-0
15:59:21.900 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 36090ad49c9f4352b301cf48b4a2738b(127.31.49.131:43265)] cleaning up while in state READY due to: connection closed
15:59:21.900 [DEBUG - kudu-nio-1] (Connection.java:239) [peer faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)] handling channelInactive
15:59:21.900 [DEBUG - kudu-nio-1] (Connection.java:709) [peer faf77bc269e84ac088e4cd58258dde6f(127.31.49.130:43263)] cleaning up while in state READY due to: connection closed
15:59:21.901 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 39 thread-local buffer(s) from thread: kudu-nio-1
15:59:21.912 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:21.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.913545 31942 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 32226
15:59:21.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.921725 31942 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 32364
15:59:21.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.932871 31942 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 32499
15:59:21.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.941676 31942 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 31953
15:59:21.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.949364 31942 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 32022
15:59:21.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:21.955588 31942 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 32094
15:59:21.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:21Z chronyd exiting
.15:59:22.023 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526362023
15:59:22.026 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:22.027 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:22.027 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:22.027 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:22.027 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:22.029 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:22.147 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:22.147 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:22.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.149049   358 mini_oidc.cc:152] Starting JWKS server
15:59:22.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.151731   358 webserver.cc:460] Webserver started at http://127.0.0.1:36469/ using document root <none> and password file <none>
15:59:22.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.151908   358 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.152185   358 webserver.cc:460] Webserver started at http://127.0.0.1:44091/ using document root <none> and password file <none>
15:59:22.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:22Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:22.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:22Z Disabled control of system clock
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.170475   358 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/logs
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data/info.pb
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:22.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.190:35299
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.190
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36469/jwks.json with env {}
15:59:22.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.282388   369 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:22.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.282744   369 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:22.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.282800   369 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.287240   369 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.287338   369 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.287366   369 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.287388   369 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.287410   369 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.287428   369 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36469/jwks.json
15:59:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.292658   369 master_runner.cc:386] Master server non-default flags:
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.190:35299
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36469/jwks.json
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data/info.pb
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.190
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.369
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/logs
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.293848   369 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:59:22.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.295289   369 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.304598   374 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:59:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.304598   377 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:59:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.304704   375 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:59:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.304863   369 server_base.cc:1034] running on GCE node
15:59:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.305517   369 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:22.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.306838   369 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:22.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.308051   369 hybrid_clock.cc:648] HybridClock initialized: now 1783526362308021 us; error 43 us; skew 500 ppm
15:59:22.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.310156   369 webserver.cc:460] Webserver started at http://127.0.89.190:45653/ using document root <none> and password file <none>
15:59:22.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.310765   369 fs_manager.cc:359] Metadata directory not provided
15:59:22.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.310863   369 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:22.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.311084   369 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:22.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.313144   369 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data/instance:
15:59:22.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b22511389a59403490b6349be3939cee"
15:59:22.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.313758   369 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal/instance:
15:59:22.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b22511389a59403490b6349be3939cee"
15:59:22.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.317992   369 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:22.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.320586   383 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.322173   369 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.322356   369 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b22511389a59403490b6349be3939cee"
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.322522   369 fs_report.cc:383] FS layout report
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal
15:59:22.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data/data
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:22.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.338372   369 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:22.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.339150   369 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:59:22.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.339381   369 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:22.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.346858   369 rpc_server.cc:307] RPC server started. Bound to: 127.0.89.190:35299
15:59:22.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.346866   435 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.0.89.190:35299 every 8 connection(s)
15:59:22.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.347864   369 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/data/info.pb
15:59:22.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.351313   436 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:59:22.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.354712   436 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.357349   358 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 369
15:59:22.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.357510   358 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-0/wal/instance
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.359102   358 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/logs
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data/info.pb
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.189:35341
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.189
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:22.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:22.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36469/jwks.json with env {}
15:59:22.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.368227   436 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.369275   385 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.89.189:35341: connect: Connection refused (error 111)
15:59:22.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.370218   436 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.189:35341: Network error: Client connection negotiation failed: client connection to 127.0.89.189:35341: connect: Connection refused (error 111)
15:59:22.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.419523   436 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } attempt: 1
15:59:22.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.421324   436 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.189:35341: Network error: Client connection negotiation failed: client connection to 127.0.89.189:35341: connect: Connection refused (error 111)
15:59:22.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.473940   440 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:22.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.474221   440 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:22.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.474259   440 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.478428   440 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.478504   440 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.478523   440 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.478539   440 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.478555   440 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:22.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.478569   440 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36469/jwks.json
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.483465   440 master_runner.cc:386] Master server non-default flags:
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:22.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.189:35341
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36469/jwks.json
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data/info.pb
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.189
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.440
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/logs
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:22.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.484750   440 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:59:22.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.486232   440 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.489552   436 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } attempt: 2
15:59:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.491389   436 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.189:35341: Network error: Client connection negotiation failed: client connection to 127.0.89.189:35341: connect: Connection refused (error 111)
15:59:22.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.495538   447 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:59:22.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.495560   446 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:59:22.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.495609   440 server_base.cc:1034] running on GCE node
15:59:22.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.495538   449 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:59:22.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.496395   440 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:22.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.497731   440 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:22.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.498942   440 hybrid_clock.cc:648] HybridClock initialized: now 1783526362498909 us; error 45 us; skew 500 ppm
15:59:22.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.501761   440 webserver.cc:460] Webserver started at http://127.0.89.189:42971/ using document root <none> and password file <none>
15:59:22.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.502435   440 fs_manager.cc:359] Metadata directory not provided
15:59:22.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.502552   440 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:22.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.502781   440 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:22.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.504866   440 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data/instance:
15:59:22.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6f1af93a71ac4adeb13a79fa61437de3"
15:59:22.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.505481   440 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal/instance:
15:59:22.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6f1af93a71ac4adeb13a79fa61437de3"
15:59:22.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.509470   440 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.512140   455 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:22.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.513494   440 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:22.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.513711   440 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal
15:59:22.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6f1af93a71ac4adeb13a79fa61437de3"
15:59:22.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.513855   440 fs_report.cc:383] FS layout report
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data/data
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:22.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.542615   440 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:22.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.543480   440 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:59:22.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.543735   440 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:22.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.551730   440 rpc_server.cc:307] RPC server started. Bound to: 127.0.89.189:35341
15:59:22.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.551736   507 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.0.89.189:35341 every 8 connection(s)
15:59:22.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.552897   440 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/data/info.pb
15:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.556185   358 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 440
15:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.556308   358 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-1/wal/instance
15:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.556586   508 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:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.557057   358 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/logs
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data/info.pb
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.188:33817
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.188
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36469/jwks.json with env {}
15:59:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.560595   508 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.572259   508 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.579679   508 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.580472   459 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.581548   508 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.188:33817: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.582688   436 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } attempt: 3
15:59:22.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.587791   436 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.589290   436 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.188:33817: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.620476   436 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } attempt: 1
15:59:22.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.622184   436 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.188:33817: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.630817   508 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } attempt: 1
15:59:22.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.632393   508 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.188:33817: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.677893   510 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:22.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.678215   510 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:22.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.678272   510 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:22.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.682662   510 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:22.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.682838   510 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:22.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.682873   510 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.682901   510 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.682928   510 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.682948   510 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:36469/jwks.json
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.688135   510 master_runner.cc:386] Master server non-default flags:
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.188:33817
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36469/jwks.json
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data/info.pb
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.188
15:59:22.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.510
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/logs
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.689640   510 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:59:22.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.691180   510 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:22.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.697389   436 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } attempt: 2
15:59:22.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.699162   436 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.188:33817: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.700464   519 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:59:22.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.700471   521 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:59:22.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.700640   508 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } attempt: 2
15:59:22.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.700476   518 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:59:22.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.700541   510 server_base.cc:1034] running on GCE node
15:59:22.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.701769   510 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:22.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.701872   508 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.0.89.188:33817: Network error: Client connection negotiation failed: client connection to 127.0.89.188:33817: connect: Connection refused (error 111)
15:59:22.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.702889   510 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:22.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.704095   510 hybrid_clock.cc:648] HybridClock initialized: now 1783526362704058 us; error 46 us; skew 500 ppm
15:59:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.706274   510 webserver.cc:460] Webserver started at http://127.0.89.188:42557/ using document root <none> and password file <none>
15:59:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.706835   510 fs_manager.cc:359] Metadata directory not provided
15:59:22.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.706899   510 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:22.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.707083   510 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.709182   510 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data/instance:
15:59:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ccb7e24e95b4c98837b48ea229cb4be"
15:59:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.709728   510 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal/instance:
15:59:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ccb7e24e95b4c98837b48ea229cb4be"
15:59:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.713750   510 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:22.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.716421   527 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.717958   510 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.718153   510 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6ccb7e24e95b4c98837b48ea229cb4be"
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:22 on dist-test-slave-vt7w"
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.718262   510 fs_report.cc:383] FS layout report
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data/data
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:22.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.735159   510 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:22.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.735859   510 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:59:22.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.736039   510 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:22.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.743341   510 rpc_server.cc:307] RPC server started. Bound to: 127.0.89.188:33817
15:59:22.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.743376   579 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.0.89.188:33817 every 8 connection(s)
15:59:22.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.744488   510 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/data/info.pb
15:59:22.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.748013   580 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:59:22.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.751340   580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.754140   358 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 510
15:59:22.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.754248   358 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/master-2/wal/instance
15:59:22.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.763180   580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.768659   580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } has no permanent_uuid. Determining permanent_uuid...
15:59:22.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.778752   580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Bootstrap starting.
15:59:22.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.781049   580 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Neither blocks nor log segments found. Creating new log.
15:59:22.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.781901   580 log.cc:824] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Log is configured to *not* fsync() on all Append() calls
15:59:22.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.783869   580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: No bootstrap required, opened a new log
15:59:22.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.789610   580 raft_consensus.cc:348] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:22.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.789964   580 raft_consensus.cc:374] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:22.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.790027   580 raft_consensus.cc:729] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6ccb7e24e95b4c98837b48ea229cb4be, State: Initialized, Role: FOLLOWER
15:59:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.790755   580 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.791417   589 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.791558   589 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: This master's current role is: FOLLOWER
15:59:22.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.792405   580 sys_catalog.cc:564] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: configured and running, proceeding with master startup.
15:59:22.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.793009   508 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } attempt: 3
15:59:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.798528   600 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.798619   436 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } attempt: 3
15:59:22.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.798843   600 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.797459   510 master_runner.cc:186] Error getting master registration for 127.0.89.190:35299: OK, instance_id { permanent_uuid: "b22511389a59403490b6349be3939cee" instance_seqno: 1783526362344774 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:22.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.801432   510 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:22.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.804630   508 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: Bootstrap starting.
15:59:22.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.806057   436 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: Bootstrap starting.
15:59:22.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.807117   508 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: Neither blocks nor log segments found. Creating new log.
15:59:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.808132   508 log.cc:824] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: Log is configured to *not* fsync() on all Append() calls
15:59:22.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.808684   436 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: Neither blocks nor log segments found. Creating new log.
15:59:22.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.810053   508 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: No bootstrap required, opened a new log
15:59:22.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.810057   436 log.cc:824] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: Log is configured to *not* fsync() on all Append() calls
15:59:22.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.812947   436 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: No bootstrap required, opened a new log
15:59:22.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.813699   508 raft_consensus.cc:348] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:22.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.813911   508 raft_consensus.cc:374] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:22.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.813959   508 raft_consensus.cc:729] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1af93a71ac4adeb13a79fa61437de3, State: Initialized, Role: FOLLOWER
15:59:22.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.814491   508 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:22.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.815006   604 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:22.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.815222   604 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:22.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.815842   508 sys_catalog.cc:564] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [sys.catalog]: configured and running, proceeding with master startup.
15:59:22.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.816964   436 raft_consensus.cc:348] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:22.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.817272   436 raft_consensus.cc:374] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:22.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.817325   436 raft_consensus.cc:729] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b22511389a59403490b6349be3939cee, State: Initialized, Role: FOLLOWER
15:59:22.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.817787   436 consensus_queue.cc:260] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:22.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.819545   436 sys_catalog.cc:564] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [sys.catalog]: configured and running, proceeding with master startup.
15:59:22.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.821830   615 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:22.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.822029   615 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:22.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.819687   440 master_runner.cc:186] Error getting master registration for 127.0.89.190:35299: OK, instance_id { permanent_uuid: "b22511389a59403490b6349be3939cee" instance_seqno: 1783526362344774 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:22.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.824419   440 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:22.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.828992   616 sys_catalog.cc:455] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:22.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.829362   616 sys_catalog.cc:458] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [sys.catalog]: This master's current role is: FOLLOWER
15:59:22.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.829777   369 master_runner.cc:263] No leader master found from master b22511389a59403490b6349be3939cee
15:59:22.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:22.829849   369 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.833081   628 catalog_manager.cc:1558] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.833367   628 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:22.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.841572   389 tablet.cc:2369] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:22.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:22.987635   533 tablet.cc:2369] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:23.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.021052   589 raft_consensus.cc:482] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:23.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.021288   589 raft_consensus.cc:504] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:23.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.022455   589 leader_election.cc:288] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b22511389a59403490b6349be3939cee (127.0.89.190:35299), 6f1af93a71ac4adeb13a79fa61437de3 (127.0.89.189:35341)
15:59:23.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.023217   482 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1af93a71ac4adeb13a79fa61437de3" is_pre_election: true
15:59:23.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.023219   410 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b22511389a59403490b6349be3939cee" is_pre_election: true
15:59:23.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.023535   410 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6ccb7e24e95b4c98837b48ea229cb4be in term 0.
15:59:23.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.023540   482 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6ccb7e24e95b4c98837b48ea229cb4be in term 0.
15:59:23.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.023941   529 leader_election.cc:302] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6ccb7e24e95b4c98837b48ea229cb4be, 6f1af93a71ac4adeb13a79fa61437de3; no voters: 
15:59:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.024237   589 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.024333   589 raft_consensus.cc:482] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.024369   589 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 0 FOLLOWER]: Advancing to term 1
15:59:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.025722   589 raft_consensus.cc:504] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.026098   589 leader_election.cc:288] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [CANDIDATE]: Term 1 election: Requested vote from peers b22511389a59403490b6349be3939cee (127.0.89.190:35299), 6f1af93a71ac4adeb13a79fa61437de3 (127.0.89.189:35341)
15:59:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.026489   410 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b22511389a59403490b6349be3939cee"
15:59:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.026621   410 raft_consensus.cc:3037] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 0 FOLLOWER]: Advancing to term 1
15:59:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.026763   482 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1af93a71ac4adeb13a79fa61437de3"
15:59:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.026894   482 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 0 FOLLOWER]: Advancing to term 1
15:59:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.027814   410 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6ccb7e24e95b4c98837b48ea229cb4be in term 1.
15:59:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.028177   482 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6ccb7e24e95b4c98837b48ea229cb4be in term 1.
15:59:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.028637   529 leader_election.cc:302] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [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: 6ccb7e24e95b4c98837b48ea229cb4be, 6f1af93a71ac4adeb13a79fa61437de3; no voters: 
15:59:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.028904   589 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 1 FOLLOWER]: Leader election won for term 1
15:59:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.029138   589 raft_consensus.cc:686] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [term 1 LEADER]: Becoming Leader. State: Replica: 6ccb7e24e95b4c98837b48ea229cb4be, State: Running, Role: LEADER
15:59:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.029479   589 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [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: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } }
15:59:23.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.031383   630 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6ccb7e24e95b4c98837b48ea229cb4be. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.031549   630 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: This master's current role is: LEADER
15:59:23.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.031994   632 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:23.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.032999   632 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.038568   482 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [term 1 FOLLOWER]: Refusing update from remote peer 6ccb7e24e95b4c98837b48ea229cb4be: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.038568   410 raft_consensus.cc:1261] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [term 1 FOLLOWER]: Refusing update from remote peer 6ccb7e24e95b4c98837b48ea229cb4be: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.039706   589 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:23.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.040014   630 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [LEADER]: Connected to new peer: Peer: permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:23.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.044476   616 sys_catalog.cc:455] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6ccb7e24e95b4c98837b48ea229cb4be. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.044476   604 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6ccb7e24e95b4c98837b48ea229cb4be. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.044624   616 sys_catalog.cc:458] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [sys.catalog]: This master's current role is: FOLLOWER
15:59:23.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.044624   604 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:23.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.045563   461 tablet.cc:2369] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:23.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.046547   630 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.046682   630 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: This master's current role is: LEADER
15:59:23.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.046614   589 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.046727   589 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be [sys.catalog]: This master's current role is: LEADER
15:59:23.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.047765   616 sys_catalog.cc:455] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.047884   616 sys_catalog.cc:458] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee [sys.catalog]: This master's current role is: FOLLOWER
15:59:23.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.047993   632 catalog_manager.cc:1347] Generated new cluster ID: d0d048d25d994a129b4b3fb337a395b6
15:59:23.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.048049   632 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:23.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.048856   604 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b22511389a59403490b6349be3939cee" member_type: VOTER last_known_addr { host: "127.0.89.190" port: 35299 } } peers { permanent_uuid: "6f1af93a71ac4adeb13a79fa61437de3" member_type: VOTER last_known_addr { host: "127.0.89.189" port: 35341 } } peers { permanent_uuid: "6ccb7e24e95b4c98837b48ea229cb4be" member_type: VOTER last_known_addr { host: "127.0.89.188" port: 33817 } } }
15:59:23.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.048971   604 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:23.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.074750   632 catalog_manager.cc:1370] Generated new certificate authority record
15:59:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.075958   632 catalog_manager.cc:1504] Loading token signing keys...
15:59:23.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.082968   632 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Generated new TSK 0
15:59:23.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.084019   632 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.087477   358 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/logs
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data/info.pb
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.129:0
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.0.89.129
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.129
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:23.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:23.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.209093   642 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:23.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.209425   642 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:23.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.209478   642 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:23.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.213789   642 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:23.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.213927   642 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.0.89.129
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.219389   642 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.129:0
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data/info.pb
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.129
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.642
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.0.89.129
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/logs
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:23.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.220887   642 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:59:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.222436   642 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.232723   647 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:59:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.232731   650 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:59:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.232803   642 server_base.cc:1034] running on GCE node
15:59:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.232702   648 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:59:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.233558   642 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:23.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.234157   642 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:23.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.235502   642 hybrid_clock.cc:648] HybridClock initialized: now 1783526363235478 us; error 36 us; skew 500 ppm
15:59:23.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.237609   642 webserver.cc:460] Webserver started at http://127.0.89.129:40503/ using document root <none> and password file <none>
15:59:23.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.238238   642 fs_manager.cc:359] Metadata directory not provided
15:59:23.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.238353   642 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:23.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.238579   642 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:23.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.240548   642 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data/instance:
15:59:23.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:23.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.241217   642 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal/instance:
15:59:23.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:23.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.245167   642 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
15:59:23.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.247591   656 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.248916   642 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.249049   642 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.249197   642 fs_report.cc:383] FS layout report
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data/data
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:23.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:23.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.273764   642 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:23.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.274492   642 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:59:23.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.274722   642 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:23.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.275435   642 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:23.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.276420   642 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:23.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.276504   642 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:23.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.276558   642 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:23.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.276587   642 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:23.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.286286   642 rpc_server.cc:307] RPC server started. Bound to: 127.0.89.129:40085
15:59:23.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.286312   769 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.0.89.129:40085 every 8 connection(s)
15:59:23.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.287276   642 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/data/info.pb
15:59:23.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.294086   358 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 642
15:59:23.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.294195   358 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal/instance
15:59:23.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.296909   358 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:23.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/logs
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data/info.pb
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.130:0
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.0.89.130
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.130
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:23.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.301383   770 heartbeater.cc:347] Connected to a master server at 127.0.89.188:33817
15:59:23.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.301470   772 heartbeater.cc:347] Connected to a master server at 127.0.89.189:35341
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.301661   772 heartbeater.cc:464] Registering TS with master...
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.301698   771 heartbeater.cc:347] Connected to a master server at 127.0.89.190:35299
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.301769   771 heartbeater.cc:464] Registering TS with master...
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.302405   772 heartbeater.cc:511] Master 127.0.89.189:35341 requested a full tablet report, sending...
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.302405   771 heartbeater.cc:511] Master 127.0.89.190:35299 requested a full tablet report, sending...
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.301662   770 heartbeater.cc:464] Registering TS with master...
15:59:23.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.303402   770 heartbeater.cc:511] Master 127.0.89.188:33817 requested a full tablet report, sending...
15:59:23.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.305090   399 ts_manager.cc:194] Registered new tserver with Master: 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085)
15:59:23.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.305330   472 ts_manager.cc:194] Registered new tserver with Master: 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085)
15:59:23.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.305426   544 ts_manager.cc:194] Registered new tserver with Master: 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085)
15:59:23.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.306634   544 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.0.89.129:38981
15:59:23.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.419721   779 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:23.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.420065   779 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:23.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.420118   779 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:23.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.424808   779 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:23.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.424960   779 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.0.89.130
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.430275   779 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.130:0
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data/info.pb
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.130
15:59:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.779
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.0.89.130
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/logs
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.431723   779 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:59:23.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.433248   779 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:23.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.443410   784 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:59:23.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.443415   785 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:59:23.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.443905   779 server_base.cc:1034] running on GCE node
15:59:23.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.443413   787 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:59:23.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.444442   779 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:23.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.445189   779 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:23.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.446393   779 hybrid_clock.cc:648] HybridClock initialized: now 1783526363446364 us; error 42 us; skew 500 ppm
15:59:23.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.448544   779 webserver.cc:460] Webserver started at http://127.0.89.130:38483/ using document root <none> and password file <none>
15:59:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.449258   779 fs_manager.cc:359] Metadata directory not provided
15:59:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.449361   779 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.449589   779 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:23.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.451598   779 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data/instance:
15:59:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.452278   779 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal/instance:
15:59:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.456197   779 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:23.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.458745   793 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.460232   779 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.460389   779 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.460544   779 fs_report.cc:383] FS layout report
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data/data
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.479010   779 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:23.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.479772   779 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:59:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.479996   779 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:23.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.480652   779 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:23.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.481705   779 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:23.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.481777   779 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:23.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.481832   779 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:23.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.481859   779 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.492132   779 rpc_server.cc:307] RPC server started. Bound to: 127.0.89.130:34453
15:59:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.492158   906 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.0.89.130:34453 every 8 connection(s)
15:59:23.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.493250   779 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/data/info.pb
15:59:23.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.500944   358 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 779
15:59:23.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.501062   358 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal/instance
15:59:23.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.504323   358 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/logs
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data/info.pb
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.131:0
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.0.89.131
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.131
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.506155   909 heartbeater.cc:347] Connected to a master server at 127.0.89.189:35341
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.506362   909 heartbeater.cc:464] Registering TS with master...
15:59:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.506819   909 heartbeater.cc:511] Master 127.0.89.189:35341 requested a full tablet report, sending...
15:59:23.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.507364   907 heartbeater.cc:347] Connected to a master server at 127.0.89.188:33817
15:59:23.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.507449   907 heartbeater.cc:464] Registering TS with master...
15:59:23.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.507627   907 heartbeater.cc:511] Master 127.0.89.188:33817 requested a full tablet report, sending...
15:59:23.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.508006   472 ts_manager.cc:194] Registered new tserver with Master: 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:23.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.508458   544 ts_manager.cc:194] Registered new tserver with Master: 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:23.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.508833   908 heartbeater.cc:347] Connected to a master server at 127.0.89.190:35299
15:59:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.509003   908 heartbeater.cc:464] Registering TS with master...
15:59:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.509205   908 heartbeater.cc:511] Master 127.0.89.190:35299 requested a full tablet report, sending...
15:59:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.509349   544 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.0.89.130:52059
15:59:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.509930   399 ts_manager.cc:194] Registered new tserver with Master: 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:23.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.625052   914 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:23.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.625341   914 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:23.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.625377   914 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:23.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.629622   914 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:23.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.629721   914 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.0.89.131
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.634519   914 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.89.148:39127
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.89.131:0
15:59:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data/info.pb
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.89.131
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.0.89.190:35299,127.0.89.189:35341,127.0.89.188:33817
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.914
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.0.89.131
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/logs
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:23.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.635674   914 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:59:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.637163   914 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:23.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.647622   919 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:59:23.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.647609   920 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:59:23.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:23.647609   922 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:59:23.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.648077   914 server_base.cc:1034] running on GCE node
15:59:23.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.648510   914 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:23.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.649276   914 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:23.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.650437   914 hybrid_clock.cc:648] HybridClock initialized: now 1783526363650428 us; error 33 us; skew 500 ppm
15:59:23.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.652472   914 webserver.cc:460] Webserver started at http://127.0.89.131:44489/ using document root <none> and password file <none>
15:59:23.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.653286   914 fs_manager.cc:359] Metadata directory not provided
15:59:23.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.653358   914 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:23.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.653594   914 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:23.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.655527   914 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data/instance:
15:59:23.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:23.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.656066   914 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal/instance:
15:59:23.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:23.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.659843   914 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:23.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.662735   928 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.664438   914 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.664551   914 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:23 on dist-test-slave-vt7w"
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.664642   914 fs_report.cc:383] FS layout report
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data/data
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:23.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:23.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:23.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.689543   914 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.690225   914 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:59:23.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.690382   914 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:23.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.690918   914 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:23.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.691857   914 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:23.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.691906   914 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:23.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.691946   914 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:23.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.691962   914 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.701887   914 rpc_server.cc:307] RPC server started. Bound to: 127.0.89.131:32951
15:59:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.701910  1041 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.0.89.131:32951 every 8 connection(s)
15:59:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.702819   914 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/data/info.pb
15:59:23.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.712088   358 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 914
15:59:23.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.712208   358 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal/instance
15:59:23.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.714918  1042 heartbeater.cc:347] Connected to a master server at 127.0.89.188:33817
15:59:23.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.715186  1042 heartbeater.cc:464] Registering TS with master...
15:59:23.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716027  1042 heartbeater.cc:511] Master 127.0.89.188:33817 requested a full tablet report, sending...
15:59:23.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716048  1043 heartbeater.cc:347] Connected to a master server at 127.0.89.190:35299
15:59:23.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716372  1043 heartbeater.cc:464] Registering TS with master...
15:59:23.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716591  1043 heartbeater.cc:511] Master 127.0.89.190:35299 requested a full tablet report, sending...
15:59:23.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716678  1044 heartbeater.cc:347] Connected to a master server at 127.0.89.189:35341
15:59:23.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716787  1044 heartbeater.cc:464] Registering TS with master...
15:59:23.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.716964  1044 heartbeater.cc:511] Master 127.0.89.189:35341 requested a full tablet report, sending...
15:59:23.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.717379   399 ts_manager.cc:194] Registered new tserver with Master: 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:23.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.717742   472 ts_manager.cc:194] Registered new tserver with Master: 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:23.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.717979   544 ts_manager.cc:194] Registered new tserver with Master: 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:23.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.718677   544 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.0.89.131:43309
15:59:23.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.733763   358 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:23.734 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:23.734 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:23.735 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.89.190"
      port: 35299
    }
    bound_http_address {
      host: "127.0.89.190"
      port: 45653
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.89.189"
      port: 35341
    }
    bound_http_address {
      host: "127.0.89.189"
      port: 42971
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.89.188"
      port: 33817
    }
    bound_http_address {
      host: "127.0.89.188"
      port: 42557
    }
  }
}

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

15:59:23.737 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.89.129"
      port: 40085
    }
    bound_http_address {
      host: "127.0.89.129"
      port: 40503
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.89.130"
      port: 34453
    }
    bound_http_address {
      host: "127.0.89.130"
      port: 38483
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.89.131"
      port: 32951
    }
    bound_http_address {
      host: "127.0.89.131"
      port: 44489
    }
  }
}

15:59:23.738 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:23.739 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:23.740 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:23.740 [INFO - main] (Logging.scala:57) ==============================================================
15:59:23.740 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:23.740 [INFO - main] (Logging.scala:57) ==============================================================
15:59:23.740 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:23.741 [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:59:23.741 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:23.741 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:23.742 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:23.742 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:23.742 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:23.742 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:23.742 [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:59:23.761 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 43863.
15:59:23.763 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:23.763 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:23.764 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:23.764 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:23.764 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:23.765 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-df3ceaac-ce3f-495b-a68d-e3335698cd0b
15:59:23.765 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:23.766 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:23.785 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:23.788 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 43097.
15:59:23.788 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:43097
15:59:23.788 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:23.789 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 43097, None)
15:59:23.789 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:43097 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 43097, None)
15:59:23.790 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 43097, None)
15:59:23.790 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 43097, None)
15:59:23.796 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:23.805 [DEBUG - main] (Connection.java:748) [peer master-127.0.89.189:35341(127.0.89.189:35341)] connecting to peer
15:59:23.806 [DEBUG - main] (Connection.java:748) [peer master-127.0.89.188:33817(127.0.89.188:33817)] connecting to peer
15:59:23.807 [DEBUG - main] (Connection.java:748) [peer master-127.0.89.190:35299(127.0.89.190:35299)] connecting to peer
15:59:23.807 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.89.189:35341(127.0.89.189:35341)] Successfully connected to peer
15:59:23.807 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.89.188:33817(127.0.89.188:33817)] Successfully connected to peer
15:59:23.809 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.89.189
15:59:23.809 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.89.188
15:59:23.814 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.89.190:35299(127.0.89.190:35299)] Successfully connected to peer
15:59:23.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.823829   615 catalog_manager.cc:1259] Loaded cluster ID: d0d048d25d994a129b4b3fb337a395b6
15:59:23.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.823925   615 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: loading cluster ID for follower catalog manager: success
15:59:23.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.826481   615 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: acquiring CA information for follower catalog manager: success
15:59:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.828179   615 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 6f1af93a71ac4adeb13a79fa61437de3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:23.828 [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:59:23.828 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.89.190
15:59:23.829 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x58e3f7ee, L:/127.0.0.1:57516 - R:/127.0.89.188:33817] using SASL/PLAIN
15:59:23.831 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.833534   544 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57516:
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.834 [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:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:23.838 [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:59:23.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:23.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:23.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.840308   628 catalog_manager.cc:1259] Loaded cluster ID: d0d048d25d994a129b4b3fb337a395b6
15:59:23.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.840404   628 catalog_manager.cc:1552] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: loading cluster ID for follower catalog manager: success
15:59:23.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.843490   628 catalog_manager.cc:1574] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: acquiring CA information for follower catalog manager: success
15:59:23.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.847195   628 catalog_manager.cc:1602] T 00000000000000000000000000000000 P b22511389a59403490b6349be3939cee: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:23.848 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x51194003, L:/127.0.0.1:52520 - R:/127.0.89.189:35341] using SASL/PLAIN
15:59:23.849 [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:59:23.850 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd15b24f6, L:/127.0.0.1:56516 - R:/127.0.89.190:35299] using SASL/PLAIN
15:59:23.855 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 1c96e4c7a84542b98db7e8f066d3660c
15:59:23.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.867369   976 tablet_service.cc:1467] Processing CreateTablet for tablet 2dc25ae60c914733a6695ffa7e58463f (DEFAULT_TABLE table=test [id=1c96e4c7a84542b98db7e8f066d3660c]), partition=RANGE (key) PARTITION VALUES < 50
15:59:23.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.869408   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2dc25ae60c914733a6695ffa7e58463f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:23.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.867350   704 tablet_service.cc:1467] Processing CreateTablet for tablet 1b7a2f42b98c4c5685267c2cf0dae1c7 (DEFAULT_TABLE table=test [id=1c96e4c7a84542b98db7e8f066d3660c]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:23.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.870129   704 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 1b7a2f42b98c4c5685267c2cf0dae1c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:23.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.878214  1092 tablet_bootstrap.cc:492] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:23.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.879593  1093 tablet_bootstrap.cc:492] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:23.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.880862  1092 tablet_bootstrap.cc:654] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.881908  1092 log.cc:824] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069: Log is configured to *not* fsync() on all Append() calls
15:59:23.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.882416  1093 tablet_bootstrap.cc:654] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:23.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.883405  1093 log.cc:824] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37: Log is configured to *not* fsync() on all Append() calls
15:59:23.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.884202  1092 tablet_bootstrap.cc:492] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:23.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.884433  1092 ts_tablet_manager.cc:1397] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:23.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.889918  1092 raft_consensus.cc:348] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:23.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.890417  1092 raft_consensus.cc:374] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:23.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.890539  1092 raft_consensus.cc:729] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:23.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.891126  1092 consensus_queue.cc:260] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:23.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.891400  1092 raft_consensus.cc:388] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:23.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.891528  1092 raft_consensus.cc:482] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:23.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.891707  1092 raft_consensus.cc:3037] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:23.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.893532  1092 raft_consensus.cc:504] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:23.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.894115  1092 leader_election.cc:302] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [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: 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:23.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.894588  1092 leader_election.cc:288] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:23.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.894704  1097 raft_consensus.cc:2781] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election won for term 1
15:59:23.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.894917  1093 tablet_bootstrap.cc:492] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:23.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.895186  1093 ts_tablet_manager.cc:1397] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.000s
15:59:23.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.895406  1097 raft_consensus.cc:686] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 LEADER]: Becoming Leader. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Running, Role: LEADER
15:59:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.895864  1092 ts_tablet_manager.cc:1428] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.003s
15:59:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.895867  1097 consensus_queue.cc:237] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.896441   770 heartbeater.cc:503] Master 127.0.89.188:33817 was elected leader, sending a full tablet report...
15:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.899520  1093 raft_consensus.cc:348] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.899832  1093 raft_consensus.cc:374] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.899895  1093 raft_consensus.cc:729] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.900499   544 catalog_manager.cc:5495] T 1b7a2f42b98c4c5685267c2cf0dae1c7 P 9e58c6a9afa949988e7e77e9dd29a069 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129). New cstate: current_term: 1 leader_uuid: "9e58c6a9afa949988e7e77e9dd29a069" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: HEALTHY } } }
15:59:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.912995  1093 consensus_queue.cc:260] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.913293  1093 raft_consensus.cc:388] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.913379  1093 raft_consensus.cc:482] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.913514  1093 raft_consensus.cc:3037] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:23.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.914529  1093 raft_consensus.cc:504] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:23.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.914955  1093 leader_election.cc:302] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [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: 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:23.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.915391  1093 leader_election.cc:288] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:23.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.915568  1102 raft_consensus.cc:2781] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election won for term 1
15:59:23.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.915926  1102 raft_consensus.cc:686] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 LEADER]: Becoming Leader. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Running, Role: LEADER
15:59:23.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.916126  1042 heartbeater.cc:503] Master 127.0.89.188:33817 was elected leader, sending a full tablet report...
15:59:23.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.916334  1102 consensus_queue.cc:237] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:23.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.916527  1093 ts_tablet_manager.cc:1428] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.000s
15:59:23.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.920333   544 catalog_manager.cc:5495] T 2dc25ae60c914733a6695ffa7e58463f P 94c75a4ea3ed49f196ced1a10acfdd37 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131). New cstate: current_term: 1 leader_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: HEALTHY } } }
15:59:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.948248   544 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57516:
15:59:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:23.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:23.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 30a0a4f1cc5249dc89c72a9d3943dfa3
15:59:23.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.964563   841 tablet_service.cc:1467] Processing CreateTablet for tablet ec9ad0c594d4485883a81a125efbae41 (DEFAULT_TABLE table=simple-test [id=30a0a4f1cc5249dc89c72a9d3943dfa3]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:23.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.965651   841 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ec9ad0c594d4485883a81a125efbae41. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:23.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.971609  1108 tablet_bootstrap.cc:492] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:23.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.973762  1108 tablet_bootstrap.cc:654] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:23.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.974888  1108 log.cc:824] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17: Log is configured to *not* fsync() on all Append() calls
15:59:23.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.976831  1108 tablet_bootstrap.cc:492] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:23.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.977070  1108 ts_tablet_manager.cc:1397] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:23.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.980041  1108 raft_consensus.cc:348] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } }
15:59:23.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.980296  1108 raft_consensus.cc:374] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:23.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.980355  1108 raft_consensus.cc:729] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.980847  1108 consensus_queue.cc:260] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } }
15:59:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.981003  1108 raft_consensus.cc:388] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.981071  1108 raft_consensus.cc:482] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.981181  1108 raft_consensus.cc:3037] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.982069  1108 raft_consensus.cc:504] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } }
15:59:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.982435  1108 leader_election.cc:302] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [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: 0474c5e78e5142e1a1421439befd4b17; no voters: 
15:59:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.982789  1108 leader_election.cc:288] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:23.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.982905  1110 raft_consensus.cc:2781] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election won for term 1
15:59:23.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.983186  1110 raft_consensus.cc:686] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [term 1 LEADER]: Becoming Leader. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Running, Role: LEADER
15:59:23.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.983701   907 heartbeater.cc:503] Master 127.0.89.188:33817 was elected leader, sending a full tablet report...
15:59:23.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.983716  1110 consensus_queue.cc:237] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } }
15:59:23.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.983954  1108 ts_tablet_manager.cc:1428] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:23.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:23.987462   544 catalog_manager.cc:5495] T ec9ad0c594d4485883a81a125efbae41 P 0474c5e78e5142e1a1421439befd4b17 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130). New cstate: current_term: 1 leader_uuid: "0474c5e78e5142e1a1421439befd4b17" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: HEALTHY } } }
15:59:24.007 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526364007
15:59:24.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.008514   544 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57516:
15:59:24.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testColumnAlterHandling"
15:59:24.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:24.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:24.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:24.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\001\000\000\000\n\000\000\000\007\001\000\000\000\024\000\000\000\006\001\000\000\000\024\000\000\000\007\001\000\000\000\036\000\000\000\006\001\000\000\000\036\000\000\000\007\001\000\000\000(\000\000\000"
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:24.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:24.009294   544 catalog_manager.cc:6854] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table testColumnAlterHandling in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
15:59:24.016 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.021032   704 tablet_service.cc:1467] Processing CreateTablet for tablet 74bac925b7584d1e9620b4cbbf60bd77 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 10 <= VALUES < 20
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.021443   704 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 74bac925b7584d1e9620b4cbbf60bd77. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.021557   976 tablet_service.cc:1467] Processing CreateTablet for tablet 74bac925b7584d1e9620b4cbbf60bd77 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 10 <= VALUES < 20
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.021888   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 74bac925b7584d1e9620b4cbbf60bd77. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.021744   841 tablet_service.cc:1467] Processing CreateTablet for tablet 74bac925b7584d1e9620b4cbbf60bd77 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 10 <= VALUES < 20
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.022512   841 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 74bac925b7584d1e9620b4cbbf60bd77. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.023705   703 tablet_service.cc:1467] Processing CreateTablet for tablet bb440ac978724260bf7acaea5554dda2 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.023960   703 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bb440ac978724260bf7acaea5554dda2. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.024034   840 tablet_service.cc:1467] Processing CreateTablet for tablet bb440ac978724260bf7acaea5554dda2 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.024271   840 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bb440ac978724260bf7acaea5554dda2. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.024501  1093 tablet_bootstrap.cc:492] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.025751  1093 tablet_bootstrap.cc:654] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.026331   839 tablet_service.cc:1467] Processing CreateTablet for tablet 40c32c8894d7482a9860faff4726cbfb (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 30 <= VALUES < 40
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.026592   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 40c32c8894d7482a9860faff4726cbfb. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.026752   702 tablet_service.cc:1467] Processing CreateTablet for tablet 40c32c8894d7482a9860faff4726cbfb (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 30 <= VALUES < 40
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.027002   702 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 40c32c8894d7482a9860faff4726cbfb. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.027220  1093 tablet_bootstrap.cc:492] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.027307  1093 ts_tablet_manager.cc:1397] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.027995  1093 raft_consensus.cc:348] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.028160  1093 raft_consensus.cc:374] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.028205  1093 raft_consensus.cc:729] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.028362  1092 tablet_bootstrap.cc:492] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.028393  1093 consensus_queue.cc:260] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.028704  1093 ts_tablet_manager.cc:1428] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.002s	sys 0.000s
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.029448  1092 tablet_bootstrap.cc:654] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.029497  1108 tablet_bootstrap.cc:492] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:24.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.030616  1108 tablet_bootstrap.cc:654] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:24.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.031975  1108 tablet_bootstrap.cc:492] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:24.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.032194  1108 ts_tablet_manager.cc:1397] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.033324  1108 raft_consensus.cc:348] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.033460  1108 raft_consensus.cc:374] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.033497  1108 raft_consensus.cc:729] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:24.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.033639  1108 consensus_queue.cc:260] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.034101  1108 ts_tablet_manager.cc:1428] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:24.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.034413  1108 tablet_bootstrap.cc:492] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.035231   976 tablet_service.cc:1467] Processing CreateTablet for tablet bb440ac978724260bf7acaea5554dda2 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.035538  1108 tablet_bootstrap.cc:654] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.035527   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet bb440ac978724260bf7acaea5554dda2. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037142  1108 tablet_bootstrap.cc:492] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037220  1108 ts_tablet_manager.cc:1397] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037248   975 tablet_service.cc:1467] Processing CreateTablet for tablet 40c32c8894d7482a9860faff4726cbfb (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 30 <= VALUES < 40
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037520   975 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 40c32c8894d7482a9860faff4726cbfb. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:24.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037672  1108 raft_consensus.cc:348] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037770  1108 raft_consensus.cc:374] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037801  1108 raft_consensus.cc:729] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.037949  1108 consensus_queue.cc:260] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.038143  1093 tablet_bootstrap.cc:492] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.038271  1108 ts_tablet_manager.cc:1428] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.039269  1093 tablet_bootstrap.cc:654] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.039906  1108 tablet_bootstrap.cc:492] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.040695  1093 tablet_bootstrap.cc:492] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.040814  1093 ts_tablet_manager.cc:1397] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.040928  1108 tablet_bootstrap.cc:654] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.041354  1093 raft_consensus.cc:348] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.041469  1093 raft_consensus.cc:374] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.041517  1093 raft_consensus.cc:729] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.041669  1093 consensus_queue.cc:260] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.041978  1093 ts_tablet_manager.cc:1428] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.000s
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.042186  1093 tablet_bootstrap.cc:492] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.042629  1108 tablet_bootstrap.cc:492] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.042716  1108 ts_tablet_manager.cc:1397] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.043219  1093 tablet_bootstrap.cc:654] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.043206  1108 raft_consensus.cc:348] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.043320  1108 raft_consensus.cc:374] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.043365  1108 raft_consensus.cc:729] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.043533  1108 consensus_queue.cc:260] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.043857  1108 ts_tablet_manager.cc:1428] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.045387  1093 tablet_bootstrap.cc:492] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.045473  1093 ts_tablet_manager.cc:1397] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.045965  1093 raft_consensus.cc:348] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.046087  1093 raft_consensus.cc:374] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.046131  1093 raft_consensus.cc:729] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.046277  1093 consensus_queue.cc:260] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.046567  1093 ts_tablet_manager.cc:1428] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:24.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.047327  1092 tablet_bootstrap.cc:492] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:24.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.047438  1092 ts_tablet_manager.cc:1397] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.019s	user 0.002s	sys 0.000s
15:59:24.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.048306  1092 raft_consensus.cc:348] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.048408  1092 raft_consensus.cc:374] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.048430  1092 raft_consensus.cc:729] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:24.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.048550  1092 consensus_queue.cc:260] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.048842  1092 ts_tablet_manager.cc:1428] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.002s	sys 0.000s
15:59:24.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.049006  1092 tablet_bootstrap.cc:492] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:24.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.050007  1092 tablet_bootstrap.cc:654] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:24.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.051456  1092 tablet_bootstrap.cc:492] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:24.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.051672  1092 ts_tablet_manager.cc:1397] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.052157  1092 raft_consensus.cc:348] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.052275  1092 raft_consensus.cc:374] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.052311  1092 raft_consensus.cc:729] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:24.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.052456  1092 consensus_queue.cc:260] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.052837  1092 ts_tablet_manager.cc:1428] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:24.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.053057  1092 tablet_bootstrap.cc:492] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:24.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.054071  1092 tablet_bootstrap.cc:654] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:24.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.056427  1092 tablet_bootstrap.cc:492] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:24.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.056495  1092 ts_tablet_manager.cc:1397] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:24.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.056938  1092 raft_consensus.cc:348] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.057024  1092 raft_consensus.cc:374] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:24.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.057045  1092 raft_consensus.cc:729] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:24.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.057165  1092 consensus_queue.cc:260] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.057415  1092 ts_tablet_manager.cc:1428] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:24.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.131350  1099 raft_consensus.cc:482] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:24.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.131503  1099 raft_consensus.cc:504] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.132534  1099 leader_election.cc:288] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:24.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.137092   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "74bac925b7584d1e9620b4cbbf60bd77" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:24.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.137135   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "74bac925b7584d1e9620b4cbbf60bd77" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:24.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.137346   995 raft_consensus.cc:2454] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:24.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.137356   861 raft_consensus.cc:2454] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:24.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.137799   659 leader_election.cc:302] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:24.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.138034  1099 raft_consensus.cc:2781] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:24.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.138130  1099 raft_consensus.cc:482] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:24.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.138160  1099 raft_consensus.cc:3037] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.139034  1099 raft_consensus.cc:504] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.139369  1099 leader_election.cc:288] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 election: Requested vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:24.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.139755   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "74bac925b7584d1e9620b4cbbf60bd77" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:24.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.139784   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "74bac925b7584d1e9620b4cbbf60bd77" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:24.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.139892   995 raft_consensus.cc:3037] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.139899   861 raft_consensus.cc:3037] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.140851   861 raft_consensus.cc:2454] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:24.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.140853   995 raft_consensus.cc:2454] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:24.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.141613   658 leader_election.cc:302] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [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: 94c75a4ea3ed49f196ced1a10acfdd37, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:24.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.141836  1099 raft_consensus.cc:2781] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election won for term 1
15:59:24.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.141958  1099 raft_consensus.cc:686] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 LEADER]: Becoming Leader. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Running, Role: LEADER
15:59:24.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.142119  1099 consensus_queue.cc:237] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.144543   544 catalog_manager.cc:5495] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129). New cstate: current_term: 1 leader_uuid: "9e58c6a9afa949988e7e77e9dd29a069" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } }
15:59:24.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.186102  1110 raft_consensus.cc:482] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:24.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.186317  1110 raft_consensus.cc:504] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.187484  1110 leader_election.cc:288] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:24.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.194296   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "40c32c8894d7482a9860faff4726cbfb" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:24.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.194515   995 raft_consensus.cc:2454] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:24.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.194574   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "40c32c8894d7482a9860faff4726cbfb" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:24.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.194825   724 raft_consensus.cc:2454] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:24.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.195533   795 leader_election.cc:302] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:24.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.195798  1110 raft_consensus.cc:2781] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:24.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.195876  1110 raft_consensus.cc:482] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:24.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.195921  1110 raft_consensus.cc:3037] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.197000  1110 raft_consensus.cc:504] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.197444  1110 leader_election.cc:288] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 election: Requested vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:24.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.197832  1104 raft_consensus.cc:482] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:24.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.197885   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "40c32c8894d7482a9860faff4726cbfb" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:24.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.197880   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "40c32c8894d7482a9860faff4726cbfb" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:24.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.197943  1104 raft_consensus.cc:504] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.198004   724 raft_consensus.cc:3037] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.198036   995 raft_consensus.cc:3037] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.198947  1104 leader_election.cc:288] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:24.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.198997   995 raft_consensus.cc:2454] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 1.
15:59:24.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.199184   724 raft_consensus.cc:2454] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 1.
15:59:24.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.199507   795 leader_election.cc:302] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [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: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.199713  1110 raft_consensus.cc:2781] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election won for term 1
15:59:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.199805  1110 raft_consensus.cc:686] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [term 1 LEADER]: Becoming Leader. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Running, Role: LEADER
15:59:24.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.199966  1110 consensus_queue.cc:237] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.202533   544 catalog_manager.cc:5495] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130). New cstate: current_term: 1 leader_uuid: "0474c5e78e5142e1a1421439befd4b17" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } }
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.204407   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "bb440ac978724260bf7acaea5554dda2" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.204574   861 raft_consensus.cc:2454] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 0.
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.205017   931 leader_election.cc:302] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:24.205179  1045 tablet.cc:2369] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.205212  1104 raft_consensus.cc:2781] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.205264  1104 raft_consensus.cc:482] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:24.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.205302  1104 raft_consensus.cc:3037] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.206465  1104 raft_consensus.cc:504] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.206658   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "bb440ac978724260bf7acaea5554dda2" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.206797   724 raft_consensus.cc:2454] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 0.
15:59:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.206888  1104 leader_election.cc:288] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 election: Requested vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:24.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.207688   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "bb440ac978724260bf7acaea5554dda2" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:24.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.207810   861 raft_consensus.cc:3037] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.208467   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "bb440ac978724260bf7acaea5554dda2" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:24.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.208606   724 raft_consensus.cc:3037] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.208974   861 raft_consensus.cc:2454] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 1.
15:59:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.209272   931 leader_election.cc:302] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.209465  1104 raft_consensus.cc:2781] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election won for term 1
15:59:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.209594  1104 raft_consensus.cc:686] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 LEADER]: Becoming Leader. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Running, Role: LEADER
15:59:24.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.209755  1104 consensus_queue.cc:237] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:24.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.209862   724 raft_consensus.cc:2454] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 1.
15:59:24.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.212499   544 catalog_manager.cc:5495] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131). New cstate: current_term: 1 leader_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: HEALTHY } } }
15:59:24.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:24.246079   910 tablet.cc:2369] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:24.290021   773 tablet.cc:2369] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:24.309 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74bac925b7584d1e9620b4cbbf60bd77 for table 'testColumnAlterHandling' with partition [0x8000000A, 0x80000014)
15:59:24.310 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet bb440ac978724260bf7acaea5554dda2 for table 'testColumnAlterHandling' with partition [0x80000014, 0x8000001E)
15:59:24.310 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 40c32c8894d7482a9860faff4726cbfb for table 'testColumnAlterHandling' with partition [0x8000001E, 0x80000028)
15:59:24.310 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=74bac925b7584d1e9620b4cbbf60bd77@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=bb440ac978724260bf7acaea5554dda2@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=40c32c8894d7482a9860faff4726cbfb@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x, ttl=299999}]
15:59:24.310 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [2ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: OK, deferred=null) after lookup
15:59:24.311 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)] connecting to peer
15:59:24.312 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)] Successfully connected to peer
15:59:24.324 [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:59:24.325 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x4adc199b, L:/127.0.0.1:43296 - R:/127.0.89.129:40085] using TOKEN/null
15:59:24.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.332551   995 raft_consensus.cc:1261] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:24.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.332608   861 raft_consensus.cc:1261] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:24.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.333312  1099 consensus_queue.cc:1035] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:24.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.333541  1097 consensus_queue.cc:1035] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:24.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.340150  1101 mvcc.cc:205] Tried to move back new op lower bound from 7305323988298301440 to 7305323987528908800. Current Snapshot: MvccSnapshot[applied={T|T < 7305323988298301440}]
15:59:24.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.343309  1114 mvcc.cc:205] Tried to move back new op lower bound from 7305323988298301440 to 7305323987528908800. Current Snapshot: MvccSnapshot[applied={T|T < 7305323988298301440}]
15:59:24.387 [DEBUG - main] (Connection.java:748) [peer 94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)] connecting to peer
15:59:24.388 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)] Successfully connected to peer
15:59:24.398 [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:59:24.400 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xbb7cc20e, L:/127.0.0.1:54170 - R:/127.0.89.131:32951] using TOKEN/null
15:59:24.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.403376   861 raft_consensus.cc:1261] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 94c75a4ea3ed49f196ced1a10acfdd37: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:24.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.403729   724 raft_consensus.cc:1261] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Refusing update from remote peer 94c75a4ea3ed49f196ced1a10acfdd37: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:24.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.404116  1104 consensus_queue.cc:1035] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:24.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.404383  1102 consensus_queue.cc:1035] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.409871  1106 mvcc.cc:205] Tried to move back new op lower bound from 7305323988591091712 to 7305323987806711808. Current Snapshot: MvccSnapshot[applied={T|T < 7305323988591091712}]
15:59:24.451 [DEBUG - main] (Connection.java:748) [peer 0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)] connecting to peer
15:59:24.451 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)] Successfully connected to peer
15:59:24.464 [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:59:24.466 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9e9197c7, L:/127.0.0.1:60876 - R:/127.0.89.130:34453] using TOKEN/null
15:59:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.470269   724 raft_consensus.cc:1261] T 40c32c8894d7482a9860faff4726cbfb P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Refusing update from remote peer 0474c5e78e5142e1a1421439befd4b17: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:24.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.470283   995 raft_consensus.cc:1261] T 40c32c8894d7482a9860faff4726cbfb P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Refusing update from remote peer 0474c5e78e5142e1a1421439befd4b17: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.470925  1112 consensus_queue.cc:1035] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:24.471187  1110 consensus_queue.cc:1035] T 40c32c8894d7482a9860faff4726cbfb P 0474c5e78e5142e1a1421439befd4b17 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:24.534 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526364534
15:59:24.534 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526364531687
15:59:24.534 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:24.534 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup171796795838446447/
15:59:24.539 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:24.540 [INFO - ForkJoinPool-220-worker-1] (KuduBackup.scala:55) Backing up table testColumnAlterHandling to path: file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535
15:59:24.540 [INFO - ForkJoinPool-220-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:24.540 [INFO - ForkJoinPool-220-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:24.541 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:24.541 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:24.561 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:24.562 [INFO - ForkJoinPool-220-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:24.562 [INFO - ForkJoinPool-220-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:24.562 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:24.563 [INFO - ForkJoinPool-220-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:24.563 [INFO - ForkJoinPool-220-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:24.563 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:24.580 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74bac925b7584d1e9620b4cbbf60bd77 for table 'testColumnAlterHandling' with partition [0x8000000A, 0x80000014)
15:59:24.580 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet bb440ac978724260bf7acaea5554dda2 for table 'testColumnAlterHandling' with partition [0x80000014, 0x8000001E)
15:59:24.580 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 40c32c8894d7482a9860faff4726cbfb for table 'testColumnAlterHandling' with partition [0x8000001E, 0x80000028)
15:59:24.580 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x8000000A, ttl=299999}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=74bac925b7584d1e9620b4cbbf60bd77@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=bb440ac978724260bf7acaea5554dda2@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=40c32c8894d7482a9860faff4726cbfb@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x, ttl=299999}]
15:59:24.598 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:24.599 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 3 output partitions
15:59:24.599 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:24.599 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:24.599 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:24.599 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:24.617 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:59:24.620 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:59:24.620 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:24.621 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:24.621 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 3 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2))
15:59:24.621 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 3 tasks resource profile 0
15:59:24.623 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5302 bytes) taskResourceAssignments Map()
15:59:24.624 [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:59:24.637 [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:59:24.639 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:24.640 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:24.641 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:24.642 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:24.904 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10 rows, more = false, responseScanTimestamp = 7305323989135360000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=74bac925b7584d1e9620b4cbbf60bd77, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:24.918 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 3548
15:59:24.926 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559244332701868185298241_0000_m_000000_0' to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/_temporary/0/task_202607081559244332701868185298241_0000_m_000000
15:59:24.927 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559244332701868185298241_0000_m_000000_0: Committed
15:59:24.927 [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). 6297 bytes result sent to driver
15:59:24.928 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5302 bytes) taskResourceAssignments Map()
15:59:24.929 [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:59:24.929 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 306 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/3)
15:59:24.941 [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:59:24.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:24.945 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:24.945 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:24.945 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:24.945 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:24.945 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:24.946 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.038 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10 rows, more = false, responseScanTimestamp = 7305323989135360000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=bb440ac978724260bf7acaea5554dda2, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:25.067 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:25.068 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:25.069 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:25.070 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:25.081 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 3548
15:59:25.083 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559242812458851073529499_0000_m_000001_1' to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/_temporary/0/task_202607081559242812458851073529499_0000_m_000001
15:59:25.084 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081559242812458851073529499_0000_m_000001_1: Committed
15:59:25.085 [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). 6340 bytes result sent to driver
15:59:25.085 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5302 bytes) taskResourceAssignments Map()
15:59:25.086 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 158 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/3)
15:59:25.086 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:59:25.099 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:25.102 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:25.103 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:25.103 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:25.103 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.103 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:25.103 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:25.103 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.106 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10 rows, more = false, responseScanTimestamp = 7305323989135360000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=40c32c8894d7482a9860faff4726cbfb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:25.114 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:59:25.115 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:25.115 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:25.115 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:25.115 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:25.115 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:25.115 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:25.126 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 3548
15:59:25.129 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559243773304245805965893_0000_m_000002_2' to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/_temporary/0/task_202607081559243773304245805965893_0000_m_000002
15:59:25.129 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) attempt_202607081559243773304245805965893_0000_m_000002_2: Committed
15:59:25.130 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6297 bytes result sent to driver
15:59:25.131 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 46 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/3)
15:59:25.131 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:25.132 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.531 s
15:59:25.132 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:25.132 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:25.133 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.534067 s
15:59:25.141 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Write Job 96933e02-887c-40d7-bcb5-3086b9b650d1 committed.
15:59:25.142 [INFO - ForkJoinPool-220-worker-1] (Logging.scala:57) Finished processing stats for write job 96933e02-887c-40d7-bcb5-3086b9b650d1.
15:59:25.144 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74bac925b7584d1e9620b4cbbf60bd77 for table 'testColumnAlterHandling' with partition [0x8000000A, 0x80000014)
15:59:25.145 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet bb440ac978724260bf7acaea5554dda2 for table 'testColumnAlterHandling' with partition [0x80000014, 0x8000001E)
15:59:25.145 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 40c32c8894d7482a9860faff4726cbfb for table 'testColumnAlterHandling' with partition [0x8000001E, 0x80000028)
15:59:25.145 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x8000000A, ttl=299999}, Tablet{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999, tablet=74bac925b7584d1e9620b4cbbf60bd77@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=bb440ac978724260bf7acaea5554dda2@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=40c32c8894d7482a9860faff4726cbfb@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x, ttl=299999}]
15:59:25.146 [INFO - ForkJoinPool-220-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/.kudu-metadata.json
15:59:25.155 [INFO - ForkJoinPool-220-worker-1] (KuduBackup.scala:149) Successfully backed up table testColumnAlterHandling
15:59:25.156 [DEBUG - main] (Connection.java:748) [peer master-127.0.89.189:35341(127.0.89.189:35341)] connecting to peer
15:59:25.157 [DEBUG - main] (Connection.java:748) [peer master-127.0.89.188:33817(127.0.89.188:33817)] connecting to peer
15:59:25.158 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.89.189:35341(127.0.89.189:35341)] Successfully connected to peer
15:59:25.158 [DEBUG - main] (Connection.java:748) [peer master-127.0.89.190:35299(127.0.89.190:35299)] connecting to peer
15:59:25.159 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.89.188:33817(127.0.89.188:33817)] Successfully connected to peer
15:59:25.159 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.89.190:35299(127.0.89.190:35299)] Successfully connected to peer
15:59:25.160 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.89.189
15:59:25.161 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.89.188
15:59:25.164 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.89.190
15:59:25.171 [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:59:25.172 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe14f0ea9, L:/127.0.0.1:57524 - R:/127.0.89.188:33817] using SASL/PLAIN
15:59:25.175 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:25.175 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=19), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.0.89.189:35341, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.0.89.188:33817, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.0.89.190:35299, [18ms] Sub RPC ConnectToMaster: received response from server master-127.0.89.188:33817: OK, deferred=null) after lookup
15:59:25.177 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:25.177 [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:59:25.178 [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:59:25.179 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x983aad03, L:/127.0.0.1:52530 - R:/127.0.89.189:35341] using SASL/PLAIN
15:59:25.181 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xcc220b24, L:/127.0.0.1:56528 - R:/127.0.89.190:35299] using SASL/PLAIN
15:59:25.184 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:25.191 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:25.192 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:25.192 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:25.206 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:25.215 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:25.215 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:25.216 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:25.217 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 12595837 bytes, open cost is considered as scanning 4194304 bytes.
15:59:25.228 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:25.229 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:25.229 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:25.229 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:25.229 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:25.229 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:25.231 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:25.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:25.232 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:25.233 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:25.233 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:25.233 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:25.234 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5410 bytes) taskResourceAssignments Map()
15:59:25.234 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 3)
15:59:25.236 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/part-00002-b5c7ef77-b8b1-4189-8f87-bc14af0a4b84-c000.snappy.parquet, range: 0-4310, partition values: [empty row]
15:59:25.240 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/part-00000-b5c7ef77-b8b1-4189-8f87-bc14af0a4b84-c000.snappy.parquet, range: 0-4308, partition values: [empty row]
15:59:25.243 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/part-00001-b5c7ef77-b8b1-4189-8f87-bc14af0a4b84-c000.snappy.parquet, range: 0-4307, partition values: [empty row]
15:59:25.247 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 3). 3776 bytes result sent to driver
15:59:25.248 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 3) in 14 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:25.248 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:25.249 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.018 s
15:59:25.249 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:25.249 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:25.249 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.020846 s
15:59:25.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.256538   543 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:57516:
15:59:25.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testColumnAlterHandling" } alter_schema_steps { type: DROP_RANGE_PARTITION drop_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\n\000\000\000\007\001\000\000\000\024\000\000\000" } } } alter_schema_steps { type: DROP_RANGE_PARTITION drop_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\024\000\000\000\007\001\000\000\000\036\000\000\000" } } } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\024\000\000\000\007\001\000\000\000\036\000\000\000" } } } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000\n\000\000\000" } } } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000(\000\000\000\007\001\000\000\0002\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:25.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:25.264436   543 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a240c43ec688403cb7219c7510e8798d has no consensus state
15:59:25.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:25.264612   543 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7ae13f1a6e93435ba123bffa53d7510f has no consensus state
15:59:25.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:25.265013   543 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 has no consensus state
15:59:25.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.265065   543 catalog_manager.cc:5782] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Sending DeleteTablet for 3 replicas of tablet 74bac925b7584d1e9620b4cbbf60bd77
15:59:25.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.265452   543 catalog_manager.cc:5782] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: Sending DeleteTablet for 3 replicas of tablet bb440ac978724260bf7acaea5554dda2
15:59:25.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.265776   703 tablet_service.cc:1514] Processing DeleteTablet for tablet 74bac925b7584d1e9620b4cbbf60bd77 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:25 UTC) from {username='slave'} at 127.0.0.1:43288
15:59:25.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.266407  1203 tablet_replica.cc:330] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: stopping tablet replica
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.266680   840 tablet_service.cc:1514] Processing DeleteTablet for tablet bb440ac978724260bf7acaea5554dda2 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:25 UTC) from {username='slave'} at 127.0.0.1:60870
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.266865  1203 raft_consensus.cc:2229] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 LEADER]: Raft consensus shutting down.
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.267257  1204 tablet_replica.cc:330] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: stopping tablet replica
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.267271  1203 raft_consensus.cc:2258] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.267239   975 tablet_service.cc:1514] Processing DeleteTablet for tablet 74bac925b7584d1e9620b4cbbf60bd77 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:25 UTC) from {username='slave'} at 127.0.0.1:54162
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.267637   976 tablet_service.cc:1514] Processing DeleteTablet for tablet bb440ac978724260bf7acaea5554dda2 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:25 UTC) from {username='slave'} at 127.0.0.1:54162
15:59:25.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.267850   703 tablet_service.cc:1514] Processing DeleteTablet for tablet bb440ac978724260bf7acaea5554dda2 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:25 UTC) from {username='slave'} at 127.0.0.1:43288
15:59:25.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.266680   839 tablet_service.cc:1514] Processing DeleteTablet for tablet 74bac925b7584d1e9620b4cbbf60bd77 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:25 UTC) from {username='slave'} at 127.0.0.1:60870
15:59:25.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.268486  1204 raft_consensus.cc:2229] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Raft consensus shutting down.
15:59:25.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.268863  1205 tablet_replica.cc:330] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: stopping tablet replica
15:59:25.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.268900  1204 raft_consensus.cc:2258] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:25.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.269510  1203 ts_tablet_manager.cc:1905] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:25.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.270161  1204 ts_tablet_manager.cc:1905] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:25.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.270440  1205 raft_consensus.cc:2229] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Raft consensus shutting down.
15:59:25.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.272217   839 tablet_service.cc:1467] Processing CreateTablet for tablet a240c43ec688403cb7219c7510e8798d (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 0 <= VALUES < 10
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.272531   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a240c43ec688403cb7219c7510e8798d. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.272662   702 tablet_service.cc:1467] Processing CreateTablet for tablet 7ae13f1a6e93435ba123bffa53d7510f (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.272863  1203 ts_tablet_manager.cc:1918] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.11
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.272935   702 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7ae13f1a6e93435ba123bffa53d7510f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.273594  1205 raft_consensus.cc:2258] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.272959  1203 log.cc:1196] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal/wals/74bac925b7584d1e9620b4cbbf60bd77
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.273314   704 tablet_service.cc:1467] Processing CreateTablet for tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 40 <= VALUES < 50
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.274181   704 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.274219  1203 ts_tablet_manager.cc:1939] T 74bac925b7584d1e9620b4cbbf60bd77 P 9e58c6a9afa949988e7e77e9dd29a069: Deleting consensus metadata
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.275327  1203 tablet_replica.cc:330] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: stopping tablet replica
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.275450  1203 raft_consensus.cc:2229] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Raft consensus shutting down.
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.275450   528 catalog_manager.cc:4841] TS 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085): tablet 74bac925b7584d1e9620b4cbbf60bd77 (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]) successfully deleted
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.275575  1203 raft_consensus.cc:2258] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.276002   975 tablet_service.cc:1467] Processing CreateTablet for tablet 7ae13f1a6e93435ba123bffa53d7510f (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.276120   976 tablet_service.cc:1467] Processing CreateTablet for tablet a240c43ec688403cb7219c7510e8798d (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 0 <= VALUES < 10
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.276284   975 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7ae13f1a6e93435ba123bffa53d7510f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.276418  1203 ts_tablet_manager.cc:1905] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.276479   974 tablet_service.cc:1467] Processing CreateTablet for tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 40 <= VALUES < 50
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.276750   974 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.277051   840 tablet_service.cc:1467] Processing CreateTablet for tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 40 <= VALUES < 50
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.277289   840 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.278544  1203 ts_tablet_manager.cc:1918] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.11
15:59:25.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.278616  1203 log.cc:1196] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-0/wal/wals/bb440ac978724260bf7acaea5554dda2
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.278867  1203 ts_tablet_manager.cc:1939] T bb440ac978724260bf7acaea5554dda2 P 9e58c6a9afa949988e7e77e9dd29a069: Deleting consensus metadata
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.279214  1208 tablet_bootstrap.cc:492] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.279749   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a240c43ec688403cb7219c7510e8798d. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.280108  1208 tablet_bootstrap.cc:654] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.280611   528 catalog_manager.cc:4841] TS 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085): tablet bb440ac978724260bf7acaea5554dda2 (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]) successfully deleted
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.281317  1208 tablet_bootstrap.cc:492] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.281396  1208 ts_tablet_manager.cc:1397] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.281843  1208 raft_consensus.cc:348] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.281961  1208 raft_consensus.cc:374] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.281998  1208 raft_consensus.cc:729] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282140  1208 consensus_queue.cc:260] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282415  1208 ts_tablet_manager.cc:1428] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282440  1204 ts_tablet_manager.cc:1918] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.11
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282536  1204 log.cc:1196] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal/wals/bb440ac978724260bf7acaea5554dda2
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282599  1208 tablet_bootstrap.cc:492] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:25.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282577   839 tablet_service.cc:1467] Processing CreateTablet for tablet 7ae13f1a6e93435ba123bffa53d7510f (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:25.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.275254   703 tablet_service.cc:1467] Processing CreateTablet for tablet a240c43ec688403cb7219c7510e8798d (DEFAULT_TABLE table=testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]), partition=RANGE (key) PARTITION 0 <= VALUES < 10
15:59:25.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282840  1204 ts_tablet_manager.cc:1939] T bb440ac978724260bf7acaea5554dda2 P 0474c5e78e5142e1a1421439befd4b17: Deleting consensus metadata
15:59:25.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.283067   703 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a240c43ec688403cb7219c7510e8798d. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.283545  1208 tablet_bootstrap.cc:654] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:25.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.284096  1204 tablet_replica.cc:330] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: stopping tablet replica
15:59:25.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.284219  1204 raft_consensus.cc:2229] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Raft consensus shutting down.
15:59:25.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.284368  1204 raft_consensus.cc:2258] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:25.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.282845   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7ae13f1a6e93435ba123bffa53d7510f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:25.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.285918  1204 ts_tablet_manager.cc:1905] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:25.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.286881   530 catalog_manager.cc:4841] TS 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453): tablet bb440ac978724260bf7acaea5554dda2 (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]) successfully deleted
15:59:25.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.288151  1204 ts_tablet_manager.cc:1918] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.11
15:59:25.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.288323  1204 log.cc:1196] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-1/wal/wals/74bac925b7584d1e9620b4cbbf60bd77
15:59:25.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.288494  1205 ts_tablet_manager.cc:1905] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:25.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.288816  1204 ts_tablet_manager.cc:1939] T 74bac925b7584d1e9620b4cbbf60bd77 P 0474c5e78e5142e1a1421439befd4b17: Deleting consensus metadata
15:59:25.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.289567   530 catalog_manager.cc:4841] TS 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453): tablet 74bac925b7584d1e9620b4cbbf60bd77 (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]) successfully deleted
15:59:25.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.289688  1208 tablet_bootstrap.cc:492] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:25.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.289764  1208 ts_tablet_manager.cc:1397] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.007s	user 0.002s	sys 0.000s
15:59:25.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.290171  1208 raft_consensus.cc:348] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.290282  1208 raft_consensus.cc:374] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.290310  1208 raft_consensus.cc:729] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:25.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.290444  1208 consensus_queue.cc:260] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.291582  1205 ts_tablet_manager.cc:1918] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.11
15:59:25.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.291679  1205 log.cc:1196] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal/wals/74bac925b7584d1e9620b4cbbf60bd77
15:59:25.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.292281  1208 ts_tablet_manager.cc:1428] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:25.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.293562  1205 ts_tablet_manager.cc:1939] T 74bac925b7584d1e9620b4cbbf60bd77 P 94c75a4ea3ed49f196ced1a10acfdd37: Deleting consensus metadata
15:59:25.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.293705  1208 tablet_bootstrap.cc:492] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:25.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.294840  1205 tablet_replica.cc:330] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: stopping tablet replica
15:59:25.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.294902   529 catalog_manager.cc:4841] TS 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951): tablet 74bac925b7584d1e9620b4cbbf60bd77 (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]) successfully deleted
15:59:25.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.294956  1205 raft_consensus.cc:2229] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 LEADER]: Raft consensus shutting down.
15:59:25.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.295055  1208 tablet_bootstrap.cc:654] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:25.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.295245  1205 raft_consensus.cc:2258] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:25.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.295552  1206 tablet_bootstrap.cc:492] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:25.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:25.296240   529 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet a240c43ec688403cb7219c7510e8798d (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet a240c43ec688403cb7219c7510e8798d consensus state has no leader
15:59:25.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.296267  1205 ts_tablet_manager.cc:1905] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:25.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.296489  1206 tablet_bootstrap.cc:654] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:25.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.297183  1207 tablet_bootstrap.cc:492] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:25.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.298095  1207 tablet_bootstrap.cc:654] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:25.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.298452  1205 ts_tablet_manager.cc:1918] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.11
15:59:25.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.298533  1205 log.cc:1196] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster2049577711165868350/ts-2/wal/wals/bb440ac978724260bf7acaea5554dda2
15:59:25.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.298828  1205 ts_tablet_manager.cc:1939] T bb440ac978724260bf7acaea5554dda2 P 94c75a4ea3ed49f196ced1a10acfdd37: Deleting consensus metadata
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299386  1208 tablet_bootstrap.cc:492] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299479  1208 ts_tablet_manager.cc:1397] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299634  1206 tablet_bootstrap.cc:492] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299718  1206 ts_tablet_manager.cc:1397] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.004s	user 0.000s	sys 0.002s
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299747  1207 tablet_bootstrap.cc:492] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299818  1207 ts_tablet_manager.cc:1397] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299901  1208 raft_consensus.cc:348] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.299996  1208 raft_consensus.cc:374] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300022  1208 raft_consensus.cc:729] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300127  1206 raft_consensus.cc:348] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300248  1206 raft_consensus.cc:374] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300210  1207 raft_consensus.cc:348] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300280  1206 raft_consensus.cc:729] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300318  1207 raft_consensus.cc:374] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300350  1207 raft_consensus.cc:729] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300406  1206 consensus_queue.cc:260] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300504  1207 consensus_queue.cc:260] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300670  1206 ts_tablet_manager.cc:1428] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300791  1207 ts_tablet_manager.cc:1428] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300870  1206 tablet_bootstrap.cc:492] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.300931  1207 tablet_bootstrap.cc:492] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.301716  1206 tablet_bootstrap.cc:654] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.301743  1207 tablet_bootstrap.cc:654] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:25.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.306092  1208 consensus_queue.cc:260] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.309779   543 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: testColumnAlterHandling [id=056394351ff24f018b1d95c481363935] alter complete (version 0)
15:59:25.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.310477  1208 ts_tablet_manager.cc:1428] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.000s
15:59:25.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.311931  1207 tablet_bootstrap.cc:492] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:25.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312045  1207 ts_tablet_manager.cc:1397] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.011s	user 0.002s	sys 0.000s
15:59:25.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312536   529 catalog_manager.cc:4841] TS 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951): tablet bb440ac978724260bf7acaea5554dda2 (table testColumnAlterHandling [id=056394351ff24f018b1d95c481363935]) successfully deleted
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312512  1207 raft_consensus.cc:348] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312589  1206 tablet_bootstrap.cc:492] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312635  1207 raft_consensus.cc:374] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312683  1206 ts_tablet_manager.cc:1397] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.012s	user 0.001s	sys 0.000s
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312665  1207 raft_consensus.cc:729] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.312868  1207 consensus_queue.cc:260] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.313166  1207 ts_tablet_manager.cc:1428] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
15:59:25.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.313136  1206 raft_consensus.cc:348] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.313277  1206 raft_consensus.cc:374] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.313313  1206 raft_consensus.cc:729] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.313388  1207 tablet_bootstrap.cc:492] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.313454  1206 consensus_queue.cc:260] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.314316  1207 tablet_bootstrap.cc:654] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.315418  1207 tablet_bootstrap.cc:492] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.315526  1207 ts_tablet_manager.cc:1397] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.316010  1206 ts_tablet_manager.cc:1428] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.000s
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.315968  1207 raft_consensus.cc:348] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.316071  1207 raft_consensus.cc:374] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.316104  1207 raft_consensus.cc:729] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.316216  1206 tablet_bootstrap.cc:492] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.316203  1207 consensus_queue.cc:260] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.316476  1207 ts_tablet_manager.cc:1428] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.317214  1206 tablet_bootstrap.cc:654] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.318621  1206 tablet_bootstrap.cc:492] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.318697  1206 ts_tablet_manager.cc:1397] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:25.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.319133  1206 raft_consensus.cc:348] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.319281  1206 raft_consensus.cc:374] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:25.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.319314  1206 raft_consensus.cc:729] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:25.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.319482  1206 consensus_queue.cc:260] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.319861  1206 ts_tablet_manager.cc:1428] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:25.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.342242  1098 raft_consensus.cc:482] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:25.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.342388  1098 raft_consensus.cc:504] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.342844  1098 leader_election.cc:288] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:25.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.343453   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "5a1e0ea8b11641f1b2dcfd8d8e0d69b0" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:25.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.343453   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "5a1e0ea8b11641f1b2dcfd8d8e0d69b0" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:25.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.343653   861 raft_consensus.cc:2454] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:25.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.343676   995 raft_consensus.cc:2454] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:25.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.344090   659 leader_election.cc:302] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:25.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.344324  1098 raft_consensus.cc:2781] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:25.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.344393  1098 raft_consensus.cc:482] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:25.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.344435  1098 raft_consensus.cc:3037] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.345429  1098 raft_consensus.cc:504] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.345822  1098 leader_election.cc:288] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 election: Requested vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:25.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.346194   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "5a1e0ea8b11641f1b2dcfd8d8e0d69b0" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:25.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.346338   861 raft_consensus.cc:3037] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.346483   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "5a1e0ea8b11641f1b2dcfd8d8e0d69b0" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.346613   995 raft_consensus.cc:3037] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.347398   861 raft_consensus.cc:2454] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.347725   659 leader_election.cc:302] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [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: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.347823   995 raft_consensus.cc:2454] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.347918  1098 raft_consensus.cc:2781] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election won for term 1
15:59:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.348052  1098 raft_consensus.cc:686] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 LEADER]: Becoming Leader. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Running, Role: LEADER
15:59:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.348186  1098 consensus_queue.cc:237] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.350306   542 catalog_manager.cc:5495] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129). New cstate: current_term: 1 leader_uuid: "9e58c6a9afa949988e7e77e9dd29a069" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: HEALTHY } } }
15:59:25.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.417443  1110 raft_consensus.cc:482] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:25.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.417635  1110 raft_consensus.cc:504] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.418221  1110 leader_election.cc:288] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.418812   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "7ae13f1a6e93435ba123bffa53d7510f" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.418887   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "7ae13f1a6e93435ba123bffa53d7510f" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.419000   724 raft_consensus.cc:2454] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.419055   995 raft_consensus.cc:2454] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.419402   794 leader_election.cc:302] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.419647  1110 raft_consensus.cc:2781] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.419700  1110 raft_consensus.cc:482] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.419727  1110 raft_consensus.cc:3037] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.420639  1110 raft_consensus.cc:504] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.421168  1110 leader_election.cc:288] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 election: Requested vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.421574   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "7ae13f1a6e93435ba123bffa53d7510f" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.421727   724 raft_consensus.cc:3037] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.421695   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "7ae13f1a6e93435ba123bffa53d7510f" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:25.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.421847   995 raft_consensus.cc:3037] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.422771   995 raft_consensus.cc:2454] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 1.
15:59:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.422792   724 raft_consensus.cc:2454] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 1.
15:59:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.423058   795 leader_election.cc:302] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [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: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.423237  1110 raft_consensus.cc:2781] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election won for term 1
15:59:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.423501  1110 raft_consensus.cc:686] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [term 1 LEADER]: Becoming Leader. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Running, Role: LEADER
15:59:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.423873  1110 consensus_queue.cc:237] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.425678   542 catalog_manager.cc:5495] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130). New cstate: current_term: 1 leader_uuid: "0474c5e78e5142e1a1421439befd4b17" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } }
15:59:25.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.597209  1138 raft_consensus.cc:482] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:25.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.597369  1138 raft_consensus.cc:504] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.597841  1138 leader_election.cc:288] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085)
15:59:25.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.598371   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "a240c43ec688403cb7219c7510e8798d" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:25.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.598399   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "a240c43ec688403cb7219c7510e8798d" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:25.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.598541   861 raft_consensus.cc:2454] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 0.
15:59:25.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.598603   724 raft_consensus.cc:2454] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 0.
15:59:25.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.598891   931 leader_election.cc:302] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:25.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.599121  1138 raft_consensus.cc:2781] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:25.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.599192  1138 raft_consensus.cc:482] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:25.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.599220  1138 raft_consensus.cc:3037] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.600093  1138 raft_consensus.cc:504] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.600414  1138 leader_election.cc:288] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 election: Requested vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085)
15:59:25.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.600848   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "a240c43ec688403cb7219c7510e8798d" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:25.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.600929   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "a240c43ec688403cb7219c7510e8798d" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:25.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.600982   724 raft_consensus.cc:3037] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.601034   861 raft_consensus.cc:3037] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:25.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.601907   724 raft_consensus.cc:2454] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 1.
15:59:25.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.601922   861 raft_consensus.cc:2454] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 1.
15:59:25.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.602273   929 leader_election.cc:302] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [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: 94c75a4ea3ed49f196ced1a10acfdd37, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:25.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.602615  1138 raft_consensus.cc:2781] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election won for term 1
15:59:25.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.602834  1138 raft_consensus.cc:686] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 LEADER]: Becoming Leader. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Running, Role: LEADER
15:59:25.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.603012  1138 consensus_queue.cc:237] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } }
15:59:25.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.605293   542 catalog_manager.cc:5495] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131). New cstate: current_term: 1 leader_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: UNKNOWN } } }
15:59:25.627 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a240c43ec688403cb7219c7510e8798d for table 'testColumnAlterHandling' with partition [0x80000000, 0x8000000A)
15:59:25.627 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7ae13f1a6e93435ba123bffa53d7510f for table 'testColumnAlterHandling' with partition [0x80000014, 0x8000001E)
15:59:25.627 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 40c32c8894d7482a9860faff4726cbfb for table 'testColumnAlterHandling' with partition [0x8000001E, 0x80000028)
15:59:25.627 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 for table 'testColumnAlterHandling' with partition [0x80000028, 0x80000032)
15:59:25.627 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=a240c43ec688403cb7219c7510e8798d@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=7ae13f1a6e93435ba123bffa53d7510f@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=40c32c8894d7482a9860faff4726cbfb@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=5a1e0ea8b11641f1b2dcfd8d8e0d69b0@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:25.628 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=301), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [1ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [2ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [19ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [21ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [21ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [40ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [41ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [41ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [60ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [61ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [61ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [79ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [80ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [80ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [100ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [101ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [101ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [159ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [161ms] Sub RPC GetTableLocations: delaying RPC due to: Service unavailable: Tablet not running (error 0), [161ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: Service unavailable: Tablet not running (error 0), [299ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [301ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: OK, deferred=null) after lookup
15:59:25.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.631703   724 raft_consensus.cc:1261] T a240c43ec688403cb7219c7510e8798d P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Refusing update from remote peer 94c75a4ea3ed49f196ced1a10acfdd37: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:25.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.631726   861 raft_consensus.cc:1261] T a240c43ec688403cb7219c7510e8798d P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 94c75a4ea3ed49f196ced1a10acfdd37: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:25.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.632150  1222 consensus_queue.cc:1035] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:25.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.632356  1138 consensus_queue.cc:1035] T a240c43ec688403cb7219c7510e8798d P 94c75a4ea3ed49f196ced1a10acfdd37 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:25.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.660386   724 raft_consensus.cc:1261] T 7ae13f1a6e93435ba123bffa53d7510f P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Refusing update from remote peer 0474c5e78e5142e1a1421439befd4b17: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:25.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.660370   995 raft_consensus.cc:1261] T 7ae13f1a6e93435ba123bffa53d7510f P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Refusing update from remote peer 0474c5e78e5142e1a1421439befd4b17: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.660835  1220 consensus_queue.cc:1035] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.661041  1110 consensus_queue.cc:1035] T 7ae13f1a6e93435ba123bffa53d7510f P 0474c5e78e5142e1a1421439befd4b17 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.690107   861 raft_consensus.cc:1261] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.690094   995 raft_consensus.cc:1261] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.690558  1218 consensus_queue.cc:1035] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:25.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:25.690712  1098 consensus_queue.cc:1035] T 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:25.717 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526365716
15:59:25.717 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526365712819
15:59:25.717 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:25.717 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup171796795838446447/
15:59:25.728 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling
15:59:25.731 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:25.731 [INFO - ForkJoinPool-223-worker-1] (KuduBackup.scala:55) Backing up table testColumnAlterHandling to path: file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717
15:59:25.731 [INFO - ForkJoinPool-223-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:25.731 [INFO - ForkJoinPool-223-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526364535 from backup in path: file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535
15:59:25.746 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.747 [INFO - ForkJoinPool-223-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:25.747 [INFO - ForkJoinPool-223-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:25.747 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.748 [INFO - ForkJoinPool-223-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:25.748 [INFO - ForkJoinPool-223-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:25.748 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.762 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a240c43ec688403cb7219c7510e8798d for table 'testColumnAlterHandling' with partition [0x80000000, 0x8000000A)
15:59:25.763 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7ae13f1a6e93435ba123bffa53d7510f for table 'testColumnAlterHandling' with partition [0x80000014, 0x8000001E)
15:59:25.763 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 40c32c8894d7482a9860faff4726cbfb for table 'testColumnAlterHandling' with partition [0x8000001E, 0x80000028)
15:59:25.763 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 for table 'testColumnAlterHandling' with partition [0x80000028, 0x80000032)
15:59:25.763 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=a240c43ec688403cb7219c7510e8798d@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=7ae13f1a6e93435ba123bffa53d7510f@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=40c32c8894d7482a9860faff4726cbfb@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=5a1e0ea8b11641f1b2dcfd8d8e0d69b0@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:25.792 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:25.795 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:25.805 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:25.805 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 4 output partitions
15:59:25.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:59:25.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:25.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:25.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:59:25.824 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.6 KiB, free 1993.4 MiB)
15:59:25.827 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.8 KiB, free 1993.4 MiB)
15:59:25.827 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 66.8 KiB, free: 1993.7 MiB)
15:59:25.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:25.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:59:25.828 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 4 tasks resource profile 0
15:59:25.829 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5312 bytes) taskResourceAssignments Map()
15:59:25.830 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 4)
15:59:25.842 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:25.845 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:25.846 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:25.846 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:25.846 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:59:25.847 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:25.848 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:25.848 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:25.848 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:25.848 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:25.849 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:26.104 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 5 rows, more = false, responseScanTimestamp = 7305323993976832000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=a240c43ec688403cb7219c7510e8798d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:26.116 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2773
15:59:26.119 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559255861369227913059709_0002_m_000000_4' to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/_temporary/0/task_202607081559255861369227913059709_0002_m_000000
15:59:26.119 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) attempt_202607081559255861369227913059709_0002_m_000000_4: Committed
15:59:26.120 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4). 6297 bytes result sent to driver
15:59:26.121 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5312 bytes) taskResourceAssignments Map()
15:59:26.121 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 4) in 292 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/4)
15:59:26.121 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 5)
15:59:26.133 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:26.136 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:26.137 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:26.137 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:26.137 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:26.138 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:26.138 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:26.138 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:26.141 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 5 rows, more = false, responseScanTimestamp = 7305323993976832000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=7ae13f1a6e93435ba123bffa53d7510f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:380) Validation is off
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:26.152 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:26.153 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:26.153 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:26.153 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:26.153 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:26.164 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2784
15:59:26.168 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559258754408004978462967_0002_m_000001_5' to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/_temporary/0/task_202607081559258754408004978462967_0002_m_000001
15:59:26.168 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) attempt_202607081559258754408004978462967_0002_m_000001_5: Committed
15:59:26.169 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 5)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 5). 6297 bytes result sent to driver
15:59:26.170 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5312 bytes) taskResourceAssignments Map()
15:59:26.170 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 5) in 50 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/4)
15:59:26.171 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (Logging.scala:57) Running task 2.0 in stage 2.0 (TID 6)
15:59:26.182 [DEBUG - Executor task launch worker for task 2.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:59:26.184 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:26.185 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:26.186 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:26.186 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:26.186 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:26.186 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:26.186 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:26.189 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305323993976832000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=40c32c8894d7482a9860faff4726cbfb, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:26.190 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559255530898624282790780_0002_m_000002_6
15:59:26.191 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 6)] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 6). 6211 bytes result sent to driver
15:59:26.191 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5312 bytes) taskResourceAssignments Map()
15:59:26.192 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 6) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/4)
15:59:26.193 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (Logging.scala:57) Running task 3.0 in stage 2.0 (TID 7)
15:59:26.205 [DEBUG - Executor task launch worker for task 3.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:59:26.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:26.209 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:26.209 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:26.209 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:26.209 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:26.209 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:26.210 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:26.212 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 5 rows, more = false, responseScanTimestamp = 7305323993976832000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=5a1e0ea8b11641f1b2dcfd8d8e0d69b0, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:59:26.226 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:26.227 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:26.227 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:26.227 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:26.227 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:26.228 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:26.238 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 2784
15:59:26.241 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155925331362652998614333_0002_m_000003_7' to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/_temporary/0/task_20260708155925331362652998614333_0002_m_000003
15:59:26.241 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (Logging.scala:57) attempt_20260708155925331362652998614333_0002_m_000003_7: Committed
15:59:26.242 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 7)] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 7). 6297 bytes result sent to driver
15:59:26.244 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 7) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/4)
15:59:26.244 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:26.244 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.437 s
15:59:26.245 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:26.245 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:26.245 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.439835 s
15:59:26.255 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Write Job 5a482c0b-6361-44f6-8039-869530358fa4 committed.
15:59:26.256 [INFO - ForkJoinPool-223-worker-1] (Logging.scala:57) Finished processing stats for write job 5a482c0b-6361-44f6-8039-869530358fa4.
15:59:26.259 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a240c43ec688403cb7219c7510e8798d for table 'testColumnAlterHandling' with partition [0x80000000, 0x8000000A)
15:59:26.260 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7ae13f1a6e93435ba123bffa53d7510f for table 'testColumnAlterHandling' with partition [0x80000014, 0x8000001E)
15:59:26.260 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 40c32c8894d7482a9860faff4726cbfb for table 'testColumnAlterHandling' with partition [0x8000001E, 0x80000028)
15:59:26.260 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 5a1e0ea8b11641f1b2dcfd8d8e0d69b0 for table 'testColumnAlterHandling' with partition [0x80000028, 0x80000032)
15:59:26.260 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=a240c43ec688403cb7219c7510e8798d@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=7ae13f1a6e93435ba123bffa53d7510f@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=40c32c8894d7482a9860faff4726cbfb@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=5a1e0ea8b11641f1b2dcfd8d8e0d69b0@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:26.262 [INFO - ForkJoinPool-223-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/.kudu-metadata.json
15:59:26.271 [INFO - ForkJoinPool-223-worker-1] (KuduBackup.scala:149) Successfully backed up table testColumnAlterHandling
15:59:26.274 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 056394351ff24f018b1d95c481363935
15:59:26.281 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:26.295 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:26.296 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:26.297 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:26.328 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 66.8 KiB, free: 1993.8 MiB)
15:59:26.329 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:26.343 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:26.344 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:26.344 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:59:26.345 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 12595658 bytes, open cost is considered as scanning 4194304 bytes.
15:59:26.359 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:26.360 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:26.360 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:59:26.360 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:26.360 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:26.360 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:26.361 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:59:26.363 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:59:26.363 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 7.2 KiB, free: 1993.8 MiB)
15:59:26.363 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:26.364 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:26.364 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:59:26.364 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5410 bytes) taskResourceAssignments Map()
15:59:26.365 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 8)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 8)
15:59:26.367 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/part-00001-4e8ca9b4-d7b8-42e1-999e-53b1b7d2f788-c000.snappy.parquet, range: 0-4259, partition values: [empty row]
15:59:26.372 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/part-00003-4e8ca9b4-d7b8-42e1-999e-53b1b7d2f788-c000.snappy.parquet, range: 0-4259, partition values: [empty row]
15:59:26.377 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 8)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/part-00000-4e8ca9b4-d7b8-42e1-999e-53b1b7d2f788-c000.snappy.parquet, range: 0-4228, partition values: [empty row]
15:59:26.381 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 8)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 8). 2739 bytes result sent to driver
15:59:26.382 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 8) in 18 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:26.382 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:26.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.022 s
15:59:26.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:26.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:26.385 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.025236 s
15:59:26.387 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup171796795838446447/
15:59:26.394 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling
15:59:26.395 [INFO - ForkJoinPool-226-worker-1] (KuduRestore.scala:104) Restoring table testColumnAlterHandling from path: file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535
15:59:26.395 [INFO - ForkJoinPool-226-worker-1] (KuduRestore.scala:112) Creating restore table testColumnAlterHandling-restore
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.396921   544 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57516:
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testColumnAlterHandling-restore"
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 3
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000\n\000\000\000"
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "slave"
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:26.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.397734   544 catalog_manager.cc:6854] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table testColumnAlterHandling-restore in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
15:59:26.405 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table fbe284b79a4b4e51a7169bfbed71f08f
15:59:26.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.409340   703 tablet_service.cc:1467] Processing CreateTablet for tablet 689a7ae40b5a4880a1e34bf126add479 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 0 <= VALUES < 10
15:59:26.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.409340   839 tablet_service.cc:1467] Processing CreateTablet for tablet 689a7ae40b5a4880a1e34bf126add479 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 0 <= VALUES < 10
15:59:26.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.409711   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 689a7ae40b5a4880a1e34bf126add479. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.409713   703 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 689a7ae40b5a4880a1e34bf126add479. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.411801  1305 tablet_bootstrap.cc:492] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:26.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.412420  1306 tablet_bootstrap.cc:492] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:26.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.413105  1305 tablet_bootstrap.cc:654] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:26.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.413697  1306 tablet_bootstrap.cc:654] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:26.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.413756   976 tablet_service.cc:1467] Processing CreateTablet for tablet 689a7ae40b5a4880a1e34bf126add479 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 0 <= VALUES < 10
15:59:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.414067   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 689a7ae40b5a4880a1e34bf126add479. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.414408  1305 tablet_bootstrap.cc:492] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.414486  1305 ts_tablet_manager.cc:1397] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.415092  1305 raft_consensus.cc:348] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.415210  1305 raft_consensus.cc:374] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.415244  1305 raft_consensus.cc:729] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.415390  1305 consensus_queue.cc:260] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.415695  1305 ts_tablet_manager.cc:1428] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.417153  1306 tablet_bootstrap.cc:492] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.417239  1306 ts_tablet_manager.cc:1397] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.005s	user 0.002s	sys 0.000s
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.417840  1306 raft_consensus.cc:348] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.417956  1306 raft_consensus.cc:374] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.417991  1306 raft_consensus.cc:729] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:26.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.418217  1306 consensus_queue.cc:260] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.421082  1306 ts_tablet_manager.cc:1428] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.004s	user 0.001s	sys 0.000s
15:59:26.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.421867  1309 tablet_bootstrap.cc:492] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:26.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.423671  1309 tablet_bootstrap.cc:654] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:26.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.425042  1309 tablet_bootstrap.cc:492] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:26.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.425146  1309 ts_tablet_manager.cc:1397] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:26.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.425592  1309 raft_consensus.cc:348] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.425720  1309 raft_consensus.cc:374] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.425755  1309 raft_consensus.cc:729] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:26.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.425920  1309 consensus_queue.cc:260] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.427429  1309 ts_tablet_manager.cc:1428] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.574760  1235 raft_consensus.cc:482] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.574927  1235 raft_consensus.cc:504] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.575389  1235 leader_election.cc:288] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.575915   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "689a7ae40b5a4880a1e34bf126add479" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.575918   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "689a7ae40b5a4880a1e34bf126add479" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.576083   995 raft_consensus.cc:2454] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.576100   724 raft_consensus.cc:2454] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.576436   795 leader_election.cc:302] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.576634  1235 raft_consensus.cc:2781] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.576692  1235 raft_consensus.cc:482] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.576728  1235 raft_consensus.cc:3037] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.577935  1235 raft_consensus.cc:504] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.578302  1235 leader_election.cc:288] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 election: Requested vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.578688   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "689a7ae40b5a4880a1e34bf126add479" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.578711   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "689a7ae40b5a4880a1e34bf126add479" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.578835   995 raft_consensus.cc:3037] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.578838   724 raft_consensus.cc:3037] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.579792   724 raft_consensus.cc:2454] T 689a7ae40b5a4880a1e34bf126add479 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 1.
15:59:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.579828   995 raft_consensus.cc:2454] T 689a7ae40b5a4880a1e34bf126add479 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 1.
15:59:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.580149   795 leader_election.cc:302] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [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: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.580339  1235 raft_consensus.cc:2781] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election won for term 1
15:59:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.580554  1235 raft_consensus.cc:686] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [term 1 LEADER]: Becoming Leader. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Running, Role: LEADER
15:59:26.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.580705  1235 consensus_queue.cc:237] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.583683   544 catalog_manager.cc:5495] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130). New cstate: current_term: 1 leader_uuid: "0474c5e78e5142e1a1421439befd4b17" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } }
15:59:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.647939   544 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:57516:
15:59:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testColumnAlterHandling-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\024\000\000\000\007\001\000\000\000\036\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:26.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.654196   544 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 03562c97230d4e409c758ab354ba3fd8 has no consensus state
15:59:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.659092   976 tablet_service.cc:1467] Processing CreateTablet for tablet 03562c97230d4e409c758ab354ba3fd8 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.659281   839 tablet_service.cc:1467] Processing CreateTablet for tablet 03562c97230d4e409c758ab354ba3fd8 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.659504   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 03562c97230d4e409c758ab354ba3fd8. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.659584   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 03562c97230d4e409c758ab354ba3fd8. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.660895   703 tablet_service.cc:1467] Processing CreateTablet for tablet 03562c97230d4e409c758ab354ba3fd8 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 20 <= VALUES < 30
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.661439   703 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 03562c97230d4e409c758ab354ba3fd8. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.662545  1309 tablet_bootstrap.cc:492] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.663995  1305 tablet_bootstrap.cc:492] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.664094  1309 tablet_bootstrap.cc:654] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.664484  1306 tablet_bootstrap.cc:492] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.665136  1305 tablet_bootstrap.cc:654] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.665475  1306 tablet_bootstrap.cc:654] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.665769  1309 tablet_bootstrap.cc:492] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.665858  1309 ts_tablet_manager.cc:1397] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.666358  1309 raft_consensus.cc:348] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.666504  1309 raft_consensus.cc:374] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.666545  1309 raft_consensus.cc:729] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.666711  1309 consensus_queue.cc:260] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.667052  1309 ts_tablet_manager.cc:1428] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.002s
15:59:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.667344  1305 tablet_bootstrap.cc:492] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.667423  1305 ts_tablet_manager.cc:1397] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.667888  1305 raft_consensus.cc:348] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.668035  1305 raft_consensus.cc:374] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.668073  1305 raft_consensus.cc:729] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.668216  1305 consensus_queue.cc:260] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.668531  1305 ts_tablet_manager.cc:1428] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:26.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.675506   542 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f] alter complete (version 0)
15:59:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.679453  1306 tablet_bootstrap.cc:492] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.679577  1306 ts_tablet_manager.cc:1397] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.000s
15:59:26.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.680033  1306 raft_consensus.cc:348] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.680195  1306 raft_consensus.cc:374] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.680235  1306 raft_consensus.cc:729] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:26.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.680951  1306 consensus_queue.cc:260] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.682149  1306 ts_tablet_manager.cc:1428] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.688140   544 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:57516:
15:59:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testColumnAlterHandling-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\036\000\000\000\007\001\000\000\000(\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.694614   544 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 03562c97230d4e409c758ab354ba3fd8 consensus state has no leader
15:59:26.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.694952   544 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 has no consensus state
15:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.700120   976 tablet_service.cc:1467] Processing CreateTablet for tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 30 <= VALUES < 40
15:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.700479   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b4c9eb4c37984d36ae0f4c1b4abca0c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.701205   703 tablet_service.cc:1467] Processing CreateTablet for tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 30 <= VALUES < 40
15:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.701212   839 tablet_service.cc:1467] Processing CreateTablet for tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 30 <= VALUES < 40
15:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.701484   703 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b4c9eb4c37984d36ae0f4c1b4abca0c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.701514   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b4c9eb4c37984d36ae0f4c1b4abca0c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.702864  1309 tablet_bootstrap.cc:492] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.703640  1305 tablet_bootstrap.cc:492] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.703860  1309 tablet_bootstrap.cc:654] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.704558  1305 tablet_bootstrap.cc:654] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:26.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.704962  1306 tablet_bootstrap.cc:492] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:26.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.705853  1306 tablet_bootstrap.cc:654] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.705897  1305 tablet_bootstrap.cc:492] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.705981  1305 ts_tablet_manager.cc:1397] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.706511  1305 raft_consensus.cc:348] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.706647  1305 raft_consensus.cc:374] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.706684  1305 raft_consensus.cc:729] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:26.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.706815  1305 consensus_queue.cc:260] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.707135  1305 ts_tablet_manager.cc:1428] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.707645  1309 tablet_bootstrap.cc:492] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.707731  1309 ts_tablet_manager.cc:1397] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.005s	user 0.001s	sys 0.001s
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.708197  1309 raft_consensus.cc:348] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.708302  1309 raft_consensus.cc:374] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.708336  1309 raft_consensus.cc:729] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.708477  1309 consensus_queue.cc:260] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.709112  1309 ts_tablet_manager.cc:1428] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.001s
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.711915   530 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 03562c97230d4e409c758ab354ba3fd8 (table testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 03562c97230d4e409c758ab354ba3fd8 consensus state has no leader
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.714074  1306 tablet_bootstrap.cc:492] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.714175  1306 ts_tablet_manager.cc:1397] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.009s	user 0.002s	sys 0.000s
15:59:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.715708  1306 raft_consensus.cc:348] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.715855  1306 raft_consensus.cc:374] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.715899  1306 raft_consensus.cc:729] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.716300  1306 consensus_queue.cc:260] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.719059  1306 ts_tablet_manager.cc:1428] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.000s
15:59:26.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.721130   544 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f] alter complete (version 0)
15:59:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.727473   542 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:57516:
15:59:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testColumnAlterHandling-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000(\000\000\000\007\001\000\000\0002\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:26.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.732915   542 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 03562c97230d4e409c758ab354ba3fd8 consensus state has no leader
15:59:26.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.733031   542 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 consensus state has no leader
15:59:26.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:26.733109   542 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet eb3675f271ca42c4b8f01a7b33b23995 has no consensus state
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.738399   703 tablet_service.cc:1467] Processing CreateTablet for tablet eb3675f271ca42c4b8f01a7b33b23995 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 40 <= VALUES < 50
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.738459   839 tablet_service.cc:1467] Processing CreateTablet for tablet eb3675f271ca42c4b8f01a7b33b23995 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 40 <= VALUES < 50
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.738547   976 tablet_service.cc:1467] Processing CreateTablet for tablet eb3675f271ca42c4b8f01a7b33b23995 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f]), partition=RANGE (key) PARTITION 40 <= VALUES < 50
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.738762   839 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eb3675f271ca42c4b8f01a7b33b23995. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.738762   703 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eb3675f271ca42c4b8f01a7b33b23995. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.738791   976 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eb3675f271ca42c4b8f01a7b33b23995. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.740940  1306 tablet_bootstrap.cc:492] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17: Bootstrap starting.
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.741127  1309 tablet_bootstrap.cc:492] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37: Bootstrap starting.
15:59:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.741168  1305 tablet_bootstrap.cc:492] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069: Bootstrap starting.
15:59:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.741809  1306 tablet_bootstrap.cc:654] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17: Neither blocks nor log segments found. Creating new log.
15:59:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.742115  1305 tablet_bootstrap.cc:654] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069: Neither blocks nor log segments found. Creating new log.
15:59:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.742115  1309 tablet_bootstrap.cc:654] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37: Neither blocks nor log segments found. Creating new log.
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.743251  1309 tablet_bootstrap.cc:492] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37: No bootstrap required, opened a new log
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.743337  1309 ts_tablet_manager.cc:1397] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.001s
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.743798  1309 raft_consensus.cc:348] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.743904  1309 raft_consensus.cc:374] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.743932  1309 raft_consensus.cc:729] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Initialized, Role: FOLLOWER
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744042  1309 consensus_queue.cc:260] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744165  1305 tablet_bootstrap.cc:492] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069: No bootstrap required, opened a new log
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744236  1305 ts_tablet_manager.cc:1397] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744277  1309 ts_tablet_manager.cc:1428] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.000s
15:59:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744663  1305 raft_consensus.cc:348] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744796  1305 raft_consensus.cc:374] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744832  1305 raft_consensus.cc:729] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Initialized, Role: FOLLOWER
15:59:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.744940  1305 consensus_queue.cc:260] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.745211  1305 ts_tablet_manager.cc:1428] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.750479  1306 tablet_bootstrap.cc:492] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17: No bootstrap required, opened a new log
15:59:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.750590  1306 ts_tablet_manager.cc:1397] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17: Time spent bootstrapping tablet: real 0.010s	user 0.002s	sys 0.000s
15:59:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.751014  1306 raft_consensus.cc:348] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.751130  1306 raft_consensus.cc:374] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.751163  1306 raft_consensus.cc:729] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0474c5e78e5142e1a1421439befd4b17, State: Initialized, Role: FOLLOWER
15:59:26.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.751278  1306 consensus_queue.cc:260] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.754108   543 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 6ccb7e24e95b4c98837b48ea229cb4be: testColumnAlterHandling-restore [id=fbe284b79a4b4e51a7169bfbed71f08f] alter complete (version 0)
15:59:26.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.756805  1306 ts_tablet_manager.cc:1428] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.000s
15:59:26.773 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:26.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.782157  1138 raft_consensus.cc:482] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:26.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.782325  1138 raft_consensus.cc:504] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.782799  1138 leader_election.cc:288] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:26.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.783704   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "03562c97230d4e409c758ab354ba3fd8" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:26.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.783869   724 raft_consensus.cc:2454] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 0.
15:59:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.784554   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "03562c97230d4e409c758ab354ba3fd8" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.784600   929 leader_election.cc:302] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94c75a4ea3ed49f196ced1a10acfdd37, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.784708   861 raft_consensus.cc:2454] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 0.
15:59:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.784816  1138 raft_consensus.cc:2781] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.784859  1138 raft_consensus.cc:482] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:26.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.784896  1138 raft_consensus.cc:3037] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.786152  1138 raft_consensus.cc:504] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.786533  1138 leader_election.cc:288] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [CANDIDATE]: Term 1 election: Requested vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453)
15:59:26.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.786959   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "03562c97230d4e409c758ab354ba3fd8" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:26.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.787074   861 raft_consensus.cc:3037] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.788216   861 raft_consensus.cc:2454] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 1.
15:59:26.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.788565   931 leader_election.cc:302] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: 0474c5e78e5142e1a1421439befd4b17, 94c75a4ea3ed49f196ced1a10acfdd37; no voters: 
15:59:26.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.789419   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "03562c97230d4e409c758ab354ba3fd8" candidate_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:26.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.789572   724 raft_consensus.cc:3037] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.790668   724 raft_consensus.cc:2454] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 94c75a4ea3ed49f196ced1a10acfdd37 in term 1.
15:59:26.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.791538  1138 raft_consensus.cc:2781] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election won for term 1
15:59:26.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.791706  1138 raft_consensus.cc:686] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 LEADER]: Becoming Leader. State: Replica: 94c75a4ea3ed49f196ced1a10acfdd37, State: Running, Role: LEADER
15:59:26.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.791849  1138 consensus_queue.cc:237] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.793 [INFO - ForkJoinPool-226-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:26.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.794260   544 catalog_manager.cc:5495] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 reported cstate change: term changed from 0 to 1, leader changed from <none> to 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131). New cstate: current_term: 1 leader_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: HEALTHY } } }
15:59:26.805 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:26.805 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:26.805 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:26.813 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 314.2 KiB, free 1993.0 MiB)
15:59:26.822 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.9 MiB)
15:59:26.823 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 28.7 KiB, free: 1993.7 MiB)
15:59:26.824 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
15:59:26.824 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12595837 bytes, open cost is considered as scanning 4194304 bytes.
15:59:26.835 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:26.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:26.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
15:59:26.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:26.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:26.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:26.838 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 30.8 KiB, free 1992.9 MiB)
15:59:26.840 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 11.2 KiB, free 1992.9 MiB)
15:59:26.840 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 11.2 KiB, free: 1993.7 MiB)
15:59:26.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:59:26.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:26.841 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
15:59:26.842 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5410 bytes) taskResourceAssignments Map()
15:59:26.842 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 9)
15:59:26.846 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:26.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table fbe284b79a4b4e51a7169bfbed71f08f
15:59:26.849 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/part-00002-b5c7ef77-b8b1-4189-8f87-bc14af0a4b84-c000.snappy.parquet, range: 0-4310, partition values: [empty row]
15:59:26.854 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/part-00000-b5c7ef77-b8b1-4189-8f87-bc14af0a4b84-c000.snappy.parquet, range: 0-4308, partition values: [empty row]
15:59:26.859 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526364535/part-00001-b5c7ef77-b8b1-4189-8f87-bc14af0a4b84-c000.snappy.parquet, range: 0-4307, partition values: [empty row]
15:59:26.864 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=10, operationSize=1480, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2d37a616, flushNotification=Deferred@2119030510(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:26.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.882606  1235 raft_consensus.cc:482] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:26.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.882784  1235 raft_consensus.cc:504] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.883280  1235 leader_election.cc:288] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.883752  1218 raft_consensus.cc:482] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:26.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.883868  1218 raft_consensus.cc:504] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.883986   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069" is_pre_election: true
15:59:26.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.884119   724 raft_consensus.cc:2454] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0474c5e78e5142e1a1421439befd4b17 in term 0.
15:59:26.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.884243  1218 leader_election.cc:288] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.884711   995 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.884814   992 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.884886   995 raft_consensus.cc:2454] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.885483   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.885608   861 raft_consensus.cc:2454] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.885450   658 leader_election.cc:302] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 94c75a4ea3ed49f196ced1a10acfdd37, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.885999  1218 raft_consensus.cc:2781] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.886054  1218 raft_consensus.cc:482] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.886092  1218 raft_consensus.cc:3037] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.886097   794 leader_election.cc:302] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 94c75a4ea3ed49f196ced1a10acfdd37
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.887305  1218 raft_consensus.cc:504] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.887687  1218 leader_election.cc:288] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 election: Requested vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.889098  1235 raft_consensus.cc:2781] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.889161  1235 raft_consensus.cc:482] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.889197  1235 raft_consensus.cc:3037] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.889541   992 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:26.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.889689   992 raft_consensus.cc:3037] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.890627   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.890784   992 raft_consensus.cc:2454] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.890822  1235 raft_consensus.cc:504] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.891124   658 leader_election.cc:302] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [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: 94c75a4ea3ed49f196ced1a10acfdd37, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.891186  1235 leader_election.cc:288] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 election: Requested vote from peers 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129:40085), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.891474   861 raft_consensus.cc:2379] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9e58c6a9afa949988e7e77e9dd29a069 in current term 1: Already voted for candidate 0474c5e78e5142e1a1421439befd4b17 in this term.
15:59:26.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.892325   724 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e58c6a9afa949988e7e77e9dd29a069"
15:59:26.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.892499   724 raft_consensus.cc:2379] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0474c5e78e5142e1a1421439befd4b17 in current term 1: Already voted for candidate 9e58c6a9afa949988e7e77e9dd29a069 in this term.
15:59:26.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.893019   992 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "eb3675f271ca42c4b8f01a7b33b23995" candidate_uuid: "0474c5e78e5142e1a1421439befd4b17" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:26.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.893205   992 raft_consensus.cc:2379] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0474c5e78e5142e1a1421439befd4b17 in current term 1: Already voted for candidate 9e58c6a9afa949988e7e77e9dd29a069 in this term.
15:59:26.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.893492  1218 raft_consensus.cc:2781] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election won for term 1
15:59:26.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.893544   795 leader_election.cc:302] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17; no voters: 94c75a4ea3ed49f196ced1a10acfdd37, 9e58c6a9afa949988e7e77e9dd29a069
15:59:26.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.893678  1218 raft_consensus.cc:686] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 LEADER]: Becoming Leader. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Running, Role: LEADER
15:59:26.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.893859  1218 consensus_queue.cc:237] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.894205  1235 raft_consensus.cc:2726] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
15:59:26.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.895857   544 catalog_manager.cc:5495] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129). New cstate: current_term: 1 leader_uuid: "9e58c6a9afa949988e7e77e9dd29a069" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } }
15:59:26.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.987493  1326 raft_consensus.cc:482] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:26.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.987891  1326 raft_consensus.cc:504] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.988405  1326 leader_election.cc:288] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.988855   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "b4c9eb4c37984d36ae0f4c1b4abca0c7" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17" is_pre_election: true
15:59:26.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.989107   992 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "b4c9eb4c37984d36ae0f4c1b4abca0c7" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" is_pre_election: true
15:59:26.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.989168   861 raft_consensus.cc:2454] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:26.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.989284   992 raft_consensus.cc:2454] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 0.
15:59:26.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.989694   659 leader_election.cc:302] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:26.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.989915  1326 raft_consensus.cc:2781] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:26.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.989977  1326 raft_consensus.cc:482] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:26.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.990028  1326 raft_consensus.cc:3037] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.991086  1326 raft_consensus.cc:504] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.991530  1326 leader_election.cc:288] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [CANDIDATE]: Term 1 election: Requested vote from peers 0474c5e78e5142e1a1421439befd4b17 (127.0.89.130:34453), 94c75a4ea3ed49f196ced1a10acfdd37 (127.0.89.131:32951)
15:59:26.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.991976   992 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "b4c9eb4c37984d36ae0f4c1b4abca0c7" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c75a4ea3ed49f196ced1a10acfdd37"
15:59:26.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.991977   861 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "b4c9eb4c37984d36ae0f4c1b4abca0c7" candidate_uuid: "9e58c6a9afa949988e7e77e9dd29a069" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0474c5e78e5142e1a1421439befd4b17"
15:59:26.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.992101   992 raft_consensus.cc:3037] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.992130   861 raft_consensus.cc:3037] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 0 FOLLOWER]: Advancing to term 1
15:59:26.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.993170   861 raft_consensus.cc:2454] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:26.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.993175   992 raft_consensus.cc:2454] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e58c6a9afa949988e7e77e9dd29a069 in term 1.
15:59:26.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.993556   659 leader_election.cc:302] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [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: 0474c5e78e5142e1a1421439befd4b17, 9e58c6a9afa949988e7e77e9dd29a069; no voters: 
15:59:26.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.993834  1326 raft_consensus.cc:2781] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Leader election won for term 1
15:59:26.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.993939  1326 raft_consensus.cc:686] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 LEADER]: Becoming Leader. State: Replica: 9e58c6a9afa949988e7e77e9dd29a069, State: Running, Role: LEADER
15:59:26.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.994107  1326 consensus_queue.cc:237] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [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: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } }
15:59:26.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:26.996222   535 catalog_manager.cc:5495] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e58c6a9afa949988e7e77e9dd29a069 (127.0.89.129). New cstate: current_term: 1 leader_uuid: "9e58c6a9afa949988e7e77e9dd29a069" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 } health_report { overall_health: UNKNOWN } } }
15:59:27.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.007 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.008 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.027 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.028 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.028 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.028 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.028 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.029 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.029 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.029 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.029 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.048 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.048 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.048 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.048 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.049 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.049 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.067 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.067 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.067 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.067 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.067 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.067 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.083947  1235 consensus_queue.cc:1035] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.088619  1330 consensus_queue.cc:1035] T 689a7ae40b5a4880a1e34bf126add479 P 0474c5e78e5142e1a1421439befd4b17 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.091 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.091 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.091 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.095337   861 raft_consensus.cc:1261] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:27.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.095402   992 raft_consensus.cc:1261] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:27.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.095721  1218 consensus_queue.cc:1035] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.095870  1326 consensus_queue.cc:1035] T b4c9eb4c37984d36ae0f4c1b4abca0c7 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.104 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 9). 5419 bytes result sent to driver
15:59:27.105 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 9) in 263 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:27.105 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:59:27.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.268 s
15:59:27.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:27.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:59:27.107 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.271491 s
15:59:27.107 [INFO - ForkJoinPool-226-worker-1] (KuduRestore.scala:104) Restoring table testColumnAlterHandling from path: file:/tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717
15:59:27.113 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:59:27.128 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 11.2 KiB, free: 1993.7 MiB)
15:59:27.131 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:27.137 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:27.139 [INFO - ForkJoinPool-226-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:27.139 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:59:27.144 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:27.144 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:27.145 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:27.151 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:27.163 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:27.163 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:27.164 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
15:59:27.165 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 12595658 bytes, open cost is considered as scanning 4194304 bytes.
15:59:27.176 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:27.177 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:27.177 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
15:59:27.177 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:27.177 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:27.178 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:27.180 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 29.3 KiB, free 1993.3 MiB)
15:59:27.181 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 11.1 KiB, free 1993.3 MiB)
15:59:27.182 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:43097 (size: 11.1 KiB, free: 1993.8 MiB)
15:59:27.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
15:59:27.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:27.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:59:27.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5410 bytes) taskResourceAssignments Map()
15:59:27.184 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 10)
15:59:27.187 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:27.189 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table fbe284b79a4b4e51a7169bfbed71f08f
15:59:27.190 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/part-00001-4e8ca9b4-d7b8-42e1-999e-53b1b7d2f788-c000.snappy.parquet, range: 0-4259, partition values: [empty row]
15:59:27.195 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/part-00003-4e8ca9b4-d7b8-42e1-999e-53b1b7d2f788-c000.snappy.parquet, range: 0-4259, partition values: [empty row]
15:59:27.196 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.196 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.196 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.197 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.197 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.197 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.197 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.197 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.198 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.198 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.198 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.198 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.198 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.198 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.198 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.198 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.199 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.199 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.199 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.199 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.199 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Reading File path: file:///tmp/backup171796795838446447/056394351ff24f018b1d95c481363935-testColumnAlterHandling/1783526365717/part-00000-4e8ca9b4-d7b8-42e1-999e-53b1b7d2f788-c000.snappy.parquet, range: 0-4228, partition values: [empty row]
15:59:27.204 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=15, operationSize=2215, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7fc5f061, flushNotification=Deferred@177700166(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:27.206 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 689a7ae40b5a4880a1e34bf126add479 for table 'testColumnAlterHandling-restore' with partition [0x80000000, 0x8000000A)
15:59:27.206 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.207 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=689a7ae40b5a4880a1e34bf126add479@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 689a7ae40b5a4880a1e34bf126add479 for table 'testColumnAlterHandling-restore' with partition [0x80000000, 0x8000000A)
15:59:27.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.207 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.207 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=689a7ae40b5a4880a1e34bf126add479@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.208 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 689a7ae40b5a4880a1e34bf126add479 for table 'testColumnAlterHandling-restore' with partition [0x80000000, 0x8000000A)
15:59:27.208 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.208 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.208 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.208 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=689a7ae40b5a4880a1e34bf126add479@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.208 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 689a7ae40b5a4880a1e34bf126add479 for table 'testColumnAlterHandling-restore' with partition [0x80000000, 0x8000000A)
15:59:27.209 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.209 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.209 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.209 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=689a7ae40b5a4880a1e34bf126add479@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.210 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 689a7ae40b5a4880a1e34bf126add479 for table 'testColumnAlterHandling-restore' with partition [0x80000000, 0x8000000A)
15:59:27.210 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.210 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.210 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.210 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=689a7ae40b5a4880a1e34bf126add479@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.215478   995 raft_consensus.cc:1261] T eb3675f271ca42c4b8f01a7b33b23995 P 94c75a4ea3ed49f196ced1a10acfdd37 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:27.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.215623   723 raft_consensus.cc:1261] T 03562c97230d4e409c758ab354ba3fd8 P 9e58c6a9afa949988e7e77e9dd29a069 [term 1 FOLLOWER]: Refusing update from remote peer 94c75a4ea3ed49f196ced1a10acfdd37: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.217124   861 raft_consensus.cc:1261] T 03562c97230d4e409c758ab354ba3fd8 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 94c75a4ea3ed49f196ced1a10acfdd37: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:27.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.217555   860 raft_consensus.cc:1261] T eb3675f271ca42c4b8f01a7b33b23995 P 0474c5e78e5142e1a1421439befd4b17 [term 1 FOLLOWER]: Refusing update from remote peer 9e58c6a9afa949988e7e77e9dd29a069: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:27.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.218426  1218 consensus_queue.cc:1035] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "94c75a4ea3ed49f196ced1a10acfdd37" member_type: VOTER last_known_addr { host: "127.0.89.131" port: 32951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.219534  1138 consensus_queue.cc:1035] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.219873  1138 consensus_queue.cc:1035] T 03562c97230d4e409c758ab354ba3fd8 P 94c75a4ea3ed49f196ced1a10acfdd37 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e58c6a9afa949988e7e77e9dd29a069" member_type: VOTER last_known_addr { host: "127.0.89.129" port: 40085 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.220487  1218 consensus_queue.cc:1035] T eb3675f271ca42c4b8f01a7b33b23995 P 9e58c6a9afa949988e7e77e9dd29a069 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0474c5e78e5142e1a1421439befd4b17" member_type: VOTER last_known_addr { host: "127.0.89.130" port: 34453 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:27.238 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 10). 5419 bytes result sent to driver
15:59:27.239 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 10) in 56 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:27.239 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:59:27.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.065 s
15:59:27.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:27.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:59:27.244 [INFO - ForkJoinPool-226-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.066955 s
15:59:27.244 [INFO - ForkJoinPool-226-worker-1] (KuduRestore.scala:237) Successfully restored table testColumnAlterHandling
15:59:27.246 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table fbe284b79a4b4e51a7169bfbed71f08f
15:59:27.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 689a7ae40b5a4880a1e34bf126add479 for table 'testColumnAlterHandling-restore' with partition [0x80000000, 0x8000000A)
15:59:27.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 03562c97230d4e409c758ab354ba3fd8 for table 'testColumnAlterHandling-restore' with partition [0x80000014, 0x8000001E)
15:59:27.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for table 'testColumnAlterHandling-restore' with partition [0x8000001E, 0x80000028)
15:59:27.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet eb3675f271ca42c4b8f01a7b33b23995 for table 'testColumnAlterHandling-restore' with partition [0x80000028, 0x80000032)
15:59:27.249 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000000, upperBoundPartitionKey=0x8000000A, ttl=299999, tablet=689a7ae40b5a4880a1e34bf126add479@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)[L],94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, NonCoveredRange{lowerBoundPartitionKey=0x8000000A, upperBoundPartitionKey=0x80000014, ttl=299999}, Tablet{lowerBoundPartitionKey=0x80000014, upperBoundPartitionKey=0x8000001E, ttl=299999, tablet=03562c97230d4e409c758ab354ba3fd8@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)[L],9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)]}, Tablet{lowerBoundPartitionKey=0x8000001E, upperBoundPartitionKey=0x80000028, ttl=299999, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, Tablet{lowerBoundPartitionKey=0x80000028, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=eb3675f271ca42c4b8f01a7b33b23995@[0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453),94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951),9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999}]
15:59:27.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC ScanRequest(scannerId=null, state=OPENING, attempt=1, KuduRpc(method=Scan, tablet=null, attempt=1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.0.89.188:33817, [1ms] Sub RPC GetTableLocations: received response from server master-127.0.89.188:33817: OK, deferred=null)) after lookup
15:59:27.253 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 5 rows, more = false) for scanner KuduScanner(table=testColumnAlterHandling-restore, tablet=689a7ae40b5a4880a1e34bf126add479, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:27.253 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet 689a7ae40b5a4880a1e34bf126add479 for partition [0x80000000, 0x8000000A) with scanner id null
15:59:27.261 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 5 rows, more = false) for scanner KuduScanner(table=testColumnAlterHandling-restore, tablet=03562c97230d4e409c758ab354ba3fd8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:27.261 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:826) Done scanning tablet 03562c97230d4e409c758ab354ba3fd8 for partition [0x80000014, 0x8000001E) with scanner id null
15:59:27.268 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10 rows, more = false) for scanner KuduScanner(table=testColumnAlterHandling-restore, tablet=b4c9eb4c37984d36ae0f4c1b4abca0c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:27.268 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet b4c9eb4c37984d36ae0f4c1b4abca0c7 for partition [0x8000001E, 0x80000028) with scanner id null
15:59:27.272 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 5 rows, more = false) for scanner KuduScanner(table=testColumnAlterHandling-restore, tablet=eb3675f271ca42c4b8f01a7b33b23995, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:27.273 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:826) Done scanning tablet eb3675f271ca42c4b8f01a7b33b23995 for partition [0x80000028, 0x80000032) with scanner id null
15:59:27.285 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:27.325 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:27.325 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:27.331 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:27.333 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:27.337 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:27.338 [DEBUG - main] (Connection.java:575) [peer master-127.0.89.190:35299(127.0.89.190:35299)] disconnecting while in state READY
15:59:27.338 [DEBUG - main] (Connection.java:575) [peer master-127.0.89.188:33817(127.0.89.188:33817)] disconnecting while in state READY
15:59:27.338 [DEBUG - main] (Connection.java:575) [peer 9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)] disconnecting while in state READY
15:59:27.338 [DEBUG - main] (Connection.java:575) [peer 0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)] disconnecting while in state READY
15:59:27.338 [DEBUG - main] (Connection.java:575) [peer master-127.0.89.189:35341(127.0.89.189:35341)] disconnecting while in state READY
15:59:27.339 [DEBUG - main] (Connection.java:575) [peer 94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)] disconnecting while in state READY
15:59:27.340 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.89.188:33817(127.0.89.188:33817)] handling channelInactive
15:59:27.340 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.89.188:33817(127.0.89.188:33817)] cleaning up while in state READY due to: connection closed
15:59:27.340 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)] handling channelInactive
15:59:27.340 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:27.340 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 9e58c6a9afa949988e7e77e9dd29a069(127.0.89.129:40085)] cleaning up while in state READY due to: connection closed
15:59:27.340 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)] handling channelInactive
15:59:27.340 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 0474c5e78e5142e1a1421439befd4b17(127.0.89.130:34453)] cleaning up while in state READY due to: connection closed
15:59:27.342 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.89.190:35299(127.0.89.190:35299)] handling channelInactive
15:59:27.343 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.89.190:35299(127.0.89.190:35299)] cleaning up while in state READY due to: connection closed
15:59:27.343 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.89.189:35341(127.0.89.189:35341)] handling channelInactive
15:59:27.343 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.89.189:35341(127.0.89.189:35341)] cleaning up while in state READY due to: connection closed
15:59:27.343 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)] handling channelInactive
15:59:27.343 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 94c75a4ea3ed49f196ced1a10acfdd37(127.0.89.131:32951)] cleaning up while in state READY due to: connection closed
15:59:27.344 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 28 thread-local buffer(s) from thread: kudu-nio-0
15:59:27.353 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 42 thread-local buffer(s) from thread: kudu-nio-1
15:59:27.372 [DEBUG - main] (Connection.java:575) [peer master-127.0.89.190:35299(127.0.89.190:35299)] disconnecting while in state READY
15:59:27.373 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.89.190:35299(127.0.89.190:35299)] handling channelInactive
15:59:27.374 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.89.190:35299(127.0.89.190:35299)] cleaning up while in state READY due to: connection closed
15:59:27.374 [DEBUG - main] (Connection.java:575) [peer master-127.0.89.188:33817(127.0.89.188:33817)] disconnecting while in state READY
15:59:27.375 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.89.188:33817(127.0.89.188:33817)] handling channelInactive
15:59:27.375 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.89.188:33817(127.0.89.188:33817)] cleaning up while in state READY due to: connection closed
15:59:27.376 [DEBUG - main] (Connection.java:575) [peer master-127.0.89.189:35341(127.0.89.189:35341)] disconnecting while in state READY
15:59:27.376 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.89.189:35341(127.0.89.189:35341)] handling channelInactive
15:59:27.377 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.89.189:35341(127.0.89.189:35341)] cleaning up while in state READY due to: connection closed
15:59:27.377 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:27.378 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 20 thread-local buffer(s) from thread: kudu-nio-0
15:59:27.378 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 25 thread-local buffer(s) from thread: kudu-nio-1
15:59:27.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.382432   358 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 642
15:59:27.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.390475   358 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 779
15:59:27.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.400642   358 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 914
15:59:27.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.407588   358 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 369
15:59:27.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.414948   358 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 440
15:59:27.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.423517   358 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 510
15:59:27.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:27Z chronyd exiting
.15:59:27.492 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526367492
15:59:27.495 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:27.495 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:27.495 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:27.495 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:27.495 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:27.497 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:27.613 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:27.613 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:27.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.615041  1380 mini_oidc.cc:152] Starting JWKS server
15:59:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.617439  1380 webserver.cc:460] Webserver started at http://127.0.0.1:33223/ using document root <none> and password file <none>
15:59:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.617601  1380 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:27.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.617866  1380 webserver.cc:460] Webserver started at http://127.0.0.1:36159/ using document root <none> and password file <none>
15:59:27.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:27Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:27.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:27Z Disabled control of system clock
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.635914  1380 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/logs
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data/info.pb
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.62:44915
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.62
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33223/jwks.json with env {}
15:59:27.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.752511  1391 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:27.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.752873  1391 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:27.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.752933  1391 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.757084  1391 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.757187  1391 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.757218  1391 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.757239  1391 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.757262  1391 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.757280  1391 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33223/jwks.json
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.762197  1391 master_runner.cc:386] Master server non-default flags:
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.62:44915
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33223/jwks.json
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data/info.pb
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.62
15:59:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1391
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/logs
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:27.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.763599  1391 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:59:27.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.765040  1391 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:27.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.773729  1399 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:59:27.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.773708  1397 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:59:27.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.773708  1396 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:59:27.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.774056  1391 server_base.cc:1034] running on GCE node
15:59:27.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.774887  1391 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:27.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.776011  1391 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:27.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.777187  1391 hybrid_clock.cc:648] HybridClock initialized: now 1783526367777173 us; error 32 us; skew 500 ppm
15:59:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.784034  1391 webserver.cc:460] Webserver started at http://127.1.89.62:39975/ using document root <none> and password file <none>
15:59:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.784623  1391 fs_manager.cc:359] Metadata directory not provided
15:59:27.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.784690  1391 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.784937  1391 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.786893  1391 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data/instance:
15:59:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9382fc6067a94875b59ead5a7a353b8a"
15:59:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:27 on dist-test-slave-vt7w"
15:59:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.787490  1391 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal/instance:
15:59:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9382fc6067a94875b59ead5a7a353b8a"
15:59:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:27 on dist-test-slave-vt7w"
15:59:27.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.791316  1391 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:59:27.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.794162  1405 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.795928  1391 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.001s
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.796257  1391 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9382fc6067a94875b59ead5a7a353b8a"
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:27 on dist-test-slave-vt7w"
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.796416  1391 fs_report.cc:383] FS layout report
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal
15:59:27.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data/data
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:27.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.823192  1391 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:27.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.823907  1391 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:59:27.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.824069  1391 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:27.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.831708  1391 rpc_server.cc:307] RPC server started. Bound to: 127.1.89.62:44915
15:59:27.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.831715  1457 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.1.89.62:44915 every 8 connection(s)
15:59:27.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.832684  1391 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/data/info.pb
15:59:27.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.836354  1458 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:59:27.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.840054  1458 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } has no permanent_uuid. Determining permanent_uuid...
15:59:27.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.843205  1380 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 1391
15:59:27.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.843372  1380 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-0/wal/instance
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.844990  1380 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/logs
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data/info.pb
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.61:35259
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.61
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:27.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33223/jwks.json with env {}
15:59:27.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.854235  1458 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } has no permanent_uuid. Determining permanent_uuid...
15:59:27.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.855185  1406 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.89.61:35259: connect: Connection refused (error 111)
15:59:27.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.856187  1458 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.61:35259: Network error: Client connection negotiation failed: client connection to 127.1.89.61:35259: connect: Connection refused (error 111)
15:59:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.905463  1458 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } attempt: 1
15:59:27.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.907122  1458 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.61:35259: Network error: Client connection negotiation failed: client connection to 127.1.89.61:35259: connect: Connection refused (error 111)
15:59:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.963630  1462 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.963927  1462 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.963966  1462 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:27.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.968091  1462 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:27.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.968170  1462 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:27.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.968189  1462 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:27.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.968205  1462 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:27.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.968222  1462 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:27.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.968236  1462 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33223/jwks.json
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.973533  1462 master_runner.cc:386] Master server non-default flags:
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data
15:59:27.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.61:35259
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33223/jwks.json
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data/info.pb
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.61
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1462
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/logs
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:27.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.974709  1462 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:59:27.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.975330  1458 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } attempt: 2
15:59:27.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.976348  1462 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:27.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.977078  1458 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.61:35259: Network error: Client connection negotiation failed: client connection to 127.1.89.61:35259: connect: Connection refused (error 111)
15:59:27.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.986097  1469 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:59:27.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.986097  1468 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:59:27.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:27.986129  1471 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:59:27.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.986230  1462 server_base.cc:1034] running on GCE node
15:59:27.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.987156  1462 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:27.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.988377  1462 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:27.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.989617  1462 hybrid_clock.cc:648] HybridClock initialized: now 1783526367989466 us; error 163 us; skew 500 ppm
15:59:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.991760  1462 webserver.cc:460] Webserver started at http://127.1.89.61:38883/ using document root <none> and password file <none>
15:59:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.992458  1462 fs_manager.cc:359] Metadata directory not provided
15:59:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.992570  1462 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:27.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.992897  1462 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:27.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.995296  1462 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data/instance:
15:59:27.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd367784683545e2a20cc23b3fd4d954"
15:59:27.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:27 on dist-test-slave-vt7w"
15:59:27.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:27.996063  1462 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal/instance:
15:59:27.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd367784683545e2a20cc23b3fd4d954"
15:59:27.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:27 on dist-test-slave-vt7w"
15:59:28.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.000679  1462 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
15:59:28.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.003825  1477 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.005229  1462 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.005378  1462 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd367784683545e2a20cc23b3fd4d954"
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:27 on dist-test-slave-vt7w"
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.005537  1462 fs_report.cc:383] FS layout report
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data/data
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:28.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:28.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.016139  1462 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:28.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.017047  1462 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:59:28.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.017294  1462 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:28.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.025130  1462 rpc_server.cc:307] RPC server started. Bound to: 127.1.89.61:35259
15:59:28.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.025156  1529 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.1.89.61:35259 every 8 connection(s)
15:59:28.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.026185  1462 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/data/info.pb
15:59:28.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.029593  1530 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:59:28.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.032011  1380 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 1462
15:59:28.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.032181  1380 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-1/wal/instance
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.033154  1380 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/logs
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data/info.pb
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.60:41543
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.60
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33223/jwks.json with env {}
15:59:28.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.033802  1530 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.048215  1530 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.055603  1530 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.056497  1478 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.057606  1530 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.60:41543: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.068313  1458 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } attempt: 3
15:59:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.073817  1458 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.075119  1458 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.60:41543: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.106313  1458 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } attempt: 1
15:59:28.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.106860  1530 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } attempt: 1
15:59:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.107990  1458 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.60:41543: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.108613  1530 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.60:41543: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.153261  1532 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.153573  1532 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.153613  1532 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:28.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.157784  1532 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.157850  1532 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.157867  1532 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.157883  1532 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.157900  1532 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.157913  1532 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33223/jwks.json
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.162568  1532 master_runner.cc:386] Master server non-default flags:
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.60:41543
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33223/jwks.json
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data/info.pb
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.60
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1532
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/logs
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:28.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.163654  1532 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:59:28.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.164980  1532 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.173854  1532 server_base.cc:1034] running on GCE node
15:59:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.173810  1540 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:59:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.174005  1541 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:59:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.173873  1543 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:59:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.174741  1532 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:28.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.175984  1532 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.176813  1530 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } attempt: 2
15:59:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.177304  1532 hybrid_clock.cc:648] HybridClock initialized: now 1783526368177261 us; error 56 us; skew 500 ppm
15:59:28.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.178929  1530 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.60:41543: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.179837  1532 webserver.cc:460] Webserver started at http://127.1.89.60:42437/ using document root <none> and password file <none>
15:59:28.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.180445  1532 fs_manager.cc:359] Metadata directory not provided
15:59:28.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.180522  1532 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:28.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.180699  1532 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.182885  1532 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data/instance:
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "644fc91fa7364174a25b02bdc433bcc3"
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.183176  1458 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } attempt: 2
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.183547  1532 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal/instance:
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "644fc91fa7364174a25b02bdc433bcc3"
15:59:28.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.184580  1458 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.1.89.60:41543: Network error: Client connection negotiation failed: client connection to 127.1.89.60:41543: connect: Connection refused (error 111)
15:59:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.187597  1532 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:28.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.190536  1549 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.191919  1532 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.192086  1532 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "644fc91fa7364174a25b02bdc433bcc3"
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.192240  1532 fs_report.cc:383] FS layout report
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data/data
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:28.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.216602  1532 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.217428  1532 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:59:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.217670  1532 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:28.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.225586  1532 rpc_server.cc:307] RPC server started. Bound to: 127.1.89.60:41543
15:59:28.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.225610  1601 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.1.89.60:41543 every 8 connection(s)
15:59:28.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.226610  1532 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/data/info.pb
15:59:28.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.230195  1602 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:59:28.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.230329  1380 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 1532
15:59:28.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.230404  1380 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/master-2/wal/instance
15:59:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.234747  1602 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.245524  1602 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.251544  1602 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } has no permanent_uuid. Determining permanent_uuid...
15:59:28.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.258594  1602 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: Bootstrap starting.
15:59:28.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.261528  1602 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: Neither blocks nor log segments found. Creating new log.
15:59:28.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.262295  1602 log.cc:824] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: Log is configured to *not* fsync() on all Append() calls
15:59:28.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.264302  1602 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: No bootstrap required, opened a new log
15:59:28.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.268895  1602 raft_consensus.cc:348] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.269153  1602 raft_consensus.cc:374] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:28.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.269189  1602 raft_consensus.cc:729] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 644fc91fa7364174a25b02bdc433bcc3, State: Initialized, Role: FOLLOWER
15:59:28.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.269603  1602 consensus_queue.cc:260] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.270112  1611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.270255  1530 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } attempt: 3
15:59:28.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.270314  1611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.271049  1602 sys_catalog.cc:564] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [sys.catalog]: configured and running, proceeding with master startup.
15:59:28.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.277233  1622 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:28.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.277544  1622 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:28.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.275287  1532 master_runner.cc:186] Error getting master registration for 127.1.89.62:44915: OK, instance_id { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" instance_seqno: 1783526367829853 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:28.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.279028  1532 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.281162  1530 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: Bootstrap starting.
15:59:28.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.283643  1530 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: Neither blocks nor log segments found. Creating new log.
15:59:28.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.283806  1458 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } attempt: 3
15:59:28.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.285210  1530 log.cc:824] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: Log is configured to *not* fsync() on all Append() calls
15:59:28.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.287812  1530 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: No bootstrap required, opened a new log
15:59:28.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.292268  1530 raft_consensus.cc:348] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.292527  1530 raft_consensus.cc:374] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:28.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.292583  1530 raft_consensus.cc:729] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd367784683545e2a20cc23b3fd4d954, State: Initialized, Role: FOLLOWER
15:59:28.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.292972  1458 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: Bootstrap starting.
15:59:28.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.293171  1530 consensus_queue.cc:260] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.293888  1625 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.294145  1625 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.294835  1530 sys_catalog.cc:564] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: configured and running, proceeding with master startup.
15:59:28.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.298264  1458 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: Neither blocks nor log segments found. Creating new log.
15:59:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.300034  1458 log.cc:824] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: Log is configured to *not* fsync() on all Append() calls
15:59:28.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.299389  1462 master_runner.cc:186] Error getting master registration for 127.1.89.62:44915: OK, instance_id { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" instance_seqno: 1783526367829853 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:28.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.302755  1462 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:28.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.302992  1458 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: No bootstrap required, opened a new log
15:59:28.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.307227  1458 raft_consensus.cc:348] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.307703  1458 raft_consensus.cc:374] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:28.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.307874  1458 raft_consensus.cc:729] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9382fc6067a94875b59ead5a7a353b8a, State: Initialized, Role: FOLLOWER
15:59:28.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.308625  1636 catalog_manager.cc:1558] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:28.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.308579  1458 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.308887  1636 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:28.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.310122  1458 sys_catalog.cc:564] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [sys.catalog]: configured and running, proceeding with master startup.
15:59:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.314738  1639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.315124  1639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.316723  1650 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:28.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.316991  1650 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:28.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.320154  1391 master_runner.cc:263] No leader master found from master 9382fc6067a94875b59ead5a7a353b8a
15:59:28.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.320242  1391 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.325969  1411 tablet.cc:2369] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:28.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.469236  1555 tablet.cc:2369] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:28.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.484885  1625 raft_consensus.cc:482] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:28.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.485121  1625 raft_consensus.cc:504] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.486241  1625 leader_election.cc:288] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9382fc6067a94875b59ead5a7a353b8a (127.1.89.62:44915), 644fc91fa7364174a25b02bdc433bcc3 (127.1.89.60:41543)
15:59:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.486876  1576 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dd367784683545e2a20cc23b3fd4d954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "644fc91fa7364174a25b02bdc433bcc3" is_pre_election: true
15:59:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.486876  1432 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dd367784683545e2a20cc23b3fd4d954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9382fc6067a94875b59ead5a7a353b8a" is_pre_election: true
15:59:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.487196  1576 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd367784683545e2a20cc23b3fd4d954 in term 0.
15:59:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.487196  1432 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd367784683545e2a20cc23b3fd4d954 in term 0.
15:59:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.487717  1478 leader_election.cc:302] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 644fc91fa7364174a25b02bdc433bcc3, dd367784683545e2a20cc23b3fd4d954; no voters: 
15:59:28.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.488083  1625 raft_consensus.cc:2781] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:28.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.488179  1625 raft_consensus.cc:482] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:28.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.488226  1625 raft_consensus.cc:3037] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 0 FOLLOWER]: Advancing to term 1
15:59:28.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.489352  1625 raft_consensus.cc:504] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.489758  1625 leader_election.cc:288] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [CANDIDATE]: Term 1 election: Requested vote from peers 9382fc6067a94875b59ead5a7a353b8a (127.1.89.62:44915), 644fc91fa7364174a25b02bdc433bcc3 (127.1.89.60:41543)
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.490145  1576 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dd367784683545e2a20cc23b3fd4d954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "644fc91fa7364174a25b02bdc433bcc3"
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.490283  1576 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 0 FOLLOWER]: Advancing to term 1
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.490535  1432 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dd367784683545e2a20cc23b3fd4d954" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9382fc6067a94875b59ead5a7a353b8a"
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.490661  1432 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 0 FOLLOWER]: Advancing to term 1
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.491472  1576 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd367784683545e2a20cc23b3fd4d954 in term 1.
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.491809  1478 leader_election.cc:302] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [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: 644fc91fa7364174a25b02bdc433bcc3, dd367784683545e2a20cc23b3fd4d954; no voters: 
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.491889  1432 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd367784683545e2a20cc23b3fd4d954 in term 1.
15:59:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.492354  1625 raft_consensus.cc:2781] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 1 FOLLOWER]: Leader election won for term 1
15:59:28.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.492570  1625 raft_consensus.cc:686] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [term 1 LEADER]: Becoming Leader. State: Replica: dd367784683545e2a20cc23b3fd4d954, State: Running, Role: LEADER
15:59:28.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.492936  1625 consensus_queue.cc:237] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [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: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } }
15:59:28.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.495308  1652 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dd367784683545e2a20cc23b3fd4d954. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.495436  1652 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: This master's current role is: LEADER
15:59:28.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.496134  1654 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:28.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.497378  1654 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:28.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.501948  1576 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [term 1 FOLLOWER]: Refusing update from remote peer dd367784683545e2a20cc23b3fd4d954: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:28.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.502357  1432 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [term 1 FOLLOWER]: Refusing update from remote peer dd367784683545e2a20cc23b3fd4d954: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:28.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.502820  1625 consensus_queue.cc:1035] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [LEADER]: Connected to new peer: Peer: permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:28.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.502975  1652 consensus_queue.cc:1035] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.506835  1611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dd367784683545e2a20cc23b3fd4d954. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.506987  1611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.507149  1639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [sys.catalog]: SysCatalogTable state changed. Reason: New leader dd367784683545e2a20cc23b3fd4d954. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.507272  1639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.511729  1625 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.511870  1625 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: This master's current role is: LEADER
15:59:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.512281  1639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.512413  1639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.513559  1652 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.513680  1652 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954 [sys.catalog]: This master's current role is: LEADER
15:59:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.513101  1657 mvcc.cc:205] Tried to move back new op lower bound from 7305324005376598016 to 7305324005349400576. Current Snapshot: MvccSnapshot[applied={T|T < 7305324005376598016}]
15:59:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.514714  1611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dd367784683545e2a20cc23b3fd4d954" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9382fc6067a94875b59ead5a7a353b8a" member_type: VOTER last_known_addr { host: "127.1.89.62" port: 44915 } } peers { permanent_uuid: "dd367784683545e2a20cc23b3fd4d954" member_type: VOTER last_known_addr { host: "127.1.89.61" port: 35259 } } peers { permanent_uuid: "644fc91fa7364174a25b02bdc433bcc3" member_type: VOTER last_known_addr { host: "127.1.89.60" port: 41543 } } }
15:59:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.514838  1611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:28.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.514842  1654 catalog_manager.cc:1347] Generated new cluster ID: 7ef7ff25c7c547fdb9336ba2178d77cf
15:59:28.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.514889  1654 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:28.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.538383  1654 catalog_manager.cc:1370] Generated new certificate authority record
15:59:28.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.539713  1654 catalog_manager.cc:1504] Loading token signing keys...
15:59:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.549719  1654 catalog_manager.cc:5868] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: Generated new TSK 0
15:59:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.550784  1654 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.557111  1380 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/logs
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data/info.pb
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.1:0
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.1.89.1
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.1
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:28.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.674247  1664 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:28.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.674577  1664 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:28.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.674639  1664 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.679252  1664 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:28.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.679409  1664 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.1.89.1
15:59:28.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.684551  1664 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:28.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:28.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.1:0
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data/info.pb
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.1
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1664
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.1.89.1
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/logs
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:28.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.685945  1664 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:59:28.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.687376  1664 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.697850  1672 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:59:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.697881  1670 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:59:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.697850  1669 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:59:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.698175  1664 server_base.cc:1034] running on GCE node
15:59:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.698824  1664 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:28.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.699498  1664 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:28.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.700682  1664 hybrid_clock.cc:648] HybridClock initialized: now 1783526368700652 us; error 58 us; skew 500 ppm
15:59:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.702804  1664 webserver.cc:460] Webserver started at http://127.1.89.1:37293/ using document root <none> and password file <none>
15:59:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.703469  1664 fs_manager.cc:359] Metadata directory not provided
15:59:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.703543  1664 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.703728  1664 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:28.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.705672  1664 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data/instance:
15:59:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4646b997d8b7456cac3e447399a08f16"
15:59:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.706182  1664 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal/instance:
15:59:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4646b997d8b7456cac3e447399a08f16"
15:59:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.710582  1664 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:28.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.713441  1678 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.714785  1664 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.714938  1664 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4646b997d8b7456cac3e447399a08f16"
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.715106  1664 fs_report.cc:383] FS layout report
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data/data
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.733911  1664 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.734777  1664 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:59:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.735008  1664 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:28.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.735677  1664 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.736833  1664 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.736898  1664 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.736953  1664 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.736979  1664 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:28.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.746773  1664 rpc_server.cc:307] RPC server started. Bound to: 127.1.89.1:34423
15:59:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.746799  1791 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.1.89.1:34423 every 8 connection(s)
15:59:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.747764  1664 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/data/info.pb
15:59:28.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.754662  1380 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 1664
15:59:28.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.754755  1380 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-0/wal/instance
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.758021  1380 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/logs
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data/info.pb
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.2:0
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.1.89.2
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.2
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.761435  1793 heartbeater.cc:347] Connected to a master server at 127.1.89.62:44915
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.761482  1792 heartbeater.cc:347] Connected to a master server at 127.1.89.60:41543
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.761534  1794 heartbeater.cc:347] Connected to a master server at 127.1.89.61:35259
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.761677  1794 heartbeater.cc:464] Registering TS with master...
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.761677  1792 heartbeater.cc:464] Registering TS with master...
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.761677  1793 heartbeater.cc:464] Registering TS with master...
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.762281  1794 heartbeater.cc:511] Master 127.1.89.61:35259 requested a full tablet report, sending...
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.762292  1792 heartbeater.cc:511] Master 127.1.89.60:41543 requested a full tablet report, sending...
15:59:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.762296  1793 heartbeater.cc:511] Master 127.1.89.62:44915 requested a full tablet report, sending...
15:59:28.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.763962  1494 ts_manager.cc:194] Registered new tserver with Master: 4646b997d8b7456cac3e447399a08f16 (127.1.89.1:34423)
15:59:28.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.763962  1422 ts_manager.cc:194] Registered new tserver with Master: 4646b997d8b7456cac3e447399a08f16 (127.1.89.1:34423)
15:59:28.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.765340  1566 ts_manager.cc:194] Registered new tserver with Master: 4646b997d8b7456cac3e447399a08f16 (127.1.89.1:34423)
15:59:28.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.765661  1494 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.1.89.1:51409
15:59:28.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.874886  1801 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:28.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.875206  1801 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:28.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.875259  1801 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.879567  1801 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.879734  1801 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.1.89.2
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.884701  1801 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.2:0
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data/info.pb
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.2
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1801
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.1.89.2
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/logs
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:28.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:28.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.886219  1801 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:59:28.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.887650  1801 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:28.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.898106  1809 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:59:28.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.898113  1807 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:59:28.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.898305  1801 server_base.cc:1034] running on GCE node
15:59:28.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:28.898109  1806 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:59:28.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.899080  1801 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:28.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.899767  1801 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:28.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.900935  1801 hybrid_clock.cc:648] HybridClock initialized: now 1783526368900914 us; error 36 us; skew 500 ppm
15:59:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.902971  1801 webserver.cc:460] Webserver started at http://127.1.89.2:33985/ using document root <none> and password file <none>
15:59:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.903546  1801 fs_manager.cc:359] Metadata directory not provided
15:59:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.903607  1801 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.903772  1801 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.905778  1801 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data/instance:
15:59:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77b8c994bc82427aafe807681e14fe62"
15:59:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.906351  1801 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal/instance:
15:59:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77b8c994bc82427aafe807681e14fe62"
15:59:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.910262  1801 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.913089  1815 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.914439  1801 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.914548  1801 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "77b8c994bc82427aafe807681e14fe62"
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:28 on dist-test-slave-vt7w"
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.914637  1801 fs_report.cc:383] FS layout report
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data/data
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:28.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:28.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.929591  1801 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.930253  1801 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:59:28.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.930403  1801 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.930914  1801 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.931838  1801 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.931886  1801 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.931926  1801 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.931942  1801 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.941347  1801 rpc_server.cc:307] RPC server started. Bound to: 127.1.89.2:33215
15:59:28.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.941366  1928 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.1.89.2:33215 every 8 connection(s)
15:59:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.942279  1801 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/data/info.pb
15:59:28.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.946964  1380 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 1801
15:59:28.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.947058  1380 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-1/wal/instance
15:59:28.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.952288  1380 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/logs
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data/info.pb
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.3:0
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.1.89.3
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.3
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.955756  1930 heartbeater.cc:347] Connected to a master server at 127.1.89.62:44915
15:59:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.955806  1931 heartbeater.cc:347] Connected to a master server at 127.1.89.61:35259
15:59:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956032  1931 heartbeater.cc:464] Registering TS with master...
15:59:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956064  1929 heartbeater.cc:347] Connected to a master server at 127.1.89.60:41543
15:59:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956161  1929 heartbeater.cc:464] Registering TS with master...
15:59:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956684  1931 heartbeater.cc:511] Master 127.1.89.61:35259 requested a full tablet report, sending...
15:59:28.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956032  1930 heartbeater.cc:464] Registering TS with master...
15:59:28.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956944  1930 heartbeater.cc:511] Master 127.1.89.62:44915 requested a full tablet report, sending...
15:59:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.957877  1494 ts_manager.cc:194] Registered new tserver with Master: 77b8c994bc82427aafe807681e14fe62 (127.1.89.2:33215)
15:59:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.958005  1422 ts_manager.cc:194] Registered new tserver with Master: 77b8c994bc82427aafe807681e14fe62 (127.1.89.2:33215)
15:59:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.956687  1929 heartbeater.cc:511] Master 127.1.89.60:41543 requested a full tablet report, sending...
15:59:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.958631  1494 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.1.89.2:52107
15:59:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:28.959538  1566 ts_manager.cc:194] Registered new tserver with Master: 77b8c994bc82427aafe807681e14fe62 (127.1.89.2:33215)
15:59:29.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.073429  1936 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:29.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.073740  1936 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:29.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.073793  1936 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:29.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.077934  1936 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:29.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.078087  1936 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.1.89.3
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.083097  1936 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.89.20:40613
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.89.3:0
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data/info.pb
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.89.3
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.1.89.62:44915,127.1.89.61:35259,127.1.89.60:41543
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1936
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.1.89.3
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/logs
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:29.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.084517  1936 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:59:29.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.086043  1936 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:29.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.096413  1936 server_base.cc:1034] running on GCE node
15:59:29.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.096325  1944 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:59:29.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.096325  1942 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:59:29.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:29.096717  1941 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:59:29.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.097266  1936 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:29.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.097915  1936 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:29.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.099134  1936 hybrid_clock.cc:648] HybridClock initialized: now 1783526369099111 us; error 37 us; skew 500 ppm
15:59:29.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.101194  1936 webserver.cc:460] Webserver started at http://127.1.89.3:39367/ using document root <none> and password file <none>
15:59:29.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.101737  1936 fs_manager.cc:359] Metadata directory not provided
15:59:29.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.101796  1936 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:29.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.101958  1936 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:29.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.103956  1936 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data/instance:
15:59:29.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8"
15:59:29.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:29 on dist-test-slave-vt7w"
15:59:29.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.104470  1936 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal/instance:
15:59:29.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8"
15:59:29.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:29 on dist-test-slave-vt7w"
15:59:29.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.108193  1936 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:29.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.111135  1950 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:29.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.112717  1936 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.112900  1936 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8"
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:29 on dist-test-slave-vt7w"
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.113020  1936 fs_report.cc:383] FS layout report
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data/data
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:29.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:29.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.147187  1936 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:29.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.147913  1936 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:59:29.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.148090  1936 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:29.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.148699  1936 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:29.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.149844  1936 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:29.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.149930  1936 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:29.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.149998  1936 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:29.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.150023  1936 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:29.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.159686  1936 rpc_server.cc:307] RPC server started. Bound to: 127.1.89.3:38137
15:59:29.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.159706  2063 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.1.89.3:38137 every 8 connection(s)
15:59:29.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.160689  1936 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/data/info.pb
15:59:29.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.170564  1380 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 1936
15:59:29.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.170710  1380 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster207634274004738295/ts-2/wal/instance
15:59:29.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.174044  2064 heartbeater.cc:347] Connected to a master server at 127.1.89.60:41543
15:59:29.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.174139  2066 heartbeater.cc:347] Connected to a master server at 127.1.89.61:35259
15:59:29.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.174330  2064 heartbeater.cc:464] Registering TS with master...
15:59:29.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.174329  2066 heartbeater.cc:464] Registering TS with master...
15:59:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.175089  2064 heartbeater.cc:511] Master 127.1.89.60:41543 requested a full tablet report, sending...
15:59:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.175089  2066 heartbeater.cc:511] Master 127.1.89.61:35259 requested a full tablet report, sending...
15:59:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.175447  2065 heartbeater.cc:347] Connected to a master server at 127.1.89.62:44915
15:59:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.175524  2065 heartbeater.cc:464] Registering TS with master...
15:59:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.175709  2065 heartbeater.cc:511] Master 127.1.89.62:44915 requested a full tablet report, sending...
15:59:29.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.176307  1494 ts_manager.cc:194] Registered new tserver with Master: 9ccc04f28d124509bd2a0e9cb5cd02b8 (127.1.89.3:38137)
15:59:29.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.177109  1494 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.1.89.3:34459
15:59:29.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.177107  1566 ts_manager.cc:194] Registered new tserver with Master: 9ccc04f28d124509bd2a0e9cb5cd02b8 (127.1.89.3:38137)
15:59:29.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.177671  1422 ts_manager.cc:194] Registered new tserver with Master: 9ccc04f28d124509bd2a0e9cb5cd02b8 (127.1.89.3:38137)
15:59:29.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.191807  1380 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:29.192 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:29.192 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:29.193 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.89.62"
      port: 44915
    }
    bound_http_address {
      host: "127.1.89.62"
      port: 39975
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.89.61"
      port: 35259
    }
    bound_http_address {
      host: "127.1.89.61"
      port: 38883
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.89.60"
      port: 41543
    }
    bound_http_address {
      host: "127.1.89.60"
      port: 42437
    }
  }
}

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

15:59:29.195 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.89.1"
      port: 34423
    }
    bound_http_address {
      host: "127.1.89.1"
      port: 37293
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.89.2"
      port: 33215
    }
    bound_http_address {
      host: "127.1.89.2"
      port: 33985
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.89.3"
      port: 38137
    }
    bound_http_address {
      host: "127.1.89.3"
      port: 39367
    }
  }
}

15:59:29.196 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:29.197 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:29.198 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:29.199 [INFO - main] (Logging.scala:57) ==============================================================
15:59:29.199 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:29.199 [INFO - main] (Logging.scala:57) ==============================================================
15:59:29.199 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:29.199 [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:59:29.199 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:29.200 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:29.200 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:29.200 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:29.200 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:29.200 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:29.201 [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:59:29.219 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 37955.
15:59:29.221 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:29.222 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:29.222 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:29.222 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:29.223 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:29.224 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-9c1e29eb-f475-42ee-aba0-8eaef3b8fced
15:59:29.224 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:29.225 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:29.248 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:29.251 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 44897.
15:59:29.251 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:44897
15:59:29.251 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:29.252 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44897, None)
15:59:29.252 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:44897 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44897, None)
15:59:29.253 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44897, None)
15:59:29.253 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 44897, None)
15:59:29.258 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:29.266 [DEBUG - main] (Connection.java:748) [peer master-127.1.89.60:41543(127.1.89.60:41543)] connecting to peer
15:59:29.266 [DEBUG - main] (Connection.java:748) [peer master-127.1.89.61:35259(127.1.89.61:35259)] connecting to peer
15:59:29.267 [DEBUG - main] (Connection.java:748) [peer master-127.1.89.62:44915(127.1.89.62:44915)] connecting to peer
15:59:29.267 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.89.61:35259(127.1.89.61:35259)] Successfully connected to peer
15:59:29.268 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.89.60:41543(127.1.89.60:41543)] Successfully connected to peer
15:59:29.269 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.89.62:44915(127.1.89.62:44915)] Successfully connected to peer
15:59:29.270 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.89.61
15:59:29.271 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.89.60
15:59:29.273 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.89.62
15:59:29.280 [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:59:29.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.279139  1622 catalog_manager.cc:1259] Loaded cluster ID: 7ef7ff25c7c547fdb9336ba2178d77cf
15:59:29.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.279233  1622 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: loading cluster ID for follower catalog manager: success
15:59:29.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.281584  1622 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: acquiring CA information for follower catalog manager: success
15:59:29.282 [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:59:29.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.283259  1622 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 644fc91fa7364174a25b02bdc433bcc3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:29.285 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf70e6e6c, L:/127.0.0.1:58950 - R:/127.1.89.61:35259] using SASL/PLAIN
15:59:29.287 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:29.288 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x5acd78fe, L:/127.0.0.1:55632 - R:/127.1.89.60:41543] using SASL/PLAIN
15:59:29.289 [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:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.289605  1494 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58950:
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.291 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x18597f46, L:/127.0.0.1:41482 - R:/127.1.89.62:44915] using SASL/PLAIN
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:29.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:29.295 [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:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:29.303 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 35667503038b4b2ea5ad3be64634de1c
15:59:29.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.318881  1650 catalog_manager.cc:1259] Loaded cluster ID: 7ef7ff25c7c547fdb9336ba2178d77cf
15:59:29.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.318966  1650 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: loading cluster ID for follower catalog manager: success
15:59:29.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.319185  1863 tablet_service.cc:1467] Processing CreateTablet for tablet 987db93700444c6089043aef519b3f86 (DEFAULT_TABLE table=test [id=35667503038b4b2ea5ad3be64634de1c]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:29.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.320678  1863 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 987db93700444c6089043aef519b3f86. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:29.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.316798  1726 tablet_service.cc:1467] Processing CreateTablet for tablet b53c5f91a75e480ab592d2205d2c7272 (DEFAULT_TABLE table=test [id=35667503038b4b2ea5ad3be64634de1c]), partition=RANGE (key) PARTITION VALUES < 50
15:59:29.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.321472  1726 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b53c5f91a75e480ab592d2205d2c7272. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:29.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.325455  1650 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: acquiring CA information for follower catalog manager: success
15:59:29.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.327306  1650 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 9382fc6067a94875b59ead5a7a353b8a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:29.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.328341  2115 tablet_bootstrap.cc:492] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62: Bootstrap starting.
15:59:29.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.329911  2116 tablet_bootstrap.cc:492] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16: Bootstrap starting.
15:59:29.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.331187  2115 tablet_bootstrap.cc:654] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62: Neither blocks nor log segments found. Creating new log.
15:59:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.332218  2116 tablet_bootstrap.cc:654] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16: Neither blocks nor log segments found. Creating new log.
15:59:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.332388  2115 log.cc:824] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62: Log is configured to *not* fsync() on all Append() calls
15:59:29.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.333057  2116 log.cc:824] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16: Log is configured to *not* fsync() on all Append() calls
15:59:29.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.334815  2115 tablet_bootstrap.cc:492] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62: No bootstrap required, opened a new log
15:59:29.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.334928  2116 tablet_bootstrap.cc:492] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16: No bootstrap required, opened a new log
15:59:29.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.335146  2115 ts_tablet_manager.cc:1397] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62: Time spent bootstrapping tablet: real 0.007s	user 0.003s	sys 0.003s
15:59:29.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.335239  2116 ts_tablet_manager.cc:1397] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16: Time spent bootstrapping tablet: real 0.005s	user 0.005s	sys 0.000s
15:59:29.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.338549  2115 raft_consensus.cc:348] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:29.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.338824  2115 raft_consensus.cc:374] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:29.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.338883  2115 raft_consensus.cc:729] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77b8c994bc82427aafe807681e14fe62, State: Initialized, Role: FOLLOWER
15:59:29.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.339387  2115 consensus_queue.cc:260] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [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: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:29.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.339546  2115 raft_consensus.cc:388] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:29.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.339614  2115 raft_consensus.cc:482] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:29.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.339741  2115 raft_consensus.cc:3037] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Advancing to term 1
15:59:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.339773  2116 raft_consensus.cc:348] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340000  2116 raft_consensus.cc:374] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340054  2116 raft_consensus.cc:729] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4646b997d8b7456cac3e447399a08f16, State: Initialized, Role: FOLLOWER
15:59:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340431  2116 consensus_queue.cc:260] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [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: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:29.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340588  2116 raft_consensus.cc:388] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340642  2116 raft_consensus.cc:482] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340721  2116 raft_consensus.cc:3037] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Advancing to term 1
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.340924  2115 raft_consensus.cc:504] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.341271  2115 leader_election.cc:302] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [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: 77b8c994bc82427aafe807681e14fe62; no voters: 
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.341674  2115 leader_election.cc:288] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.341755  2119 raft_consensus.cc:2781] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 1 FOLLOWER]: Leader election won for term 1
15:59:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.341769  2116 raft_consensus.cc:504] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.342069  2119 raft_consensus.cc:686] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [term 1 LEADER]: Becoming Leader. State: Replica: 77b8c994bc82427aafe807681e14fe62, State: Running, Role: LEADER
15:59:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.342074  2116 leader_election.cc:302] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [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: 4646b997d8b7456cac3e447399a08f16; no voters: 
15:59:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.342332  2116 leader_election.cc:288] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.342519  2119 consensus_queue.cc:237] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 [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: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.342821  2115 ts_tablet_manager.cc:1428] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
15:59:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.343281  2116 ts_tablet_manager.cc:1428] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
15:59:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.343298  1931 heartbeater.cc:503] Master 127.1.89.61:35259 was elected leader, sending a full tablet report...
15:59:29.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.345618  2122 raft_consensus.cc:2781] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 1 FOLLOWER]: Leader election won for term 1
15:59:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.346371  1794 heartbeater.cc:503] Master 127.1.89.61:35259 was elected leader, sending a full tablet report...
15:59:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.347404  2122 raft_consensus.cc:686] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [term 1 LEADER]: Becoming Leader. State: Replica: 4646b997d8b7456cac3e447399a08f16, State: Running, Role: LEADER
15:59:29.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.347527  1494 catalog_manager.cc:5495] T 987db93700444c6089043aef519b3f86 P 77b8c994bc82427aafe807681e14fe62 reported cstate change: term changed from 0 to 1, leader changed from <none> to 77b8c994bc82427aafe807681e14fe62 (127.1.89.2). New cstate: current_term: 1 leader_uuid: "77b8c994bc82427aafe807681e14fe62" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } health_report { overall_health: HEALTHY } } }
15:59:29.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.347990  2122 consensus_queue.cc:237] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 [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: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:29.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.351125  1493 catalog_manager.cc:5495] T b53c5f91a75e480ab592d2205d2c7272 P 4646b997d8b7456cac3e447399a08f16 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4646b997d8b7456cac3e447399a08f16 (127.1.89.1). New cstate: current_term: 1 leader_uuid: "4646b997d8b7456cac3e447399a08f16" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } health_report { overall_health: HEALTHY } } }
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.368687  1493 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58950:
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:29.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:29.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:29.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:29.376 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 3e88fa4b00d74d2b92d0c995e03ba9e8
15:59:29.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.386093  1998 tablet_service.cc:1467] Processing CreateTablet for tablet c04a52ee4a8b4f6d8660bf3b50084831 (DEFAULT_TABLE table=simple-test [id=3e88fa4b00d74d2b92d0c995e03ba9e8]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:29.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.387187  1998 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c04a52ee4a8b4f6d8660bf3b50084831. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:29.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.392750  2131 tablet_bootstrap.cc:492] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8: Bootstrap starting.
15:59:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.394986  2131 tablet_bootstrap.cc:654] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8: Neither blocks nor log segments found. Creating new log.
15:59:29.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.396243  2131 log.cc:824] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8: Log is configured to *not* fsync() on all Append() calls
15:59:29.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.398372  2131 tablet_bootstrap.cc:492] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8: No bootstrap required, opened a new log
15:59:29.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.398553  2131 ts_tablet_manager.cc:1397] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:29.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.401477  2131 raft_consensus.cc:348] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8" member_type: VOTER last_known_addr { host: "127.1.89.3" port: 38137 } }
15:59:29.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.401710  2131 raft_consensus.cc:374] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:29.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.401748  2131 raft_consensus.cc:729] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ccc04f28d124509bd2a0e9cb5cd02b8, State: Initialized, Role: FOLLOWER
15:59:29.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.402176  2131 consensus_queue.cc:260] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [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: "9ccc04f28d124509bd2a0e9cb5cd02b8" member_type: VOTER last_known_addr { host: "127.1.89.3" port: 38137 } }
15:59:29.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.402335  2131 raft_consensus.cc:388] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:29.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.402418  2131 raft_consensus.cc:482] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:29.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.402503  2131 raft_consensus.cc:3037] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 0 FOLLOWER]: Advancing to term 1
15:59:29.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.403401  2131 raft_consensus.cc:504] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8" member_type: VOTER last_known_addr { host: "127.1.89.3" port: 38137 } }
15:59:29.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.403717  2131 leader_election.cc:302] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [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: 9ccc04f28d124509bd2a0e9cb5cd02b8; no voters: 
15:59:29.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.404006  2131 leader_election.cc:288] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:29.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.404181  2133 raft_consensus.cc:2781] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 1 FOLLOWER]: Leader election won for term 1
15:59:29.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.404425  2133 raft_consensus.cc:686] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [term 1 LEADER]: Becoming Leader. State: Replica: 9ccc04f28d124509bd2a0e9cb5cd02b8, State: Running, Role: LEADER
15:59:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.404733  2066 heartbeater.cc:503] Master 127.1.89.61:35259 was elected leader, sending a full tablet report...
15:59:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.405244  2133 consensus_queue.cc:237] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 [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: "9ccc04f28d124509bd2a0e9cb5cd02b8" member_type: VOTER last_known_addr { host: "127.1.89.3" port: 38137 } }
15:59:29.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.405665  2131 ts_tablet_manager.cc:1428] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:29.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:29.409267  1493 catalog_manager.cc:5495] T c04a52ee4a8b4f6d8660bf3b50084831 P 9ccc04f28d124509bd2a0e9cb5cd02b8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9ccc04f28d124509bd2a0e9cb5cd02b8 (127.1.89.3). New cstate: current_term: 1 leader_uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9ccc04f28d124509bd2a0e9cb5cd02b8" member_type: VOTER last_known_addr { host: "127.1.89.3" port: 38137 } health_report { overall_health: HEALTHY } } }
15:59:29.428 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526369427
15:59:29.430 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b53c5f91a75e480ab592d2205d2c7272 for table 'test' with partition [<start>, 0x80000032)
15:59:29.430 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 987db93700444c6089043aef519b3f86 for table 'test' with partition [0x80000032, <end>)
15:59:29.430 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=b53c5f91a75e480ab592d2205d2c7272@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=987db93700444c6089043aef519b3f86@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:29.430 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.1.89.61:35259, [2ms] Sub RPC GetTableLocations: received response from server master-127.1.89.61:35259: OK, deferred=null) after lookup
15:59:29.431 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)] connecting to peer
15:59:29.432 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)] Successfully connected to peer
15:59:29.441 [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:59:29.443 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x24d5871b, L:/127.0.0.1:48192 - R:/127.1.89.1:34423] using TOKEN/null
15:59:29.572 [DEBUG - main] (Connection.java:748) [peer 77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)] connecting to peer
15:59:29.573 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)] Successfully connected to peer
15:59:29.584 [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:59:29.586 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x39297c55, L:/127.0.0.1:44666 - R:/127.1.89.2:33215] using TOKEN/null
15:59:29.710 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526369710
15:59:29.711 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526369709266
15:59:29.711 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:29.711 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup292688627469445478/
15:59:29.715 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 35667503038b4b2ea5ad3be64634de1c
15:59:29.716 [INFO - ForkJoinPool-231-worker-1] (KuduBackup.scala:55) Backing up table test to path: file:/tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711
15:59:29.716 [INFO - ForkJoinPool-231-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:29.716 [INFO - ForkJoinPool-231-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:29.716 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:29.717 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:29.734 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.735 [INFO - ForkJoinPool-231-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:29.735 [INFO - ForkJoinPool-231-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:29.735 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.735 [INFO - ForkJoinPool-231-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:29.735 [INFO - ForkJoinPool-231-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:29.736 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.763 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:29.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 2 output partitions
15:59:29.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:29.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:29.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:29.764 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:29.795 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:59:29.798 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:59:29.798 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44897 (size: 66.6 KiB, free: 1993.8 MiB)
15:59:29.799 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:29.799 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1))
15:59:29.800 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:59:29.801 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5112 bytes) taskResourceAssignments Map()
15:59:29.802 [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:59:29.814 [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:59:29.816 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 35667503038b4b2ea5ad3be64634de1c
15:59:29.816 [ERROR - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (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.backup.TestKuduBackup.testPartitionAlterHandling(TestKuduBackup.scala:610)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:498)
	org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	org.apache.kudu.test.junit.RetryRule$RetryStatement.doOneAttemptAndReport(RetryRule.java:184)
	org.apache.kudu.test.junit.RetryRule$RetryStatement.evaluate(RetryRule.java:244)
	org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	org.junit.runners.Suite.runChild(Suite.java:128)
	org.junit.runners.Suite.runChild(Suite.java:27)
	org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)
	org.junit.runner.JUnitCore.main(JUnitCore.java:36)
15:59:29.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:29.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:29.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:29.819 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:29.838 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305324010336256000) for scanner KuduScanner(table=test, tablet=b53c5f91a75e480ab592d2205d2c7272, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:29.846 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8888
15:59:29.850 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559292429764093392317834_0000_m_000000_0' to file:/tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/_temporary/0/task_202607081559292429764093392317834_0000_m_000000
15:59:29.850 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559292429764093392317834_0000_m_000000_0: Committed
15:59:29.851 [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). 6294 bytes result sent to driver
15:59:29.852 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5112 bytes) taskResourceAssignments Map()
15:59:29.852 [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:59:29.853 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/2)
15:59:29.862 [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:59:29.864 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 35667503038b4b2ea5ad3be64634de1c
15:59:29.865 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:29.865 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:29.865 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.865 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:29.865 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:29.865 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:29.873 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 50 rows, more = false, responseScanTimestamp = 7305324010336256000) for scanner KuduScanner(table=test, tablet=987db93700444c6089043aef519b3f86, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:29.880 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:29.881 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:29.882 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:29.894 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 8908
15:59:29.900 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155929917428921409263665_0000_m_000001_1' to file:/tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/_temporary/0/task_20260708155929917428921409263665_0000_m_000001
15:59:29.901 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_20260708155929917428921409263665_0000_m_000001_1: Committed
15:59:29.901 [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). 6294 bytes result sent to driver
15:59:29.903 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 51 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/2)
15:59:29.903 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:29.904 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.138 s
15:59:29.904 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:29.904 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:29.904 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.140900 s
15:59:29.917 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Write Job a72df105-3acb-4015-a6fe-681405068590 committed.
15:59:29.918 [INFO - ForkJoinPool-231-worker-1] (Logging.scala:57) Finished processing stats for write job a72df105-3acb-4015-a6fe-681405068590.
15:59:29.920 [INFO - ForkJoinPool-231-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/.kudu-metadata.json
15:59:29.938 [INFO - ForkJoinPool-231-worker-1] (KuduBackup.scala:149) Successfully backed up table test
15:59:29.939 [DEBUG - main] (Connection.java:748) [peer master-127.1.89.60:41543(127.1.89.60:41543)] connecting to peer
15:59:29.940 [DEBUG - main] (Connection.java:748) [peer master-127.1.89.61:35259(127.1.89.61:35259)] connecting to peer
15:59:29.942 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.89.60:41543(127.1.89.60:41543)] Successfully connected to peer
15:59:29.943 [DEBUG - main] (Connection.java:748) [peer master-127.1.89.62:44915(127.1.89.62:44915)] connecting to peer
15:59:29.944 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.89.61:35259(127.1.89.61:35259)] Successfully connected to peer
15:59:29.946 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.89.61
15:59:29.956 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.89.62:44915(127.1.89.62:44915)] Successfully connected to peer
15:59:29.958 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.89.60
15:59:29.958 [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:59:29.960 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1398f4ce, L:/127.0.0.1:58960 - R:/127.1.89.61:35259] using SASL/PLAIN
15:59:29.961 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.1.89.62
15:59:29.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:29.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=26), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.1.89.60:41543, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.1.89.61:35259, [4ms] Sub RPC ConnectToMaster: sending RPC to server master-127.1.89.62:44915, [23ms] Sub RPC ConnectToMaster: received response from server master-127.1.89.61:35259: OK, deferred=null) after lookup
15:59:29.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 35667503038b4b2ea5ad3be64634de1c
15:59:29.985 [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:59:29.986 [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:59:29.988 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xeabc7650, L:/127.0.0.1:41492 - R:/127.1.89.62:44915] using SASL/PLAIN
15:59:29.988 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:29.989 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xd1e6ed57, L:/127.0.0.1:55640 - R:/127.1.89.60:41543] using SASL/PLAIN
15:59:29.999 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:29.999 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:30.000 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:30.014 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:30.024 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:30.024 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44897 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:30.025 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:30.026 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402088 bytes, open cost is considered as scanning 4194304 bytes.
15:59:30.038 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:30.039 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:30.039 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:30.039 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:30.039 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:30.040 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:30.041 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:30.043 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:30.044 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44897 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:30.044 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:30.045 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:30.045 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:30.046 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5167 bytes) taskResourceAssignments Map()
15:59:30.046 [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:59:30.050 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/part-00001-39c13f1e-8d30-46ac-8afa-964e996dd260-c000.snappy.parquet, range: 0-6750, partition values: [empty row]
15:59:30.055 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Reading File path: file:///tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/part-00000-39c13f1e-8d30-46ac-8afa-964e996dd260-c000.snappy.parquet, range: 0-6730, partition values: [empty row]
15:59:30.084 [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). 8651 bytes result sent to driver
15:59:30.087 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 42 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:30.088 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.048 s
15:59:30.088 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:30.089 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:30.089 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:30.090 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.051089 s
15:59:30.095 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup292688627469445478/
15:59:30.099 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:44897 in memory (size: 66.6 KiB, free: 1993.8 MiB)
15:59:30.104 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test
15:59:30.105 [INFO - ForkJoinPool-234-worker-1] (KuduRestore.scala:104) Restoring table test from path: file:/tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711
15:59:30.106 [INFO - ForkJoinPool-234-worker-1] (KuduRestore.scala:112) Creating restore table test-restore
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.107509  1493 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58950:
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test-restore"
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000"
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:30.120 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 2c86339d658e4277ad6445d2e0849035
15:59:30.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.123612  1726 tablet_service.cc:1467] Processing CreateTablet for tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 (DEFAULT_TABLE table=test-restore [id=2c86339d658e4277ad6445d2e0849035]), partition=RANGE (key) PARTITION VALUES < 50
15:59:30.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.124032  1726 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 70a4fa63ec7f4ec4a3c41f541eedbca1. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:30.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.126742  2201 tablet_bootstrap.cc:492] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16: Bootstrap starting.
15:59:30.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.127837  2201 tablet_bootstrap.cc:654] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16: Neither blocks nor log segments found. Creating new log.
15:59:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.129248  2201 tablet_bootstrap.cc:492] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16: No bootstrap required, opened a new log
15:59:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.129341  2201 ts_tablet_manager.cc:1397] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.129908  2201 raft_consensus.cc:348] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.130039  2201 raft_consensus.cc:374] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.130069  2201 raft_consensus.cc:729] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4646b997d8b7456cac3e447399a08f16, State: Initialized, Role: FOLLOWER
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.130187  2201 consensus_queue.cc:260] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [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: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.130256  2201 raft_consensus.cc:388] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.130285  2201 raft_consensus.cc:482] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:30.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.130321  2201 raft_consensus.cc:3037] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 0 FOLLOWER]: Advancing to term 1
15:59:30.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.131300  2201 raft_consensus.cc:504] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:30.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.131446  2201 leader_election.cc:302] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [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: 4646b997d8b7456cac3e447399a08f16; no voters: 
15:59:30.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.131632  2201 leader_election.cc:288] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:30.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.131803  2203 raft_consensus.cc:2781] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 1 FOLLOWER]: Leader election won for term 1
15:59:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.131886  2201 ts_tablet_manager.cc:1428] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.132119  2203 raft_consensus.cc:686] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [term 1 LEADER]: Becoming Leader. State: Replica: 4646b997d8b7456cac3e447399a08f16, State: Running, Role: LEADER
15:59:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.132439  2203 consensus_queue.cc:237] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 [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: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } }
15:59:30.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.134426  1493 catalog_manager.cc:5495] T 70a4fa63ec7f4ec4a3c41f541eedbca1 P 4646b997d8b7456cac3e447399a08f16 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4646b997d8b7456cac3e447399a08f16 (127.1.89.1). New cstate: current_term: 1 leader_uuid: "4646b997d8b7456cac3e447399a08f16" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4646b997d8b7456cac3e447399a08f16" member_type: VOTER last_known_addr { host: "127.1.89.1" port: 34423 } health_report { overall_health: HEALTHY } } }
15:59:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.148305  1493 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:58950:
15:59:30.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "test-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\0002\000\000\000\007\000\000\000\000" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:30.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.154440  1493 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac has no consensus state
15:59:30.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.158767  1863 tablet_service.cc:1467] Processing CreateTablet for tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac (DEFAULT_TABLE table=test-restore [id=2c86339d658e4277ad6445d2e0849035]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:30.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.159057  1863 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:30.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.161115  2209 tablet_bootstrap.cc:492] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62: Bootstrap starting.
15:59:30.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.162024  2209 tablet_bootstrap.cc:654] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62: Neither blocks nor log segments found. Creating new log.
15:59:30.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.163192  2209 tablet_bootstrap.cc:492] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62: No bootstrap required, opened a new log
15:59:30.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.163282  2209 ts_tablet_manager.cc:1397] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.163822  2209 raft_consensus.cc:348] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.163932  2209 raft_consensus.cc:374] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.163964  2209 raft_consensus.cc:729] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77b8c994bc82427aafe807681e14fe62, State: Initialized, Role: FOLLOWER
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.164126  2209 consensus_queue.cc:260] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [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: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.164215  2209 raft_consensus.cc:388] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.164247  2209 raft_consensus.cc:482] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.164283  2209 raft_consensus.cc:3037] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 0 FOLLOWER]: Advancing to term 1
15:59:30.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.165352  2209 raft_consensus.cc:504] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:30.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.165503  2209 leader_election.cc:302] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [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: 77b8c994bc82427aafe807681e14fe62; no voters: 
15:59:30.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.165601  2209 leader_election.cc:288] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:30.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.165709  2120 raft_consensus.cc:2781] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 1 FOLLOWER]: Leader election won for term 1
15:59:30.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.165908  2120 raft_consensus.cc:686] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [term 1 LEADER]: Becoming Leader. State: Replica: 77b8c994bc82427aafe807681e14fe62, State: Running, Role: LEADER
15:59:30.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.166116  2120 consensus_queue.cc:237] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 [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: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } }
15:59:30.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.167006  2209 ts_tablet_manager.cc:1428] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:59:30.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.167759  1494 catalog_manager.cc:5495] T 88cdb2bf6f8f44ba8593f0a3ff4a10ac P 77b8c994bc82427aafe807681e14fe62 reported cstate change: term changed from 0 to 1, leader changed from <none> to 77b8c994bc82427aafe807681e14fe62 (127.1.89.2). New cstate: current_term: 1 leader_uuid: "77b8c994bc82427aafe807681e14fe62" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77b8c994bc82427aafe807681e14fe62" member_type: VOTER last_known_addr { host: "127.1.89.2" port: 33215 } health_report { overall_health: HEALTHY } } }
15:59:30.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.174734  1494 catalog_manager.cc:6040] T 00000000000000000000000000000000 P dd367784683545e2a20cc23b3fd4d954: test-restore [id=2c86339d658e4277ad6445d2e0849035] alter complete (version 0)
15:59:30.193 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:30.209 [INFO - ForkJoinPool-234-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:30.215 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:30.215 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:30.215 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:30.222 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:30.231 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:30.231 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44897 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:30.232 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Created broadcast 3 from toRdd at KuduRestore.scala:140
15:59:30.233 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402088 bytes, open cost is considered as scanning 4194304 bytes.
15:59:30.243 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:30.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:30.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (foreachPartition at KuduRestore.scala:140)
15:59:30.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:30.243 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:30.244 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:30.246 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 29.1 KiB, free 1993.1 MiB)
15:59:30.248 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 10.9 KiB, free 1993.1 MiB)
15:59:30.248 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:44897 (size: 10.9 KiB, free: 1993.8 MiB)
15:59:30.248 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:59:30.249 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (SQLExecutionRDD[12] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:30.249 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:59:30.250 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5167 bytes) taskResourceAssignments Map()
15:59:30.250 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 3)
15:59:30.253 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:30.255 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 2c86339d658e4277ad6445d2e0849035
15:59:30.256 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/part-00001-39c13f1e-8d30-46ac-8afa-964e996dd260-c000.snappy.parquet, range: 0-6750, partition values: [empty row]
15:59:30.261 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.261 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.262 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.262 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.262 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.262 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.263 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.263 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.263 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.263 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.263 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.264 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.264 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.264 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.264 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.264 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup292688627469445478/35667503038b4b2ea5ad3be64634de1c-test/1783526369711/part-00000-39c13f1e-8d30-46ac-8afa-964e996dd260-c000.snappy.parquet, range: 0-6730, partition values: [empty row]
15:59:30.265 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.265 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.265 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.265 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.265 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.265 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.265 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.265 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.266 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.266 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.266 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.266 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.266 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.266 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.266 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.266 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.267 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.271 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.271 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.271 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.271 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.272 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.272 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.272 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.272 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.272 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@323e6acd, flushNotification=Deferred@913615021(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:30.272 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.273 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.273 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.274 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.274 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.274 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.274 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.274 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.275 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.275 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.275 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.275 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.275 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.276 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.276 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.276 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.276 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.276 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.277 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.277 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.277 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.277 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.277 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.277 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.277 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.277 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.278 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.278 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.278 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.278 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.278 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.278 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.278 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.278 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.279 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.279 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.279 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.279 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 70a4fa63ec7f4ec4a3c41f541eedbca1 for table 'test-restore' with partition [<start>, 0x80000032)
15:59:30.279 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 88cdb2bf6f8f44ba8593f0a3ff4a10ac for table 'test-restore' with partition [0x80000032, <end>)
15:59:30.279 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x80000032, ttl=299999, tablet=70a4fa63ec7f4ec4a3c41f541eedbca1@[4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)[L]]}, Tablet{lowerBoundPartitionKey=0x80000032, upperBoundPartitionKey=0x, ttl=299999, tablet=88cdb2bf6f8f44ba8593f0a3ff4a10ac@[77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)[L]]}]
15:59:30.286 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3). 5416 bytes result sent to driver
15:59:30.288 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 3) in 39 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:30.288 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:30.289 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (foreachPartition at KuduRestore.scala:140) finished in 0.045 s
15:59:30.289 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:30.289 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:30.290 [INFO - ForkJoinPool-234-worker-1] (Logging.scala:57) Job 2 finished: foreachPartition at KuduRestore.scala:140, took 0.046608 s
15:59:30.290 [INFO - ForkJoinPool-234-worker-1] (KuduRestore.scala:237) Successfully restored table test
15:59:30.292 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 35667503038b4b2ea5ad3be64634de1c
15:59:30.294 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 2c86339d658e4277ad6445d2e0849035
15:59:30.299 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:30.303 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:30.303 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:30.304 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:30.304 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:30.308 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:30.308 [DEBUG - main] (Connection.java:575) [peer 77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)] disconnecting while in state READY
15:59:30.308 [DEBUG - main] (Connection.java:575) [peer master-127.1.89.60:41543(127.1.89.60:41543)] disconnecting while in state READY
15:59:30.308 [DEBUG - main] (Connection.java:575) [peer master-127.1.89.62:44915(127.1.89.62:44915)] disconnecting while in state READY
15:59:30.308 [DEBUG - main] (Connection.java:575) [peer master-127.1.89.61:35259(127.1.89.61:35259)] disconnecting while in state READY
15:59:30.308 [DEBUG - main] (Connection.java:575) [peer 4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)] disconnecting while in state READY
15:59:30.311 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)] handling channelInactive
15:59:30.311 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:30.311 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 77b8c994bc82427aafe807681e14fe62(127.1.89.2:33215)] cleaning up while in state READY due to: connection closed
15:59:30.311 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.89.60:41543(127.1.89.60:41543)] handling channelInactive
15:59:30.311 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.89.60:41543(127.1.89.60:41543)] cleaning up while in state READY due to: connection closed
15:59:30.311 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.89.61:35259(127.1.89.61:35259)] handling channelInactive
15:59:30.311 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.89.62:44915(127.1.89.62:44915)] handling channelInactive
15:59:30.311 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.89.62:44915(127.1.89.62:44915)] cleaning up while in state READY due to: connection closed
15:59:30.311 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.89.61:35259(127.1.89.61:35259)] cleaning up while in state READY due to: connection closed
15:59:30.311 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)] handling channelInactive
15:59:30.312 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 4646b997d8b7456cac3e447399a08f16(127.1.89.1:34423)] cleaning up while in state READY due to: connection closed
15:59:30.312 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 36 thread-local buffer(s) from thread: kudu-nio-0
15:59:30.312 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 39 thread-local buffer(s) from thread: kudu-nio-1
15:59:30.321 [DEBUG - main] (Connection.java:575) [peer master-127.1.89.60:41543(127.1.89.60:41543)] disconnecting while in state READY
15:59:30.321 [DEBUG - main] (Connection.java:575) [peer master-127.1.89.62:44915(127.1.89.62:44915)] disconnecting while in state READY
15:59:30.321 [DEBUG - main] (Connection.java:575) [peer master-127.1.89.61:35259(127.1.89.61:35259)] disconnecting while in state READY
15:59:30.322 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.89.60:41543(127.1.89.60:41543)] handling channelInactive
15:59:30.322 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:30.322 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.89.60:41543(127.1.89.60:41543)] cleaning up while in state READY due to: connection closed
15:59:30.323 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.89.62:44915(127.1.89.62:44915)] handling channelInactive
15:59:30.323 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.89.62:44915(127.1.89.62:44915)] cleaning up while in state READY due to: connection closed
15:59:30.323 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.89.61:35259(127.1.89.61:35259)] handling channelInactive
15:59:30.323 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.89.61:35259(127.1.89.61:35259)] cleaning up while in state READY due to: connection closed
15:59:30.323 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 23 thread-local buffer(s) from thread: kudu-nio-0
15:59:30.323 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 24 thread-local buffer(s) from thread: kudu-nio-1
15:59:30.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.323971  1380 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 1664
15:59:30.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.333392  1380 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 1801
15:59:30.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.340637  1380 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 1936
15:59:30.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.348033  1380 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 1391
15:59:30.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.354780  1380 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 1462
15:59:30.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.361405  1380 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 1532
15:59:30.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:30Z chronyd exiting
.15:59:30.430 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526370430
15:59:30.432 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:30.433 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:30.433 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:30.433 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:30.433 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:30.435 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772"
  extra_tserver_flags: "--flush_threshold_mb=1"
  extra_tserver_flags: "--flush_threshold_secs=1"
  extra_tserver_flags: "--enable_rowset_compaction=false"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:30.557 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:30.557 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:30.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.558753  2228 mini_oidc.cc:152] Starting JWKS server
15:59:30.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.561360  2228 webserver.cc:460] Webserver started at http://127.0.0.1:40013/ using document root <none> and password file <none>
15:59:30.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.561661  2228 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.561969  2228 webserver.cc:460] Webserver started at http://127.0.0.1:39885/ using document root <none> and password file <none>
15:59:30.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:30Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:30.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:30Z Disabled control of system clock
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.580922  2228 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/logs
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data/info.pb
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.62:41135
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.62
15:59:30.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40013/jwks.json with env {}
15:59:30.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.697765  2239 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:30.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.698096  2239 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:30.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.698153  2239 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:30.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.702672  2239 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:30.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.702770  2239 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:30.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.702798  2239 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:30.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.702819  2239 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:30.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.702842  2239 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:30.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.702860  2239 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:40013/jwks.json
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.707988  2239 master_runner.cc:386] Master server non-default flags:
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.62:41135
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40013/jwks.json
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data/info.pb
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.62
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2239
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/logs
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.709455  2239 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:59:30.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.710920  2239 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:30.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.720919  2244 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:59:30.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.720911  2247 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:59:30.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.720918  2245 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:59:30.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.721529  2239 server_base.cc:1034] running on GCE node
15:59:30.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.722280  2239 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:30.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.723589  2239 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:30.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.724855  2239 hybrid_clock.cc:648] HybridClock initialized: now 1783526370724834 us; error 44 us; skew 500 ppm
15:59:30.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.727047  2239 webserver.cc:460] Webserver started at http://127.2.45.62:44899/ using document root <none> and password file <none>
15:59:30.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.727679  2239 fs_manager.cc:359] Metadata directory not provided
15:59:30.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.727778  2239 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:30.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.728003  2239 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.730070  2239 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data/instance:
15:59:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e41b517bd62744289d1387a6c8d45bac"
15:59:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:30 on dist-test-slave-vt7w"
15:59:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.730692  2239 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal/instance:
15:59:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e41b517bd62744289d1387a6c8d45bac"
15:59:30.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:30 on dist-test-slave-vt7w"
15:59:30.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.734679  2239 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:30.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.737506  2253 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.738878  2239 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.739028  2239 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e41b517bd62744289d1387a6c8d45bac"
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:30 on dist-test-slave-vt7w"
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.739184  2239 fs_report.cc:383] FS layout report
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data/data
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:30.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.760862  2239 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:30.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.761714  2239 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:59:30.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.761946  2239 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:30.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.769311  2239 rpc_server.cc:307] RPC server started. Bound to: 127.2.45.62:41135
15:59:30.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.769330  2305 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.2.45.62:41135 every 8 connection(s)
15:59:30.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.770383  2239 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/data/info.pb
15:59:30.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.773820  2306 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:59:30.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.777171  2306 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } has no permanent_uuid. Determining permanent_uuid...
15:59:30.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.778360  2228 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 2239
15:59:30.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.778532  2228 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-0/wal/instance
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.779989  2228 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/logs
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data/info.pb
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.61:37313
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.61
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:30.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:30.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40013/jwks.json with env {}
15:59:30.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.791275  2306 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } has no permanent_uuid. Determining permanent_uuid...
15:59:30.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.792181  2256 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.45.61:37313: connect: Connection refused (error 111)
15:59:30.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.793140  2306 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.61:37313: Network error: Client connection negotiation failed: client connection to 127.2.45.61:37313: connect: Connection refused (error 111)
15:59:30.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.842437  2306 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } attempt: 1
15:59:30.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.844123  2306 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.61:37313: Network error: Client connection negotiation failed: client connection to 127.2.45.61:37313: connect: Connection refused (error 111)
15:59:30.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.893306  2310 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:30.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.893599  2310 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:30.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.893638  2310 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:30.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.897796  2310 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.897861  2310 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.897878  2310 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.897894  2310 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.897912  2310 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.897924  2310 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:40013/jwks.json
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.902890  2310 master_runner.cc:386] Master server non-default flags:
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.61:37313
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40013/jwks.json
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data/info.pb
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.61
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2310
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/logs
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:30.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:30.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.903950  2310 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:59:30.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.905316  2310 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:30.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.912358  2306 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } attempt: 2
15:59:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.914194  2306 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.61:37313: Network error: Client connection negotiation failed: client connection to 127.2.45.61:37313: connect: Connection refused (error 111)
15:59:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.914114  2319 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:59:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.914280  2316 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:59:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.914141  2317 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:59:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.914714  2310 server_base.cc:1034] running on GCE node
15:59:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.915308  2310 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.916472  2310 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:30.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.917747  2310 hybrid_clock.cc:648] HybridClock initialized: now 1783526370917709 us; error 50 us; skew 500 ppm
15:59:30.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.919950  2310 webserver.cc:460] Webserver started at http://127.2.45.61:43329/ using document root <none> and password file <none>
15:59:30.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.920619  2310 fs_manager.cc:359] Metadata directory not provided
15:59:30.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.920734  2310 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:30.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.920998  2310 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.923066  2310 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data/instance:
15:59:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b72019e33f5c4482a83381673641bcc5"
15:59:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:30 on dist-test-slave-vt7w"
15:59:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.923720  2310 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal/instance:
15:59:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b72019e33f5c4482a83381673641bcc5"
15:59:30.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:30 on dist-test-slave-vt7w"
15:59:30.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.927945  2310 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:59:30.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.930516  2325 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.931957  2310 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.932206  2310 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b72019e33f5c4482a83381673641bcc5"
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:30 on dist-test-slave-vt7w"
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.932349  2310 fs_report.cc:383] FS layout report
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data/data
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:30.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:30.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.949225  2310 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:30.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.950048  2310 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:59:30.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.950295  2310 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:30.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.958454  2310 rpc_server.cc:307] RPC server started. Bound to: 127.2.45.61:37313
15:59:30.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.958472  2377 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.2.45.61:37313 every 8 connection(s)
15:59:30.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.959568  2310 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/data/info.pb
15:59:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.963187  2378 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:59:30.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.966948  2228 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 2310
15:59:30.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.967074  2228 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-1/wal/instance
15:59:30.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.967113  2378 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } has no permanent_uuid. Determining permanent_uuid...
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.967774  2228 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/logs
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data/info.pb
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.60:33073
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.60
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:30.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40013/jwks.json with env {}
15:59:30.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.979382  2378 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } has no permanent_uuid. Determining permanent_uuid...
15:59:30.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:30.987272  2378 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } has no permanent_uuid. Determining permanent_uuid...
15:59:30.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.988209  2327 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:30.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:30.989331  2378 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.60:33073: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:31.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.005396  2306 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } attempt: 3
15:59:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.010715  2306 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } has no permanent_uuid. Determining permanent_uuid...
15:59:31.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.012295  2306 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.60:33073: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:31.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.038641  2378 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } attempt: 1
15:59:31.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.040297  2378 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.60:33073: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:31.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.043565  2306 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } attempt: 1
15:59:31.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.045926  2306 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.60:33073: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:31.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.091051  2380 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:31.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.091364  2380 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:31.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.091405  2380 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:31.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.095752  2380 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:31.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.095825  2380 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:31.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.095844  2380 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:31.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.095860  2380 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:31.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.095877  2380 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:31.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.095891  2380 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:40013/jwks.json
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.100911  2380 master_runner.cc:386] Master server non-default flags:
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.60:33073
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40013/jwks.json
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data/info.pb
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.60
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2380
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/logs
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:31.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:31.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.102104  2380 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:59:31.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.103417  2380 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:31.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.108530  2378 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } attempt: 2
15:59:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.110235  2378 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.60:33073: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:31.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.112877  2388 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:59:31.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.112915  2389 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:59:31.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.113015  2380 server_base.cc:1034] running on GCE node
15:59:31.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.112920  2391 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:59:31.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.113857  2380 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:31.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.115093  2380 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:31.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.116289  2380 hybrid_clock.cc:648] HybridClock initialized: now 1783526371116277 us; error 28 us; skew 500 ppm
15:59:31.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.118453  2380 webserver.cc:460] Webserver started at http://127.2.45.60:41427/ using document root <none> and password file <none>
15:59:31.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.119297  2380 fs_manager.cc:359] Metadata directory not provided
15:59:31.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.119364  2380 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:31.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.119541  2380 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:31.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.121142  2306 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } attempt: 2
15:59:31.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.121621  2380 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data/instance:
15:59:31.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "908cec147b7a4d909161eb3e2644bdd3"
15:59:31.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.122206  2380 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal/instance:
15:59:31.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "908cec147b7a4d909161eb3e2644bdd3"
15:59:31.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.122486  2306 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.2.45.60:33073: Network error: Client connection negotiation failed: client connection to 127.2.45.60:33073: connect: Connection refused (error 111)
15:59:31.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.126114  2380 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:31.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.128540  2397 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.129878  2380 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.129992  2380 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "908cec147b7a4d909161eb3e2644bdd3"
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.130081  2380 fs_report.cc:383] FS layout report
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data/data
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:31.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:31.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.154685  2380 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.155366  2380 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:59:31.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.155524  2380 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.162817  2380 rpc_server.cc:307] RPC server started. Bound to: 127.2.45.60:33073
15:59:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.162839  2449 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.2.45.60:33073 every 8 connection(s)
15:59:31.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.163757  2380 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/data/info.pb
15:59:31.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.165402  2228 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 2380
15:59:31.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.165512  2228 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/master-2/wal/instance
15:59:31.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.167569  2450 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:59:31.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.171342  2450 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } has no permanent_uuid. Determining permanent_uuid...
15:59:31.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.181974  2450 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } has no permanent_uuid. Determining permanent_uuid...
15:59:31.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.187772  2450 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } has no permanent_uuid. Determining permanent_uuid...
15:59:31.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.194985  2450 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: Bootstrap starting.
15:59:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.197540  2450 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: Neither blocks nor log segments found. Creating new log.
15:59:31.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.198283  2450 log.cc:824] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: Log is configured to *not* fsync() on all Append() calls
15:59:31.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.200301  2450 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: No bootstrap required, opened a new log
15:59:31.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.201412  2378 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } attempt: 3
15:59:31.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.203970  2450 raft_consensus.cc:348] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.204221  2450 raft_consensus.cc:374] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:31.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.204280  2450 raft_consensus.cc:729] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 908cec147b7a4d909161eb3e2644bdd3, State: Initialized, Role: FOLLOWER
15:59:31.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.204823  2450 consensus_queue.cc:260] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.205344  2459 sys_catalog.cc:455] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.206375  2450 sys_catalog.cc:564] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [sys.catalog]: configured and running, proceeding with master startup.
15:59:31.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.206645  2459 sys_catalog.cc:458] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.208706  2378 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: Bootstrap starting.
15:59:31.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.211560  2378 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: Neither blocks nor log segments found. Creating new log.
15:59:31.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.211920  2470 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:31.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.212100  2470 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:31.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.213080  2378 log.cc:824] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: Log is configured to *not* fsync() on all Append() calls
15:59:31.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.210530  2380 master_runner.cc:186] Error getting master registration for 127.2.45.62:41135: OK, instance_id { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" instance_seqno: 1783526370767309 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:31.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.214239  2380 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:31.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.215571  2378 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: No bootstrap required, opened a new log
15:59:31.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.218878  2378 raft_consensus.cc:348] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.219120  2378 raft_consensus.cc:374] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:31.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.219168  2378 raft_consensus.cc:729] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b72019e33f5c4482a83381673641bcc5, State: Initialized, Role: FOLLOWER
15:59:31.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.219626  2378 consensus_queue.cc:260] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.220194  2473 sys_catalog.cc:455] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.220346  2473 sys_catalog.cc:458] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.221076  2378 sys_catalog.cc:564] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [sys.catalog]: configured and running, proceeding with master startup.
15:59:31.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.221663  2306 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } attempt: 3
15:59:31.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.227553  2484 catalog_manager.cc:1558] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:31.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.227638  2484 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:31.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.224821  2310 master_runner.cc:186] Error getting master registration for 127.2.45.62:41135: OK, instance_id { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" instance_seqno: 1783526370767309 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:31.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.230244  2306 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: Bootstrap starting.
15:59:31.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.232988  2306 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: Neither blocks nor log segments found. Creating new log.
15:59:31.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.234237  2306 log.cc:824] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: Log is configured to *not* fsync() on all Append() calls
15:59:31.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.234754  2310 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:31.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.236352  2306 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: No bootstrap required, opened a new log
15:59:31.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.239542  2306 raft_consensus.cc:348] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.239761  2306 raft_consensus.cc:374] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:31.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.239809  2306 raft_consensus.cc:729] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e41b517bd62744289d1387a6c8d45bac, State: Initialized, Role: FOLLOWER
15:59:31.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.240303  2306 consensus_queue.cc:260] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.240742  2487 sys_catalog.cc:455] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.241744  2306 sys_catalog.cc:564] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: configured and running, proceeding with master startup.
15:59:31.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.240974  2487 sys_catalog.cc:458] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.247023  2498 catalog_manager.cc:1558] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:31.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.247581  2498 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:31.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.251073  2239 master_runner.cc:263] No leader master found from master e41b517bd62744289d1387a6c8d45bac
15:59:31.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.251149  2239 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:31.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.263733  2259 tablet.cc:2369] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.371111  2487 raft_consensus.cc:482] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.371335  2487 raft_consensus.cc:504] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.372449  2487 leader_election.cc:288] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b72019e33f5c4482a83381673641bcc5 (127.2.45.61:37313), 908cec147b7a4d909161eb3e2644bdd3 (127.2.45.60:33073)
15:59:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.373252  2424 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e41b517bd62744289d1387a6c8d45bac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "908cec147b7a4d909161eb3e2644bdd3" is_pre_election: true
15:59:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.373598  2424 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e41b517bd62744289d1387a6c8d45bac in term 0.
15:59:31.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.374089  2255 leader_election.cc:302] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 908cec147b7a4d909161eb3e2644bdd3, e41b517bd62744289d1387a6c8d45bac; no voters: 
15:59:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.374805  2487 raft_consensus.cc:2781] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.374899  2487 raft_consensus.cc:482] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.374946  2487 raft_consensus.cc:3037] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 0 FOLLOWER]: Advancing to term 1
15:59:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.376174  2487 raft_consensus.cc:504] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.376510  2487 leader_election.cc:288] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [CANDIDATE]: Term 1 election: Requested vote from peers b72019e33f5c4482a83381673641bcc5 (127.2.45.61:37313), 908cec147b7a4d909161eb3e2644bdd3 (127.2.45.60:33073)
15:59:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.377259  2424 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e41b517bd62744289d1387a6c8d45bac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "908cec147b7a4d909161eb3e2644bdd3"
15:59:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.377388  2424 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 0 FOLLOWER]: Advancing to term 1
15:59:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.378521  2424 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e41b517bd62744289d1387a6c8d45bac in term 1.
15:59:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.378875  2255 leader_election.cc:302] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [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: 908cec147b7a4d909161eb3e2644bdd3, e41b517bd62744289d1387a6c8d45bac; no voters: 
15:59:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.379918  2352 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e41b517bd62744289d1387a6c8d45bac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b72019e33f5c4482a83381673641bcc5" is_pre_election: true
15:59:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.380218  2352 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e41b517bd62744289d1387a6c8d45bac in term 0.
15:59:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.380895  2351 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e41b517bd62744289d1387a6c8d45bac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b72019e33f5c4482a83381673641bcc5"
15:59:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.380999  2351 raft_consensus.cc:3037] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 0 FOLLOWER]: Advancing to term 1
15:59:31.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.382138  2351 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e41b517bd62744289d1387a6c8d45bac in term 1.
15:59:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.383378  2487 raft_consensus.cc:2781] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 1 FOLLOWER]: Leader election won for term 1
15:59:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.383622  2487 raft_consensus.cc:686] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [term 1 LEADER]: Becoming Leader. State: Replica: e41b517bd62744289d1387a6c8d45bac, State: Running, Role: LEADER
15:59:31.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.383956  2487 consensus_queue.cc:237] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [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: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } }
15:59:31.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.385888  2487 sys_catalog.cc:455] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: SysCatalogTable state changed. Reason: New leader e41b517bd62744289d1387a6c8d45bac. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.386107  2487 sys_catalog.cc:458] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: This master's current role is: LEADER
15:59:31.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.388942  2502 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:31.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.390024  2502 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:31.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.397387  2424 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [term 1 FOLLOWER]: Refusing update from remote peer e41b517bd62744289d1387a6c8d45bac: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:31.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.398223  2500 consensus_queue.cc:1035] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [LEADER]: Connected to new peer: Peer: permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:31.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.402899  2459 sys_catalog.cc:455] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e41b517bd62744289d1387a6c8d45bac. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.403033  2459 sys_catalog.cc:458] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.404310  2351 raft_consensus.cc:1261] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [term 1 FOLLOWER]: Refusing update from remote peer e41b517bd62744289d1387a6c8d45bac: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:31.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.405169  2500 consensus_queue.cc:1035] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [LEADER]: Connected to new peer: Peer: permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:31.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.406919  2403 tablet.cc:2369] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:31.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.412988  2473 sys_catalog.cc:455] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e41b517bd62744289d1387a6c8d45bac. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.413120  2473 sys_catalog.cc:458] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.414767  2503 mvcc.cc:205] Tried to move back new op lower bound from 7305324017235648512 to 7305324017192718336. Current Snapshot: MvccSnapshot[applied={T|T < 7305324017235648512}]
15:59:31.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.414906  2487 sys_catalog.cc:455] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.415026  2487 sys_catalog.cc:458] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: This master's current role is: LEADER
15:59:31.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.415321  2459 sys_catalog.cc:455] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.415431  2459 sys_catalog.cc:458] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3 [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.415664  2504 mvcc.cc:205] Tried to move back new op lower bound from 7305324017235648512 to 7305324017192718336. Current Snapshot: MvccSnapshot[applied={T|T < 7305324017235648512}]
15:59:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.417140  2487 sys_catalog.cc:455] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.417265  2487 sys_catalog.cc:458] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac [sys.catalog]: This master's current role is: LEADER
15:59:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.418520  2473 sys_catalog.cc:455] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e41b517bd62744289d1387a6c8d45bac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e41b517bd62744289d1387a6c8d45bac" member_type: VOTER last_known_addr { host: "127.2.45.62" port: 41135 } } peers { permanent_uuid: "b72019e33f5c4482a83381673641bcc5" member_type: VOTER last_known_addr { host: "127.2.45.61" port: 37313 } } peers { permanent_uuid: "908cec147b7a4d909161eb3e2644bdd3" member_type: VOTER last_known_addr { host: "127.2.45.60" port: 33073 } } }
15:59:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.418648  2473 sys_catalog.cc:458] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5 [sys.catalog]: This master's current role is: FOLLOWER
15:59:31.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.418972  2502 catalog_manager.cc:1347] Generated new cluster ID: f030cad1589b46219fd7eb9a7f340c24
15:59:31.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.419041  2502 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:31.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.419409  2506 mvcc.cc:205] Tried to move back new op lower bound from 7305324017235648512 to 7305324017192718336. Current Snapshot: MvccSnapshot[applied={T|T < 7305324017235648512}]
15:59:31.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.437840  2502 catalog_manager.cc:1370] Generated new certificate authority record
15:59:31.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.438997  2502 catalog_manager.cc:1504] Loading token signing keys...
15:59:31.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.446731  2502 catalog_manager.cc:5868] T 00000000000000000000000000000000 P e41b517bd62744289d1387a6c8d45bac: Generated new TSK 0
15:59:31.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.447970  2502 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.456067  2228 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/logs
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data/info.pb
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:31.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.1:0
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.2.45.1
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.1
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_mb=1
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_secs=1
15:59:31.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_rowset_compaction=false with env {}
15:59:31.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.573645  2512 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:31.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.573887  2512 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:31.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.573915  2512 flags.cc:425] Enabled unsafe flag: --enable_rowset_compaction=false
15:59:31.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.573941  2512 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.577943  2512 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.578019  2512 flags.cc:425] Enabled experimental flag: --flush_threshold_mb=1
15:59:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.578034  2512 flags.cc:425] Enabled experimental flag: --flush_threshold_secs=1
15:59:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.578069  2512 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.2.45.1
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.582917  2512 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.1:0
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data/info.pb
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.1
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_rowset_compaction=false
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_mb=1
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_secs=1
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2512
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.2.45.1
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/logs
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:31.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:31.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.583953  2512 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:59:31.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.585292  2512 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.595183  2520 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:59:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.595203  2517 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:59:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.595203  2512 server_base.cc:1034] running on GCE node
15:59:31.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.595208  2518 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:59:31.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.596123  2512 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.596952  2512 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:31.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.598186  2512 hybrid_clock.cc:648] HybridClock initialized: now 1783526371598162 us; error 34 us; skew 500 ppm
15:59:31.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.600342  2512 webserver.cc:460] Webserver started at http://127.2.45.1:42689/ using document root <none> and password file <none>
15:59:31.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.601011  2512 fs_manager.cc:359] Metadata directory not provided
15:59:31.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.601082  2512 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:31.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.601362  2512 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:31.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.603376  2512 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data/instance:
15:59:31.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53c7158509d1418eb70f770538365fe4"
15:59:31.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.603929  2512 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal/instance:
15:59:31.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53c7158509d1418eb70f770538365fe4"
15:59:31.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.607877  2512 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:59:31.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.610479  2526 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:31.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.611835  2512 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.611936  2512 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53c7158509d1418eb70f770538365fe4"
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.612023  2512 fs_report.cc:383] FS layout report
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data/data
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:31.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.626312  2512 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:31.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.626962  2512 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:59:31.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.627128  2512 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:31.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.627696  2512 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:31.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.628857  2512 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:31.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.628926  2512 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:31.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.628983  2512 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:31.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.629011  2512 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:31.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.638695  2512 rpc_server.cc:307] RPC server started. Bound to: 127.2.45.1:42899
15:59:31.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.638713  2639 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.2.45.1:42899 every 8 connection(s)
15:59:31.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.639664  2512 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/data/info.pb
15:59:31.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.642961  2228 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 2512
15:59:31.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.643096  2228 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-0/wal/instance
15:59:31.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.645800  2228 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/logs
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data/info.pb
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.2:0
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.2.45.2
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.2
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_mb=1
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_secs=1
15:59:31.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_rowset_compaction=false with env {}
15:59:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.655055  2642 heartbeater.cc:347] Connected to a master server at 127.2.45.61:37313
15:59:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.655055  2640 heartbeater.cc:347] Connected to a master server at 127.2.45.60:33073
15:59:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.655340  2642 heartbeater.cc:464] Registering TS with master...
15:59:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.655088  2641 heartbeater.cc:347] Connected to a master server at 127.2.45.62:41135
15:59:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.655341  2640 heartbeater.cc:464] Registering TS with master...
15:59:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.655463  2641 heartbeater.cc:464] Registering TS with master...
15:59:31.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.656044  2641 heartbeater.cc:511] Master 127.2.45.62:41135 requested a full tablet report, sending...
15:59:31.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.656044  2640 heartbeater.cc:511] Master 127.2.45.60:33073 requested a full tablet report, sending...
15:59:31.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.656697  2642 heartbeater.cc:511] Master 127.2.45.61:37313 requested a full tablet report, sending...
15:59:31.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.657797  2270 ts_manager.cc:194] Registered new tserver with Master: 53c7158509d1418eb70f770538365fe4 (127.2.45.1:42899)
15:59:31.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.657794  2414 ts_manager.cc:194] Registered new tserver with Master: 53c7158509d1418eb70f770538365fe4 (127.2.45.1:42899)
15:59:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.659204  2342 ts_manager.cc:194] Registered new tserver with Master: 53c7158509d1418eb70f770538365fe4 (127.2.45.1:42899)
15:59:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.659530  2270 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.2.45.1:56687
15:59:31.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.763101  2647 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:31.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.763404  2647 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:31.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.763438  2647 flags.cc:425] Enabled unsafe flag: --enable_rowset_compaction=false
15:59:31.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.763465  2647 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:31.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.767640  2647 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:31.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.767725  2647 flags.cc:425] Enabled experimental flag: --flush_threshold_mb=1
15:59:31.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.767741  2647 flags.cc:425] Enabled experimental flag: --flush_threshold_secs=1
15:59:31.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.767777  2647 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.2.45.2
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.773963  2647 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.2:0
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data/info.pb
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.2
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_rowset_compaction=false
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_mb=1
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_secs=1
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2647
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.2.45.2
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/logs
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:31.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:31.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.775177  2647 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:59:31.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.776866  2647 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:31.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.787868  2655 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:59:31.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.787868  2653 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:59:31.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.787871  2652 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:59:31.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.787945  2647 server_base.cc:1034] running on GCE node
15:59:31.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.788678  2647 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.789397  2647 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:31.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.790556  2647 hybrid_clock.cc:648] HybridClock initialized: now 1783526371790541 us; error 29 us; skew 500 ppm
15:59:31.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.792586  2647 webserver.cc:460] Webserver started at http://127.2.45.2:46527/ using document root <none> and password file <none>
15:59:31.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.793183  2647 fs_manager.cc:359] Metadata directory not provided
15:59:31.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.793246  2647 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:31.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.793408  2647 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.795214  2647 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data/instance:
15:59:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3540e1a4d7de4a648fc618942433cadb"
15:59:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.795697  2647 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal/instance:
15:59:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3540e1a4d7de4a648fc618942433cadb"
15:59:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.799340  2647 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
15:59:31.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.801887  2661 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.803195  2647 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.803293  2647 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3540e1a4d7de4a648fc618942433cadb"
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.803382  2647 fs_report.cc:383] FS layout report
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data/data
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:31.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:31.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:31.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.826090  2647 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:31.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.826773  2647 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:59:31.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.826930  2647 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:31.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.827530  2647 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:31.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.828635  2647 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:31.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.828715  2647 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:31.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.828806  2647 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:31.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.828840  2647 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
15:59:31.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.838433  2647 rpc_server.cc:307] RPC server started. Bound to: 127.2.45.2:38609
15:59:31.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.838557  2774 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.2.45.2:38609 every 8 connection(s)
15:59:31.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.839395  2647 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/data/info.pb
15:59:31.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.843775  2228 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 2647
15:59:31.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.843900  2228 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-1/wal/instance
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.846467  2228 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/logs
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data/info.pb
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.3:0
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.2.45.3
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.3
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_mb=1
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_secs=1
15:59:31.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_rowset_compaction=false with env {}
15:59:31.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853004  2776 heartbeater.cc:347] Connected to a master server at 127.2.45.62:41135
15:59:31.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853036  2777 heartbeater.cc:347] Connected to a master server at 127.2.45.61:37313
15:59:31.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853235  2777 heartbeater.cc:464] Registering TS with master...
15:59:31.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853235  2776 heartbeater.cc:464] Registering TS with master...
15:59:31.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853583  2775 heartbeater.cc:347] Connected to a master server at 127.2.45.60:33073
15:59:31.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853679  2775 heartbeater.cc:464] Registering TS with master...
15:59:31.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853812  2777 heartbeater.cc:511] Master 127.2.45.61:37313 requested a full tablet report, sending...
15:59:31.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853812  2776 heartbeater.cc:511] Master 127.2.45.62:41135 requested a full tablet report, sending...
15:59:31.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.853835  2775 heartbeater.cc:511] Master 127.2.45.60:33073 requested a full tablet report, sending...
15:59:31.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.855058  2414 ts_manager.cc:194] Registered new tserver with Master: 3540e1a4d7de4a648fc618942433cadb (127.2.45.2:38609)
15:59:31.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.855129  2342 ts_manager.cc:194] Registered new tserver with Master: 3540e1a4d7de4a648fc618942433cadb (127.2.45.2:38609)
15:59:31.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.855176  2270 ts_manager.cc:194] Registered new tserver with Master: 3540e1a4d7de4a648fc618942433cadb (127.2.45.2:38609)
15:59:31.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.855904  2270 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.2.45.2:54539
15:59:31.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.969828  2782 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:31.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.970116  2782 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:31.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.970147  2782 flags.cc:425] Enabled unsafe flag: --enable_rowset_compaction=false
15:59:31.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.970175  2782 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:31.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.974514  2782 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:31.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.974593  2782 flags.cc:425] Enabled experimental flag: --flush_threshold_mb=1
15:59:31.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.974609  2782 flags.cc:425] Enabled experimental flag: --flush_threshold_secs=1
15:59:31.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.974645  2782 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.2.45.3
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.979384  2782 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.45.20:34641
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.45.3:0
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data/info.pb
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.45.3
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_rowset_compaction=false
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_mb=1
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --flush_threshold_secs=1
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.2.45.62:41135,127.2.45.61:37313,127.2.45.60:33073
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2782
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:31.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.2.45.3
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/logs
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:31.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.980481  2782 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:59:31.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.981837  2782 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:31.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.991622  2788 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:59:31.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.991562  2790 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:59:31.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:31.991648  2787 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:59:31.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.991930  2782 server_base.cc:1034] running on GCE node
15:59:31.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.992336  2782 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:31.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.993038  2782 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:31.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.994202  2782 hybrid_clock.cc:648] HybridClock initialized: now 1783526371994194 us; error 33 us; skew 500 ppm
15:59:31.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.995990  2782 webserver.cc:460] Webserver started at http://127.2.45.3:37619/ using document root <none> and password file <none>
15:59:31.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.996541  2782 fs_manager.cc:359] Metadata directory not provided
15:59:31.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.996603  2782 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:31.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.996827  2782 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.998697  2782 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data/instance:
15:59:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5ca9974d05f48678321e21ec9ccad88"
15:59:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:31.999243  2782 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal/instance:
15:59:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5ca9974d05f48678321e21ec9ccad88"
15:59:31.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:32.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.003099  2782 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.005589  2796 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.007047  2782 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.007164  2782 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5ca9974d05f48678321e21ec9ccad88"
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:31 on dist-test-slave-vt7w"
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.007295  2782 fs_report.cc:383] FS layout report
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data/data
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:32.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:32.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.024075  2782 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:32.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.024798  2782 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:59:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.024950  2782 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.025571  2782 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:32.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.026512  2782 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:32.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.026558  2782 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:32.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.026597  2782 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:32.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.026613  2782 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:32.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.036263  2782 rpc_server.cc:307] RPC server started. Bound to: 127.2.45.3:39933
15:59:32.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.036281  2909 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.2.45.3:39933 every 8 connection(s)
15:59:32.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.037307  2782 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/data/info.pb
15:59:32.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.044584  2228 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 2782
15:59:32.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.044708  2228 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster3428442056154640772/ts-2/wal/instance
15:59:32.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.050297  2911 heartbeater.cc:347] Connected to a master server at 127.2.45.62:41135
15:59:32.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.050566  2911 heartbeater.cc:464] Registering TS with master...
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.050933  2912 heartbeater.cc:347] Connected to a master server at 127.2.45.61:37313
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.051041  2912 heartbeater.cc:464] Registering TS with master...
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.051103  2910 heartbeater.cc:347] Connected to a master server at 127.2.45.60:33073
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.051187  2910 heartbeater.cc:464] Registering TS with master...
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.051260  2911 heartbeater.cc:511] Master 127.2.45.62:41135 requested a full tablet report, sending...
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.051268  2912 heartbeater.cc:511] Master 127.2.45.61:37313 requested a full tablet report, sending...
15:59:32.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.051335  2910 heartbeater.cc:511] Master 127.2.45.60:33073 requested a full tablet report, sending...
15:59:32.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.052436  2270 ts_manager.cc:194] Registered new tserver with Master: e5ca9974d05f48678321e21ec9ccad88 (127.2.45.3:39933)
15:59:32.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.052500  2414 ts_manager.cc:194] Registered new tserver with Master: e5ca9974d05f48678321e21ec9ccad88 (127.2.45.3:39933)
15:59:32.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.052500  2342 ts_manager.cc:194] Registered new tserver with Master: e5ca9974d05f48678321e21ec9ccad88 (127.2.45.3:39933)
15:59:32.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.053226  2270 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.2.45.3:38477
15:59:32.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.056078  2228 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:32.056 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:32.057 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:32.057 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.45.62"
      port: 41135
    }
    bound_http_address {
      host: "127.2.45.62"
      port: 44899
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.45.61"
      port: 37313
    }
    bound_http_address {
      host: "127.2.45.61"
      port: 43329
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.45.60"
      port: 33073
    }
    bound_http_address {
      host: "127.2.45.60"
      port: 41427
    }
  }
}

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

15:59:32.058 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.45.1"
      port: 42899
    }
    bound_http_address {
      host: "127.2.45.1"
      port: 42689
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.45.2"
      port: 38609
    }
    bound_http_address {
      host: "127.2.45.2"
      port: 46527
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.45.3"
      port: 39933
    }
    bound_http_address {
      host: "127.2.45.3"
      port: 37619
    }
  }
}

15:59:32.058 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:32.060 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:32.060 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:32.061 [INFO - main] (Logging.scala:57) ==============================================================
15:59:32.061 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:32.061 [INFO - main] (Logging.scala:57) ==============================================================
15:59:32.061 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:32.061 [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:59:32.062 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:32.062 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:32.062 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:32.062 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:32.062 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:32.062 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:32.063 [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:59:32.080 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 44351.
15:59:32.082 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:32.083 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:32.083 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:32.083 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:32.084 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:32.085 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-4ed68b1f-65cb-4c27-95ad-d66378add7bc
15:59:32.085 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:32.086 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:32.109 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:32.116 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 35205.
15:59:32.116 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:35205
15:59:32.117 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:32.117 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35205, None)
15:59:32.118 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:35205 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35205, None)
15:59:32.119 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35205, None)
15:59:32.119 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 35205, None)
15:59:32.125 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:32.137 [DEBUG - main] (Connection.java:748) [peer master-127.2.45.61:37313(127.2.45.61:37313)] connecting to peer
15:59:32.138 [DEBUG - main] (Connection.java:748) [peer master-127.2.45.62:41135(127.2.45.62:41135)] connecting to peer
15:59:32.139 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.45.61:37313(127.2.45.61:37313)] Successfully connected to peer
15:59:32.139 [DEBUG - main] (Connection.java:748) [peer master-127.2.45.60:33073(127.2.45.60:33073)] connecting to peer
15:59:32.140 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.45.62:41135(127.2.45.62:41135)] Successfully connected to peer
15:59:32.142 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.45.61
15:59:32.142 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.45.62
15:59:32.146 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.45.60:33073(127.2.45.60:33073)] Successfully connected to peer
15:59:32.153 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.45.60
15:59:32.153 [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:59:32.155 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xcede0111, L:/127.0.0.1:32788 - R:/127.2.45.62:41135] using SASL/PLAIN
15:59:32.156 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:32.157 [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:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.158576  2270 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:32788:
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:32.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:32.163 [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:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:32.164 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x73d5756c, L:/127.0.0.1:59142 - R:/127.2.45.61:37313] using SASL/PLAIN
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.165 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xdf1a029d, L:/127.0.0.1:35614 - R:/127.2.45.60:33073] using SASL/PLAIN
15:59:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:32.169 [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:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:32.181 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 84c7a345838d46c988c76ff4da6a44fe
15:59:32.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.194373  2709 tablet_service.cc:1467] Processing CreateTablet for tablet b39183e083de41ad8e2657d93964b078 (DEFAULT_TABLE table=test [id=84c7a345838d46c988c76ff4da6a44fe]), partition=RANGE (key) PARTITION VALUES < 50
15:59:32.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.194373  2574 tablet_service.cc:1467] Processing CreateTablet for tablet d811b8ea2d32483386e41d351c22bade (DEFAULT_TABLE table=test [id=84c7a345838d46c988c76ff4da6a44fe]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:32.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.195990  2709 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b39183e083de41ad8e2657d93964b078. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:32.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.195990  2574 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d811b8ea2d32483386e41d351c22bade. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:32.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.203292  2960 tablet_bootstrap.cc:492] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4: Bootstrap starting.
15:59:32.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.204157  2961 tablet_bootstrap.cc:492] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb: Bootstrap starting.
15:59:32.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.207160  2960 tablet_bootstrap.cc:654] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4: Neither blocks nor log segments found. Creating new log.
15:59:32.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.207216  2961 tablet_bootstrap.cc:654] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb: Neither blocks nor log segments found. Creating new log.
15:59:32.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.208202  2961 log.cc:824] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb: Log is configured to *not* fsync() on all Append() calls
15:59:32.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.208202  2960 log.cc:824] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4: Log is configured to *not* fsync() on all Append() calls
15:59:32.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.210268  2960 tablet_bootstrap.cc:492] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4: No bootstrap required, opened a new log
15:59:32.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.210296  2961 tablet_bootstrap.cc:492] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb: No bootstrap required, opened a new log
15:59:32.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.210467  2961 ts_tablet_manager.cc:1397] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:32.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.210493  2960 ts_tablet_manager.cc:1397] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4: Time spent bootstrapping tablet: real 0.007s	user 0.004s	sys 0.000s
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.213832  2470 catalog_manager.cc:1259] Loaded cluster ID: f030cad1589b46219fd7eb9a7f340c24
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.213904  2470 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: loading cluster ID for follower catalog manager: success
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.213739  2961 raft_consensus.cc:348] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } }
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.213976  2961 raft_consensus.cc:374] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.214031  2961 raft_consensus.cc:729] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3540e1a4d7de4a648fc618942433cadb, State: Initialized, Role: FOLLOWER
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.214499  2961 consensus_queue.cc:260] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [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: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } }
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.214656  2961 raft_consensus.cc:388] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:32.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.214722  2961 raft_consensus.cc:482] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.214807  2961 raft_consensus.cc:3037] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Advancing to term 1
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.214882  2960 raft_consensus.cc:348] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } }
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215188  2960 raft_consensus.cc:374] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215251  2960 raft_consensus.cc:729] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53c7158509d1418eb70f770538365fe4, State: Initialized, Role: FOLLOWER
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215683  2960 consensus_queue.cc:260] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [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: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } }
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215842  2960 raft_consensus.cc:388] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:32.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215895  2960 raft_consensus.cc:482] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:32.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215894  2961 raft_consensus.cc:504] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } }
15:59:32.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.215977  2960 raft_consensus.cc:3037] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Advancing to term 1
15:59:32.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.216325  2961 leader_election.cc:302] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [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: 3540e1a4d7de4a648fc618942433cadb; no voters: 
15:59:32.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.216500  2470 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: acquiring CA information for follower catalog manager: success
15:59:32.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.216733  2961 leader_election.cc:288] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:32.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.216840  2964 raft_consensus.cc:2781] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 1 FOLLOWER]: Leader election won for term 1
15:59:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.217094  2964 raft_consensus.cc:686] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [term 1 LEADER]: Becoming Leader. State: Replica: 3540e1a4d7de4a648fc618942433cadb, State: Running, Role: LEADER
15:59:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.217176  2960 raft_consensus.cc:504] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } }
15:59:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.217463  2964 consensus_queue.cc:237] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb [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: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } }
15:59:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.217638  2960 leader_election.cc:302] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [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: 53c7158509d1418eb70f770538365fe4; no voters: 
15:59:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.217834  2961 ts_tablet_manager.cc:1428] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:59:32.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.218082  2960 leader_election.cc:288] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:32.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.218307  2470 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 908cec147b7a4d909161eb3e2644bdd3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:32.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.219283  2960 ts_tablet_manager.cc:1428] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
15:59:32.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.219728  2776 heartbeater.cc:503] Master 127.2.45.62:41135 was elected leader, sending a full tablet report...
15:59:32.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.219769  2641 heartbeater.cc:503] Master 127.2.45.62:41135 was elected leader, sending a full tablet report...
15:59:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.222282  2269 catalog_manager.cc:5495] T b39183e083de41ad8e2657d93964b078 P 3540e1a4d7de4a648fc618942433cadb reported cstate change: term changed from 0 to 1, leader changed from <none> to 3540e1a4d7de4a648fc618942433cadb (127.2.45.2). New cstate: current_term: 1 leader_uuid: "3540e1a4d7de4a648fc618942433cadb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } health_report { overall_health: HEALTHY } } }
15:59:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.222672  2967 raft_consensus.cc:2781] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.222877  2967 raft_consensus.cc:686] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [term 1 LEADER]: Becoming Leader. State: Replica: 53c7158509d1418eb70f770538365fe4, State: Running, Role: LEADER
15:59:32.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.223718  2967 consensus_queue.cc:237] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 [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: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } }
15:59:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.229017  2484 catalog_manager.cc:1259] Loaded cluster ID: f030cad1589b46219fd7eb9a7f340c24
15:59:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.229092  2484 catalog_manager.cc:1552] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: loading cluster ID for follower catalog manager: success
15:59:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.231104  2269 catalog_manager.cc:5495] T d811b8ea2d32483386e41d351c22bade P 53c7158509d1418eb70f770538365fe4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 53c7158509d1418eb70f770538365fe4 (127.2.45.1). New cstate: current_term: 1 leader_uuid: "53c7158509d1418eb70f770538365fe4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } health_report { overall_health: HEALTHY } } }
15:59:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.231447  2484 catalog_manager.cc:1574] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: acquiring CA information for follower catalog manager: success
15:59:32.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.232923  2484 catalog_manager.cc:1602] T 00000000000000000000000000000000 P b72019e33f5c4482a83381673641bcc5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.239331  2269 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:32788:
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.245 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 38d5f9ff08ec4968853c48d020d12236
15:59:32.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.254937  2844 tablet_service.cc:1467] Processing CreateTablet for tablet e2fe5d4ad99b44b7bcecbab9bcb25e63 (DEFAULT_TABLE table=simple-test [id=38d5f9ff08ec4968853c48d020d12236]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:32.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.255942  2844 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e2fe5d4ad99b44b7bcecbab9bcb25e63. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:32.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.261677  2975 tablet_bootstrap.cc:492] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88: Bootstrap starting.
15:59:32.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.264272  2975 tablet_bootstrap.cc:654] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88: Neither blocks nor log segments found. Creating new log.
15:59:32.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.265130  2975 log.cc:824] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88: Log is configured to *not* fsync() on all Append() calls
15:59:32.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.266875  2975 tablet_bootstrap.cc:492] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88: No bootstrap required, opened a new log
15:59:32.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.267050  2975 ts_tablet_manager.cc:1397] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:32.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.270202  2975 raft_consensus.cc:348] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.270421  2975 raft_consensus.cc:374] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:32.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.270465  2975 raft_consensus.cc:729] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e5ca9974d05f48678321e21ec9ccad88, State: Initialized, Role: FOLLOWER
15:59:32.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.270895  2975 consensus_queue.cc:260] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [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: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.271025  2975 raft_consensus.cc:388] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:32.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.271077  2975 raft_consensus.cc:482] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:32.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.271150  2975 raft_consensus.cc:3037] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Advancing to term 1
15:59:32.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.271989  2975 raft_consensus.cc:504] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.272303  2975 leader_election.cc:302] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [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: e5ca9974d05f48678321e21ec9ccad88; no voters: 
15:59:32.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.272594  2975 leader_election.cc:288] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:32.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.272749  2977 raft_consensus.cc:2781] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 1 FOLLOWER]: Leader election won for term 1
15:59:32.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.273069  2977 raft_consensus.cc:686] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [term 1 LEADER]: Becoming Leader. State: Replica: e5ca9974d05f48678321e21ec9ccad88, State: Running, Role: LEADER
15:59:32.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.273478  2977 consensus_queue.cc:237] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 [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: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.273526  2911 heartbeater.cc:503] Master 127.2.45.62:41135 was elected leader, sending a full tablet report...
15:59:32.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.273667  2975 ts_tablet_manager.cc:1428] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:32.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.277122  2269 catalog_manager.cc:5495] T e2fe5d4ad99b44b7bcecbab9bcb25e63 P e5ca9974d05f48678321e21ec9ccad88 reported cstate change: term changed from 0 to 1, leader changed from <none> to e5ca9974d05f48678321e21ec9ccad88 (127.2.45.3). New cstate: current_term: 1 leader_uuid: "e5ca9974d05f48678321e21ec9ccad88" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } health_report { overall_health: HEALTHY } } }
15:59:32.299 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526372299
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.300992  2269 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:32788:
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "split-size-table"
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:32.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:32.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:32.301745  2269 catalog_manager.cc:6854] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table split-size-table in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
15:59:32.308 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.311789  2574 tablet_service.cc:1467] Processing CreateTablet for tablet 62bcc2c11c414d4eb8b024b1a42afdce (DEFAULT_TABLE table=split-size-table [id=97b587a0a2f24787b30cdba4cb2249f9]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.311914  2709 tablet_service.cc:1467] Processing CreateTablet for tablet 62bcc2c11c414d4eb8b024b1a42afdce (DEFAULT_TABLE table=split-size-table [id=97b587a0a2f24787b30cdba4cb2249f9]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.312124  2574 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 62bcc2c11c414d4eb8b024b1a42afdce. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.312065  2844 tablet_service.cc:1467] Processing CreateTablet for tablet 62bcc2c11c414d4eb8b024b1a42afdce (DEFAULT_TABLE table=split-size-table [id=97b587a0a2f24787b30cdba4cb2249f9]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.312187  2709 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 62bcc2c11c414d4eb8b024b1a42afdce. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.312309  2844 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 62bcc2c11c414d4eb8b024b1a42afdce. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.314599  2960 tablet_bootstrap.cc:492] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4: Bootstrap starting.
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.314738  2961 tablet_bootstrap.cc:492] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb: Bootstrap starting.
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.314929  2975 tablet_bootstrap.cc:492] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88: Bootstrap starting.
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.315671  2960 tablet_bootstrap.cc:654] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4: Neither blocks nor log segments found. Creating new log.
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.315881  2961 tablet_bootstrap.cc:654] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb: Neither blocks nor log segments found. Creating new log.
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.315927  2975 tablet_bootstrap.cc:654] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88: Neither blocks nor log segments found. Creating new log.
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317111  2960 tablet_bootstrap.cc:492] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4: No bootstrap required, opened a new log
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317189  2960 ts_tablet_manager.cc:1397] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317466  2975 tablet_bootstrap.cc:492] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88: No bootstrap required, opened a new log
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317538  2975 ts_tablet_manager.cc:1397] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317847  2960 raft_consensus.cc:348] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317957  2960 raft_consensus.cc:374] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.317987  2960 raft_consensus.cc:729] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53c7158509d1418eb70f770538365fe4, State: Initialized, Role: FOLLOWER
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318130  2960 consensus_queue.cc:260] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [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: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318109  2975 raft_consensus.cc:348] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318216  2975 raft_consensus.cc:374] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318254  2975 raft_consensus.cc:729] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e5ca9974d05f48678321e21ec9ccad88, State: Initialized, Role: FOLLOWER
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318372  2961 tablet_bootstrap.cc:492] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb: No bootstrap required, opened a new log
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318373  2975 consensus_queue.cc:260] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [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: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318452  2961 ts_tablet_manager.cc:1397] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.318625  2975 ts_tablet_manager.cc:1428] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.319051  2961 raft_consensus.cc:348] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.319175  2961 raft_consensus.cc:374] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.319207  2961 raft_consensus.cc:729] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3540e1a4d7de4a648fc618942433cadb, State: Initialized, Role: FOLLOWER
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.319332  2961 consensus_queue.cc:260] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [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: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.319589  2961 ts_tablet_manager.cc:1428] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
15:59:32.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.322860  2960 ts_tablet_manager.cc:1428] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.000s
15:59:32.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.511698  2967 raft_consensus.cc:482] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:32.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.511837  2967 raft_consensus.cc:504] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.512887  2967 leader_election.cc:288] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3540e1a4d7de4a648fc618942433cadb (127.2.45.2:38609), e5ca9974d05f48678321e21ec9ccad88 (127.2.45.3:39933)
15:59:32.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.518255  2729 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "62bcc2c11c414d4eb8b024b1a42afdce" candidate_uuid: "53c7158509d1418eb70f770538365fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3540e1a4d7de4a648fc618942433cadb" is_pre_election: true
15:59:32.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.518528  2729 raft_consensus.cc:2454] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c7158509d1418eb70f770538365fe4 in term 0.
15:59:32.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.518549  2864 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "62bcc2c11c414d4eb8b024b1a42afdce" candidate_uuid: "53c7158509d1418eb70f770538365fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e5ca9974d05f48678321e21ec9ccad88" is_pre_election: true
15:59:32.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.518793  2864 raft_consensus.cc:2454] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c7158509d1418eb70f770538365fe4 in term 0.
15:59:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.518959  2529 leader_election.cc:302] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3540e1a4d7de4a648fc618942433cadb, 53c7158509d1418eb70f770538365fe4; no voters: 
15:59:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.519165  2967 raft_consensus.cc:2781] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.519227  2967 raft_consensus.cc:482] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.519263  2967 raft_consensus.cc:3037] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 0 FOLLOWER]: Advancing to term 1
15:59:32.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.520288  2967 raft_consensus.cc:504] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.520648  2967 leader_election.cc:288] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [CANDIDATE]: Term 1 election: Requested vote from peers 3540e1a4d7de4a648fc618942433cadb (127.2.45.2:38609), e5ca9974d05f48678321e21ec9ccad88 (127.2.45.3:39933)
15:59:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.521071  2729 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "62bcc2c11c414d4eb8b024b1a42afdce" candidate_uuid: "53c7158509d1418eb70f770538365fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3540e1a4d7de4a648fc618942433cadb"
15:59:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.521087  2864 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "62bcc2c11c414d4eb8b024b1a42afdce" candidate_uuid: "53c7158509d1418eb70f770538365fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e5ca9974d05f48678321e21ec9ccad88"
15:59:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.521245  2864 raft_consensus.cc:3037] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 0 FOLLOWER]: Advancing to term 1
15:59:32.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.521265  2729 raft_consensus.cc:3037] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 0 FOLLOWER]: Advancing to term 1
15:59:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.522224  2864 raft_consensus.cc:2454] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c7158509d1418eb70f770538365fe4 in term 1.
15:59:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.522292  2729 raft_consensus.cc:2454] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c7158509d1418eb70f770538365fe4 in term 1.
15:59:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.522543  2529 leader_election.cc:302] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [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: 53c7158509d1418eb70f770538365fe4, e5ca9974d05f48678321e21ec9ccad88; no voters: 
15:59:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.522753  2967 raft_consensus.cc:2781] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:32.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.522838  2967 raft_consensus.cc:686] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [term 1 LEADER]: Becoming Leader. State: Replica: 53c7158509d1418eb70f770538365fe4, State: Running, Role: LEADER
15:59:32.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.523144  2967 consensus_queue.cc:237] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [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: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } }
15:59:32.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.525525  2270 catalog_manager.cc:5495] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 53c7158509d1418eb70f770538365fe4 (127.2.45.1). New cstate: current_term: 1 leader_uuid: "53c7158509d1418eb70f770538365fe4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53c7158509d1418eb70f770538365fe4" member_type: VOTER last_known_addr { host: "127.2.45.1" port: 42899 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 } health_report { overall_health: UNKNOWN } } }
15:59:32.626 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 62bcc2c11c414d4eb8b024b1a42afdce for table 'split-size-table' with partition [<start>, <end>)
15:59:32.626 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=62bcc2c11c414d4eb8b024b1a42afdce@[3540e1a4d7de4a648fc618942433cadb(127.2.45.2:38609),53c7158509d1418eb70f770538365fe4(127.2.45.1:42899)[L],e5ca9974d05f48678321e21ec9ccad88(127.2.45.3:39933)]}]
15:59:32.627 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.2.45.62:41135, [2ms] Sub RPC GetTableLocations: received response from server master-127.2.45.62:41135: OK, deferred=null) after lookup
15:59:32.628 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 53c7158509d1418eb70f770538365fe4(127.2.45.1:42899)] connecting to peer
15:59:32.628 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 53c7158509d1418eb70f770538365fe4(127.2.45.1:42899)] Successfully connected to peer
15:59:32.638 [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:59:32.640 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x3d565eed, L:/127.0.0.1:48322 - R:/127.2.45.1:42899] using TOKEN/null
15:59:32.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.648831  2729 raft_consensus.cc:1261] T 62bcc2c11c414d4eb8b024b1a42afdce P 3540e1a4d7de4a648fc618942433cadb [term 1 FOLLOWER]: Refusing update from remote peer 53c7158509d1418eb70f770538365fe4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:32.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.648831  2864 raft_consensus.cc:1261] T 62bcc2c11c414d4eb8b024b1a42afdce P e5ca9974d05f48678321e21ec9ccad88 [term 1 FOLLOWER]: Refusing update from remote peer 53c7158509d1418eb70f770538365fe4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:32.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.649619  2967 consensus_queue.cc:1035] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3540e1a4d7de4a648fc618942433cadb" member_type: VOTER last_known_addr { host: "127.2.45.2" port: 38609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:32.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.649996  2970 consensus_queue.cc:1035] T 62bcc2c11c414d4eb8b024b1a42afdce P 53c7158509d1418eb70f770538365fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5ca9974d05f48678321e21ec9ccad88" member_type: VOTER last_known_addr { host: "127.2.45.3" port: 39933 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:32.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.664201  2981 mvcc.cc:205] Tried to move back new op lower bound from 7305324022361677824 to 7305324021857517568. Current Snapshot: MvccSnapshot[applied={T|T < 7305324022361677824 or (T in {7305324022361677824})}]
15:59:32.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.892884  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:32.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.961807  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.068s	user 0.042s	sys 0.000s Metrics: {"bytes_written":39648,"cfile_init":1,"compiler_manager_pool.queue_time_us":198,"drs_written":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1467,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":34,"thread_start_us":172,"threads_started":2}
15:59:32.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.962777  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 516 bytes on disk
15:59:32.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:32.965111  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":54,"lbm_reads_lt_1ms":4}
15:59:33.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.040266  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.098626  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.953437
15:59:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.161345  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.121s	user 0.052s	sys 0.000s Metrics: {"bytes_written":39846,"cfile_init":1,"compiler_manager_pool.queue_time_us":181,"drs_written":1,"lbm_read_time_us":66,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1496,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":55,"thread_start_us":197,"threads_started":2}
15:59:33.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.162521  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 751 bytes on disk
15:59:33.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.163239  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":62,"lbm_reads_lt_1ms":4}
15:59:33.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.204502  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.105s	user 0.050s	sys 0.000s Metrics: {"bytes_written":39951,"cfile_init":1,"compiler_manager_pool.queue_time_us":214,"dirs.queue_time_us":6494,"dirs.run_cpu_time_us":204,"dirs.run_wall_time_us":1162,"drs_written":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1824,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":61,"thread_start_us":205,"threads_started":2}
15:59:33.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.206830  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 821 bytes on disk
15:59:33.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.209153  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":62,"lbm_reads_lt_1ms":4}
15:59:33.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.215893  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.239854  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39730,"cfile_init":1,"dirs.queue_time_us":37,"dirs.run_cpu_time_us":190,"dirs.run_wall_time_us":1137,"drs_written":1,"lbm_read_time_us":47,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1753,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":35}
15:59:33.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.240561  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 526 bytes on disk
15:59:33.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.241098  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":60,"lbm_reads_lt_1ms":4}
15:59:33.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.414036  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.440747  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39693,"cfile_init":1,"dirs.queue_time_us":48,"dirs.run_cpu_time_us":180,"dirs.run_wall_time_us":1114,"drs_written":1,"lbm_read_time_us":47,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1901,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":40}
15:59:33.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.441567  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 580 bytes on disk
15:59:33.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.441972  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":64,"lbm_reads_lt_1ms":4}
15:59:33.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.460143  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.484398  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39795,"cfile_init":1,"dirs.queue_time_us":58,"dirs.run_cpu_time_us":173,"dirs.run_wall_time_us":1525,"drs_written":1,"lbm_read_time_us":72,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1495,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":42}
15:59:33.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.484872  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 605 bytes on disk
15:59:33.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.485512  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":57,"lbm_reads_lt_1ms":4}
15:59:33.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.491817  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.512969  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.021s	user 0.021s	sys 0.000s Metrics: {"bytes_written":39731,"cfile_init":1,"dirs.queue_time_us":52,"dirs.run_cpu_time_us":202,"dirs.run_wall_time_us":1310,"drs_written":1,"lbm_read_time_us":60,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1455,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":39,"spinlock_wait_cycles":20736}
15:59:33.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.513628  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 572 bytes on disk
15:59:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.514041  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":56,"lbm_reads_lt_1ms":4}
15:59:33.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.692582  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.716904  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.020s	sys 0.004s Metrics: {"bytes_written":39920,"cfile_init":1,"dirs.queue_time_us":64,"dirs.run_cpu_time_us":156,"dirs.run_wall_time_us":1376,"drs_written":1,"lbm_read_time_us":39,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1367,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:33.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.717351  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:33.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.717749  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":46,"lbm_reads_lt_1ms":4}
15:59:33.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.736256  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.764045  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.028s	user 0.021s	sys 0.004s Metrics: {"bytes_written":39903,"cfile_init":1,"dirs.queue_time_us":43,"dirs.run_cpu_time_us":172,"dirs.run_wall_time_us":1360,"drs_written":1,"lbm_read_time_us":69,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1787,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:33.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.764689  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:33.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.764765  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 640 bytes on disk
15:59:33.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.765268  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":65,"lbm_reads_lt_1ms":4}
15:59:33.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.796464  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.032s	user 0.024s	sys 0.000s Metrics: {"bytes_written":39886,"cfile_init":1,"dirs.queue_time_us":62,"dirs.run_cpu_time_us":171,"dirs.run_wall_time_us":1293,"drs_written":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1781,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:33.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.797004  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 626 bytes on disk
15:59:33.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.797442  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":62,"lbm_reads_lt_1ms":4}
15:59:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:33.969035  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.009187  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.040s	user 0.024s	sys 0.004s Metrics: {"bytes_written":39752,"cfile_init":1,"dirs.queue_time_us":99,"dirs.run_cpu_time_us":232,"dirs.run_wall_time_us":1622,"drs_written":1,"lbm_read_time_us":78,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1809,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":40}
15:59:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.009728  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 581 bytes on disk
15:59:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.010258  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":69,"lbm_reads_lt_1ms":4}
15:59:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.015874  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.048305  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.058357  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.042s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39801,"cfile_init":1,"dirs.queue_time_us":38,"dirs.run_cpu_time_us":171,"dirs.run_wall_time_us":1324,"drs_written":1,"lbm_read_time_us":88,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1585,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":39}
15:59:34.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.059015  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 571 bytes on disk
15:59:34.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.059556  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":59,"lbm_reads_lt_1ms":4}
15:59:34.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.079970  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.031s	user 0.025s	sys 0.000s Metrics: {"bytes_written":39737,"cfile_init":1,"dirs.queue_time_us":46,"dirs.run_cpu_time_us":185,"dirs.run_wall_time_us":1284,"drs_written":1,"lbm_read_time_us":72,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2004,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":40}
15:59:34.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.080704  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 580 bytes on disk
15:59:34.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.081899  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4}
15:59:34.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.261062  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.283241  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.022s	user 0.020s	sys 0.000s Metrics: {"bytes_written":39880,"cfile_init":1,"dirs.queue_time_us":39,"dirs.run_cpu_time_us":197,"dirs.run_wall_time_us":1257,"drs_written":1,"lbm_read_time_us":63,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1353,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":42,"spinlock_wait_cycles":896}
15:59:34.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.283892  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 606 bytes on disk
15:59:34.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.285113  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":57,"lbm_reads_lt_1ms":4}
15:59:34.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.310428  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.332589  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.337962  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.017s	sys 0.010s Metrics: {"bytes_written":39914,"cfile_init":1,"dirs.queue_time_us":48,"dirs.run_cpu_time_us":147,"dirs.run_wall_time_us":1390,"drs_written":1,"lbm_read_time_us":64,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1826,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:34.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.338627  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:34.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.339149  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4}
15:59:34.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.359293  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39864,"cfile_init":1,"dirs.queue_time_us":63,"dirs.run_cpu_time_us":174,"dirs.run_wall_time_us":1367,"drs_written":1,"lbm_read_time_us":67,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1562,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":43}
15:59:34.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.359766  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 616 bytes on disk
15:59:34.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.360380  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":66,"lbm_reads_lt_1ms":4}
15:59:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.535967  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.560583  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.021s	sys 0.000s Metrics: {"bytes_written":39862,"cfile_init":1,"dirs.queue_time_us":38,"dirs.run_cpu_time_us":197,"dirs.run_wall_time_us":1783,"drs_written":1,"lbm_read_time_us":60,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1829,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.561116  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 652 bytes on disk
15:59:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.561534  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":58,"lbm_reads_lt_1ms":4}
15:59:34.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.589887  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.611033  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.613843  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.016s	sys 0.006s Metrics: {"bytes_written":39896,"cfile_init":1,"dirs.queue_time_us":35,"dirs.run_cpu_time_us":182,"dirs.run_wall_time_us":1278,"drs_written":1,"lbm_read_time_us":58,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1288,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:34.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.614502  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 652 bytes on disk
15:59:34.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.614974  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":58,"lbm_reads_lt_1ms":4}
15:59:34.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.654358  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.043s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39935,"cfile_init":1,"dirs.queue_time_us":50,"dirs.run_cpu_time_us":179,"dirs.run_wall_time_us":1256,"drs_written":1,"lbm_read_time_us":57,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2689,"lbm_writes_1-10_ms":1,"lbm_writes_lt_1ms":76,"peak_mem_usage":0,"rows_written":46}
15:59:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.655126  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 651 bytes on disk
15:59:34.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.655567  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4}
15:59:34.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.812266  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.838075  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.024s	sys 0.000s Metrics: {"bytes_written":39912,"cfile_init":1,"dirs.queue_time_us":52,"dirs.run_cpu_time_us":154,"dirs.run_wall_time_us":1564,"drs_written":1,"lbm_read_time_us":52,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1434,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:34.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.838625  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 651 bytes on disk
15:59:34.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.841197  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":62,"lbm_reads_lt_1ms":4}
15:59:34.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.865839  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.890233  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.019s	sys 0.001s Metrics: {"bytes_written":39938,"cfile_init":1,"dirs.queue_time_us":58,"dirs.run_cpu_time_us":161,"dirs.run_wall_time_us":1692,"drs_written":1,"lbm_read_time_us":40,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1247,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:34.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.890753  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:34.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.892020  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":81,"lbm_reads_lt_1ms":4}
15:59:34.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.906194  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:34.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.946797  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.040s	user 0.020s	sys 0.004s Metrics: {"bytes_written":40052,"cfile_init":1,"dirs.queue_time_us":58,"dirs.run_cpu_time_us":195,"dirs.run_wall_time_us":1338,"drs_written":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1641,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":49}
15:59:34.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.947381  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 686 bytes on disk
15:59:34.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:34.947893  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":47,"lbm_reads_lt_1ms":4}
15:59:35.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.092218  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.118204  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39927,"cfile_init":1,"dirs.queue_time_us":60,"dirs.run_cpu_time_us":256,"dirs.run_wall_time_us":1436,"drs_written":1,"lbm_read_time_us":39,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1659,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":41}
15:59:35.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.118695  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 595 bytes on disk
15:59:35.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.119264  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":54,"lbm_reads_lt_1ms":4}
15:59:35.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.142750  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.163609  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.021s	user 0.018s	sys 0.000s Metrics: {"bytes_written":39917,"cfile_init":1,"dirs.queue_time_us":41,"dirs.run_cpu_time_us":201,"dirs.run_wall_time_us":1286,"drs_written":1,"lbm_read_time_us":46,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1811,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":41}
15:59:35.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.164286  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 594 bytes on disk
15:59:35.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.164873  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":57,"lbm_reads_lt_1ms":4}
15:59:35.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.198872  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.224447  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.025s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39950,"cfile_init":1,"dirs.queue_time_us":59,"dirs.run_cpu_time_us":239,"dirs.run_wall_time_us":1338,"drs_written":1,"lbm_read_time_us":54,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1634,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:35.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.224987  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 624 bytes on disk
15:59:35.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.225435  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":60,"lbm_reads_lt_1ms":4}
15:59:35.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.370221  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.396149  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39933,"cfile_init":1,"dirs.queue_time_us":52,"dirs.run_cpu_time_us":220,"dirs.run_wall_time_us":1410,"drs_written":1,"lbm_read_time_us":42,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1548,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:35.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.396692  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:35.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.397120  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":40,"lbm_reads_lt_1ms":4}
15:59:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.415681  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.443148  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39973,"cfile_init":1,"dirs.queue_time_us":112,"dirs.run_cpu_time_us":181,"dirs.run_wall_time_us":1536,"drs_written":1,"lbm_read_time_us":36,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1508,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.443660  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 651 bytes on disk
15:59:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.444099  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":56,"lbm_reads_lt_1ms":4}
15:59:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.476130  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.501931  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.023s	sys 0.001s Metrics: {"bytes_written":39966,"cfile_init":1,"dirs.queue_time_us":79,"dirs.run_cpu_time_us":155,"dirs.run_wall_time_us":1501,"drs_written":1,"lbm_read_time_us":52,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1486,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:35.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.502444  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:35.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.502928  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4}
15:59:35.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.647799  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.677826  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.030s	user 0.022s	sys 0.004s Metrics: {"bytes_written":39922,"cfile_init":1,"dirs.queue_time_us":37,"dirs.run_cpu_time_us":166,"dirs.run_wall_time_us":1239,"drs_written":1,"lbm_read_time_us":47,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2197,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:35.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.678390  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 652 bytes on disk
15:59:35.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.678970  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":56,"lbm_reads_lt_1ms":4}
15:59:35.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.694902  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.719473  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39920,"cfile_init":1,"dirs.queue_time_us":36,"dirs.run_cpu_time_us":264,"dirs.run_wall_time_us":1260,"drs_written":1,"lbm_read_time_us":63,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1273,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.719983  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 662 bytes on disk
15:59:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.720441  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":59,"lbm_reads_lt_1ms":4}
15:59:35.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.753710  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.782795  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.029s	user 0.026s	sys 0.001s Metrics: {"bytes_written":40016,"cfile_init":1,"dirs.queue_time_us":68,"dirs.run_cpu_time_us":181,"dirs.run_wall_time_us":1185,"drs_written":1,"lbm_read_time_us":67,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1727,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":49}
15:59:35.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.783296  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 687 bytes on disk
15:59:35.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.783809  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":64,"lbm_reads_lt_1ms":4}
15:59:35.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.931201  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.959789  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.028s	user 0.022s	sys 0.004s Metrics: {"bytes_written":39789,"cfile_init":1,"dirs.queue_time_us":57,"dirs.run_cpu_time_us":186,"dirs.run_wall_time_us":1282,"drs_written":1,"lbm_read_time_us":50,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1631,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":48,"spinlock_wait_cycles":3840}
15:59:35.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.960357  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 671 bytes on disk
15:59:35.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.961048  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":66,"lbm_reads_lt_1ms":4}
15:59:35.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.971143  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:35.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.995159  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.019s	sys 0.004s Metrics: {"bytes_written":39877,"cfile_init":1,"dirs.queue_time_us":51,"dirs.run_cpu_time_us":169,"dirs.run_wall_time_us":1440,"drs_written":1,"lbm_read_time_us":37,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1480,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:35.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.995702  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:35.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:35.996176  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":67,"lbm_reads_lt_1ms":4}
15:59:36.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.034560  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.061903  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.026s	sys 0.000s Metrics: {"bytes_written":39908,"cfile_init":1,"dirs.queue_time_us":88,"dirs.run_cpu_time_us":340,"dirs.run_wall_time_us":1400,"drs_written":1,"lbm_read_time_us":56,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1528,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:36.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.062780  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:36.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.063371  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":46,"lbm_reads_lt_1ms":4}
15:59:36.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.211916  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.243027  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.031s	user 0.021s	sys 0.000s Metrics: {"bytes_written":39906,"cfile_init":1,"dirs.queue_time_us":42,"dirs.run_cpu_time_us":158,"dirs.run_wall_time_us":1575,"drs_written":1,"lbm_read_time_us":63,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1343,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:36.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.243547  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:36.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.244153  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":70,"lbm_reads_lt_1ms":4}
15:59:36.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.246953  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.277606  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.030s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39886,"cfile_init":1,"dirs.queue_time_us":74,"dirs.run_cpu_time_us":211,"dirs.run_wall_time_us":1262,"drs_written":1,"lbm_read_time_us":59,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1341,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.278085  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 626 bytes on disk
15:59:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.278653  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":52,"lbm_reads_lt_1ms":4}
15:59:36.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.314200  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.340891  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.024s	sys 0.000s Metrics: {"bytes_written":39902,"cfile_init":1,"dirs.queue_time_us":61,"dirs.run_cpu_time_us":249,"dirs.run_wall_time_us":1263,"drs_written":1,"lbm_read_time_us":75,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1459,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:36.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.341503  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 626 bytes on disk
15:59:36.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.342139  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":120,"lbm_reads_lt_1ms":4}
15:59:36.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.494928  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.519302  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.020s	sys 0.001s Metrics: {"bytes_written":39959,"cfile_init":1,"dirs.queue_time_us":54,"dirs.run_cpu_time_us":165,"dirs.run_wall_time_us":1448,"drs_written":1,"lbm_read_time_us":54,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1333,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:36.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.519922  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 660 bytes on disk
15:59:36.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.521166  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":59,"lbm_reads_lt_1ms":4}
15:59:36.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.529278  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.560488  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.031s	user 0.026s	sys 0.000s Metrics: {"bytes_written":39950,"cfile_init":1,"dirs.queue_time_us":57,"dirs.run_cpu_time_us":202,"dirs.run_wall_time_us":1451,"drs_written":1,"lbm_read_time_us":59,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1739,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:36.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.561081  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:36.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.561640  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":61,"lbm_reads_lt_1ms":4}
15:59:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.593011  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.626369  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.033s	user 0.026s	sys 0.000s Metrics: {"bytes_written":39980,"cfile_init":1,"dirs.queue_time_us":54,"dirs.run_cpu_time_us":266,"dirs.run_wall_time_us":1240,"drs_written":1,"lbm_read_time_us":42,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2382,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:36.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.626961  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:36.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.627591  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4}
15:59:36.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.772006  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.797642  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.025s	user 0.024s	sys 0.000s Metrics: {"bytes_written":39942,"cfile_init":1,"dirs.queue_time_us":34,"dirs.run_cpu_time_us":204,"dirs.run_wall_time_us":1407,"drs_written":1,"lbm_read_time_us":55,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1557,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:36.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.798156  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 627 bytes on disk
15:59:36.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.798628  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":65,"lbm_reads_lt_1ms":4}
15:59:36.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.812444  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.838999  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39894,"cfile_init":1,"dirs.queue_time_us":64,"dirs.run_cpu_time_us":154,"dirs.run_wall_time_us":1475,"drs_written":1,"lbm_read_time_us":41,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1433,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.839689  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 642 bytes on disk
15:59:36.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.840205  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":45,"lbm_reads_lt_1ms":4}
15:59:36.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.878592  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:36.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.907755  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.029s	user 0.028s	sys 0.000s Metrics: {"bytes_written":40001,"cfile_init":1,"dirs.queue_time_us":67,"dirs.run_cpu_time_us":177,"dirs.run_wall_time_us":1731,"drs_written":1,"lbm_read_time_us":48,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1619,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:36.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.908389  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 642 bytes on disk
15:59:36.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:36.909394  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4}
15:59:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.049415  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.078667  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.029s	user 0.027s	sys 0.000s Metrics: {"bytes_written":40003,"cfile_init":1,"dirs.queue_time_us":56,"dirs.run_cpu_time_us":173,"dirs.run_wall_time_us":1188,"drs_written":1,"lbm_read_time_us":60,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1644,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:37.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.079269  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:37.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.079825  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":82,"lbm_reads_lt_1ms":4}
15:59:37.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.090844  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.118145  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.022s	sys 0.001s Metrics: {"bytes_written":39885,"cfile_init":1,"dirs.queue_time_us":41,"dirs.run_cpu_time_us":207,"dirs.run_wall_time_us":1394,"drs_written":1,"lbm_read_time_us":55,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1664,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:37.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.118652  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 625 bytes on disk
15:59:37.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.119582  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":52,"lbm_reads_lt_1ms":4,"spinlock_wait_cycles":1036160}
15:59:37.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.160290  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.183321  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.023s	user 0.020s	sys 0.000s Metrics: {"bytes_written":39928,"cfile_init":1,"dirs.queue_time_us":52,"dirs.run_cpu_time_us":202,"dirs.run_wall_time_us":1310,"drs_written":1,"lbm_read_time_us":58,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1269,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.183930  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.184587  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":52,"lbm_reads_lt_1ms":4}
15:59:37.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.330790  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.358244  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.023s	sys 0.001s Metrics: {"bytes_written":39984,"cfile_init":1,"dirs.queue_time_us":50,"dirs.run_cpu_time_us":253,"dirs.run_wall_time_us":1169,"drs_written":1,"lbm_read_time_us":67,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1658,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:37.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.358770  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:37.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.359222  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":44,"lbm_reads_lt_1ms":4}
15:59:37.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.370385  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.395874  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.025s	user 0.024s	sys 0.000s Metrics: {"bytes_written":40002,"cfile_init":1,"dirs.queue_time_us":70,"dirs.run_cpu_time_us":227,"dirs.run_wall_time_us":1332,"drs_written":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1439,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:37.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.396399  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 661 bytes on disk
15:59:37.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.396898  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":74,"lbm_reads_lt_1ms":4}
15:59:37.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.435890  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.468995  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.033s	user 0.029s	sys 0.000s Metrics: {"bytes_written":39932,"cfile_init":1,"dirs.queue_time_us":60,"dirs.run_cpu_time_us":176,"dirs.run_wall_time_us":1302,"drs_written":1,"lbm_read_time_us":68,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2162,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:37.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.469589  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 651 bytes on disk
15:59:37.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.470525  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":70,"lbm_reads_lt_1ms":4}
15:59:37.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.609937  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.642593  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.032s	user 0.028s	sys 0.001s Metrics: {"bytes_written":39951,"cfile_init":1,"dirs.queue_time_us":46,"dirs.run_cpu_time_us":199,"dirs.run_wall_time_us":1568,"drs_written":1,"lbm_read_time_us":67,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2305,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.643136  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 651 bytes on disk
15:59:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.643636  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":57,"lbm_reads_lt_1ms":4}
15:59:37.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.647712  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.681809  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.033s	user 0.019s	sys 0.007s Metrics: {"bytes_written":39932,"cfile_init":1,"dirs.queue_time_us":38,"dirs.run_cpu_time_us":179,"dirs.run_wall_time_us":1141,"drs_written":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4,"lbm_write_time_us":5942,"lbm_writes_1-10_ms":2,"lbm_writes_lt_1ms":75,"peak_mem_usage":0,"rows_written":45}
15:59:37.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.682371  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:37.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.682937  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":47,"lbm_reads_lt_1ms":4}
15:59:37.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.721675  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.746577  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.025s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39945,"cfile_init":1,"dirs.queue_time_us":66,"dirs.run_cpu_time_us":179,"dirs.run_wall_time_us":1202,"drs_written":1,"lbm_read_time_us":36,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1354,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45,"spinlock_wait_cycles":1920}
15:59:37.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.747123  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 642 bytes on disk
15:59:37.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.747612  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":59,"lbm_reads_lt_1ms":4}
15:59:37.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.894515  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.924573  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.030s	user 0.026s	sys 0.000s Metrics: {"bytes_written":39951,"cfile_init":1,"dirs.queue_time_us":68,"dirs.run_cpu_time_us":178,"dirs.run_wall_time_us":1173,"drs_written":1,"lbm_read_time_us":39,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1963,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.925202  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 627 bytes on disk
15:59:37.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.925781  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":67,"lbm_reads_lt_1ms":4}
15:59:37.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.934033  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:37.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.959478  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.025s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39930,"cfile_init":1,"dirs.queue_time_us":60,"dirs.run_cpu_time_us":202,"dirs.run_wall_time_us":1205,"drs_written":1,"lbm_read_time_us":74,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1314,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":43}
15:59:37.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.960017  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 617 bytes on disk
15:59:37.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.960595  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":45,"lbm_reads_lt_1ms":4}
15:59:37.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:37.998435  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.027356  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.029s	user 0.023s	sys 0.000s Metrics: {"bytes_written":39943,"cfile_init":1,"dirs.queue_time_us":40,"dirs.run_cpu_time_us":289,"dirs.run_wall_time_us":1495,"drs_written":1,"lbm_read_time_us":63,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1960,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":42}
15:59:38.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.028004  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 606 bytes on disk
15:59:38.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.028476  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":45,"lbm_reads_lt_1ms":4}
15:59:38.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.176694  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.203871  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.024s	sys 0.000s Metrics: {"bytes_written":40022,"cfile_init":1,"dirs.queue_time_us":53,"dirs.run_cpu_time_us":225,"dirs.run_wall_time_us":1641,"drs_written":1,"lbm_read_time_us":55,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1721,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":45}
15:59:38.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.204488  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 641 bytes on disk
15:59:38.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.205484  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":70,"lbm_reads_lt_1ms":4}
15:59:38.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.211524  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.238360  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.027s	user 0.024s	sys 0.000s Metrics: {"bytes_written":40007,"cfile_init":1,"dirs.queue_time_us":56,"dirs.run_cpu_time_us":145,"dirs.run_wall_time_us":1474,"drs_written":1,"lbm_read_time_us":51,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1656,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:38.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.239179  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 650 bytes on disk
15:59:38.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.239951  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":64,"lbm_reads_lt_1ms":4}
15:59:38.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.279336  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.308916  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.029s	user 0.021s	sys 0.004s Metrics: {"bytes_written":39933,"cfile_init":1,"dirs.queue_time_us":35,"dirs.run_cpu_time_us":200,"dirs.run_wall_time_us":1307,"drs_written":1,"lbm_read_time_us":100,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1510,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":48}
15:59:38.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.309466  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 671 bytes on disk
15:59:38.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.309934  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":50,"lbm_reads_lt_1ms":4}
15:59:38.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.456221  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.486125  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.030s	user 0.028s	sys 0.000s Metrics: {"bytes_written":39970,"cfile_init":1,"dirs.queue_time_us":51,"dirs.run_cpu_time_us":195,"dirs.run_wall_time_us":1486,"drs_written":1,"lbm_read_time_us":61,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1691,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":47}
15:59:38.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.486864  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 660 bytes on disk
15:59:38.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.487537  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":75,"lbm_reads_lt_1ms":4}
15:59:38.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.490836  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.519343  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.028s	user 0.022s	sys 0.004s Metrics: {"bytes_written":39963,"cfile_init":1,"dirs.queue_time_us":35,"dirs.run_cpu_time_us":168,"dirs.run_wall_time_us":1341,"drs_written":1,"lbm_read_time_us":47,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1736,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:38.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.519919  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 650 bytes on disk
15:59:38.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.520623  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":69,"lbm_reads_lt_1ms":4}
15:59:38.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.560791  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.592308  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.031s	user 0.020s	sys 0.004s Metrics: {"bytes_written":40007,"cfile_init":1,"dirs.queue_time_us":58,"dirs.run_cpu_time_us":235,"dirs.run_wall_time_us":1249,"drs_written":1,"lbm_read_time_us":68,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1572,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":46}
15:59:38.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.593008  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 651 bytes on disk
15:59:38.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.593679  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":64,"lbm_reads_lt_1ms":4}
15:59:38.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.738519  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.769313  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.031s	user 0.026s	sys 0.004s Metrics: {"bytes_written":39970,"cfile_init":1,"dirs.queue_time_us":46,"dirs.run_cpu_time_us":239,"dirs.run_wall_time_us":2517,"drs_written":1,"lbm_read_time_us":40,"lbm_reads_lt_1ms":4,"lbm_write_time_us":2263,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:38.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.769933  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 627 bytes on disk
15:59:38.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.770776  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":61,"lbm_reads_lt_1ms":4}
15:59:38.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.771728  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.799594  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.028s	user 0.020s	sys 0.004s Metrics: {"bytes_written":39970,"cfile_init":1,"dirs.queue_time_us":82,"dirs.run_cpu_time_us":190,"dirs.run_wall_time_us":1339,"drs_written":1,"lbm_read_time_us":94,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1564,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:38.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.800240  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 627 bytes on disk
15:59:38.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.800990  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":75,"lbm_reads_lt_1ms":4}
15:59:38.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.844568  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:38.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.877375  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.033s	user 0.027s	sys 0.000s Metrics: {"bytes_written":39931,"cfile_init":1,"dirs.queue_time_us":58,"dirs.run_cpu_time_us":314,"dirs.run_wall_time_us":1441,"drs_written":1,"lbm_read_time_us":39,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1698,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":44}
15:59:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.878159  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 627 bytes on disk
15:59:38.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:38.878777  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":51,"lbm_reads_lt_1ms":4}
15:59:39.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.021531  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:39.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.045313  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.024s	user 0.021s	sys 0.000s Metrics: {"bytes_written":39923,"cfile_init":1,"dirs.queue_time_us":57,"dirs.run_cpu_time_us":154,"dirs.run_wall_time_us":1234,"drs_written":1,"lbm_read_time_us":42,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1383,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":43}
15:59:39.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.045915  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 616 bytes on disk
15:59:39.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.046746  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":54,"lbm_reads_lt_1ms":4}
15:59:39.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.052145  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:39.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.077852  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.026s	user 0.022s	sys 0.000s Metrics: {"bytes_written":39897,"cfile_init":1,"dirs.queue_time_us":37,"dirs.run_cpu_time_us":179,"dirs.run_wall_time_us":1384,"drs_written":1,"lbm_read_time_us":2103,"lbm_reads_1-10_ms":1,"lbm_reads_lt_1ms":3,"lbm_write_time_us":1528,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":41}
15:59:39.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.078366  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 596 bytes on disk
15:59:39.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.078816  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":46,"lbm_reads_lt_1ms":4}
15:59:39.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.129729  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=1.000000
15:59:39.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.146832  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.017s	user 0.015s	sys 0.000s Metrics: {"bytes_written":39779,"cfile_init":1,"dirs.queue_time_us":85,"dirs.run_cpu_time_us":234,"dirs.run_wall_time_us":1226,"drs_written":1,"lbm_read_time_us":107,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1095,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":33}
15:59:39.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.147408  2643 maintenance_manager.cc:419] P 53c7158509d1418eb70f770538365fe4: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 506 bytes on disk
15:59:39.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:39.148003  2531 maintenance_manager.cc:643] P 53c7158509d1418eb70f770538365fe4: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":52,"lbm_reads_lt_1ms":4}
15:59:40.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.049162  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=0.469046
15:59:40.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.060530  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.011s	user 0.006s	sys 0.003s Metrics: {"bytes_written":39083,"cfile_init":1,"dirs.queue_time_us":294,"dirs.run_cpu_time_us":237,"dirs.run_wall_time_us":1362,"drs_written":1,"lbm_read_time_us":94,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1037,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":7,"thread_start_us":100,"threads_started":1}
15:59:40.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.061165  2913 maintenance_manager.cc:419] P e5ca9974d05f48678321e21ec9ccad88: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 223 bytes on disk
15:59:40.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.061728  2801 maintenance_manager.cc:643] P e5ca9974d05f48678321e21ec9ccad88: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":53,"lbm_reads_lt_1ms":4}
15:59:40.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.081126  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce): perf score=0.219043
15:59:40.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.093006  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: FlushMRSOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.012s	user 0.011s	sys 0.000s Metrics: {"bytes_written":39065,"cfile_init":1,"dirs.queue_time_us":200,"dirs.run_cpu_time_us":238,"dirs.run_wall_time_us":1222,"drs_written":1,"lbm_read_time_us":54,"lbm_reads_lt_1ms":4,"lbm_write_time_us":1175,"lbm_writes_lt_1ms":77,"peak_mem_usage":0,"rows_written":4,"thread_start_us":246,"threads_started":2,"wal-append.queue_time_us":279}
15:59:40.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.093623  2778 maintenance_manager.cc:419] P 3540e1a4d7de4a648fc618942433cadb: Scheduling UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce): 196 bytes on disk
15:59:40.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:40.094210  2666 maintenance_manager.cc:643] P 3540e1a4d7de4a648fc618942433cadb: UndoDeltaBlockGCOp(62bcc2c11c414d4eb8b024b1a42afdce) complete. Timing: real 0.000s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":71,"lbm_reads_lt_1ms":4}
15:59:44.075 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526384074
15:59:44.075 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526379069367
15:59:44.075 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:44.075 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup1870775292707442897/
15:59:44.080 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.080 [INFO - ForkJoinPool-237-worker-1] (KuduBackup.scala:55) Backing up table split-size-table to path: file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074
15:59:44.080 [INFO - ForkJoinPool-237-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:44.080 [INFO - ForkJoinPool-237-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:44.081 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:44.081 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:44.099 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.100 [INFO - ForkJoinPool-237-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.100 [INFO - ForkJoinPool-237-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.100 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.101 [INFO - ForkJoinPool-237-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.101 [INFO - ForkJoinPool-237-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.101 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.129 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2206) Key ranges for split-size-table
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [<start>, 0x80000021), 35468, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000021, 0x80000044), 35550, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000044, 0x8000006B), 35551, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000006B, 0x80000097), 35706, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000097, 0x800000BF), 35557, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800000BF, 0x800000EA), 35684, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800000EA, 0x80000118), 35755, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000118, 0x80000149), 35872, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000149, 0x80000175), 35770, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.130 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000175, 0x800001A4), 35786, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800001A4, 0x800001D5), 35836, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800001D5, 0x80000202), 35728, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000202, 0x8000022E), 35722, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000022E, 0x8000025D), 35800, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000025D, 0x8000028A), 35821, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000028A, 0x800002B7), 35748, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800002B7, 0x800002E5), 35752, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800002E5, 0x80000312), 35765, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x80000312, 0x8000033C), 35763, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000033C, 0x8000036C), 35753, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.131 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000036C, 0x8000039A), 35827, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.132 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x8000039A, 0x800003C6), 35751, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.132 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2213) [0x800003C6, <end>), 35599, "62bcc2c11c414d4eb8b024b1a42afdce" [<start>, <end>)
15:59:44.150 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:44.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 23 output partitions
15:59:44.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:44.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:44.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:44.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:44.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.4 KiB, free 1993.7 MiB)
15:59:44.185 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.7 KiB, free 1993.6 MiB)
15:59:44.185 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35205 (size: 66.7 KiB, free: 1993.8 MiB)
15:59:44.186 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:44.186 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 23 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:59:44.186 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 23 tasks resource profile 0
15:59:44.188 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5273 bytes) taskResourceAssignments Map()
15:59:44.190 [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:59:44.203 [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:59:44.205 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.206 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.206 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.207 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.208 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.209 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.220 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer e5ca9974d05f48678321e21ec9ccad88(127.2.45.3:39933)] connecting to peer
15:59:44.221 [DEBUG - kudu-nio-0] (Connection.java:757) [peer e5ca9974d05f48678321e21ec9ccad88(127.2.45.3:39933)] Successfully connected to peer
15:59:44.235 [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:59:44.236 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x8ae10ae1, L:/127.0.0.1:38630 - R:/127.2.45.3:39933] using TOKEN/null
15:59:44.360 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=0x80000021, lastPrimaryKey=<last>)
15:59:44.381 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 39097
15:59:44.384 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559444540353946715232066_0000_m_000000_0' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559444540353946715232066_0000_m_000000
15:59:44.384 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559444540353946715232066_0000_m_000000_0: Committed
15:59:44.385 [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). 6294 bytes result sent to driver
15:59:44.386 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.386 [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:59:44.386 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 198 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/23)
15:59:44.394 [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:59:44.396 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.397 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.397 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.398 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.398 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.398 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.398 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.415 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 35 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000021, endPrimaryKey=0x80000044, lastPrimaryKey=<last>)
15:59:44.422 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.423 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.424 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.442 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 39356
15:59:44.445 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559444247026320990743112_0000_m_000001_1' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559444247026320990743112_0000_m_000001
15:59:44.445 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) attempt_202607081559444247026320990743112_0000_m_000001_1: Committed
15:59:44.446 [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). 6294 bytes result sent to driver
15:59:44.447 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.447 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:59:44.448 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 63 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/23)
15:59:44.466 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.469 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.470 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.470 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.470 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.470 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.470 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.470 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.486 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 39 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000044, endPrimaryKey=0x8000006B, lastPrimaryKey=<last>)
15:59:44.493 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.494 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.495 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.512 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 39885
15:59:44.514 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559447934548953811883654_0000_m_000002_2' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559447934548953811883654_0000_m_000002
15:59:44.515 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) attempt_202607081559447934548953811883654_0000_m_000002_2: Committed
15:59:44.516 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6337 bytes result sent to driver
15:59:44.517 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 0.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.517 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Running task 3.0 in stage 0.0 (TID 3)
15:59:44.517 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 70 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/23)
15:59:44.529 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.531 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.532 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.532 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.532 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.532 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.533 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.533 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.551 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 44 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000006B, endPrimaryKey=0x80000097, lastPrimaryKey=<last>)
15:59:44.558 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.559 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.560 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.578 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40570
15:59:44.580 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559448378024759719469510_0000_m_000003_3' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559448378024759719469510_0000_m_000003
15:59:44.581 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) attempt_202607081559448378024759719469510_0000_m_000003_3: Committed
15:59:44.581 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3). 6294 bytes result sent to driver
15:59:44.582 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 0.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.583 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Running task 4.0 in stage 0.0 (TID 4)
15:59:44.583 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3) in 67 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/23)
15:59:44.601 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.604 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.605 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.605 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.605 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.605 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.605 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.605 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.624 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 40 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000097, endPrimaryKey=0x800000BF, lastPrimaryKey=<last>)
15:59:44.631 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.632 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.633 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.654 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40056
15:59:44.657 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559445038230685090463748_0000_m_000004_4' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559445038230685090463748_0000_m_000004
15:59:44.658 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) attempt_202607081559445038230685090463748_0000_m_000004_4: Committed
15:59:44.659 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4). 6337 bytes result sent to driver
15:59:44.659 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 0.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.660 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Running task 5.0 in stage 0.0 (TID 5)
15:59:44.660 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4) in 78 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/23)
15:59:44.668 [DEBUG - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.670 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.671 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.671 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.671 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.672 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.672 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.672 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.692 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 43 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800000BF, endPrimaryKey=0x800000EA, lastPrimaryKey=<last>)
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.699 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.700 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.700 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.700 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.700 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.719 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40436
15:59:44.722 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559443010531829134165888_0000_m_000005_5' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559443010531829134165888_0000_m_000005
15:59:44.722 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) attempt_202607081559443010531829134165888_0000_m_000005_5: Committed
15:59:44.723 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5). 6294 bytes result sent to driver
15:59:44.723 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 0.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.724 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Running task 6.0 in stage 0.0 (TID 6)
15:59:44.724 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5) in 65 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/23)
15:59:44.746 [DEBUG - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.748 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.750 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.750 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.750 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.750 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.750 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.750 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.768 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 46 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800000EA, endPrimaryKey=0x80000118, lastPrimaryKey=<last>)
15:59:44.780 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.780 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.780 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.780 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.780 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.780 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.781 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.781 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.781 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.781 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.781 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.781 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.782 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.801 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40827
15:59:44.804 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559443570850136227271953_0000_m_000006_6' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559443570850136227271953_0000_m_000006
15:59:44.804 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) attempt_202607081559443570850136227271953_0000_m_000006_6: Committed
15:59:44.805 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6). 6337 bytes result sent to driver
15:59:44.805 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 0.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.806 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Running task 7.0 in stage 0.0 (TID 7)
15:59:44.806 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/23)
15:59:44.815 [DEBUG - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.818 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.819 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.819 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.819 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.819 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.819 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.820 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.838 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 49 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000118, endPrimaryKey=0x80000149, lastPrimaryKey=<last>)
15:59:44.848 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.848 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.849 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.850 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.876 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 41218
15:59:44.890 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559449005052095977641374_0000_m_000007_7' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559449005052095977641374_0000_m_000007
15:59:44.890 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) attempt_202607081559449005052095977641374_0000_m_000007_7: Committed
15:59:44.891 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7). 6337 bytes result sent to driver
15:59:44.891 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 0.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.892 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Running task 8.0 in stage 0.0 (TID 8)
15:59:44.892 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7) in 87 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/23)
15:59:44.904 [DEBUG - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.908 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.908 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.908 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.908 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.908 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.909 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.926 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 44 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000149, endPrimaryKey=0x80000175, lastPrimaryKey=<last>)
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (CodecConfig.java:95) Compression: SNAPPY
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:380) Validation is off
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:44.937 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:44.938 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:44.938 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:44.938 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:44.962 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40570
15:59:44.965 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559442330109415457003048_0000_m_000008_8' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559442330109415457003048_0000_m_000008
15:59:44.965 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) attempt_202607081559442330109415457003048_0000_m_000008_8: Committed
15:59:44.966 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8). 6294 bytes result sent to driver
15:59:44.967 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 0.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 9, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:44.967 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Running task 9.0 in stage 0.0 (TID 9)
15:59:44.967 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8) in 76 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/23)
15:59:44.980 [DEBUG - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:44.982 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:44.984 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.984 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.984 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:44.984 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:44.984 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:44.985 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.002 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 47 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000175, endPrimaryKey=0x800001A4, lastPrimaryKey=<last>)
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.015 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.016 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.016 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.016 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.016 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.017 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.055 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40950
15:59:45.058 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559442014239618192772351_0000_m_000009_9' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559442014239618192772351_0000_m_000009
15:59:45.058 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) attempt_202607081559442014239618192772351_0000_m_000009_9: Committed
15:59:45.059 [INFO - Executor task launch worker for task 9.0 in stage 0.0 (TID 9)] (Logging.scala:57) Finished task 9.0 in stage 0.0 (TID 9). 6337 bytes result sent to driver
15:59:45.059 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 10.0 in stage 0.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 10, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.060 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Running task 10.0 in stage 0.0 (TID 10)
15:59:45.060 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 9.0 in stage 0.0 (TID 9) in 94 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (10/23)
15:59:45.072 [DEBUG - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.074 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.076 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.076 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.076 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.076 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.076 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.076 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.097 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 49 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800001A4, endPrimaryKey=0x800001D5, lastPrimaryKey=<last>)
15:59:45.108 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.108 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.109 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.110 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.138 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 41218
15:59:45.141 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559441160133867065845980_0000_m_000010_10' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559441160133867065845980_0000_m_000010
15:59:45.141 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) attempt_202607081559441160133867065845980_0000_m_000010_10: Committed
15:59:45.142 [INFO - Executor task launch worker for task 10.0 in stage 0.0 (TID 10)] (Logging.scala:57) Finished task 10.0 in stage 0.0 (TID 10). 6294 bytes result sent to driver
15:59:45.143 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 0.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 11, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.143 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 10.0 in stage 0.0 (TID 10) in 84 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (11/23)
15:59:45.143 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Running task 11.0 in stage 0.0 (TID 11)
15:59:45.151 [DEBUG - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.153 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.154 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.154 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.155 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.155 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.155 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.155 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.173 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 45 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800001D5, endPrimaryKey=0x80000202, lastPrimaryKey=<last>)
15:59:45.184 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.184 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.184 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.184 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.184 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.185 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.186 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.219 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40693
15:59:45.221 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559444820117585292196280_0000_m_000011_11' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559444820117585292196280_0000_m_000011
15:59:45.222 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) attempt_202607081559444820117585292196280_0000_m_000011_11: Committed
15:59:45.222 [INFO - Executor task launch worker for task 11.0 in stage 0.0 (TID 11)] (Logging.scala:57) Finished task 11.0 in stage 0.0 (TID 11). 6337 bytes result sent to driver
15:59:45.223 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 12.0 in stage 0.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 12, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.223 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Running task 12.0 in stage 0.0 (TID 12)
15:59:45.224 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 11.0 in stage 0.0 (TID 11) in 82 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (12/23)
15:59:45.232 [DEBUG - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.235 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.236 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.236 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.237 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.237 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.237 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.237 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.257 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 44 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000202, endPrimaryKey=0x8000022E, lastPrimaryKey=<last>)
15:59:45.264 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.264 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.264 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.264 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.264 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.265 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.288 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40570
15:59:45.291 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559445719310895152156520_0000_m_000012_12' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559445719310895152156520_0000_m_000012
15:59:45.291 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) attempt_202607081559445719310895152156520_0000_m_000012_12: Committed
15:59:45.292 [INFO - Executor task launch worker for task 12.0 in stage 0.0 (TID 12)] (Logging.scala:57) Finished task 12.0 in stage 0.0 (TID 12). 6294 bytes result sent to driver
15:59:45.293 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 0.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 13, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.293 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Running task 13.0 in stage 0.0 (TID 13)
15:59:45.293 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 12.0 in stage 0.0 (TID 12) in 70 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (13/23)
15:59:45.302 [DEBUG - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.304 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.305 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.305 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.306 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.306 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.306 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.306 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.323 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 47 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000022E, endPrimaryKey=0x8000025D, lastPrimaryKey=<last>)
15:59:45.330 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.330 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.331 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.332 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.368 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40961
15:59:45.370 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559446718323642237346796_0000_m_000013_13' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559446718323642237346796_0000_m_000013
15:59:45.371 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) attempt_202607081559446718323642237346796_0000_m_000013_13: Committed
15:59:45.371 [INFO - Executor task launch worker for task 13.0 in stage 0.0 (TID 13)] (Logging.scala:57) Finished task 13.0 in stage 0.0 (TID 13). 6337 bytes result sent to driver
15:59:45.372 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 14.0 in stage 0.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 14, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.373 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Running task 14.0 in stage 0.0 (TID 14)
15:59:45.373 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 13.0 in stage 0.0 (TID 13) in 81 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (14/23)
15:59:45.381 [DEBUG - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.383 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.384 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.384 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.384 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.385 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.385 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.385 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.402 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 45 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000025D, endPrimaryKey=0x8000028A, lastPrimaryKey=<last>)
15:59:45.409 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.410 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.411 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.434 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40693
15:59:45.438 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155944861016938655568161_0000_m_000014_14' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_20260708155944861016938655568161_0000_m_000014
15:59:45.438 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) attempt_20260708155944861016938655568161_0000_m_000014_14: Committed
15:59:45.439 [INFO - Executor task launch worker for task 14.0 in stage 0.0 (TID 14)] (Logging.scala:57) Finished task 14.0 in stage 0.0 (TID 14). 6294 bytes result sent to driver
15:59:45.439 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 0.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 15, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.440 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 14.0 in stage 0.0 (TID 14) in 68 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (15/23)
15:59:45.440 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Running task 15.0 in stage 0.0 (TID 15)
15:59:45.450 [DEBUG - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.453 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.454 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.454 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.454 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.454 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.454 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.455 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.473 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 45 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000028A, endPrimaryKey=0x800002B7, lastPrimaryKey=<last>)
15:59:45.493 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.494 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.495 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.518 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40704
15:59:45.521 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559441610153809975409265_0000_m_000015_15' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559441610153809975409265_0000_m_000015
15:59:45.521 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) attempt_202607081559441610153809975409265_0000_m_000015_15: Committed
15:59:45.522 [INFO - Executor task launch worker for task 15.0 in stage 0.0 (TID 15)] (Logging.scala:57) Finished task 15.0 in stage 0.0 (TID 15). 6337 bytes result sent to driver
15:59:45.523 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 16.0 in stage 0.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 16, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.524 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 15.0 in stage 0.0 (TID 15) in 84 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (16/23)
15:59:45.524 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Running task 16.0 in stage 0.0 (TID 16)
15:59:45.532 [DEBUG - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.534 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.535 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.536 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.536 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.536 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.536 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.536 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.555 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 46 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800002B7, endPrimaryKey=0x800002E5, lastPrimaryKey=<last>)
15:59:45.565 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.566 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.567 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.591 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40827
15:59:45.593 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559448279084274644321978_0000_m_000016_16' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559448279084274644321978_0000_m_000016
15:59:45.593 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) attempt_202607081559448279084274644321978_0000_m_000016_16: Committed
15:59:45.594 [INFO - Executor task launch worker for task 16.0 in stage 0.0 (TID 16)] (Logging.scala:57) Finished task 16.0 in stage 0.0 (TID 16). 6294 bytes result sent to driver
15:59:45.595 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 0.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 17, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.595 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Running task 17.0 in stage 0.0 (TID 17)
15:59:45.595 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 16.0 in stage 0.0 (TID 16) in 72 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (17/23)
15:59:45.603 [DEBUG - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.606 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.607 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.607 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.607 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.607 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.607 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.607 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.624 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 45 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800002E5, endPrimaryKey=0x80000312, lastPrimaryKey=<last>)
15:59:45.642 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.642 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.643 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.644 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.663 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40693
15:59:45.666 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559448488037940117449444_0000_m_000017_17' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559448488037940117449444_0000_m_000017
15:59:45.666 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) attempt_202607081559448488037940117449444_0000_m_000017_17: Committed
15:59:45.667 [INFO - Executor task launch worker for task 17.0 in stage 0.0 (TID 17)] (Logging.scala:57) Finished task 17.0 in stage 0.0 (TID 17). 6337 bytes result sent to driver
15:59:45.668 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 18.0 in stage 0.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 18, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.668 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Running task 18.0 in stage 0.0 (TID 18)
15:59:45.668 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 17.0 in stage 0.0 (TID 17) in 74 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (18/23)
15:59:45.676 [DEBUG - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.678 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.679 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.679 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.679 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.679 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.679 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.679 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.698 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 42 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x80000312, endPrimaryKey=0x8000033C, lastPrimaryKey=<last>)
15:59:45.709 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.709 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.710 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.711 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.730 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40313
15:59:45.733 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559442582562075483079145_0000_m_000018_18' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559442582562075483079145_0000_m_000018
15:59:45.733 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) attempt_202607081559442582562075483079145_0000_m_000018_18: Committed
15:59:45.734 [INFO - Executor task launch worker for task 18.0 in stage 0.0 (TID 18)] (Logging.scala:57) Finished task 18.0 in stage 0.0 (TID 18). 6294 bytes result sent to driver
15:59:45.735 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 0.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 19, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.736 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 18.0 in stage 0.0 (TID 18) in 69 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (19/23)
15:59:45.736 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Running task 19.0 in stage 0.0 (TID 19)
15:59:45.745 [DEBUG - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.747 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.748 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.748 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.748 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.748 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.748 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.748 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.767 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 48 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000033C, endPrimaryKey=0x8000036C, lastPrimaryKey=<last>)
15:59:45.785 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.786 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.787 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.806 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 41084
15:59:45.809 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559442344664995698816604_0000_m_000019_19' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559442344664995698816604_0000_m_000019
15:59:45.809 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) attempt_202607081559442344664995698816604_0000_m_000019_19: Committed
15:59:45.810 [INFO - Executor task launch worker for task 19.0 in stage 0.0 (TID 19)] (Logging.scala:57) Finished task 19.0 in stage 0.0 (TID 19). 6337 bytes result sent to driver
15:59:45.810 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 20.0 in stage 0.0 (TID 20) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 20, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.811 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Running task 20.0 in stage 0.0 (TID 20)
15:59:45.811 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 19.0 in stage 0.0 (TID 19) in 76 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (20/23)
15:59:45.819 [DEBUG - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.822 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.823 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.823 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.824 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.824 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.824 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.824 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.841 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 46 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000036C, endPrimaryKey=0x8000039A, lastPrimaryKey=<last>)
15:59:45.849 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.850 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.851 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.870 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40827
15:59:45.872 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155944230463839097170262_0000_m_000020_20' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_20260708155944230463839097170262_0000_m_000020
15:59:45.872 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) attempt_20260708155944230463839097170262_0000_m_000020_20: Committed
15:59:45.873 [INFO - Executor task launch worker for task 20.0 in stage 0.0 (TID 20)] (Logging.scala:57) Finished task 20.0 in stage 0.0 (TID 20). 6294 bytes result sent to driver
15:59:45.873 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 0.0 (TID 21) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 21, ANY, 5279 bytes) taskResourceAssignments Map()
15:59:45.874 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Running task 21.0 in stage 0.0 (TID 21)
15:59:45.874 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 20.0 in stage 0.0 (TID 20) in 64 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (21/23)
15:59:45.884 [DEBUG - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.886 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.887 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.887 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.888 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.888 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.888 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.888 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.915 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 44 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x8000039A, endPrimaryKey=0x800003C6, lastPrimaryKey=<last>)
15:59:45.922 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.922 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.922 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.923 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:45.948 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 40570
15:59:45.951 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559444666143881006201853_0000_m_000021_21' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559444666143881006201853_0000_m_000021
15:59:45.951 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) attempt_202607081559444666143881006201853_0000_m_000021_21: Committed
15:59:45.952 [INFO - Executor task launch worker for task 21.0 in stage 0.0 (TID 21)] (Logging.scala:57) Finished task 21.0 in stage 0.0 (TID 21). 6337 bytes result sent to driver
15:59:45.952 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 22.0 in stage 0.0 (TID 22) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 22, ANY, 5273 bytes) taskResourceAssignments Map()
15:59:45.953 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 21.0 in stage 0.0 (TID 21) in 80 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (22/23)
15:59:45.954 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Running task 22.0 in stage 0.0 (TID 22)
15:59:45.966 [DEBUG - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:45.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:45.969 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.969 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.970 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.970 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:45.970 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:45.970 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:45.986 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 34 rows, more = false, responseScanTimestamp = 7305324069167104000) for scanner KuduScanner(table=split-size-table, tablet=62bcc2c11c414d4eb8b024b1a42afdce, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=0x800003C6, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (CodecConfig.java:95) Compression: SNAPPY
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:380) Validation is off
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:45.993 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:45.994 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:46.010 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 39285
15:59:46.013 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559442522727303129026588_0000_m_000022_22' to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/_temporary/0/task_202607081559442522727303129026588_0000_m_000022
15:59:46.013 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) attempt_202607081559442522727303129026588_0000_m_000022_22: Committed
15:59:46.014 [INFO - Executor task launch worker for task 22.0 in stage 0.0 (TID 22)] (Logging.scala:57) Finished task 22.0 in stage 0.0 (TID 22). 6294 bytes result sent to driver
15:59:46.016 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 22.0 in stage 0.0 (TID 22) in 63 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (23/23)
15:59:46.016 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:46.017 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 1.864 s
15:59:46.017 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:46.017 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:46.017 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 1.867164 s
15:59:46.035 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Write Job 22bb6852-a949-4e6a-ab95-8f550c07e248 committed.
15:59:46.036 [INFO - ForkJoinPool-237-worker-1] (Logging.scala:57) Finished processing stats for write job 22bb6852-a949-4e6a-ab95-8f550c07e248.
15:59:46.037 [INFO - ForkJoinPool-237-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/.kudu-metadata.json
15:59:46.049 [INFO - ForkJoinPool-237-worker-1] (KuduBackup.scala:149) Successfully backed up table split-size-table
15:59:46.051 [DEBUG - main] (Connection.java:748) [peer master-127.2.45.61:37313(127.2.45.61:37313)] connecting to peer
15:59:46.052 [DEBUG - main] (Connection.java:748) [peer master-127.2.45.62:41135(127.2.45.62:41135)] connecting to peer
15:59:46.053 [DEBUG - main] (Connection.java:748) [peer master-127.2.45.60:33073(127.2.45.60:33073)] connecting to peer
15:59:46.053 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.45.61:37313(127.2.45.61:37313)] Successfully connected to peer
15:59:46.054 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.45.62:41135(127.2.45.62:41135)] Successfully connected to peer
15:59:46.055 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.45.61
15:59:46.057 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.45.62
15:59:46.058 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.45.60:33073(127.2.45.60:33073)] Successfully connected to peer
15:59:46.060 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.2.45.60
15:59:46.069 [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:59:46.071 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x009cc901, L:/127.0.0.1:45752 - R:/127.2.45.62:41135] using SASL/PLAIN
15:59:46.073 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:46.073 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=22), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.2.45.61:37313, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.2.45.62:41135, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.2.45.60:33073, [21ms] Sub RPC ConnectToMaster: received response from server master-127.2.45.62:41135: OK, deferred=null) after lookup
15:59:46.080 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 97b587a0a2f24787b30cdba4cb2249f9
15:59:46.080 [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:59:46.081 [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:59:46.082 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x4639d3ce, L:/127.0.0.1:60852 - R:/127.2.45.60:33073] using SASL/PLAIN
15:59:46.083 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7c1049b4, L:/127.0.0.1:36254 - R:/127.2.45.61:37313] using SASL/PLAIN
15:59:46.090 [INFO - main] (Logging.scala:57) It took 4 ms to list leaf files for 1 paths.
15:59:46.099 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:46.099 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:46.099 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:46.114 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.3 MiB)
15:59:46.126 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.3 MiB)
15:59:46.126 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35205 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:46.127 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:46.128 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 96648896 bytes, open cost is considered as scanning 4194304 bytes.
15:59:46.149 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:46.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:46.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:46.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:46.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:46.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:46.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.3 MiB)
15:59:46.155 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.3 MiB)
15:59:46.155 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:35205 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:46.155 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:46.156 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:46.156 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:46.157 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 23) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 9372 bytes) taskResourceAssignments Map()
15:59:46.157 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 23)
15:59:46.160 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00007-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-8175, partition values: [empty row]
15:59:46.165 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00010-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-8145, partition values: [empty row]
15:59:46.170 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00019-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-8085, partition values: [empty row]
15:59:46.176 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00009-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-8035, partition values: [empty row]
15:59:46.181 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00013-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-8034, partition values: [empty row]
15:59:46.186 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00016-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7982, partition values: [empty row]
15:59:46.190 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00020-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7978, partition values: [empty row]
15:59:46.195 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00006-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7960, partition values: [empty row]
15:59:46.200 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00011-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7938, partition values: [empty row]
15:59:46.204 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00017-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7919, partition values: [empty row]
15:59:46.210 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00015-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7913, partition values: [empty row]
15:59:46.214 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00014-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7908, partition values: [empty row]
15:59:46.219 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00012-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7853, partition values: [empty row]
15:59:46.224 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00021-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7849, partition values: [empty row]
15:59:46.236 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00008-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7849, partition values: [empty row]
15:59:46.242 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00003-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7843, partition values: [empty row]
15:59:46.246 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00005-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7800, partition values: [empty row]
15:59:46.251 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00018-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7753, partition values: [empty row]
15:59:46.255 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00004-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7620, partition values: [empty row]
15:59:46.259 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00002-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7539, partition values: [empty row]
15:59:46.263 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00001-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7291, partition values: [empty row]
15:59:46.267 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00022-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7273, partition values: [empty row]
15:59:46.271 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Reading File path: file:///tmp/backup1870775292707442897/97b587a0a2f24787b30cdba4cb2249f9-split-size-table/1783526384074/part-00000-69863db7-4171-49e2-98a7-3406c9a9fefb-c000.snappy.parquet, range: 0-7162, partition values: [empty row]
15:59:46.276 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 23)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 23). 260968 bytes result sent to driver
15:59:46.277 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 23) in 121 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:46.277 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:46.277 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.126 s
15:59:46.278 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:46.278 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:46.278 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.128243 s
15:59:46.639 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35205 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:46.645 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:35205 in memory (size: 66.7 KiB, free: 1993.8 MiB)
15:59:46.663 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:46.668 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:46.668 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:46.669 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:46.669 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:46.673 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:46.673 [DEBUG - main] (Connection.java:575) [peer e5ca9974d05f48678321e21ec9ccad88(127.2.45.3:39933)] disconnecting while in state READY
15:59:46.673 [DEBUG - main] (Connection.java:575) [peer 53c7158509d1418eb70f770538365fe4(127.2.45.1:42899)] disconnecting while in state READY
15:59:46.673 [DEBUG - main] (Connection.java:575) [peer master-127.2.45.61:37313(127.2.45.61:37313)] disconnecting while in state READY
15:59:46.673 [DEBUG - main] (Connection.java:575) [peer master-127.2.45.62:41135(127.2.45.62:41135)] disconnecting while in state READY
15:59:46.674 [DEBUG - main] (Connection.java:575) [peer master-127.2.45.60:33073(127.2.45.60:33073)] disconnecting while in state READY
15:59:46.675 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 53c7158509d1418eb70f770538365fe4(127.2.45.1:42899)] handling channelInactive
15:59:46.675 [DEBUG - kudu-nio-0] (Connection.java:239) [peer e5ca9974d05f48678321e21ec9ccad88(127.2.45.3:39933)] handling channelInactive
15:59:46.675 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 53c7158509d1418eb70f770538365fe4(127.2.45.1:42899)] cleaning up while in state READY due to: connection closed
15:59:46.675 [DEBUG - kudu-nio-0] (Connection.java:709) [peer e5ca9974d05f48678321e21ec9ccad88(127.2.45.3:39933)] cleaning up while in state READY due to: connection closed
15:59:46.675 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.45.62:41135(127.2.45.62:41135)] handling channelInactive
15:59:46.675 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.45.62:41135(127.2.45.62:41135)] cleaning up while in state READY due to: connection closed
15:59:46.676 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:46.676 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.45.61:37313(127.2.45.61:37313)] handling channelInactive
15:59:46.677 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.45.61:37313(127.2.45.61:37313)] cleaning up while in state READY due to: connection closed
15:59:46.677 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 26 thread-local buffer(s) from thread: kudu-nio-1
15:59:46.677 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.45.60:33073(127.2.45.60:33073)] handling channelInactive
15:59:46.677 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.45.60:33073(127.2.45.60:33073)] cleaning up while in state READY due to: connection closed
15:59:46.677 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 36 thread-local buffer(s) from thread: kudu-nio-0
15:59:46.687 [DEBUG - main] (Connection.java:575) [peer master-127.2.45.61:37313(127.2.45.61:37313)] disconnecting while in state READY
15:59:46.688 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.45.61:37313(127.2.45.61:37313)] handling channelInactive
15:59:46.689 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.45.61:37313(127.2.45.61:37313)] cleaning up while in state READY due to: connection closed
15:59:46.689 [DEBUG - main] (Connection.java:575) [peer master-127.2.45.62:41135(127.2.45.62:41135)] disconnecting while in state READY
15:59:46.690 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.45.62:41135(127.2.45.62:41135)] handling channelInactive
15:59:46.690 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.45.62:41135(127.2.45.62:41135)] cleaning up while in state READY due to: connection closed
15:59:46.690 [DEBUG - main] (Connection.java:575) [peer master-127.2.45.60:33073(127.2.45.60:33073)] disconnecting while in state READY
15:59:46.691 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.45.60:33073(127.2.45.60:33073)] handling channelInactive
15:59:46.691 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.45.60:33073(127.2.45.60:33073)] cleaning up while in state READY due to: connection closed
15:59:46.692 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:46.693 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-0
15:59:46.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.693423  2228 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 2512
15:59:46.693 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-1
15:59:46.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.702957  2228 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 2647
15:59:46.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.710654  2228 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 2782
15:59:46.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.718043  2228 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 2239
15:59:46.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.725523  2228 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 2310
15:59:46.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.732726  2228 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 2380
15:59:46.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:46Z chronyd exiting
.15:59:46.808 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526386808
15:59:46.811 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:46.811 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:46.811 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:46.811 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:46.811 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:46.813 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:46.930 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:46.930 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:46.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.931198  3202 mini_oidc.cc:152] Starting JWKS server
15:59:46.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.933537  3202 webserver.cc:460] Webserver started at http://127.0.0.1:41947/ using document root <none> and password file <none>
15:59:46.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.933696  3202 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:46.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.933924  3202 webserver.cc:460] Webserver started at http://127.0.0.1:38973/ using document root <none> and password file <none>
15:59:46.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:46Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:46.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:46Z Disabled control of system clock
15:59:46.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:46.951753  3202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/logs
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data/info.pb
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.190:39883
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.190
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:46.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41947/jwks.json with env {}
15:59:47.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.066576  3213 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:47.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.066915  3213 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:47.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.066982  3213 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:47.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.071743  3213 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:47.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.071847  3213 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:47.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.071877  3213 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:47.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.071898  3213 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:47.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.071920  3213 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:47.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.071939  3213 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41947/jwks.json
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.077163  3213 master_runner.cc:386] Master server non-default flags:
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.190:39883
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41947/jwks.json
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data/info.pb
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.190
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:47.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3213
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/logs
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:47.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.078598  3213 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:59:47.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.080052  3213 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.088793  3221 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:59:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.088809  3218 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:59:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.089035  3213 server_base.cc:1034] running on GCE node
15:59:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.088793  3219 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:59:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.089722  3213 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:47.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.090900  3213 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:47.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.092111  3213 hybrid_clock.cc:648] HybridClock initialized: now 1783526387092080 us; error 45 us; skew 500 ppm
15:59:47.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.094749  3213 webserver.cc:460] Webserver started at http://127.3.32.190:39813/ using document root <none> and password file <none>
15:59:47.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.095397  3213 fs_manager.cc:359] Metadata directory not provided
15:59:47.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.095495  3213 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:47.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.095737  3213 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.097847  3213 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data/instance:
15:59:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8199d48fc17544d4bc5d9673dbd4ab53"
15:59:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.098481  3213 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal/instance:
15:59:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8199d48fc17544d4bc5d9673dbd4ab53"
15:59:47.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.102646  3213 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:47.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.105788  3227 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.107120  3213 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.107228  3213 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8199d48fc17544d4bc5d9673dbd4ab53"
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.107373  3213 fs_report.cc:383] FS layout report
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data/data
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:47.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.121055  3213 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:47.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.121708  3213 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:59:47.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.121856  3213 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.128633  3213 rpc_server.cc:307] RPC server started. Bound to: 127.3.32.190:39883
15:59:47.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.128635  3279 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.3.32.190:39883 every 8 connection(s)
15:59:47.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.129652  3213 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/data/info.pb
15:59:47.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.132894  3280 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:59:47.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.136178  3280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.138455  3202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 3213
15:59:47.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.138624  3202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-0/wal/instance
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.140305  3202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/logs
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data/info.pb
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.189:42845
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.189
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:47.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41947/jwks.json with env {}
15:59:47.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.149824  3280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.150842  3231 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.32.189:42845: connect: Connection refused (error 111)
15:59:47.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.151998  3280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.189:42845: Network error: Client connection negotiation failed: client connection to 127.3.32.189:42845: connect: Connection refused (error 111)
15:59:47.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.201308  3280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } attempt: 1
15:59:47.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.202947  3280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.189:42845: Network error: Client connection negotiation failed: client connection to 127.3.32.189:42845: connect: Connection refused (error 111)
15:59:47.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.257229  3284 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:47.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.257524  3284 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:47.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.257563  3284 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:47.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.261950  3284 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:47.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.262056  3284 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:47.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.262080  3284 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:47.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.262099  3284 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:47.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.262117  3284 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:47.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.262133  3284 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41947/jwks.json
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.268013  3284 master_runner.cc:386] Master server non-default flags:
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.189:42845
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41947/jwks.json
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data/info.pb
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.189
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3284
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/logs
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:47.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.269476  3284 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:59:47.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.271116  3284 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:47.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.271173  3280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } attempt: 2
15:59:47.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.272742  3280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.189:42845: Network error: Client connection negotiation failed: client connection to 127.3.32.189:42845: connect: Connection refused (error 111)
15:59:47.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.280442  3293 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:59:47.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.280462  3290 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:59:47.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.280558  3284 server_base.cc:1034] running on GCE node
15:59:47.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.280421  3291 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:59:47.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.281572  3284 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:47.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.282774  3284 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:47.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.283991  3284 hybrid_clock.cc:648] HybridClock initialized: now 1783526387283972 us; error 47 us; skew 500 ppm
15:59:47.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.286098  3284 webserver.cc:460] Webserver started at http://127.3.32.189:36389/ using document root <none> and password file <none>
15:59:47.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.286703  3284 fs_manager.cc:359] Metadata directory not provided
15:59:47.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.286794  3284 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:47.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.287024  3284 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.289120  3284 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data/instance:
15:59:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c8760349cdd94c48a78f23e49cc72d7a"
15:59:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.289702  3284 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal/instance:
15:59:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c8760349cdd94c48a78f23e49cc72d7a"
15:59:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.293684  3284 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:47.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.296386  3299 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.297856  3284 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.298062  3284 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c8760349cdd94c48a78f23e49cc72d7a"
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.298213  3284 fs_report.cc:383] FS layout report
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data/data
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:47.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.327744  3284 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:47.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.328630  3284 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:59:47.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.328923  3284 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:47.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.336977  3284 rpc_server.cc:307] RPC server started. Bound to: 127.3.32.189:42845
15:59:47.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.336998  3351 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.3.32.189:42845 every 8 connection(s)
15:59:47.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.338094  3284 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/data/info.pb
15:59:47.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.341549  3352 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:59:47.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.345096  3352 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.348388  3202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 3284
15:59:47.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.348510  3202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-1/wal/instance
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.349285  3202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/logs
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data/info.pb
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.188:34087
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.188
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:47.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:47.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41947/jwks.json with env {}
15:59:47.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.357240  3352 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.363950  3280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } attempt: 3
15:59:47.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.364703  3352 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.365485  3303 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.366560  3352 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.188:34087: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.369463  3280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.370785  3280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.188:34087: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.401986  3280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } attempt: 1
15:59:47.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.403707  3280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.188:34087: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.415832  3352 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } attempt: 1
15:59:47.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.417433  3352 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.188:34087: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.473896  3355 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:47.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.474218  3355 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:47.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.474261  3355 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.478935  3280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } attempt: 2
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.479254  3355 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.479358  3355 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.479399  3355 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.479435  3355 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.479471  3355 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:47.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.479496  3355 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41947/jwks.json
15:59:47.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.480842  3280 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.188:34087: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.485605  3352 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } attempt: 2
15:59:47.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.485719  3355 master_runner.cc:386] Master server non-default flags:
15:59:47.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.188:34087
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41947/jwks.json
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data/info.pb
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.188
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3355
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/logs
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:47.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:47.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.487253  3352 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.3.32.188:34087: Network error: Client connection negotiation failed: client connection to 127.3.32.188:34087: connect: Connection refused (error 111)
15:59:47.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.487372  3355 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:59:47.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.488926  3355 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:47.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.498354  3365 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:59:47.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.498378  3362 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:59:47.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.498375  3363 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:59:47.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.498791  3355 server_base.cc:1034] running on GCE node
15:59:47.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.499620  3355 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:47.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.501015  3355 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:47.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.502308  3355 hybrid_clock.cc:648] HybridClock initialized: now 1783526387502272 us; error 49 us; skew 500 ppm
15:59:47.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.504374  3355 webserver.cc:460] Webserver started at http://127.3.32.188:37371/ using document root <none> and password file <none>
15:59:47.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.505065  3355 fs_manager.cc:359] Metadata directory not provided
15:59:47.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.505156  3355 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:47.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.505373  3355 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:47.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.507424  3355 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data/instance:
15:59:47.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aa254fc332954905b25392a59aacea05"
15:59:47.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.508023  3355 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal/instance:
15:59:47.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aa254fc332954905b25392a59aacea05"
15:59:47.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.512238  3355 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:47.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.514955  3371 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.516294  3355 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.516408  3355 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aa254fc332954905b25392a59aacea05"
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:47 on dist-test-slave-vt7w"
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.516513  3355 fs_report.cc:383] FS layout report
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data/data
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:47.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:47.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.528101  3355 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:47.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.528913  3355 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:59:47.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.529085  3355 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:47.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.536623  3355 rpc_server.cc:307] RPC server started. Bound to: 127.3.32.188:34087
15:59:47.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.536624  3423 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.3.32.188:34087 every 8 connection(s)
15:59:47.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.537736  3355 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/data/info.pb
15:59:47.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.541102  3424 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:59:47.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.544445  3424 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.545859  3202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 3355
15:59:47.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.545986  3202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/master-2/wal/instance
15:59:47.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.556700  3424 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.562340  3424 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } has no permanent_uuid. Determining permanent_uuid...
15:59:47.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.571604  3424 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: Bootstrap starting.
15:59:47.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.574095  3424 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: Neither blocks nor log segments found. Creating new log.
15:59:47.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.575383  3424 log.cc:824] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: Log is configured to *not* fsync() on all Append() calls
15:59:47.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.577492  3424 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: No bootstrap required, opened a new log
15:59:47.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.578460  3352 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } attempt: 3
15:59:47.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.580030  3280 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } attempt: 3
15:59:47.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.581990  3424 raft_consensus.cc:348] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.582412  3424 raft_consensus.cc:374] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:47.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.582564  3424 raft_consensus.cc:729] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa254fc332954905b25392a59aacea05, State: Initialized, Role: FOLLOWER
15:59:47.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.583113  3424 consensus_queue.cc:260] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.583745  3433 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.584252  3433 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.584822  3424 sys_catalog.cc:564] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [sys.catalog]: configured and running, proceeding with master startup.
15:59:47.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.586701  3352 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Bootstrap starting.
15:59:47.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.589805  3352 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Neither blocks nor log segments found. Creating new log.
15:59:47.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.590663  3280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: Bootstrap starting.
15:59:47.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.591317  3352 log.cc:824] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Log is configured to *not* fsync() on all Append() calls
15:59:47.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.588282  3355 master_runner.cc:186] Error getting master registration for 127.3.32.190:39883: OK, instance_id { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" instance_seqno: 1783526387126776 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:47.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.591559  3355 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:47.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.592211  3444 catalog_manager.cc:1558] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:47.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.592295  3444 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:47.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.593374  3352 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: No bootstrap required, opened a new log
15:59:47.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.593400  3280 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: Neither blocks nor log segments found. Creating new log.
15:59:47.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.594666  3280 log.cc:824] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: Log is configured to *not* fsync() on all Append() calls
15:59:47.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.596675  3280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: No bootstrap required, opened a new log
15:59:47.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.597498  3352 raft_consensus.cc:348] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.597743  3352 raft_consensus.cc:374] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:47.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.597793  3352 raft_consensus.cc:729] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8760349cdd94c48a78f23e49cc72d7a, State: Initialized, Role: FOLLOWER
15:59:47.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.598302  3352 consensus_queue.cc:260] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.598838  3448 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.599115  3448 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.599782  3352 sys_catalog.cc:564] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: configured and running, proceeding with master startup.
15:59:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.600880  3280 raft_consensus.cc:348] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.601141  3280 raft_consensus.cc:374] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.601193  3280 raft_consensus.cc:729] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8199d48fc17544d4bc5d9673dbd4ab53, State: Initialized, Role: FOLLOWER
15:59:47.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.601722  3280 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.603295  3280 sys_catalog.cc:564] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [sys.catalog]: configured and running, proceeding with master startup.
15:59:47.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.605316  3459 catalog_manager.cc:1558] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:47.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.605661  3459 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:47.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.603322  3284 master_runner.cc:186] Error getting master registration for 127.3.32.190:39883: OK, instance_id { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" instance_seqno: 1783526387126776 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:47.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.606755  3284 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:47.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.612656  3213 master_runner.cc:263] No leader master found from master 8199d48fc17544d4bc5d9673dbd4ab53
15:59:47.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.612769  3213 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:47.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.613054  3472 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:47.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.613142  3472 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:47.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.613327  3460 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.613874  3460 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.623318  3233 tablet.cc:2369] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:47.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.780583  3377 tablet.cc:2369] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:47.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:47.830730  3305 tablet.cc:2369] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:47.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.968325  3448 raft_consensus.cc:482] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:47.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.968586  3448 raft_consensus.cc:504] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.969468  3448 leader_election.cc:288] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8199d48fc17544d4bc5d9673dbd4ab53 (127.3.32.190:39883), aa254fc332954905b25392a59aacea05 (127.3.32.188:34087)
15:59:47.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.970060  3398 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c8760349cdd94c48a78f23e49cc72d7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa254fc332954905b25392a59aacea05" is_pre_election: true
15:59:47.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.970112  3254 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c8760349cdd94c48a78f23e49cc72d7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" is_pre_election: true
15:59:47.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.970379  3254 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8760349cdd94c48a78f23e49cc72d7a in term 0.
15:59:47.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.970398  3398 raft_consensus.cc:2454] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8760349cdd94c48a78f23e49cc72d7a in term 0.
15:59:47.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.970791  3302 leader_election.cc:302] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8199d48fc17544d4bc5d9673dbd4ab53, c8760349cdd94c48a78f23e49cc72d7a; no voters: 
15:59:47.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.971062  3448 raft_consensus.cc:2781] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:47.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.971161  3448 raft_consensus.cc:482] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:47.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.971206  3448 raft_consensus.cc:3037] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 0 FOLLOWER]: Advancing to term 1
15:59:47.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.972282  3448 raft_consensus.cc:504] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.972653  3448 leader_election.cc:288] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [CANDIDATE]: Term 1 election: Requested vote from peers 8199d48fc17544d4bc5d9673dbd4ab53 (127.3.32.190:39883), aa254fc332954905b25392a59aacea05 (127.3.32.188:34087)
15:59:47.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.973067  3254 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c8760349cdd94c48a78f23e49cc72d7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8199d48fc17544d4bc5d9673dbd4ab53"
15:59:47.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.973124  3398 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c8760349cdd94c48a78f23e49cc72d7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa254fc332954905b25392a59aacea05"
15:59:47.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.973233  3398 raft_consensus.cc:3037] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 0 FOLLOWER]: Advancing to term 1
15:59:47.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.973224  3254 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 0 FOLLOWER]: Advancing to term 1
15:59:47.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.974187  3398 raft_consensus.cc:2454] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8760349cdd94c48a78f23e49cc72d7a in term 1.
15:59:47.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.974200  3254 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8760349cdd94c48a78f23e49cc72d7a in term 1.
15:59:47.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.974478  3303 leader_election.cc:302] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [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: aa254fc332954905b25392a59aacea05, c8760349cdd94c48a78f23e49cc72d7a; no voters: 
15:59:47.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.974658  3448 raft_consensus.cc:2781] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 1 FOLLOWER]: Leader election won for term 1
15:59:47.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.974861  3448 raft_consensus.cc:686] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [term 1 LEADER]: Becoming Leader. State: Replica: c8760349cdd94c48a78f23e49cc72d7a, State: Running, Role: LEADER
15:59:47.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.975163  3448 consensus_queue.cc:237] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [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: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } }
15:59:47.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.977084  3474 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: SysCatalogTable state changed. Reason: New leader c8760349cdd94c48a78f23e49cc72d7a. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.977221  3474 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: This master's current role is: LEADER
15:59:47.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.977589  3476 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:47.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.978418  3476 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:47.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.983338  3254 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [term 1 FOLLOWER]: Refusing update from remote peer c8760349cdd94c48a78f23e49cc72d7a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:47.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.983399  3398 raft_consensus.cc:1261] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [term 1 FOLLOWER]: Refusing update from remote peer c8760349cdd94c48a78f23e49cc72d7a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:47.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.984035  3474 consensus_queue.cc:1035] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:47.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.984184  3448 consensus_queue.cc:1035] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.988524  3433 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c8760349cdd94c48a78f23e49cc72d7a. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.988524  3460 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c8760349cdd94c48a78f23e49cc72d7a. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.988673  3460 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.988672  3433 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.991356  3477 mvcc.cc:205] Tried to move back new op lower bound from 7305324085172502528 to 7305324085148876800. Current Snapshot: MvccSnapshot[applied={T|T < 7305324085172502528}]
15:59:47.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.991299  3448 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.991441  3448 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: This master's current role is: LEADER
15:59:47.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.991732  3433 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.991838  3433 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05 [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.992293  3479 mvcc.cc:205] Tried to move back new op lower bound from 7305324085172502528 to 7305324085148876800. Current Snapshot: MvccSnapshot[applied={T|T < 7305324085172502528}]
15:59:47.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.992517  3460 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.992631  3460 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53 [sys.catalog]: This master's current role is: FOLLOWER
15:59:47.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.992672  3476 catalog_manager.cc:1347] Generated new cluster ID: 46ff0fd24ad74cf08bc9571014ad648d
15:59:47.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.992724  3476 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:47.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.991326  3474 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c8760349cdd94c48a78f23e49cc72d7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8199d48fc17544d4bc5d9673dbd4ab53" member_type: VOTER last_known_addr { host: "127.3.32.190" port: 39883 } } peers { permanent_uuid: "c8760349cdd94c48a78f23e49cc72d7a" member_type: VOTER last_known_addr { host: "127.3.32.189" port: 42845 } } peers { permanent_uuid: "aa254fc332954905b25392a59aacea05" member_type: VOTER last_known_addr { host: "127.3.32.188" port: 34087 } } }
15:59:47.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.992985  3474 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a [sys.catalog]: This master's current role is: LEADER
15:59:47.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:47.993110  3478 mvcc.cc:205] Tried to move back new op lower bound from 7305324085172502528 to 7305324085148876800. Current Snapshot: MvccSnapshot[applied={T|T < 7305324085172502528}]
15:59:48.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.007475  3476 catalog_manager.cc:1370] Generated new certificate authority record
15:59:48.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.008813  3476 catalog_manager.cc:1504] Loading token signing keys...
15:59:48.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.020511  3476 catalog_manager.cc:5868] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Generated new TSK 0
15:59:48.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.021929  3476 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.025463  3202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/logs
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data/info.pb
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:48.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.129:0
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.3.32.129
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.129
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:48.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:48.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.142050  3486 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:48.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.142302  3486 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:48.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.142339  3486 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:48.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.146377  3486 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:48.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.146474  3486 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.3.32.129
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.151255  3486 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.129:0
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data/info.pb
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.129
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3486
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.3.32.129
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/logs
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:48.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:48.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.152318  3486 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:59:48.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.153647  3486 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:48.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.163604  3492 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:59:48.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.163614  3494 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:59:48.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.163744  3486 server_base.cc:1034] running on GCE node
15:59:48.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.163604  3491 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:59:48.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.164562  3486 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.165324  3486 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:48.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.166566  3486 hybrid_clock.cc:648] HybridClock initialized: now 1783526388166549 us; error 36 us; skew 500 ppm
15:59:48.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.168687  3486 webserver.cc:460] Webserver started at http://127.3.32.129:46769/ using document root <none> and password file <none>
15:59:48.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.169294  3486 fs_manager.cc:359] Metadata directory not provided
15:59:48.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.169358  3486 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:48.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.169534  3486 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:48.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.171514  3486 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data/instance:
15:59:48.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d156ad0352445bbac810c775a63c7c4"
15:59:48.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.172008  3486 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal/instance:
15:59:48.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d156ad0352445bbac810c775a63c7c4"
15:59:48.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.175863  3486 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.178330  3500 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.179915  3486 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.180033  3486 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d156ad0352445bbac810c775a63c7c4"
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.180131  3486 fs_report.cc:383] FS layout report
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data/data
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:48.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:48.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.198755  3486 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:48.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.199400  3486 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:59:48.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.199561  3486 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:48.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.200143  3486 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:48.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.201238  3486 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:48.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.201293  3486 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:48.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.201375  3486 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:48.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.201399  3486 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:48.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.210515  3486 rpc_server.cc:307] RPC server started. Bound to: 127.3.32.129:39393
15:59:48.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.210613  3613 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.3.32.129:39393 every 8 connection(s)
15:59:48.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.211549  3486 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/data/info.pb
15:59:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.221652  3202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 3486
15:59:48.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.221764  3202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal/instance
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.224293  3614 heartbeater.cc:347] Connected to a master server at 127.3.32.188:34087
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.224373  3615 heartbeater.cc:347] Connected to a master server at 127.3.32.190:39883
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.224494  3614 heartbeater.cc:464] Registering TS with master...
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.224494  3615 heartbeater.cc:464] Registering TS with master...
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.224915  3202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/logs
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data/info.pb
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:48.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.130:0
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.3.32.130
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.130
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.225152  3615 heartbeater.cc:511] Master 127.3.32.190:39883 requested a full tablet report, sending...
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.225749  3614 heartbeater.cc:511] Master 127.3.32.188:34087 requested a full tablet report, sending...
15:59:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.226761  3244 ts_manager.cc:194] Registered new tserver with Master: 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129:39393)
15:59:48.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.227097  3616 heartbeater.cc:347] Connected to a master server at 127.3.32.189:42845
15:59:48.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.227134  3388 ts_manager.cc:194] Registered new tserver with Master: 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129:39393)
15:59:48.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.227186  3616 heartbeater.cc:464] Registering TS with master...
15:59:48.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.227319  3616 heartbeater.cc:511] Master 127.3.32.189:42845 requested a full tablet report, sending...
15:59:48.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.228281  3316 ts_manager.cc:194] Registered new tserver with Master: 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129:39393)
15:59:48.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.229477  3316 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.3.32.129:33421
15:59:48.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.345295  3624 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:48.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.345595  3624 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:48.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.345646  3624 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:48.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.349924  3624 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:48.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.350080  3624 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.3.32.130
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.355078  3624 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.130:0
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data/info.pb
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.130
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3624
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:48.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.3.32.130
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/logs
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:48.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.356501  3624 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:59:48.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.358009  3624 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:48.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.369606  3629 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:59:48.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.369650  3630 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:59:48.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.369887  3632 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:59:48.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.370052  3624 server_base.cc:1034] running on GCE node
15:59:48.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.370517  3624 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:48.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.371259  3624 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:48.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.372570  3624 hybrid_clock.cc:648] HybridClock initialized: now 1783526388372548 us; error 35 us; skew 500 ppm
15:59:48.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.374665  3624 webserver.cc:460] Webserver started at http://127.3.32.130:33983/ using document root <none> and password file <none>
15:59:48.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.375283  3624 fs_manager.cc:359] Metadata directory not provided
15:59:48.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.375375  3624 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:48.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.375589  3624 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:48.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.377637  3624 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data/instance:
15:59:48.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cfed04bf440a409197fc40054ab1d48d"
15:59:48.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.378212  3624 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal/instance:
15:59:48.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cfed04bf440a409197fc40054ab1d48d"
15:59:48.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.381969  3624 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.004s
15:59:48.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.384482  3638 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.385896  3624 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.386030  3624 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cfed04bf440a409197fc40054ab1d48d"
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.386204  3624 fs_report.cc:383] FS layout report
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data/data
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:48.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:48.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.399014  3624 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:48.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.399840  3624 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:59:48.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.400192  3624 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:48.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.400892  3624 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:48.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.402050  3624 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:48.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.402115  3624 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:48.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.402170  3624 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:48.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.402194  3624 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:48.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.412951  3624 rpc_server.cc:307] RPC server started. Bound to: 127.3.32.130:36347
15:59:48.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.413929  3624 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/data/info.pb
15:59:48.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.415436  3751 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.3.32.130:36347 every 8 connection(s)
15:59:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.424221  3202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 3624
15:59:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.424407  3202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal/instance
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.428148  3202 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/logs
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data/info.pb
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.131:0
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.3.32.131
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.131
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.429327  3754 heartbeater.cc:347] Connected to a master server at 127.3.32.189:42845
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.429621  3754 heartbeater.cc:464] Registering TS with master...
15:59:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.430265  3754 heartbeater.cc:511] Master 127.3.32.189:42845 requested a full tablet report, sending...
15:59:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.431025  3753 heartbeater.cc:347] Connected to a master server at 127.3.32.190:39883
15:59:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.431129  3753 heartbeater.cc:464] Registering TS with master...
15:59:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.431289  3753 heartbeater.cc:511] Master 127.3.32.190:39883 requested a full tablet report, sending...
15:59:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.431365  3316 ts_manager.cc:194] Registered new tserver with Master: cfed04bf440a409197fc40054ab1d48d (127.3.32.130:36347)
15:59:48.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.432039  3244 ts_manager.cc:194] Registered new tserver with Master: cfed04bf440a409197fc40054ab1d48d (127.3.32.130:36347)
15:59:48.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.432147  3316 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.3.32.130:35537
15:59:48.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.433589  3752 heartbeater.cc:347] Connected to a master server at 127.3.32.188:34087
15:59:48.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.433676  3752 heartbeater.cc:464] Registering TS with master...
15:59:48.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.433800  3752 heartbeater.cc:511] Master 127.3.32.188:34087 requested a full tablet report, sending...
15:59:48.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.434597  3388 ts_manager.cc:194] Registered new tserver with Master: cfed04bf440a409197fc40054ab1d48d (127.3.32.130:36347)
15:59:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.549962  3759 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.550236  3759 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.550274  3759 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.554528  3759 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.554642  3759 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.3.32.131
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.559558  3759 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.3.32.148:39229
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal
15:59:48.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.3.32.131:0
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data/info.pb
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.3.32.131
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.3.32.190:39883,127.3.32.189:42845,127.3.32.188:34087
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.3759
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.3.32.131
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/logs
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.560736  3759 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:59:48.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.562213  3759 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.572115  3765 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:59:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.572171  3767 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:59:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:48.572115  3764 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:59:48.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.572388  3759 server_base.cc:1034] running on GCE node
15:59:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.573068  3759 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:48.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.573729  3759 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:48.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.574972  3759 hybrid_clock.cc:648] HybridClock initialized: now 1783526388574891 us; error 69 us; skew 500 ppm
15:59:48.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.577205  3759 webserver.cc:460] Webserver started at http://127.3.32.131:35941/ using document root <none> and password file <none>
15:59:48.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.577855  3759 fs_manager.cc:359] Metadata directory not provided
15:59:48.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.577965  3759 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:48.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.578203  3759 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:48.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.580282  3759 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data/instance:
15:59:48.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c718b5efb5d742b1830cbda44b7fc29f"
15:59:48.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.580950  3759 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal/instance:
15:59:48.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c718b5efb5d742b1830cbda44b7fc29f"
15:59:48.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.585362  3759 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:48.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.588266  3773 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.589887  3759 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.590015  3759 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c718b5efb5d742b1830cbda44b7fc29f"
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:48 on dist-test-slave-vt7w"
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.590111  3759 fs_report.cc:383] FS layout report
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data/data
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:48.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:48.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.593806  3444 catalog_manager.cc:1259] Loaded cluster ID: 46ff0fd24ad74cf08bc9571014ad648d
15:59:48.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.593879  3444 catalog_manager.cc:1552] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: loading cluster ID for follower catalog manager: success
15:59:48.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.596148  3444 catalog_manager.cc:1574] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: acquiring CA information for follower catalog manager: success
15:59:48.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.597525  3444 catalog_manager.cc:1602] T 00000000000000000000000000000000 P aa254fc332954905b25392a59aacea05: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:48.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.606132  3759 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:48.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.606817  3759 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:59:48.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.607036  3759 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:48.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.607630  3759 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:48.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.608649  3759 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:48.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.608721  3759 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:48.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.608803  3759 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:48.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.608834  3759 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.614907  3472 catalog_manager.cc:1259] Loaded cluster ID: 46ff0fd24ad74cf08bc9571014ad648d
15:59:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.615020  3472 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: loading cluster ID for follower catalog manager: success
15:59:48.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.617313  3759 rpc_server.cc:307] RPC server started. Bound to: 127.3.32.131:37353
15:59:48.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.617403  3886 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.3.32.131:37353 every 8 connection(s)
15:59:48.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.617533  3472 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: acquiring CA information for follower catalog manager: success
15:59:48.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.618274  3759 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/data/info.pb
15:59:48.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.619072  3472 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 8199d48fc17544d4bc5d9673dbd4ab53: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:48.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.619393  3202 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 3759
15:59:48.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.619524  3202 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal/instance
15:59:48.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.631800  3888 heartbeater.cc:347] Connected to a master server at 127.3.32.190:39883
15:59:48.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.631844  3889 heartbeater.cc:347] Connected to a master server at 127.3.32.189:42845
15:59:48.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.632087  3888 heartbeater.cc:464] Registering TS with master...
15:59:48.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.632097  3889 heartbeater.cc:464] Registering TS with master...
15:59:48.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.632845  3887 heartbeater.cc:347] Connected to a master server at 127.3.32.188:34087
15:59:48.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.632885  3888 heartbeater.cc:511] Master 127.3.32.190:39883 requested a full tablet report, sending...
15:59:48.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.633111  3887 heartbeater.cc:464] Registering TS with master...
15:59:48.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.633262  3887 heartbeater.cc:511] Master 127.3.32.188:34087 requested a full tablet report, sending...
15:59:48.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.632887  3889 heartbeater.cc:511] Master 127.3.32.189:42845 requested a full tablet report, sending...
15:59:48.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.634346  3316 ts_manager.cc:194] Registered new tserver with Master: c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131:37353)
15:59:48.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.634399  3244 ts_manager.cc:194] Registered new tserver with Master: c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131:37353)
15:59:48.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.634599  3388 ts_manager.cc:194] Registered new tserver with Master: c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131:37353)
15:59:48.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.635082  3316 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.3.32.131:41701
15:59:48.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.641678  3202 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:48.642 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:48.642 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:48.643 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.32.190"
      port: 39883
    }
    bound_http_address {
      host: "127.3.32.190"
      port: 39813
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.32.189"
      port: 42845
    }
    bound_http_address {
      host: "127.3.32.189"
      port: 36389
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.32.188"
      port: 34087
    }
    bound_http_address {
      host: "127.3.32.188"
      port: 37371
    }
  }
}

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

15:59:48.643 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.3.32.129"
      port: 39393
    }
    bound_http_address {
      host: "127.3.32.129"
      port: 46769
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.3.32.130"
      port: 36347
    }
    bound_http_address {
      host: "127.3.32.130"
      port: 33983
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.3.32.131"
      port: 37353
    }
    bound_http_address {
      host: "127.3.32.131"
      port: 35941
    }
  }
}

15:59:48.643 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:48.646 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:48.647 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:48.647 [INFO - main] (Logging.scala:57) ==============================================================
15:59:48.647 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:48.647 [INFO - main] (Logging.scala:57) ==============================================================
15:59:48.647 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:48.648 [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:59:48.648 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:48.649 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:48.649 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:48.649 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:48.649 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:48.649 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:48.650 [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:59:48.669 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 42315.
15:59:48.670 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:48.671 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:48.671 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:48.671 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:48.672 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:48.672 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-80f34b43-2450-447d-87b8-c9d968b33f5a
15:59:48.673 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:48.674 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:48.694 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:48.698 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 34227.
15:59:48.699 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:34227
15:59:48.699 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:48.699 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34227, None)
15:59:48.699 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:34227 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34227, None)
15:59:48.700 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34227, None)
15:59:48.701 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 34227, None)
15:59:48.707 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:48.717 [DEBUG - main] (Connection.java:748) [peer master-127.3.32.190:39883(127.3.32.190:39883)] connecting to peer
15:59:48.718 [DEBUG - main] (Connection.java:748) [peer master-127.3.32.189:42845(127.3.32.189:42845)] connecting to peer
15:59:48.719 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.32.190:39883(127.3.32.190:39883)] Successfully connected to peer
15:59:48.720 [DEBUG - main] (Connection.java:748) [peer master-127.3.32.188:34087(127.3.32.188:34087)] connecting to peer
15:59:48.721 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.32.190
15:59:48.721 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.3.32.189:42845(127.3.32.189:42845)] Successfully connected to peer
15:59:48.725 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.32.188:34087(127.3.32.188:34087)] Successfully connected to peer
15:59:48.726 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.32.189
15:59:48.733 [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:59:48.734 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.32.188
15:59:48.736 [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:59:48.738 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x069c13d4, L:/127.0.0.1:35852 - R:/127.3.32.189:42845] using SASL/PLAIN
15:59:48.739 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x709fa192, L:/127.0.0.1:51810 - R:/127.3.32.190:39883] using SASL/PLAIN
15:59:48.739 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.741994  3316 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35852:
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.746 [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:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:48.746 [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:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:48.747 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3d4262bb, L:/127.0.0.1:45326 - R:/127.3.32.188:34087] using SASL/PLAIN
15:59:48.755 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table e2de9658ba36469c8d3a05578cdd9631
15:59:48.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.767860  3821 tablet_service.cc:1467] Processing CreateTablet for tablet eb95d42e727b4abdb7f8830d0f3c2724 (DEFAULT_TABLE table=test [id=e2de9658ba36469c8d3a05578cdd9631]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:48.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.767858  3686 tablet_service.cc:1467] Processing CreateTablet for tablet abeee166eed543579e27639ef4325608 (DEFAULT_TABLE table=test [id=e2de9658ba36469c8d3a05578cdd9631]), partition=RANGE (key) PARTITION VALUES < 50
15:59:48.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.769182  3821 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet eb95d42e727b4abdb7f8830d0f3c2724. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.769220  3686 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet abeee166eed543579e27639ef4325608. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.774523  3938 tablet_bootstrap.cc:492] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:48.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.775071  3939 tablet_bootstrap.cc:492] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:48.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.776973  3939 tablet_bootstrap.cc:654] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:48.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.777050  3938 tablet_bootstrap.cc:654] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:48.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.777809  3938 log.cc:824] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d: Log is configured to *not* fsync() on all Append() calls
15:59:48.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.778160  3939 log.cc:824] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f: Log is configured to *not* fsync() on all Append() calls
15:59:48.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.779788  3938 tablet_bootstrap.cc:492] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:48.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.779883  3939 tablet_bootstrap.cc:492] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:48.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.779991  3938 ts_tablet_manager.cc:1397] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:48.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.780022  3939 ts_tablet_manager.cc:1397] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:59:48.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784101  3939 raft_consensus.cc:348] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784101  3938 raft_consensus.cc:348] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784377  3938 raft_consensus.cc:374] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784377  3939 raft_consensus.cc:374] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784430  3939 raft_consensus.cc:729] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:48.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784430  3938 raft_consensus.cc:729] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784945  3939 consensus_queue.cc:260] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.784945  3938 consensus_queue.cc:260] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.785111  3938 raft_consensus.cc:388] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.785111  3939 raft_consensus.cc:388] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.785175  3939 raft_consensus.cc:482] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.785175  3938 raft_consensus.cc:482] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.785269  3938 raft_consensus.cc:3037] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.785269  3939 raft_consensus.cc:3037] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:48.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.786324  3939 raft_consensus.cc:504] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.786324  3938 raft_consensus.cc:504] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.786695  3938 leader_election.cc:302] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:48.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.786695  3939 leader_election.cc:302] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:48.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787061  3939 leader_election.cc:288] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787075  3938 leader_election.cc:288] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787202  3942 raft_consensus.cc:2781] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787182  3943 raft_consensus.cc:2781] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787488  3943 raft_consensus.cc:686] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:48.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787634  3942 raft_consensus.cc:686] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:48.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787940  3942 consensus_queue.cc:237] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.787935  3943 consensus_queue.cc:237] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.788082  3939 ts_tablet_manager.cc:1428] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:59:48.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.788082  3938 ts_tablet_manager.cc:1428] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:59:48.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.788522  3889 heartbeater.cc:503] Master 127.3.32.189:42845 was elected leader, sending a full tablet report...
15:59:48.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.788916  3754 heartbeater.cc:503] Master 127.3.32.189:42845 was elected leader, sending a full tablet report...
15:59:48.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.793318  3315 catalog_manager.cc:5495] T eb95d42e727b4abdb7f8830d0f3c2724 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:48.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.793571  3316 catalog_manager.cc:5495] T abeee166eed543579e27639ef4325608 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.819079  3316 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35852:
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.826 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 8893bf81538d4f8d9060d2baa7efbe0f
15:59:48.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.835912  3548 tablet_service.cc:1467] Processing CreateTablet for tablet c90fc5daf5f947b8ac1fb672cdd64745 (DEFAULT_TABLE table=simple-test [id=8893bf81538d4f8d9060d2baa7efbe0f]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:48.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.837000  3548 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c90fc5daf5f947b8ac1fb672cdd64745. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.842900  3954 tablet_bootstrap.cc:492] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:48.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.845042  3954 tablet_bootstrap.cc:654] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:48.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.845834  3954 log.cc:824] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4: Log is configured to *not* fsync() on all Append() calls
15:59:48.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.847581  3954 tablet_bootstrap.cc:492] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:48.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.847813  3954 ts_tablet_manager.cc:1397] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
15:59:48.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.851172  3954 raft_consensus.cc:348] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.851444  3954 raft_consensus.cc:374] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.851504  3954 raft_consensus.cc:729] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:48.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.851939  3954 consensus_queue.cc:260] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.852123  3954 raft_consensus.cc:388] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.852195  3954 raft_consensus.cc:482] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.852310  3954 raft_consensus.cc:3037] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:48.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.853291  3954 raft_consensus.cc:504] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.853691  3954 leader_election.cc:302] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:48.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.854071  3954 leader_election.cc:288] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.854194  3956 raft_consensus.cc:2781] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.854439  3956 raft_consensus.cc:686] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.854764  3616 heartbeater.cc:503] Master 127.3.32.189:42845 was elected leader, sending a full tablet report...
15:59:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.855171  3954 ts_tablet_manager.cc:1428] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
15:59:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.855350  3956 consensus_queue.cc:237] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.859042  3316 catalog_manager.cc:5495] T c90fc5daf5f947b8ac1fb672cdd64745 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:48.878 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526388878
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.880069  3316 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35852:
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableAlterWithTableAndCustomHashSchemas"
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:48.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:48.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 4
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000d\000\000\000"
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 2
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000\310\000\000\000"
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:48.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 3
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\310\000\000\000\007\001\000\000\000,\001\000\000"
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 4
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:48.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.897186  3821 tablet_service.cc:1467] Processing CreateTablet for tablet 057cf834d9a243f6bf4d2e921d3523c7 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.897181  3686 tablet_service.cc:1467] Processing CreateTablet for tablet 939ec75922914f3394e568378dcc3b6c (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.897581  3686 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 939ec75922914f3394e568378dcc3b6c. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.897583  3821 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 057cf834d9a243f6bf4d2e921d3523c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.897181  3548 tablet_service.cc:1467] Processing CreateTablet for tablet fc9277b359b147dca0bcde67c35bc456 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.897886  3548 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fc9277b359b147dca0bcde67c35bc456. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.899801  3939 tablet_bootstrap.cc:492] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.900935  3939 tablet_bootstrap.cc:654] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.900988  3685 tablet_service.cc:1467] Processing CreateTablet for tablet b16bb0c2f19c4805a265a3e6730abcb8 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.901278  3685 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b16bb0c2f19c4805a265a3e6730abcb8. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.901572  3820 tablet_service.cc:1467] Processing CreateTablet for tablet a90377e542db440a8e772e177624d6a3 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.901897  3820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a90377e542db440a8e772e177624d6a3. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.902498  3954 tablet_bootstrap.cc:492] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:48.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.903559  3954 tablet_bootstrap.cc:654] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:48.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.903697  3938 tablet_bootstrap.cc:492] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:48.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.904217  3684 tablet_service.cc:1467] Processing CreateTablet for tablet c2a9cf4bb55b4db49caee6e70042ec14 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:48.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.904470  3684 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c2a9cf4bb55b4db49caee6e70042ec14. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.904825  3938 tablet_bootstrap.cc:654] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:48.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.905252  3954 tablet_bootstrap.cc:492] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:48.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.905349  3954 ts_tablet_manager.cc:1397] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906073  3938 tablet_bootstrap.cc:492] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906164  3938 ts_tablet_manager.cc:1397] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.003s	user 0.001s	sys 0.001s
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906183  3954 raft_consensus.cc:348] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906288  3954 raft_consensus.cc:374] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906319  3954 raft_consensus.cc:729] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906435  3954 consensus_queue.cc:260] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906504  3954 raft_consensus.cc:388] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906538  3954 raft_consensus.cc:482] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906577  3954 raft_consensus.cc:3037] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906567  3548 tablet_service.cc:1467] Processing CreateTablet for tablet 236375b79ef6496da1e0d09423105c46 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906744  3938 raft_consensus.cc:348] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906834  3548 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 236375b79ef6496da1e0d09423105c46. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906838  3938 raft_consensus.cc:374] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906870  3938 raft_consensus.cc:729] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906802  3547 tablet_service.cc:1467] Processing CreateTablet for tablet 7d93e919b90c484eb8fc12f9428224d1 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.906982  3938 consensus_queue.cc:260] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907056  3547 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7d93e919b90c484eb8fc12f9428224d1. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907070  3938 raft_consensus.cc:388] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907106  3938 raft_consensus.cc:482] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907145  3938 raft_consensus.cc:3037] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907562  3954 raft_consensus.cc:504] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907696  3954 leader_election.cc:302] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.907795  3954 leader_election.cc:288] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908051  3954 ts_tablet_manager.cc:1428] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908450  3938 raft_consensus.cc:504] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908599  3957 raft_consensus.cc:2781] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908622  3938 leader_election.cc:302] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908706  3938 leader_election.cc:288] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908690  3957 raft_consensus.cc:686] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908852  3944 raft_consensus.cc:2781] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908851  3957 consensus_queue.cc:237] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908922  3938 ts_tablet_manager.cc:1428] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.002s
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.908939  3944 raft_consensus.cc:686] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.909068  3944 consensus_queue.cc:237] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.909591  3546 tablet_service.cc:1467] Processing CreateTablet for tablet 2fc3a2c466574cf3ad6d9709868f64d8 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:48.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.909819  3546 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2fc3a2c466574cf3ad6d9709868f64d8. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:48.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.911957  3954 tablet_bootstrap.cc:492] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:48.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.912992  3954 tablet_bootstrap.cc:654] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:48.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.913156  3315 catalog_manager.cc:5495] T fc9277b359b147dca0bcde67c35bc456 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:48.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.913537  3316 catalog_manager.cc:5495] T b16bb0c2f19c4805a265a3e6730abcb8 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.914167  3954 tablet_bootstrap.cc:492] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.914269  3954 ts_tablet_manager.cc:1397] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.914718  3954 raft_consensus.cc:348] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.914810  3954 raft_consensus.cc:374] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.914844  3954 raft_consensus.cc:729] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.914952  3954 consensus_queue.cc:260] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.915024  3954 raft_consensus.cc:388] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.915056  3954 raft_consensus.cc:482] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.915094  3954 raft_consensus.cc:3037] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.915940  3954 raft_consensus.cc:504] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.916061  3954 leader_election.cc:302] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:48.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.916596  3958 raft_consensus.cc:2781] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.916690  3958 raft_consensus.cc:686] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:48.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.916823  3958 consensus_queue.cc:237] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.917438  3954 leader_election.cc:288] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.917819  3954 ts_tablet_manager.cc:1428] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:48.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.917984  3954 tablet_bootstrap.cc:492] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:48.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.918520  3938 tablet_bootstrap.cc:492] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:48.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.918928  3954 tablet_bootstrap.cc:654] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:48.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.919797  3938 tablet_bootstrap.cc:654] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.921798  3938 tablet_bootstrap.cc:492] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.921904  3938 ts_tablet_manager.cc:1397] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922356  3938 raft_consensus.cc:348] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922449  3938 raft_consensus.cc:374] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922480  3938 raft_consensus.cc:729] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922602  3938 consensus_queue.cc:260] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922683  3938 raft_consensus.cc:388] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922709  3938 raft_consensus.cc:482] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.922737  3938 raft_consensus.cc:3037] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923416  3938 raft_consensus.cc:504] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923507  3938 leader_election.cc:302] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923573  3938 leader_election.cc:288] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923683  3942 raft_consensus.cc:2781] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923754  3942 raft_consensus.cc:686] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923811  3938 ts_tablet_manager.cc:1428] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923866  3942 consensus_queue.cc:237] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.923961  3938 tablet_bootstrap.cc:492] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.924996  3938 tablet_bootstrap.cc:654] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.925415  3315 catalog_manager.cc:5495] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926146  3938 tablet_bootstrap.cc:492] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926214  3938 ts_tablet_manager.cc:1397] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926620  3938 raft_consensus.cc:348] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926717  3938 raft_consensus.cc:374] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926751  3938 raft_consensus.cc:729] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:48.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926879  3938 consensus_queue.cc:260] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.926975  3938 raft_consensus.cc:388] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.927011  3938 raft_consensus.cc:482] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.927052  3938 raft_consensus.cc:3037] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:48.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928066  3939 tablet_bootstrap.cc:492] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:48.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928166  3939 ts_tablet_manager.cc:1397] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.028s	user 0.002s	sys 0.000s
15:59:48.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928480  3938 raft_consensus.cc:504] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928614  3938 leader_election.cc:302] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:48.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928709  3938 leader_election.cc:288] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928864  3939 raft_consensus.cc:348] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928951  3938 ts_tablet_manager.cc:1428] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.928984  3939 raft_consensus.cc:374] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.929020  3939 raft_consensus.cc:729] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.929152  3939 consensus_queue.cc:260] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.929255  3939 raft_consensus.cc:388] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.929288  3939 raft_consensus.cc:482] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.929332  3939 raft_consensus.cc:3037] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930333  3939 raft_consensus.cc:504] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930485  3939 leader_election.cc:302] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930577  3939 leader_election.cc:288] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930702  3947 raft_consensus.cc:2781] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930790  3947 raft_consensus.cc:686] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:48.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930899  3945 raft_consensus.cc:2781] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.930893  3947 consensus_queue.cc:237] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.932911  3945 raft_consensus.cc:686] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.933071  3945 consensus_queue.cc:237] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.933357  3939 ts_tablet_manager.cc:1428] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.933532  3939 tablet_bootstrap.cc:492] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.934018  3316 catalog_manager.cc:5495] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.934264  3316 catalog_manager.cc:5495] T 939ec75922914f3394e568378dcc3b6c P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.935149  3939 tablet_bootstrap.cc:654] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.935127  3315 catalog_manager.cc:5495] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.936494  3954 tablet_bootstrap.cc:492] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.936600  3954 ts_tablet_manager.cc:1397] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.019s	user 0.002s	sys 0.000s
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938123  3954 raft_consensus.cc:348] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938226  3954 raft_consensus.cc:374] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938249  3954 raft_consensus.cc:729] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938405  3954 consensus_queue.cc:260] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938496  3954 raft_consensus.cc:388] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938532  3954 raft_consensus.cc:482] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.938573  3954 raft_consensus.cc:3037] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.940603  3954 raft_consensus.cc:504] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.940733  3954 leader_election.cc:302] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.940868  3954 leader_election.cc:288] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.940899  3956 raft_consensus.cc:2781] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.941766  3954 ts_tablet_manager.cc:1428] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:48.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.941964  3954 tablet_bootstrap.cc:492] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:48.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.942999  3956 raft_consensus.cc:686] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:48.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.943152  3956 consensus_queue.cc:237] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.943022  3954 tablet_bootstrap.cc:654] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:48.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.944532  3939 tablet_bootstrap.cc:492] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:48.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.944621  3939 ts_tablet_manager.cc:1397] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.011s	user 0.002s	sys 0.000s
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.946357  3316 catalog_manager.cc:5495] T 236375b79ef6496da1e0d09423105c46 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.947738  3939 raft_consensus.cc:348] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.947845  3939 raft_consensus.cc:374] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.947876  3939 raft_consensus.cc:729] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.948019  3939 consensus_queue.cc:260] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.948100  3939 raft_consensus.cc:388] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.948127  3939 raft_consensus.cc:482] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.948156  3939 raft_consensus.cc:3037] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.948966  3939 raft_consensus.cc:504] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.949062  3939 leader_election.cc:302] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.949150  3939 leader_election.cc:288] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.949190  3945 raft_consensus.cc:2781] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.949260  3945 raft_consensus.cc:686] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.949401  3939 ts_tablet_manager.cc:1428] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.002s
15:59:48.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.949383  3945 consensus_queue.cc:237] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.950886  3954 tablet_bootstrap.cc:492] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.950981  3954 ts_tablet_manager.cc:1397] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.009s	user 0.002s	sys 0.000s
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951431  3954 raft_consensus.cc:348] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951535  3954 raft_consensus.cc:374] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951567  3954 raft_consensus.cc:729] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951675  3954 consensus_queue.cc:260] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951771  3954 raft_consensus.cc:388] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951802  3954 raft_consensus.cc:482] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951841  3954 raft_consensus.cc:3037] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.951844  3315 catalog_manager.cc:5495] T a90377e542db440a8e772e177624d6a3 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.952847  3954 raft_consensus.cc:504] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.952963  3954 leader_election.cc:302] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:48.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.953785  3956 raft_consensus.cc:2781] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:48.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.953878  3956 raft_consensus.cc:686] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:48.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.953979  3956 consensus_queue.cc:237] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:48.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.954596  3954 leader_election.cc:288] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:48.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.954941  3954 ts_tablet_manager.cc:1428] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.002s
15:59:48.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:48.956422  3316 catalog_manager.cc:5495] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:48.982 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:48.982 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:48.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 057cf834d9a243f6bf4d2e921d3523c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:48.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:48.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:48.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7d93e919b90c484eb8fc12f9428224d1 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:48.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:48.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c2a9cf4bb55b4db49caee6e70042ec14 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:48.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2fc3a2c466574cf3ad6d9709868f64d8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:48.986 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=057cf834d9a243f6bf4d2e921d3523c7@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=7d93e919b90c484eb8fc12f9428224d1@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=c2a9cf4bb55b4db49caee6e70042ec14@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2fc3a2c466574cf3ad6d9709868f64d8@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:59:48.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=7), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.3.32.189:42845, [3ms] Sub RPC GetTableLocations: received response from server master-127.3.32.189:42845: OK, deferred=null) after lookup
15:59:48.987 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)] connecting to peer
15:59:48.988 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)] Successfully connected to peer
15:59:49.000 [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:59:49.002 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x4d0567d0, L:/127.0.0.1:48756 - R:/127.3.32.129:39393] using TOKEN/null
15:59:49.010 [DEBUG - main] (Connection.java:748) [peer cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)] connecting to peer
15:59:49.012 [DEBUG - kudu-nio-0] (Connection.java:757) [peer cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)] Successfully connected to peer
15:59:49.022 [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:59:49.024 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xbc7555b4, L:/127.0.0.1:47054 - R:/127.3.32.130:36347] using TOKEN/null
15:59:49.271 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526389271
15:59:49.271 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526389270106
15:59:49.271 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:49.271 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6278657350518489032/
15:59:49.276 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.276 [INFO - ForkJoinPool-240-worker-1] (KuduBackup.scala:55) Backing up table testTableAlterWithTableAndCustomHashSchemas to path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272
15:59:49.276 [INFO - ForkJoinPool-240-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:49.276 [INFO - ForkJoinPool-240-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:49.277 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:49.277 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:49.297 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.298 [INFO - ForkJoinPool-240-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.298 [INFO - ForkJoinPool-240-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.299 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.299 [INFO - ForkJoinPool-240-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.299 [INFO - ForkJoinPool-240-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.299 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:49.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:49.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 057cf834d9a243f6bf4d2e921d3523c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:49.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:49.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:49.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7d93e919b90c484eb8fc12f9428224d1 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:49.317 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:49.317 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c2a9cf4bb55b4db49caee6e70042ec14 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:49.317 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2fc3a2c466574cf3ad6d9709868f64d8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:49.317 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=057cf834d9a243f6bf4d2e921d3523c7@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=7d93e919b90c484eb8fc12f9428224d1@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=c2a9cf4bb55b4db49caee6e70042ec14@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2fc3a2c466574cf3ad6d9709868f64d8@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:59:49.334 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:49.336 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 9 output partitions
15:59:49.336 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:49.336 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:49.336 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:49.336 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:49.379 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 189.5 KiB, free 1993.7 MiB)
15:59:49.382 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 66.6 KiB, free 1993.6 MiB)
15:59:49.382 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 66.6 KiB, free: 1993.8 MiB)
15:59:49.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:49.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 9 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8))
15:59:49.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 9 tasks resource profile 0
15:59:49.385 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.386 [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:59:49.401 [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:59:49.403 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.405 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.405 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.405 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.405 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.405 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.405 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:49.406 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:49.407 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:49.407 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:49.408 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:49.433 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 41 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=fc9277b359b147dca0bcde67c35bc456, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.446 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7685
15:59:49.451 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559493973494639536307670_0000_m_000000_0' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/_temporary/0/task_202607081559493973494639536307670_0000_m_000000
15:59:49.451 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_202607081559493973494639536307670_0000_m_000000_0: Committed
15:59:49.452 [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). 6297 bytes result sent to driver
15:59:49.457 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.457 [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:59:49.459 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 74 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/9)
15:59:49.469 [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:59:49.472 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.473 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.473 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.474 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.474 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.474 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.474 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.480 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=939ec75922914f3394e568378dcc3b6c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.481 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559498377054198035464676_0000_m_000001_1
15:59:49.482 [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). 6211 bytes result sent to driver
15:59:49.495 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 0.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.495 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Running task 2.0 in stage 0.0 (TID 2)
15:59:49.509 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.511 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 55 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/9)
15:59:49.519 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.520 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.520 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.521 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.521 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.521 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.522 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.522 [DEBUG - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Connection.java:748) [peer c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)] connecting to peer
15:59:49.523 [DEBUG - kudu-nio-1] (Connection.java:757) [peer c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)] Successfully connected to peer
15:59:49.552 [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:59:49.556 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x79027618, L:/127.0.0.1:47732 - R:/127.3.32.131:37353] using TOKEN/null
15:59:49.563 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=057cf834d9a243f6bf4d2e921d3523c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.563 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559496779376999300000273_0000_m_000002_2
15:59:49.564 [INFO - Executor task launch worker for task 2.0 in stage 0.0 (TID 2)] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2). 6211 bytes result sent to driver
15:59:49.566 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 0.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.567 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Running task 3.0 in stage 0.0 (TID 3)
15:59:49.578 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 0.0 (TID 2) in 84 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/9)
15:59:49.581 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.587 [DEBUG - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.589 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.589 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.589 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.590 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.590 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.590 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.595 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 59 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=b16bb0c2f19c4805a265a3e6730abcb8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.623 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (CodecConfig.java:95) Compression: SNAPPY
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:380) Validation is off
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:49.624 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:49.625 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:49.625 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
}

       
15:59:49.686 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 10111
15:59:49.691 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559498656295086085032527_0000_m_000003_3' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/_temporary/0/task_202607081559498656295086085032527_0000_m_000003
15:59:49.691 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) attempt_202607081559498656295086085032527_0000_m_000003_3: Committed
15:59:49.692 [INFO - Executor task launch worker for task 3.0 in stage 0.0 (TID 3)] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3). 6297 bytes result sent to driver
15:59:49.697 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 0.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.697 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Running task 4.0 in stage 0.0 (TID 4)
15:59:49.698 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 0.0 (TID 3) in 132 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/9)
15:59:49.710 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.712 [DEBUG - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.713 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.713 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.713 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.713 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.713 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.714 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.717 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=236375b79ef6496da1e0d09423105c46, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.717 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559491778341604694641307_0000_m_000004_4
15:59:49.718 [INFO - Executor task launch worker for task 4.0 in stage 0.0 (TID 4)] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4). 6211 bytes result sent to driver
15:59:49.719 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 0.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.720 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 4.0 in stage 0.0 (TID 4) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/9)
15:59:49.722 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Running task 5.0 in stage 0.0 (TID 5)
15:59:49.734 [DEBUG - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.737 [DEBUG - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.738 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.738 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.738 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.739 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.739 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.739 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.741 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=7d93e919b90c484eb8fc12f9428224d1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.741 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559496279592184684645726_0000_m_000005_5
15:59:49.742 [INFO - Executor task launch worker for task 5.0 in stage 0.0 (TID 5)] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5). 6211 bytes result sent to driver
15:59:49.743 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 0.0 (TID 6) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.743 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 5.0 in stage 0.0 (TID 5) in 24 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/9)
15:59:49.743 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Running task 6.0 in stage 0.0 (TID 6)
15:59:49.752 [DEBUG - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.754 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.755 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.755 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.756 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.756 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.756 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.756 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.758 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=a90377e542db440a8e772e177624d6a3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.759 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559491221653379777609178_0000_m_000006_6
15:59:49.759 [INFO - Executor task launch worker for task 6.0 in stage 0.0 (TID 6)] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6). 6211 bytes result sent to driver
15:59:49.760 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 0.0 (TID 7) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.761 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Running task 7.0 in stage 0.0 (TID 7)
15:59:49.761 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 6.0 in stage 0.0 (TID 6) in 19 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/9)
15:59:49.773 [DEBUG - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.776 [DEBUG - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.777 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.777 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.777 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.777 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.777 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.778 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.780 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=c2a9cf4bb55b4db49caee6e70042ec14, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.781 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559493098716734281202924_0000_m_000007_7
15:59:49.782 [INFO - Executor task launch worker for task 7.0 in stage 0.0 (TID 7)] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7). 6211 bytes result sent to driver
15:59:49.782 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 0.0 (TID 8) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5182 bytes) taskResourceAssignments Map()
15:59:49.783 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Running task 8.0 in stage 0.0 (TID 8)
15:59:49.783 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 7.0 in stage 0.0 (TID 7) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/9)
15:59:49.795 [DEBUG - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:49.798 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.799 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.799 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.799 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.799 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:49.799 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:49.800 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:49.802 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324090458112000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=2fc3a2c466574cf3ad6d9709868f64d8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:49.803 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559496304426290646723567_0000_m_000008_8
15:59:49.804 [INFO - Executor task launch worker for task 8.0 in stage 0.0 (TID 8)] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8). 6211 bytes result sent to driver
15:59:49.805 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 8.0 in stage 0.0 (TID 8) in 23 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/9)
15:59:49.805 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:49.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.469 s
15:59:49.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:49.806 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:49.807 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.472734 s
15:59:49.816 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Write Job c7ce96f0-16f4-4abc-a1f2-a5fdb36fa817 committed.
15:59:49.817 [INFO - ForkJoinPool-240-worker-1] (Logging.scala:57) Finished processing stats for write job c7ce96f0-16f4-4abc-a1f2-a5fdb36fa817.
15:59:49.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:49.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:49.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 057cf834d9a243f6bf4d2e921d3523c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:49.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:49.820 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:49.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7d93e919b90c484eb8fc12f9428224d1 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:49.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:49.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c2a9cf4bb55b4db49caee6e70042ec14 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:49.821 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2fc3a2c466574cf3ad6d9709868f64d8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:49.821 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=057cf834d9a243f6bf4d2e921d3523c7@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=7d93e919b90c484eb8fc12f9428224d1@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=c2a9cf4bb55b4db49caee6e70042ec14@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2fc3a2c466574cf3ad6d9709868f64d8@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:59:49.823 [INFO - ForkJoinPool-240-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/.kudu-metadata.json
15:59:49.833 [INFO - ForkJoinPool-240-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableAlterWithTableAndCustomHashSchemas
15:59:49.835 [DEBUG - main] (Connection.java:748) [peer master-127.3.32.190:39883(127.3.32.190:39883)] connecting to peer
15:59:49.836 [DEBUG - main] (Connection.java:748) [peer master-127.3.32.189:42845(127.3.32.189:42845)] connecting to peer
15:59:49.837 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.32.190:39883(127.3.32.190:39883)] Successfully connected to peer
15:59:49.839 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.32.190
15:59:49.841 [DEBUG - main] (Connection.java:748) [peer master-127.3.32.188:34087(127.3.32.188:34087)] connecting to peer
15:59:49.843 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.3.32.189:42845(127.3.32.189:42845)] Successfully connected to peer
15:59:49.845 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.32.189
15:59:49.850 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.3.32.188:34087(127.3.32.188:34087)] Successfully connected to peer
15:59:49.851 [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:59:49.852 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.3.32.188
15:59:49.857 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x28acc56a, L:/127.0.0.1:51814 - R:/127.3.32.190:39883] using SASL/PLAIN
15:59:49.857 [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:59:49.859 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x406975d6, L:/127.0.0.1:35858 - R:/127.3.32.189:42845] using SASL/PLAIN
15:59:49.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:49.862 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=27), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.3.32.190:39883, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.3.32.189:42845, [6ms] Sub RPC ConnectToMaster: sending RPC to server master-127.3.32.188:34087, [25ms] Sub RPC ConnectToMaster: received response from server master-127.3.32.189:42845: OK, deferred=null) after lookup
15:59:49.865 [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:59:49.866 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x60c61270, L:/127.0.0.1:45334 - R:/127.3.32.188:34087] using SASL/PLAIN
15:59:49.868 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:49.903 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:49.907 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 66.6 KiB, free: 1993.9 MiB)
15:59:49.913 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:49.914 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:49.914 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 14 more fields>
15:59:49.929 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 313.9 KiB, free 1993.6 MiB)
15:59:49.939 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.6 KiB, free 1993.5 MiB)
15:59:49.940 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 28.6 KiB, free: 1993.8 MiB)
15:59:49.940 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:49.941 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 8402144 bytes, open cost is considered as scanning 4194304 bytes.
15:59:49.951 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:49.952 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:49.952 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:49.952 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:49.952 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:49.952 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:49.954 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 21.3 KiB, free 1993.5 MiB)
15:59:49.955 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 7.1 KiB, free 1993.5 MiB)
15:59:49.955 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 7.1 KiB, free: 1993.8 MiB)
15:59:49.956 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:49.956 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:49.956 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:49.957 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 9) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5247 bytes) taskResourceAssignments Map()
15:59:49.957 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 9)
15:59:49.960 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/part-00003-248a94eb-9a39-4d51-9007-f7356a34aa84-c000.snappy.parquet, range: 0-7321, partition values: [empty row]
15:59:49.964 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/part-00000-248a94eb-9a39-4d51-9007-f7356a34aa84-c000.snappy.parquet, range: 0-6215, partition values: [empty row]
15:59:49.967 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 9)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 9). 8519 bytes result sent to driver
15:59:49.968 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 9) in 12 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:49.968 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:49.969 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.015 s
15:59:49.969 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:49.969 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:49.969 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.017953 s
15:59:50.474 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526390474
15:59:50.474 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526390472687
15:59:50.474 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:50.474 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6278657350518489032/
15:59:50.482 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas
15:59:50.484 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.485 [INFO - ForkJoinPool-243-worker-1] (KuduBackup.scala:55) Backing up table testTableAlterWithTableAndCustomHashSchemas to path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475
15:59:50.485 [INFO - ForkJoinPool-243-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:50.485 [INFO - ForkJoinPool-243-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526389272 from backup in path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272
15:59:50.499 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.500 [INFO - ForkJoinPool-243-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.500 [INFO - ForkJoinPool-243-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.500 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.501 [INFO - ForkJoinPool-243-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.501 [INFO - ForkJoinPool-243-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.501 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 057cf834d9a243f6bf4d2e921d3523c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7d93e919b90c484eb8fc12f9428224d1 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c2a9cf4bb55b4db49caee6e70042ec14 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:50.513 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2fc3a2c466574cf3ad6d9709868f64d8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:50.513 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=057cf834d9a243f6bf4d2e921d3523c7@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=7d93e919b90c484eb8fc12f9428224d1@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=c2a9cf4bb55b4db49caee6e70042ec14@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2fc3a2c466574cf3ad6d9709868f64d8@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:59:50.529 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:50.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 9 output partitions
15:59:50.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:59:50.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:50.529 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:50.530 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:59:50.545 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 190.7 KiB, free 1993.3 MiB)
15:59:50.547 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 66.8 KiB, free 1993.3 MiB)
15:59:50.547 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 66.8 KiB, free: 1993.8 MiB)
15:59:50.548 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:50.548 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 9 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8))
15:59:50.548 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 9 tasks resource profile 0
15:59:50.549 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 10) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.549 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 10)
15:59:50.558 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.560 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.562 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.563 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.564 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.579 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=fc9277b359b147dca0bcde67c35bc456, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.579 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:50.581 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559501997291920063752418_0002_m_000000_10' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559501997291920063752418_0002_m_000000
15:59:50.581 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) attempt_202607081559501997291920063752418_0002_m_000000_10: Committed
15:59:50.582 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 10). 6254 bytes result sent to driver
15:59:50.583 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 11) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.583 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 10) in 34 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/9)
15:59:50.583 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 11)
15:59:50.596 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.598 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.599 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.599 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.599 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.599 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.599 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.600 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.604 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 30 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=939ec75922914f3394e568378dcc3b6c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.616 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.617 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.618 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.618 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.618 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.618 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.619 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.635 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6456
15:59:50.639 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559507850474181854078983_0002_m_000001_11' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559507850474181854078983_0002_m_000001
15:59:50.639 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) attempt_202607081559507850474181854078983_0002_m_000001_11: Committed
15:59:50.640 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 11)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 11). 6297 bytes result sent to driver
15:59:50.640 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 12) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.641 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 11) in 59 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/9)
15:59:50.642 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Running task 2.0 in stage 2.0 (TID 12)
15:59:50.653 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.656 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.657 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.657 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.657 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.657 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.658 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.658 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.664 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 32 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=057cf834d9a243f6bf4d2e921d3523c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.698 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.698 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.699 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.700 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.703 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 28.6 KiB, free: 1993.8 MiB)
15:59:50.707 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 7.1 KiB, free: 1993.8 MiB)
15:59:50.716 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6626
15:59:50.719 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559503291973472377442579_0002_m_000002_12' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559503291973472377442579_0002_m_000002
15:59:50.719 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) attempt_202607081559503291973472377442579_0002_m_000002_12: Committed
15:59:50.721 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 12)] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 12). 6340 bytes result sent to driver
15:59:50.722 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 13) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.723 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 12) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/9)
15:59:50.724 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Running task 3.0 in stage 2.0 (TID 13)
15:59:50.738 [DEBUG - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.741 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.743 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.743 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.743 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.743 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.743 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.744 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.748 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=b16bb0c2f19c4805a265a3e6730abcb8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.748 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559501684982795282220169_0002_m_000003_13
15:59:50.749 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 13)] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 13). 6211 bytes result sent to driver
15:59:50.750 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 2.0 (TID 14) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.751 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 13) in 29 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/9)
15:59:50.752 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Running task 4.0 in stage 2.0 (TID 14)
15:59:50.765 [DEBUG - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.768 [DEBUG - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.769 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.769 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.769 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.769 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.769 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.770 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.774 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 33 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=236375b79ef6496da1e0d09423105c46, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.786 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.786 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.786 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.786 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.786 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.786 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.787 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.787 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.787 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.787 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.787 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.787 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.788 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.800 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 6865
15:59:50.805 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155950213246231929626772_0002_m_000004_14' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_20260708155950213246231929626772_0002_m_000004
15:59:50.805 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) attempt_20260708155950213246231929626772_0002_m_000004_14: Committed
15:59:50.806 [INFO - Executor task launch worker for task 4.0 in stage 2.0 (TID 14)] (Logging.scala:57) Finished task 4.0 in stage 2.0 (TID 14). 6297 bytes result sent to driver
15:59:50.806 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 2.0 (TID 15) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.808 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 2.0 (TID 14) in 58 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/9)
15:59:50.808 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Running task 5.0 in stage 2.0 (TID 15)
15:59:50.821 [DEBUG - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.824 [DEBUG - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.826 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.826 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.826 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.826 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.826 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.827 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.830 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 22 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=7d93e919b90c484eb8fc12f9428224d1, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.841 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.842 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.843 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.853 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5336
15:59:50.862 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559501620713453991113690_0002_m_000005_15' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559501620713453991113690_0002_m_000005
15:59:50.862 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) attempt_202607081559501620713453991113690_0002_m_000005_15: Committed
15:59:50.863 [INFO - Executor task launch worker for task 5.0 in stage 2.0 (TID 15)] (Logging.scala:57) Finished task 5.0 in stage 2.0 (TID 15). 6297 bytes result sent to driver
15:59:50.865 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 2.0 (TID 16) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.866 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 2.0 (TID 15) in 60 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/9)
15:59:50.866 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Running task 6.0 in stage 2.0 (TID 16)
15:59:50.885 [DEBUG - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.891 [DEBUG - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.892 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.892 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.893 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.893 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.893 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.893 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.897 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 37 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=a90377e542db440a8e772e177624d6a3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.909 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.910 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.911 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.922 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 7315
15:59:50.934 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559501862039582238641344_0002_m_000006_16' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559501862039582238641344_0002_m_000006
15:59:50.934 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) attempt_202607081559501862039582238641344_0002_m_000006_16: Committed
15:59:50.938 [INFO - Executor task launch worker for task 6.0 in stage 2.0 (TID 16)] (Logging.scala:57) Finished task 6.0 in stage 2.0 (TID 16). 6297 bytes result sent to driver
15:59:50.939 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 2.0 (TID 17) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:50.939 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Running task 7.0 in stage 2.0 (TID 17)
15:59:50.939 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 2.0 (TID 16) in 74 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/9)
15:59:50.956 [DEBUG - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:50.964 [DEBUG - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:50.969 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.969 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.970 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.970 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:50.970 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:50.970 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:50.974 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 21 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=c2a9cf4bb55b4db49caee6e70042ec14, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:50.985 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.985 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (CodecConfig.java:95) Compression: SNAPPY
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:380) Validation is off
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:50.986 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:50.987 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:50.998 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5185
15:59:51.002 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559503857124212828195783_0002_m_000007_17' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559503857124212828195783_0002_m_000007
15:59:51.002 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) attempt_202607081559503857124212828195783_0002_m_000007_17: Committed
15:59:51.003 [INFO - Executor task launch worker for task 7.0 in stage 2.0 (TID 17)] (Logging.scala:57) Finished task 7.0 in stage 2.0 (TID 17). 6297 bytes result sent to driver
15:59:51.003 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 2.0 (TID 18) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:51.004 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Running task 8.0 in stage 2.0 (TID 18)
15:59:51.005 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 2.0 (TID 17) in 67 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/9)
15:59:51.021 [DEBUG - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:51.023 [DEBUG - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:51.024 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:51.024 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:51.025 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:51.025 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:51.025 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:51.025 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:51.029 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 25 rows, more = false, responseScanTimestamp = 7305324095385600000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=2fc3a2c466574cf3ad6d9709868f64d8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:51.061 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:59:51.061 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (CodecConfig.java:95) Compression: SNAPPY
15:59:51.061 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:380) Validation is off
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:51.062 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:51.063 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:51.074 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5701
15:59:51.084 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559505189277584137727715_0002_m_000008_18' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/_temporary/0/task_202607081559505189277584137727715_0002_m_000008
15:59:51.085 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) attempt_202607081559505189277584137727715_0002_m_000008_18: Committed
15:59:51.085 [INFO - Executor task launch worker for task 8.0 in stage 2.0 (TID 18)] (Logging.scala:57) Finished task 8.0 in stage 2.0 (TID 18). 6340 bytes result sent to driver
15:59:51.087 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 2.0 (TID 18) in 83 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/9)
15:59:51.087 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:59:51.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.557 s
15:59:51.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:51.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
15:59:51.088 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.558903 s
15:59:51.117 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Write Job 810edc55-302b-429c-9597-33693d816085 committed.
15:59:51.117 [INFO - ForkJoinPool-243-worker-1] (Logging.scala:57) Finished processing stats for write job 810edc55-302b-429c-9597-33693d816085.
15:59:51.121 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:51.122 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:51.122 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 057cf834d9a243f6bf4d2e921d3523c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:51.122 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:51.122 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:51.122 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 7d93e919b90c484eb8fc12f9428224d1 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:51.122 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:51.123 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c2a9cf4bb55b4db49caee6e70042ec14 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:51.123 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2fc3a2c466574cf3ad6d9709868f64d8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:51.123 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=057cf834d9a243f6bf4d2e921d3523c7@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=7d93e919b90c484eb8fc12f9428224d1@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=c2a9cf4bb55b4db49caee6e70042ec14@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2fc3a2c466574cf3ad6d9709868f64d8@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x, ttl=299999}]
15:59:51.126 [INFO - ForkJoinPool-243-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/.kudu-metadata.json
15:59:51.140 [INFO - ForkJoinPool-243-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableAlterWithTableAndCustomHashSchemas
15:59:51.143 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:51.154 [INFO - main] (Logging.scala:57) It took 3 ms to list leaf files for 1 paths.
15:59:51.175 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:51.178 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:51.178 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:51.201 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:51.226 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:51.226 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:51.236 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
15:59:51.237 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 33596837 bytes, open cost is considered as scanning 4194304 bytes.
15:59:51.260 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:51.261 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:51.261 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
15:59:51.261 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:51.261 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:51.261 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:51.263 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:59:51.273 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:59:51.274 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 7.2 KiB, free: 1993.8 MiB)
15:59:51.274 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:59:51.275 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:51.275 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
15:59:51.276 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 19) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 6603 bytes) taskResourceAssignments Map()
15:59:51.276 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 19)
15:59:51.279 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00006-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-6299, partition values: [empty row]
15:59:51.285 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00004-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-6089, partition values: [empty row]
15:59:51.301 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00002-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5980, partition values: [empty row]
15:59:51.306 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00001-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5894, partition values: [empty row]
15:59:51.311 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00008-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5565, partition values: [empty row]
15:59:51.315 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00005-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5400, partition values: [empty row]
15:59:51.321 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00007-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5340, partition values: [empty row]
15:59:51.326 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00000-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:51.333 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 19)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 19). 15635 bytes result sent to driver
15:59:51.334 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 19) in 59 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:51.334 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:59:51.335 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.072 s
15:59:51.335 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:51.335 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
15:59:51.335 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.074775 s
15:59:51.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.342358  3316 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35852:
15:59:51.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableAlterWithTableAndCustomHashSchemas" } alter_schema_steps { type: DROP_RANGE_PARTITION drop_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\310\000\000\000\007\001\000\000\000,\001\000\000" } } } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\310\000\000\000\007\001\000\000\000,\001\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 5 seed: 0 } } } } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000,\001\000\000\007\001\000\000\000\220\001\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 6 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 9 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 18 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false cfile_block_size: 0 type_attributes { precision: 38 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true cfile_block_size: 0 type_attributes { length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.364775  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 51bf973da9ba476b80453597bead4c4d has no consensus state
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.364902  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet afd1959d791940fb9a425841f1b42384 has no consensus state
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365240  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 71d8222f18ae4309a0d5377ce094473b has no consensus state
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365312  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 74a4ae57d62a41999ae07da955135503 has no consensus state
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365540  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fab8b819fb1941a39324e2bd53bd0754 has no consensus state
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365605  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 43852bafbfaa4b9a81f4c3a54c364122 has no consensus state
15:59:51.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365653  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2c0df9bd3aad48b5bfccb0b067b19e96 has no consensus state
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365720  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6d308b196d82420b8bf6e5512ee1cea6 has no consensus state
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365767  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ad4a640c338c4613b2250dd37c2c80c7 has no consensus state
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365810  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c963afc368ef4927a54c9b423d318036 has no consensus state
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.365854  3316 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a714f7037ca4400aa0070bbbb9442580 has no consensus state
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.365885  3316 catalog_manager.cc:5782] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Sending DeleteTablet for 1 replicas of tablet 057cf834d9a243f6bf4d2e921d3523c7
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.366132  3316 catalog_manager.cc:5782] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Sending DeleteTablet for 1 replicas of tablet 7d93e919b90c484eb8fc12f9428224d1
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.366261  3316 catalog_manager.cc:5782] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Sending DeleteTablet for 1 replicas of tablet c2a9cf4bb55b4db49caee6e70042ec14
15:59:51.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.366359  3316 catalog_manager.cc:5782] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: Sending DeleteTablet for 1 replicas of tablet 2fc3a2c466574cf3ad6d9709868f64d8
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.370728  3821 tablet_service.cc:1514] Processing DeleteTablet for tablet 057cf834d9a243f6bf4d2e921d3523c7 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:51 UTC) from {username='slave'} at 127.0.0.1:47722
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.371762  3545 tablet_service.cc:1514] Processing DeleteTablet for tablet 2fc3a2c466574cf3ad6d9709868f64d8 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:51 UTC) from {username='slave'} at 127.0.0.1:48748
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.372020  4149 tablet_replica.cc:330] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: stopping tablet replica
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.372169  3546 tablet_service.cc:1514] Processing DeleteTablet for tablet 7d93e919b90c484eb8fc12f9428224d1 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:51 UTC) from {username='slave'} at 127.0.0.1:48748
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.372407  4149 raft_consensus.cc:2229] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Raft consensus shutting down.
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.372635  4149 raft_consensus.cc:2258] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.373163  3685 tablet_service.cc:1514] Processing DeleteTablet for tablet c2a9cf4bb55b4db49caee6e70042ec14 with delete_type TABLET_DATA_DELETED (Partition dropped at 2026-07-08 15:59:51 UTC) from {username='slave'} at 127.0.0.1:47048
15:59:51.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.374818  4149 ts_tablet_manager.cc:1905] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:51.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.378996  4150 tablet_replica.cc:330] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: stopping tablet replica
15:59:51.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.379552  4150 raft_consensus.cc:2229] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Raft consensus shutting down.
15:59:51.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.380807  3684 tablet_service.cc:1467] Processing CreateTablet for tablet 51bf973da9ba476b80453597bead4c4d (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.381130  3684 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 51bf973da9ba476b80453597bead4c4d. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.382618  3819 tablet_service.cc:1467] Processing CreateTablet for tablet a714f7037ca4400aa0070bbbb9442580 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.382918  3819 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a714f7037ca4400aa0070bbbb9442580. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.384582  3821 tablet_service.cc:1467] Processing CreateTablet for tablet afd1959d791940fb9a425841f1b42384 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.384858  3821 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet afd1959d791940fb9a425841f1b42384. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.387447  3820 tablet_service.cc:1467] Processing CreateTablet for tablet 2c0df9bd3aad48b5bfccb0b067b19e96 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.387694  3820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2c0df9bd3aad48b5bfccb0b067b19e96. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.391623  3547 tablet_service.cc:1467] Processing CreateTablet for tablet 71d8222f18ae4309a0d5377ce094473b (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.391912  3547 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 71d8222f18ae4309a0d5377ce094473b. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.392956  4153 tablet_bootstrap.cc:492] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.393853  4153 tablet_bootstrap.cc:654] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.395121  3548 tablet_service.cc:1467] Processing CreateTablet for tablet 43852bafbfaa4b9a81f4c3a54c364122 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.395370  3548 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 43852bafbfaa4b9a81f4c3a54c364122. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.396786  3303 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 71d8222f18ae4309a0d5377ce094473b (table testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 71d8222f18ae4309a0d5377ce094473b consensus state has no leader
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.398041  3546 tablet_service.cc:1467] Processing CreateTablet for tablet 6d308b196d82420b8bf6e5512ee1cea6 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.398262  3546 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6d308b196d82420b8bf6e5512ee1cea6. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.400748  3545 tablet_service.cc:1467] Processing CreateTablet for tablet ad4a640c338c4613b2250dd37c2c80c7 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.401062  3545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ad4a640c338c4613b2250dd37c2c80c7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.404904  3685 tablet_service.cc:1467] Processing CreateTablet for tablet 74a4ae57d62a41999ae07da955135503 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:51.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.405189  3685 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 74a4ae57d62a41999ae07da955135503. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.408121  3686 tablet_service.cc:1467] Processing CreateTablet for tablet fab8b819fb1941a39324e2bd53bd0754 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.408390  3686 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fab8b819fb1941a39324e2bd53bd0754. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.409495  4153 tablet_bootstrap.cc:492] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.409611  4153 ts_tablet_manager.cc:1397] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.017s	user 0.001s	sys 0.000s
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410097  4153 raft_consensus.cc:348] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410212  4153 raft_consensus.cc:374] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410243  4153 raft_consensus.cc:729] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410411  4153 consensus_queue.cc:260] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410499  4153 raft_consensus.cc:388] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410533  4153 raft_consensus.cc:482] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.410574  4153 raft_consensus.cc:3037] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.411019  3683 tablet_service.cc:1467] Processing CreateTablet for tablet c963afc368ef4927a54c9b423d318036 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.411274  3683 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c963afc368ef4927a54c9b423d318036. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.411671  4153 raft_consensus.cc:504] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.411799  4153 leader_election.cc:302] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.411960  4153 leader_election.cc:288] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.412217  4153 ts_tablet_manager.cc:1428] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:51.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.416337  4153 tablet_bootstrap.cc:492] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:51.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.417558  4153 tablet_bootstrap.cc:654] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.418499  4150 raft_consensus.cc:2258] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.418807  4151 tablet_replica.cc:330] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: stopping tablet replica
15:59:51.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.418879  4153 tablet_bootstrap.cc:492] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.418948  4153 ts_tablet_manager.cc:1397] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.419468  4153 raft_consensus.cc:348] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.419705  4153 raft_consensus.cc:374] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.419806  4153 raft_consensus.cc:729] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.420351  4153 consensus_queue.cc:260] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.420533  4153 raft_consensus.cc:388] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.420624  4153 raft_consensus.cc:482] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.420714  4153 raft_consensus.cc:3037] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:51.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.420832  4150 ts_tablet_manager.cc:1905] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:51.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.421957  4153 raft_consensus.cc:504] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.422184  4153 leader_election.cc:302] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:51.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.422449  4153 leader_election.cc:288] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.422828  4153 ts_tablet_manager.cc:1428] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:51.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.423734  4151 raft_consensus.cc:2229] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Raft consensus shutting down.
15:59:51.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.424057  4151 raft_consensus.cc:2258] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:51.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.425858  4151 ts_tablet_manager.cc:1905] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:51.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.427101  4153 tablet_bootstrap.cc:492] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.428082  4153 tablet_bootstrap.cc:654] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:51.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.428799  4157 raft_consensus.cc:2781] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.429116  4157 raft_consensus.cc:686] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.429126  4151 ts_tablet_manager.cc:1918] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.22
15:59:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.429221  4151 log.cc:1196] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-1/wal/wals/c2a9cf4bb55b4db49caee6e70042ec14
15:59:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.429546  4151 ts_tablet_manager.cc:1939] T c2a9cf4bb55b4db49caee6e70042ec14 P cfed04bf440a409197fc40054ab1d48d: Deleting consensus metadata
15:59:51.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.429761  4157 consensus_queue.cc:237] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.430861  3301 catalog_manager.cc:4841] TS cfed04bf440a409197fc40054ab1d48d (127.3.32.130:36347): tablet c2a9cf4bb55b4db49caee6e70042ec14 (table testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]) successfully deleted
15:59:51.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.431378  4149 ts_tablet_manager.cc:1918] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.33
15:59:51.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.431721  4152 tablet_bootstrap.cc:492] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:51.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.432037  4154 tablet_bootstrap.cc:492] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:51.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.433952  3316 catalog_manager.cc:5495] T a714f7037ca4400aa0070bbbb9442580 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:51.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.433396  4157 raft_consensus.cc:2781] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.436064  4157 raft_consensus.cc:686] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.436291  4157 consensus_queue.cc:237] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.436517  4152 tablet_bootstrap.cc:654] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:51.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.437147  4154 tablet_bootstrap.cc:654] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:51.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.438366  4150 ts_tablet_manager.cc:1918] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.26
15:59:51.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.438603  4150 log.cc:1196] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal/wals/2fc3a2c466574cf3ad6d9709868f64d8
15:59:51.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.439092  4150 ts_tablet_manager.cc:1939] T 2fc3a2c466574cf3ad6d9709868f64d8 P 3d156ad0352445bbac810c775a63c7c4: Deleting consensus metadata
15:59:51.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.441587  3316 catalog_manager.cc:5495] T afd1959d791940fb9a425841f1b42384 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:51.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.435920  4149 log.cc:1196] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-2/wal/wals/057cf834d9a243f6bf4d2e921d3523c7
15:59:51.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.434530  4153 tablet_bootstrap.cc:492] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:51.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.444154  3301 catalog_manager.cc:4841] TS 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129:39393): tablet 2fc3a2c466574cf3ad6d9709868f64d8 (table testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]) successfully deleted
15:59:51.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.444391  4153 ts_tablet_manager.cc:1397] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.000s
15:59:51.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.444432  4150 tablet_replica.cc:330] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: stopping tablet replica
15:59:51.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.444576  4150 raft_consensus.cc:2229] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Raft consensus shutting down.
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445235  4153 raft_consensus.cc:348] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445348  4153 raft_consensus.cc:374] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445384  4153 raft_consensus.cc:729] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445302  4150 raft_consensus.cc:2258] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Raft consensus is shut down!
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445537  4153 consensus_queue.cc:260] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445622  4153 raft_consensus.cc:388] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445657  4153 raft_consensus.cc:482] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.445694  4153 raft_consensus.cc:3037] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:51.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.446429  4150 ts_tablet_manager.cc:1905] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Deleting tablet data with delete state TABLET_DATA_DELETED
15:59:51.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.446910  4153 raft_consensus.cc:504] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.447155  4153 leader_election.cc:302] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:51.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.447356  4153 leader_election.cc:288] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.447824  4153 ts_tablet_manager.cc:1428] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:51.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.447558  4162 raft_consensus.cc:2781] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.448378  4162 raft_consensus.cc:686] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:51.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.448582  4162 consensus_queue.cc:237] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:51.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.449712  4150 ts_tablet_manager.cc:1918] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.23
15:59:51.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.449892  4150 log.cc:1196] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Deleting WAL directory at /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster6838782355374896873/ts-0/wal/wals/7d93e919b90c484eb8fc12f9428224d1
15:59:51.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.450238  4150 ts_tablet_manager.cc:1939] T 7d93e919b90c484eb8fc12f9428224d1 P 3d156ad0352445bbac810c775a63c7c4: Deleting consensus metadata
15:59:51.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.450266  3316 catalog_manager.cc:5495] T 2c0df9bd3aad48b5bfccb0b067b19e96 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:51.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.453685  4149 ts_tablet_manager.cc:1939] T 057cf834d9a243f6bf4d2e921d3523c7 P c718b5efb5d742b1830cbda44b7fc29f: Deleting consensus metadata
15:59:51.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.455981  3301 catalog_manager.cc:4841] TS 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129:39393): tablet 7d93e919b90c484eb8fc12f9428224d1 (table testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]) successfully deleted
15:59:51.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.457067  3302 catalog_manager.cc:4841] TS c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131:37353): tablet 057cf834d9a243f6bf4d2e921d3523c7 (table testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd]) successfully deleted
15:59:51.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.457270  4154 tablet_bootstrap.cc:492] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:51.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.457376  4154 ts_tablet_manager.cc:1397] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.025s	user 0.002s	sys 0.000s
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.457819  4154 raft_consensus.cc:348] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.457938  4154 raft_consensus.cc:374] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.457970  4154 raft_consensus.cc:729] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.458101  4154 consensus_queue.cc:260] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.458181  4154 raft_consensus.cc:388] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.458215  4154 raft_consensus.cc:482] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.458256  4154 raft_consensus.cc:3037] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.459374  4154 raft_consensus.cc:504] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.459522  4154 leader_election.cc:302] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.459709  4154 leader_election.cc:288] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.459823  4171 raft_consensus.cc:2781] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.459985  4171 raft_consensus.cc:686] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.460110  4171 consensus_queue.cc:237] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.459987  4154 ts_tablet_manager.cc:1428] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:51.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.460750  4154 tablet_bootstrap.cc:492] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:51.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.461791  4154 tablet_bootstrap.cc:654] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.462234  3316 catalog_manager.cc:5495] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.463233  4152 tablet_bootstrap.cc:492] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.463330  4152 ts_tablet_manager.cc:1397] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.032s	user 0.002s	sys 0.000s
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.463798  4152 raft_consensus.cc:348] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.463907  4152 raft_consensus.cc:374] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.463938  4152 raft_consensus.cc:729] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.464061  4152 consensus_queue.cc:260] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.464133  4152 raft_consensus.cc:388] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.464164  4152 raft_consensus.cc:482] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.464206  4152 raft_consensus.cc:3037] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:51.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.465361  4152 raft_consensus.cc:504] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.465526  4152 leader_election.cc:302] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:51.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.465730  4152 leader_election.cc:288] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.466034  4152 ts_tablet_manager.cc:1428] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:51.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:51.470031  3617 tablet.cc:2369] T 71d8222f18ae4309a0d5377ce094473b P 3d156ad0352445bbac810c775a63c7c4: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:51.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.471398  4152 tablet_bootstrap.cc:492] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:51.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.472364  4152 tablet_bootstrap.cc:654] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.473875  4152 tablet_bootstrap.cc:492] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.473966  4152 ts_tablet_manager.cc:1397] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474365  4152 raft_consensus.cc:348] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474481  4152 raft_consensus.cc:374] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474522  4152 raft_consensus.cc:729] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474633  4152 consensus_queue.cc:260] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474713  4152 raft_consensus.cc:388] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474746  4152 raft_consensus.cc:482] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.474786  4152 raft_consensus.cc:3037] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.475862  4152 raft_consensus.cc:504] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.476007  4152 leader_election.cc:302] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.476205  4152 leader_election.cc:288] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.476532  4152 ts_tablet_manager.cc:1428] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.476708  4180 raft_consensus.cc:2781] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.477108  4180 raft_consensus.cc:686] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:51.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.477573  4180 consensus_queue.cc:237] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.479424  4152 tablet_bootstrap.cc:492] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:51.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.479414  3316 catalog_manager.cc:5495] T 51bf973da9ba476b80453597bead4c4d P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.481058  4180 raft_consensus.cc:2781] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.481145  4180 raft_consensus.cc:686] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.481256  4180 consensus_queue.cc:237] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.481587  4154 tablet_bootstrap.cc:492] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.481684  4154 ts_tablet_manager.cc:1397] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.021s	user 0.002s	sys 0.000s
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482153  4154 raft_consensus.cc:348] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482260  4154 raft_consensus.cc:374] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482306  4154 raft_consensus.cc:729] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482434  4154 consensus_queue.cc:260] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482522  4154 raft_consensus.cc:388] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482558  4154 raft_consensus.cc:482] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.482599  4154 raft_consensus.cc:3037] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.483805  4154 raft_consensus.cc:504] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.483944  4154 leader_election.cc:302] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.484061  4154 leader_election.cc:288] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.484937  4173 raft_consensus.cc:2781] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.485158  4173 raft_consensus.cc:686] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.485328  4173 consensus_queue.cc:237] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.486603  4154 ts_tablet_manager.cc:1428] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:51.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.486783  4154 tablet_bootstrap.cc:492] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:51.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.487711  4154 tablet_bootstrap.cc:654] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:51.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.488121  3316 catalog_manager.cc:5495] T 43852bafbfaa4b9a81f4c3a54c364122 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:51.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.488785  3315 catalog_manager.cc:5495] T 74a4ae57d62a41999ae07da955135503 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:51.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.498019  4152 tablet_bootstrap.cc:654] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:51.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504101  4154 tablet_bootstrap.cc:492] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:51.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504247  4154 ts_tablet_manager.cc:1397] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.018s	user 0.002s	sys 0.000s
15:59:51.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504304  4152 tablet_bootstrap.cc:492] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:51.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504406  4152 ts_tablet_manager.cc:1397] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.025s	user 0.002s	sys 0.000s
15:59:51.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504782  4154 raft_consensus.cc:348] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504905  4154 raft_consensus.cc:374] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.504938  4154 raft_consensus.cc:729] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505079  4154 consensus_queue.cc:260] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505164  4154 raft_consensus.cc:388] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505199  4154 raft_consensus.cc:482] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505254  4154 raft_consensus.cc:3037] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505244  4152 raft_consensus.cc:348] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505358  4152 raft_consensus.cc:374] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505389  4152 raft_consensus.cc:729] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505505  4152 consensus_queue.cc:260] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505589  4152 raft_consensus.cc:388] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505620  4152 raft_consensus.cc:482] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.505657  4152 raft_consensus.cc:3037] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506389  4154 raft_consensus.cc:504] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506528  4154 leader_election.cc:302] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506739  4172 raft_consensus.cc:2781] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506743  4152 raft_consensus.cc:504] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506824  4172 raft_consensus.cc:686] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506873  4152 leader_election.cc:302] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506969  4152 leader_election.cc:288] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.506942  4172 consensus_queue.cc:237] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507185  4152 ts_tablet_manager.cc:1428] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507380  4154 leader_election.cc:288] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507624  4154 ts_tablet_manager.cc:1428] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507735  4177 raft_consensus.cc:2781] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507777  4154 tablet_bootstrap.cc:492] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507817  4177 raft_consensus.cc:686] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:51.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.507917  4177 consensus_queue.cc:237] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.508777  4154 tablet_bootstrap.cc:654] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:51.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.509887  3316 catalog_manager.cc:5495] T 6d308b196d82420b8bf6e5512ee1cea6 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:51.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.511499  3315 catalog_manager.cc:5495] T fab8b819fb1941a39324e2bd53bd0754 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:51.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.521961  4152 tablet_bootstrap.cc:492] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:51.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.523069  4152 tablet_bootstrap.cc:654] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:51.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.527719  4152 tablet_bootstrap.cc:492] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:51.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.527838  4152 ts_tablet_manager.cc:1397] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528257  4154 tablet_bootstrap.cc:492] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528373  4154 ts_tablet_manager.cc:1397] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.021s	user 0.002s	sys 0.000s
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528297  4152 raft_consensus.cc:348] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528471  4152 raft_consensus.cc:374] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528509  4152 raft_consensus.cc:729] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528625  4152 consensus_queue.cc:260] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528692  4152 raft_consensus.cc:388] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528720  4152 raft_consensus.cc:482] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528781  4152 raft_consensus.cc:3037] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528800  4154 raft_consensus.cc:348] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528900  4154 raft_consensus.cc:374] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.528942  4154 raft_consensus.cc:729] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.529080  4154 consensus_queue.cc:260] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.529175  4154 raft_consensus.cc:388] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.529208  4154 raft_consensus.cc:482] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.529246  4154 raft_consensus.cc:3037] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:51.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.529807  4152 raft_consensus.cc:504] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.529963  4152 leader_election.cc:302] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530107  4152 leader_election.cc:288] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530179  4182 raft_consensus.cc:2781] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530210  4154 raft_consensus.cc:504] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530328  4154 leader_election.cc:302] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530388  4182 raft_consensus.cc:686] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:51.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530467  4152 ts_tablet_manager.cc:1428] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:51.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530516  4182 consensus_queue.cc:237] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530632  4154 leader_election.cc:288] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.530849  4154 ts_tablet_manager.cc:1428] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
15:59:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.531553  4172 raft_consensus.cc:2781] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.531649  4172 raft_consensus.cc:686] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.531770  4172 consensus_queue.cc:237] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.533806  3316 catalog_manager.cc:5495] T ad4a640c338c4613b2250dd37c2c80c7 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:51.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.537485  3315 catalog_manager.cc:5495] T c963afc368ef4927a54c9b423d318036 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:51.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:51.552493  3315 catalog_manager.cc:6040] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: testTableAlterWithTableAndCustomHashSchemas [id=a5cf25f0bd1e44639dd57d11b872d3cd] alter complete (version 0)
15:59:51.660 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:51.662 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a714f7037ca4400aa0070bbbb9442580 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000058000012C, 0x0000000580000190)
15:59:51.662 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=a714f7037ca4400aa0070bbbb9442580@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:51.662 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=1), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.3.32.189:42845, [1ms] Sub RPC GetTableLocations: received response from server master-127.3.32.189:42845: OK, deferred=null) after lookup
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74a4ae57d62a41999ae07da955135503 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000018000012C, 0x0000000180000190)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fab8b819fb1941a39324e2bd53bd0754 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 43852bafbfaa4b9a81f4c3a54c364122 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000028000012C, 0x0000000280000190)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2c0df9bd3aad48b5bfccb0b067b19e96 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6d308b196d82420b8bf6e5512ee1cea6 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000038000012C, 0x0000000380000190)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet ad4a640c338c4613b2250dd37c2c80c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:51.667 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c963afc368ef4927a54c9b423d318036 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000048000012C, 0x0000000480000190)
15:59:51.668 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a714f7037ca4400aa0070bbbb9442580 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000058000012C, 0x0000000580000190)
15:59:51.668 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=74a4ae57d62a41999ae07da955135503@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=fab8b819fb1941a39324e2bd53bd0754@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=43852bafbfaa4b9a81f4c3a54c364122@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2c0df9bd3aad48b5bfccb0b067b19e96@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6d308b196d82420b8bf6e5512ee1cea6@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=ad4a640c338c4613b2250dd37c2c80c7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=c963afc368ef4927a54c9b423d318036@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=a714f7037ca4400aa0070bbbb9442580@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:51.668 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.3.32.189:42845, [2ms] Sub RPC GetTableLocations: received response from server master-127.3.32.189:42845: OK, deferred=null) after lookup
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet afd1959d791940fb9a425841f1b42384 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000008000012C, 0x0000000080000190)
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 71d8222f18ae4309a0d5377ce094473b for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74a4ae57d62a41999ae07da955135503 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000018000012C, 0x0000000180000190)
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:51.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fab8b819fb1941a39324e2bd53bd0754 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:51.681 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 43852bafbfaa4b9a81f4c3a54c364122 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000028000012C, 0x0000000280000190)
15:59:51.681 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2c0df9bd3aad48b5bfccb0b067b19e96 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:51.681 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6d308b196d82420b8bf6e5512ee1cea6 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000038000012C, 0x0000000380000190)
15:59:51.681 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=afd1959d791940fb9a425841f1b42384@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=71d8222f18ae4309a0d5377ce094473b@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=74a4ae57d62a41999ae07da955135503@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=fab8b819fb1941a39324e2bd53bd0754@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=43852bafbfaa4b9a81f4c3a54c364122@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2c0df9bd3aad48b5bfccb0b067b19e96@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6d308b196d82420b8bf6e5512ee1cea6@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}]
15:59:51.681 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=3), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.3.32.189:42845, [2ms] Sub RPC GetTableLocations: received response from server master-127.3.32.189:42845: OK, deferred=null) after lookup
15:59:51.935 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526391935
15:59:51.935 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526391933638
15:59:51.935 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:51.936 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6278657350518489032/
15:59:51.945 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas
15:59:51.948 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:51.948 [INFO - ForkJoinPool-246-worker-1] (KuduBackup.scala:55) Backing up table testTableAlterWithTableAndCustomHashSchemas to path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936
15:59:51.949 [INFO - ForkJoinPool-246-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:51.949 [INFO - ForkJoinPool-246-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526390475 from backup in path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475
15:59:51.968 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:51.970 [INFO - ForkJoinPool-246-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:51.970 [INFO - ForkJoinPool-246-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:51.970 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:51.971 [INFO - ForkJoinPool-246-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:51.971 [INFO - ForkJoinPool-246-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:51.971 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:51.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:51.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 51bf973da9ba476b80453597bead4c4d for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet afd1959d791940fb9a425841f1b42384 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000008000012C, 0x0000000080000190)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 71d8222f18ae4309a0d5377ce094473b for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74a4ae57d62a41999ae07da955135503 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000018000012C, 0x0000000180000190)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fab8b819fb1941a39324e2bd53bd0754 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 43852bafbfaa4b9a81f4c3a54c364122 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000028000012C, 0x0000000280000190)
15:59:51.986 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2c0df9bd3aad48b5bfccb0b067b19e96 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:51.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6d308b196d82420b8bf6e5512ee1cea6 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000038000012C, 0x0000000380000190)
15:59:51.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet ad4a640c338c4613b2250dd37c2c80c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:51.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c963afc368ef4927a54c9b423d318036 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000048000012C, 0x0000000480000190)
15:59:51.987 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a714f7037ca4400aa0070bbbb9442580 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000058000012C, 0x0000000580000190)
15:59:51.987 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=51bf973da9ba476b80453597bead4c4d@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=afd1959d791940fb9a425841f1b42384@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=71d8222f18ae4309a0d5377ce094473b@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=74a4ae57d62a41999ae07da955135503@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=fab8b819fb1941a39324e2bd53bd0754@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=43852bafbfaa4b9a81f4c3a54c364122@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2c0df9bd3aad48b5bfccb0b067b19e96@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6d308b196d82420b8bf6e5512ee1cea6@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=ad4a640c338c4613b2250dd37c2c80c7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=c963afc368ef4927a54c9b423d318036@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=a714f7037ca4400aa0070bbbb9442580@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:52.005 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:52.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (save at KuduBackup.scala:97) with 16 output partitions
15:59:52.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (save at KuduBackup.scala:97)
15:59:52.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:52.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:52.006 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97), which has no missing parents
15:59:52.022 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 190.7 KiB, free 1993.1 MiB)
15:59:52.024 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 66.8 KiB, free 1993.0 MiB)
15:59:52.024 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 66.8 KiB, free: 1993.7 MiB)
15:59:52.025 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:59:52.025 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 16 missing tasks from ResultStage 4 (MapPartitionsRDD[20] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:59:52.025 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 16 tasks resource profile 0
15:59:52.026 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 20) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.026 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 20)
15:59:52.035 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.037 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.038 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.038 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.039 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.040 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.040 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.040 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.040 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.040 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.059 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 66.8 KiB, free: 1993.8 MiB)
15:59:52.062 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:52.065 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:59:52.071 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=fc9277b359b147dca0bcde67c35bc456, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.071 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 1056
15:59:52.073 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559514936541365428212996_0004_m_000000_20' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_202607081559514936541365428212996_0004_m_000000
15:59:52.073 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) attempt_202607081559514936541365428212996_0004_m_000000_20: Committed
15:59:52.075 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 20)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 20). 6297 bytes result sent to driver
15:59:52.076 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 21) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.076 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 21)
15:59:52.077 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 20) in 52 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/16)
15:59:52.088 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.090 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.092 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.093 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.093 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.096 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=939ec75922914f3394e568378dcc3b6c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.097 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559514059942479399516195_0004_m_000001_21
15:59:52.097 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 21)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 21). 6211 bytes result sent to driver
15:59:52.098 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 4.0 (TID 22) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.099 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 21) in 24 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (2/16)
15:59:52.103 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (Logging.scala:57) Running task 2.0 in stage 4.0 (TID 22)
15:59:52.115 [DEBUG - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.118 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.119 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.119 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.119 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.119 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.119 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.119 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.122 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=51bf973da9ba476b80453597bead4c4d, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.123 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559513576791548913155779_0004_m_000002_22
15:59:52.124 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 22)] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 22). 6211 bytes result sent to driver
15:59:52.124 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 4.0 (TID 23) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.126 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 22) in 28 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (3/16)
15:59:52.129 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (Logging.scala:57) Running task 3.0 in stage 4.0 (TID 23)
15:59:52.140 [DEBUG - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.143 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.144 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.145 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.145 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.145 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.145 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.145 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.149 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 14 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=afd1959d791940fb9a425841f1b42384, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.160 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.160 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.161 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.162 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.180 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 4172
15:59:52.184 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559511849197097231310164_0004_m_000003_23' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_202607081559511849197097231310164_0004_m_000003
15:59:52.184 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (Logging.scala:57) attempt_202607081559511849197097231310164_0004_m_000003_23: Committed
15:59:52.185 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 23)] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 23). 6297 bytes result sent to driver
15:59:52.186 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 4.0 (TID 24) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 4, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.186 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 23) in 62 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (4/16)
15:59:52.186 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (Logging.scala:57) Running task 4.0 in stage 4.0 (TID 24)
15:59:52.198 [DEBUG - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.201 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.203 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.203 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.203 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.203 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.203 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.203 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.207 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=b16bb0c2f19c4805a265a3e6730abcb8, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.209 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559514628785412386161427_0004_m_000004_24
15:59:52.210 [INFO - Executor task launch worker for task 4.0 in stage 4.0 (TID 24)] (Logging.scala:57) Finished task 4.0 in stage 4.0 (TID 24). 6211 bytes result sent to driver
15:59:52.211 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 4.0 (TID 25) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 5, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.211 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (Logging.scala:57) Running task 5.0 in stage 4.0 (TID 25)
15:59:52.217 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 4.0 in stage 4.0 (TID 24) in 32 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (5/16)
15:59:52.226 [DEBUG - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.228 [DEBUG - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.229 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.229 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.230 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.230 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.230 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.230 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.233 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=236375b79ef6496da1e0d09423105c46, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.234 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559518276763923740784975_0004_m_000005_25
15:59:52.234 [INFO - Executor task launch worker for task 5.0 in stage 4.0 (TID 25)] (Logging.scala:57) Finished task 5.0 in stage 4.0 (TID 25). 6211 bytes result sent to driver
15:59:52.235 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 4.0 (TID 26) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 6, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.236 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 5.0 in stage 4.0 (TID 25) in 25 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (6/16)
15:59:52.236 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (Logging.scala:57) Running task 6.0 in stage 4.0 (TID 26)
15:59:52.247 [DEBUG - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.249 [DEBUG - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.250 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.251 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.251 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.251 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.251 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.251 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.254 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=71d8222f18ae4309a0d5377ce094473b, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.255 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559518185902585198659411_0004_m_000006_26
15:59:52.255 [INFO - Executor task launch worker for task 6.0 in stage 4.0 (TID 26)] (Logging.scala:57) Finished task 6.0 in stage 4.0 (TID 26). 6211 bytes result sent to driver
15:59:52.256 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 4.0 (TID 27) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 7, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.257 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 6.0 in stage 4.0 (TID 26) in 22 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (7/16)
15:59:52.257 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (Logging.scala:57) Running task 7.0 in stage 4.0 (TID 27)
15:59:52.269 [DEBUG - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.271 [DEBUG - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.272 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.272 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.273 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.273 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.273 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.273 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.277 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 18 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=74a4ae57d62a41999ae07da955135503, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.293 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.294 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.295 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.295 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.295 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.295 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.296 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.318 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 4732
15:59:52.323 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559519008800054813855322_0004_m_000007_27' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_202607081559519008800054813855322_0004_m_000007
15:59:52.323 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (Logging.scala:57) attempt_202607081559519008800054813855322_0004_m_000007_27: Committed
15:59:52.324 [INFO - Executor task launch worker for task 7.0 in stage 4.0 (TID 27)] (Logging.scala:57) Finished task 7.0 in stage 4.0 (TID 27). 6297 bytes result sent to driver
15:59:52.325 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 4.0 (TID 28) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 8, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.325 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (Logging.scala:57) Running task 8.0 in stage 4.0 (TID 28)
15:59:52.326 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 7.0 in stage 4.0 (TID 27) in 70 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (8/16)
15:59:52.340 [DEBUG - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.343 [DEBUG - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.344 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.344 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.345 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.345 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.345 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.345 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.349 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=a90377e542db440a8e772e177624d6a3, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.349 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_20260708155951612771570305672574_0004_m_000008_28
15:59:52.350 [INFO - Executor task launch worker for task 8.0 in stage 4.0 (TID 28)] (Logging.scala:57) Finished task 8.0 in stage 4.0 (TID 28). 6211 bytes result sent to driver
15:59:52.351 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 9.0 in stage 4.0 (TID 29) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 9, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.351 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (Logging.scala:57) Running task 9.0 in stage 4.0 (TID 29)
15:59:52.351 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 8.0 in stage 4.0 (TID 28) in 27 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (9/16)
15:59:52.365 [DEBUG - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.371 [DEBUG - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.372 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.372 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.372 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.372 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.372 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.373 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.375 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=fab8b819fb1941a39324e2bd53bd0754, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.376 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559511660386292955918947_0004_m_000009_29
15:59:52.377 [INFO - Executor task launch worker for task 9.0 in stage 4.0 (TID 29)] (Logging.scala:57) Finished task 9.0 in stage 4.0 (TID 29). 6211 bytes result sent to driver
15:59:52.378 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 10.0 in stage 4.0 (TID 30) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 10, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.379 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 9.0 in stage 4.0 (TID 29) in 28 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (10/16)
15:59:52.383 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (Logging.scala:57) Running task 10.0 in stage 4.0 (TID 30)
15:59:52.398 [DEBUG - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.402 [DEBUG - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.405 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.405 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.405 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.405 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.405 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.405 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.409 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 14 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=43852bafbfaa4b9a81f4c3a54c364122, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.458 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.459 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.459 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.459 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.459 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.459 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.460 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.460 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.460 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.460 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.460 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.460 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.461 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.492 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 4172
15:59:52.497 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155951824586682251439903_0004_m_000010_30' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_20260708155951824586682251439903_0004_m_000010
15:59:52.497 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (Logging.scala:57) attempt_20260708155951824586682251439903_0004_m_000010_30: Committed
15:59:52.498 [INFO - Executor task launch worker for task 10.0 in stage 4.0 (TID 30)] (Logging.scala:57) Finished task 10.0 in stage 4.0 (TID 30). 6340 bytes result sent to driver
15:59:52.499 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 4.0 (TID 31) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 11, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.500 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 10.0 in stage 4.0 (TID 30) in 123 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (11/16)
15:59:52.500 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (Logging.scala:57) Running task 11.0 in stage 4.0 (TID 31)
15:59:52.515 [DEBUG - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.518 [DEBUG - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.530 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.530 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.530 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.530 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.530 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.530 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.534 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=2c0df9bd3aad48b5bfccb0b067b19e96, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.534 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559515836538455489264324_0004_m_000011_31
15:59:52.535 [INFO - Executor task launch worker for task 11.0 in stage 4.0 (TID 31)] (Logging.scala:57) Finished task 11.0 in stage 4.0 (TID 31). 6211 bytes result sent to driver
15:59:52.536 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 4.0 (TID 32) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 12, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.538 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (Logging.scala:57) Running task 12.0 in stage 4.0 (TID 32)
15:59:52.538 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 11.0 in stage 4.0 (TID 31) in 40 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (12/16)
15:59:52.563 [DEBUG - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.573 [DEBUG - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.575 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.575 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.575 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.575 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.575 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.575 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.579 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 19 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=6d308b196d82420b8bf6e5512ee1cea6, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.591 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.592 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.593 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.605 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 4949
15:59:52.630 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559514685504664955604447_0004_m_000012_32' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_202607081559514685504664955604447_0004_m_000012
15:59:52.630 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (Logging.scala:57) attempt_202607081559514685504664955604447_0004_m_000012_32: Committed
15:59:52.631 [INFO - Executor task launch worker for task 12.0 in stage 4.0 (TID 32)] (Logging.scala:57) Finished task 12.0 in stage 4.0 (TID 32). 6297 bytes result sent to driver
15:59:52.641 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 13.0 in stage 4.0 (TID 33) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 13, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.641 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (Logging.scala:57) Running task 13.0 in stage 4.0 (TID 33)
15:59:52.642 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 12.0 in stage 4.0 (TID 32) in 106 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (13/16)
15:59:52.661 [DEBUG - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.663 [DEBUG - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.665 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.665 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.665 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.665 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.665 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.665 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.669 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 0 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=ad4a640c338c4613b2250dd37c2c80c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.670 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (Logging.scala:57) No need to commit output of task because needsTaskCommit=false: attempt_202607081559518747428706987263624_0004_m_000013_33
15:59:52.671 [INFO - Executor task launch worker for task 13.0 in stage 4.0 (TID 33)] (Logging.scala:57) Finished task 13.0 in stage 4.0 (TID 33). 6211 bytes result sent to driver
15:59:52.671 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 14.0 in stage 4.0 (TID 34) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 14, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.673 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 13.0 in stage 4.0 (TID 33) in 32 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (14/16)
15:59:52.673 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (Logging.scala:57) Running task 14.0 in stage 4.0 (TID 34)
15:59:52.696 [DEBUG - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.702 [DEBUG - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.703 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.703 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.704 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.704 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.704 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.704 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.709 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=c963afc368ef4927a54c9b423d318036, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.738 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.739 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.740 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.753 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 3417
15:59:52.758 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559515515549959106798822_0004_m_000014_34' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_202607081559515515549959106798822_0004_m_000014
15:59:52.758 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (Logging.scala:57) attempt_202607081559515515549959106798822_0004_m_000014_34: Committed
15:59:52.759 [INFO - Executor task launch worker for task 14.0 in stage 4.0 (TID 34)] (Logging.scala:57) Finished task 14.0 in stage 4.0 (TID 34). 6297 bytes result sent to driver
15:59:52.760 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 4.0 (TID 35) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 15, ANY, 5192 bytes) taskResourceAssignments Map()
15:59:52.760 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 14.0 in stage 4.0 (TID 34) in 89 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (15/16)
15:59:52.760 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (Logging.scala:57) Running task 15.0 in stage 4.0 (TID 35)
15:59:52.772 [DEBUG - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:52.774 [DEBUG - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.775 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.775 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.776 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.776 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:52.776 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:52.776 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:52.780 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 26 rows, more = false, responseScanTimestamp = 7305324101369856000) for scanner KuduScanner(table=testTableAlterWithTableAndCustomHashSchemas, tablet=a714f7037ca4400aa0070bbbb9442580, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:52.792 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.792 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (CodecConfig.java:95) Compression: SNAPPY
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:380) Validation is off
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:52.793 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:52.805 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c1_i",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c2_s",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c3_double",
    "type" : "double",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c4_long",
    "type" : "long",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c5_bool",
    "type" : "boolean",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c6_short",
    "type" : "short",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c7_float",
    "type" : "float",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c8_binary",
    "type" : "binary",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c9_unixtime_micros",
    "type" : "timestamp",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c10_byte",
    "type" : "byte",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c11_decimal32",
    "type" : "decimal(9,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c12_decimal64",
    "type" : "decimal(18,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c13_decimal128",
    "type" : "decimal(38,0)",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "c14_varchar",
    "type" : "string",
    "nullable" : true,
    "metadata" : { }
  }, {
    "name" : "c15_date",
    "type" : "date",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required int32 c1_i;
  optional binary c2_s (UTF8);
  required double c3_double;
  required int64 c4_long;
  required boolean c5_bool;
  required int32 c6_short (INT_16);
  required float c7_float;
  required binary c8_binary;
  required int96 c9_unixtime_micros;
  required int32 c10_byte (INT_8);
  required int32 c11_decimal32 (DECIMAL(9,0));
  required int64 c12_decimal64 (DECIMAL(18,0));
  required fixed_len_byte_array(16) c13_decimal128 (DECIMAL(38,0));
  optional binary c14_varchar (UTF8);
  required int32 c15_date (DATE);
  optional int32 backup_row_action (INT_8);
}

       
15:59:52.823 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 5830
15:59:52.836 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559514819234823095207116_0004_m_000015_35' to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/_temporary/0/task_202607081559514819234823095207116_0004_m_000015
15:59:52.837 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (Logging.scala:57) attempt_202607081559514819234823095207116_0004_m_000015_35: Committed
15:59:52.837 [INFO - Executor task launch worker for task 15.0 in stage 4.0 (TID 35)] (Logging.scala:57) Finished task 15.0 in stage 4.0 (TID 35). 6297 bytes result sent to driver
15:59:52.839 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 15.0 in stage 4.0 (TID 35) in 80 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (16/16)
15:59:52.839 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:59:52.839 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (save at KuduBackup.scala:97) finished in 0.833 s
15:59:52.840 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:52.840 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
15:59:52.841 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Job 4 finished: save at KuduBackup.scala:97, took 0.835907 s
15:59:52.879 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Write Job 9e9f8fe7-0259-48b9-b824-72ba52f92dce committed.
15:59:52.880 [INFO - ForkJoinPool-246-worker-1] (Logging.scala:57) Finished processing stats for write job 9e9f8fe7-0259-48b9-b824-72ba52f92dce.
15:59:52.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fc9277b359b147dca0bcde67c35bc456 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000000, 0x0000000080000064)
15:59:52.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 939ec75922914f3394e568378dcc3b6c for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:52.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 51bf973da9ba476b80453597bead4c4d for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:52.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet afd1959d791940fb9a425841f1b42384 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000008000012C, 0x0000000080000190)
15:59:52.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet b16bb0c2f19c4805a265a3e6730abcb8 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000000, 0x0000000180000064)
15:59:52.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 236375b79ef6496da1e0d09423105c46 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:52.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 71d8222f18ae4309a0d5377ce094473b for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:52.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 74a4ae57d62a41999ae07da955135503 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000018000012C, 0x0000000180000190)
15:59:52.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a90377e542db440a8e772e177624d6a3 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:52.888 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fab8b819fb1941a39324e2bd53bd0754 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:52.888 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=fc9277b359b147dca0bcde67c35bc456@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=939ec75922914f3394e568378dcc3b6c@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=51bf973da9ba476b80453597bead4c4d@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=afd1959d791940fb9a425841f1b42384@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=b16bb0c2f19c4805a265a3e6730abcb8@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=236375b79ef6496da1e0d09423105c46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=71d8222f18ae4309a0d5377ce094473b@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=74a4ae57d62a41999ae07da955135503@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=a90377e542db440a8e772e177624d6a3@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=fab8b819fb1941a39324e2bd53bd0754@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:52.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 43852bafbfaa4b9a81f4c3a54c364122 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000028000012C, 0x0000000280000190)
15:59:52.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2c0df9bd3aad48b5bfccb0b067b19e96 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:52.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6d308b196d82420b8bf6e5512ee1cea6 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000038000012C, 0x0000000380000190)
15:59:52.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet ad4a640c338c4613b2250dd37c2c80c7 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:52.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet c963afc368ef4927a54c9b423d318036 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000048000012C, 0x0000000480000190)
15:59:52.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a714f7037ca4400aa0070bbbb9442580 for table 'testTableAlterWithTableAndCustomHashSchemas' with partition [0x000000058000012C, 0x0000000580000190)
15:59:52.892 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=43852bafbfaa4b9a81f4c3a54c364122@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=2c0df9bd3aad48b5bfccb0b067b19e96@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6d308b196d82420b8bf6e5512ee1cea6@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=ad4a640c338c4613b2250dd37c2c80c7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=c963afc368ef4927a54c9b423d318036@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=a714f7037ca4400aa0070bbbb9442580@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:52.902 [INFO - ForkJoinPool-246-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/.kudu-metadata.json
15:59:52.916 [INFO - ForkJoinPool-246-worker-1] (KuduBackup.scala:149) Successfully backed up table testTableAlterWithTableAndCustomHashSchemas
15:59:52.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table a5cf25f0bd1e44639dd57d11b872d3cd
15:59:52.940 [INFO - main] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:59:52.953 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:52.953 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:52.954 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:52.976 [INFO - main] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 314.2 KiB, free 1993.3 MiB)
15:59:52.989 [INFO - main] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.3 MiB)
15:59:52.990 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:52.991 [INFO - main] (Logging.scala:57) Created broadcast 7 from collect at TestKuduBackup.scala:994
15:59:52.993 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 29392227 bytes, open cost is considered as scanning 4194304 bytes.
15:59:53.026 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:53.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:53.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (collect at TestKuduBackup.scala:994)
15:59:53.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:53.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:53.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:53.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 21.9 KiB, free 1993.3 MiB)
15:59:53.031 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 7.2 KiB, free 1993.3 MiB)
15:59:53.032 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 7.2 KiB, free: 1993.8 MiB)
15:59:53.032 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:59:53.033 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (MapPartitionsRDD[26] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:53.033 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
15:59:53.034 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 36) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 6377 bytes) taskResourceAssignments Map()
15:59:53.034 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 36)
15:59:53.037 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00015-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-5626, partition values: [empty row]
15:59:53.041 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00012-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-5240, partition values: [empty row]
15:59:53.046 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00007-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-5147, partition values: [empty row]
15:59:53.054 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 66.8 KiB, free: 1993.8 MiB)
15:59:53.062 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00010-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-4866, partition values: [empty row]
15:59:53.079 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00003-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-4858, partition values: [empty row]
15:59:53.085 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00014-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-4524, partition values: [empty row]
15:59:53.095 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00000-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:53.105 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 36)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 36). 9234 bytes result sent to driver
15:59:53.106 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 36) in 73 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:53.106 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:59:53.107 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (collect at TestKuduBackup.scala:994) finished in 0.079 s
15:59:53.107 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:53.107 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
15:59:53.108 [INFO - main] (Logging.scala:57) Job 5 finished: collect at TestKuduBackup.scala:994, took 0.081337 s
15:59:53.113 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup6278657350518489032/
15:59:53.141 [INFO - main] (BackupIO.scala:236) Found 3 paths in file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas
15:59:53.153 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:104) Restoring table testTableAlterWithTableAndCustomHashSchemas from path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272
15:59:53.153 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:112) Creating restore table testTableAlterWithTableAndCustomHashSchemas-restore
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.157001  3315 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35852:
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testTableAlterWithTableAndCustomHashSchemas-restore"
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:53.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 0
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 0
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       scale: 0
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 4
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   custom_hash_schema_ranges {
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     range_bounds {
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       rows: "<redacted>""\006\001\000\000\000\000\000\000\000\007\001\000\000\000d\000\000\000"
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     hash_schema {
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       columns {
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)         name: "key"
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       }
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       num_buckets: 2
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       seed: 0
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
15:59:53.187 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 550866e9b4f14383b257c5414be2b1ae
15:59:53.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.191082  3684 tablet_service.cc:1467] Processing CreateTablet for tablet 66a1fc47f79442468068aed6348fc8f3 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:53.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.191470  3684 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 66a1fc47f79442468068aed6348fc8f3. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.195194  3820 tablet_service.cc:1467] Processing CreateTablet for tablet d2929a204e90400480ca65be90be8af5 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 100
15:59:53.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.195552  3820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet d2929a204e90400480ca65be90be8af5. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.202483  4304 tablet_bootstrap.cc:492] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:53.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.204571  4305 tablet_bootstrap.cc:492] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:53.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.206396  4305 tablet_bootstrap.cc:654] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:53.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.206802  4304 tablet_bootstrap.cc:654] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:53.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.208848  4304 tablet_bootstrap.cc:492] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:53.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.209077  4304 ts_tablet_manager.cc:1397] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.007s	user 0.003s	sys 0.000s
15:59:53.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.209719  4304 raft_consensus.cc:348] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.209962  4304 raft_consensus.cc:374] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.210072  4304 raft_consensus.cc:729] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.210312  4304 consensus_queue.cc:260] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.210625  4304 raft_consensus.cc:388] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.210747  4304 raft_consensus.cc:482] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.210933  4304 raft_consensus.cc:3037] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.212280  4304 raft_consensus.cc:504] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.212549  4304 leader_election.cc:302] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:53.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.212831  4304 leader_election.cc:288] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.213212  4304 ts_tablet_manager.cc:1428] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
15:59:53.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.216922  4309 raft_consensus.cc:2781] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.219693  4305 tablet_bootstrap.cc:492] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.219807  4305 ts_tablet_manager.cc:1397] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.000s
15:59:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.220456  4305 raft_consensus.cc:348] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.220579  4305 raft_consensus.cc:374] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.220609  4305 raft_consensus.cc:729] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.221128  4305 consensus_queue.cc:260] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.221267  4305 raft_consensus.cc:388] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.221304  4305 raft_consensus.cc:482] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.221347  4305 raft_consensus.cc:3037] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.222697  4305 raft_consensus.cc:504] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.222855  4305 leader_election.cc:302] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.223037  4305 leader_election.cc:288] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.223337  4305 ts_tablet_manager.cc:1428] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.003s	sys 0.000s
15:59:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.225806  4311 raft_consensus.cc:2781] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.227202  4311 raft_consensus.cc:686] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:53.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.227490  4311 consensus_queue.cc:237] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.228987  4309 raft_consensus.cc:686] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:53.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.229350  4309 consensus_queue.cc:237] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.229355  3315 catalog_manager.cc:5495] T 66a1fc47f79442468068aed6348fc8f3 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:53.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.233490  3316 catalog_manager.cc:5495] T d2929a204e90400480ca65be90be8af5 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:53.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.259272  3315 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35852:
15:59:53.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableAlterWithTableAndCustomHashSchemas-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000d\000\000\000\007\001\000\000\000\310\000\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 3 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.266865  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6953832a51a6430c986f27f3f10ba0b5 has no consensus state
15:59:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.268172  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 31149fa071a54d4cbf8b81d38c3c3b3f has no consensus state
15:59:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.268446  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 73e8745426b540a7b2d84055be58a569 has no consensus state
15:59:53.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.274986  3547 tablet_service.cc:1467] Processing CreateTablet for tablet 6953832a51a6430c986f27f3f10ba0b5 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:53.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.275182  3684 tablet_service.cc:1467] Processing CreateTablet for tablet 31149fa071a54d4cbf8b81d38c3c3b3f (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:53.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.275329  3547 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6953832a51a6430c986f27f3f10ba0b5. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.275491  3684 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 31149fa071a54d4cbf8b81d38c3c3b3f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.278014  4305 tablet_bootstrap.cc:492] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:53.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.278916  4305 tablet_bootstrap.cc:654] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.280309  3820 tablet_service.cc:1467] Processing CreateTablet for tablet 73e8745426b540a7b2d84055be58a569 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 100 <= VALUES < 200
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.280629  3820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 73e8745426b540a7b2d84055be58a569. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.280647  4320 tablet_bootstrap.cc:492] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.281561  4320 tablet_bootstrap.cc:654] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.282598  4320 tablet_bootstrap.cc:492] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.282675  4320 ts_tablet_manager.cc:1397] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283071  4320 raft_consensus.cc:348] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283171  4320 raft_consensus.cc:374] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283221  4320 raft_consensus.cc:729] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283339  4320 consensus_queue.cc:260] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283418  4320 raft_consensus.cc:388] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283449  4320 raft_consensus.cc:482] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.283488  4320 raft_consensus.cc:3037] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.284466  4320 raft_consensus.cc:504] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.284601  4320 leader_election.cc:302] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.284910  4304 tablet_bootstrap.cc:492] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.285532  4305 tablet_bootstrap.cc:492] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.285620  4305 ts_tablet_manager.cc:1397] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.008s	user 0.002s	sys 0.000s
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.285933  4304 tablet_bootstrap.cc:654] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286103  4305 raft_consensus.cc:348] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286211  4305 raft_consensus.cc:374] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286244  4305 raft_consensus.cc:729] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286379  4305 consensus_queue.cc:260] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286468  4305 raft_consensus.cc:388] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286507  4305 raft_consensus.cc:482] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.286556  4305 raft_consensus.cc:3037] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.287048  4320 leader_election.cc:288] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.287428  4320 ts_tablet_manager.cc:1428] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.287640  4305 raft_consensus.cc:504] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.287778  4305 leader_election.cc:302] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.287869  4305 leader_election.cc:288] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.288203  4305 ts_tablet_manager.cc:1428] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.288336  4312 raft_consensus.cc:2781] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.288435  4312 raft_consensus.cc:686] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.288547  4312 consensus_queue.cc:237] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.291828  3316 catalog_manager.cc:5495] T 31149fa071a54d4cbf8b81d38c3c3b3f P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.298547  3302 catalog_manager.cc:4639] Async tablet task AlterTable RPC for tablet 73e8745426b540a7b2d84055be58a569 (table testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 73e8745426b540a7b2d84055be58a569 consensus state has no leader
15:59:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.299173  4322 raft_consensus.cc:2781] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.299434  4322 raft_consensus.cc:686] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.299583  4322 consensus_queue.cc:237] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.301097  4304 tablet_bootstrap.cc:492] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.301218  4304 ts_tablet_manager.cc:1397] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.016s	user 0.001s	sys 0.002s
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.301736  4304 raft_consensus.cc:348] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.301852  4304 raft_consensus.cc:374] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.301889  4304 raft_consensus.cc:729] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.302038  4304 consensus_queue.cc:260] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.302145  4304 raft_consensus.cc:388] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.302182  4304 raft_consensus.cc:482] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.302222  4304 raft_consensus.cc:3037] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.304432  4304 raft_consensus.cc:504] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.304708  4304 leader_election.cc:302] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.305315  4304 leader_election.cc:288] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.305536  4308 raft_consensus.cc:2781] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.305657  4308 raft_consensus.cc:686] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.305795  4308 consensus_queue.cc:237] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.308519  3315 catalog_manager.cc:5495] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:53.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.311962  4304 ts_tablet_manager.cc:1428] T 73e8745426b540a7b2d84055be58a569 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.001s
15:59:53.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.319996  3316 catalog_manager.cc:5495] T 6953832a51a6430c986f27f3f10ba0b5 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:53.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.329466  3315 catalog_manager.cc:6040] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae] alter complete (version 0)
15:59:53.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.340718  3315 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35852:
15:59:53.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableAlterWithTableAndCustomHashSchemas-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000\310\000\000\000\007\001\000\000\000,\001\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 5 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:53.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.348578  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0236a91427ea454ba59027065743e7ee has no consensus state
15:59:53.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.349743  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f has no consensus state
15:59:53.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.350090  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 342a95fe47ed44718bfd22a1a77d7f58 has no consensus state
15:59:53.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.350216  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 has no consensus state
15:59:53.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.350308  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e3241c8f3bfb46ebb2284ec3f32aaef7 has no consensus state
15:59:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.357923  3547 tablet_service.cc:1467] Processing CreateTablet for tablet 0236a91427ea454ba59027065743e7ee (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.358278  3547 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 0236a91427ea454ba59027065743e7ee. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.358737  3683 tablet_service.cc:1467] Processing CreateTablet for tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.358784  3684 tablet_service.cc:1467] Processing CreateTablet for tablet e3241c8f3bfb46ebb2284ec3f32aaef7 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.359011  3683 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.359170  3684 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e3241c8f3bfb46ebb2284ec3f32aaef7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.361406  4320 tablet_bootstrap.cc:492] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:53.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.361732  3545 tablet_service.cc:1467] Processing CreateTablet for tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:53.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.362037  3545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a7ec37a11d2d4e8fa1e55ed5cec31e90. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.362310  4320 tablet_bootstrap.cc:654] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:53.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.363202  4305 tablet_bootstrap.cc:492] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.364179  4320 tablet_bootstrap.cc:492] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.364265  4320 ts_tablet_manager.cc:1397] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.364426  4305 tablet_bootstrap.cc:654] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.364734  4320 raft_consensus.cc:348] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.364861  4320 raft_consensus.cc:374] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.364895  4320 raft_consensus.cc:729] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.365020  4320 consensus_queue.cc:260] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.365103  4320 raft_consensus.cc:388] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.365136  4320 raft_consensus.cc:482] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.365173  4320 raft_consensus.cc:3037] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.365844  3820 tablet_service.cc:1467] Processing CreateTablet for tablet 342a95fe47ed44718bfd22a1a77d7f58 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 200 <= VALUES < 300
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.366042  4320 raft_consensus.cc:504] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.366185  3820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 342a95fe47ed44718bfd22a1a77d7f58. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.366171  4320 leader_election.cc:302] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.366273  4320 leader_election.cc:288] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.366498  4320 ts_tablet_manager.cc:1428] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
15:59:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.366696  4320 tablet_bootstrap.cc:492] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.367764  4320 tablet_bootstrap.cc:654] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:53.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.368898  4304 tablet_bootstrap.cc:492] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:53.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.369220  4326 raft_consensus.cc:2781] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.369314  4326 raft_consensus.cc:686] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:53.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.369458  4326 consensus_queue.cc:237] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.369822  4304 tablet_bootstrap.cc:654] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:53.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.374316  3316 catalog_manager.cc:5495] T 0236a91427ea454ba59027065743e7ee P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.377218  4320 tablet_bootstrap.cc:492] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.377334  4320 ts_tablet_manager.cc:1397] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.011s	user 0.001s	sys 0.001s
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.377817  4320 raft_consensus.cc:348] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.377918  4320 raft_consensus.cc:374] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.377951  4320 raft_consensus.cc:729] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.378347  4320 consensus_queue.cc:260] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.378564  4320 raft_consensus.cc:388] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.378683  4320 raft_consensus.cc:482] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.378806  4320 raft_consensus.cc:3037] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:53.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.379937  4320 raft_consensus.cc:504] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.380175  4320 leader_election.cc:302] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.380441  4324 raft_consensus.cc:2781] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.380532  4324 raft_consensus.cc:686] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.380635  4324 consensus_queue.cc:237] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.385175  4305 tablet_bootstrap.cc:492] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.385301  4305 ts_tablet_manager.cc:1397] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.022s	user 0.002s	sys 0.000s
15:59:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386389  4305 raft_consensus.cc:348] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386497  4305 raft_consensus.cc:374] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386531  4305 raft_consensus.cc:729] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386662  4305 consensus_queue.cc:260] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386741  4305 raft_consensus.cc:388] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386773  4305 raft_consensus.cc:482] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.386814  4305 raft_consensus.cc:3037] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.387115  3315 catalog_manager.cc:5495] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.387976  4305 raft_consensus.cc:504] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.388099  4305 leader_election.cc:302] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.388257  4320 leader_election.cc:288] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.391546  4320 ts_tablet_manager.cc:1428] T a7ec37a11d2d4e8fa1e55ed5cec31e90 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.001s
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.394037  4304 tablet_bootstrap.cc:492] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.394155  4304 ts_tablet_manager.cc:1397] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.025s	user 0.002s	sys 0.000s
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.394701  4304 raft_consensus.cc:348] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.394812  4304 raft_consensus.cc:374] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.394845  4304 raft_consensus.cc:729] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.394964  4304 consensus_queue.cc:260] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.395066  4304 raft_consensus.cc:388] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.395104  4304 raft_consensus.cc:482] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.395144  4304 raft_consensus.cc:3037] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.396410  4304 raft_consensus.cc:504] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.396545  4304 leader_election.cc:302] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.397403  4314 raft_consensus.cc:2781] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.397521  4314 raft_consensus.cc:686] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.397648  4314 consensus_queue.cc:237] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.398415  4311 raft_consensus.cc:2781] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.398523  4311 raft_consensus.cc:686] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:53.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.398656  4311 consensus_queue.cc:237] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.402325  3313 catalog_manager.cc:5495] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:53.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.405277  4304 leader_election.cc:288] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.405617  4304 ts_tablet_manager.cc:1428] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.000s
15:59:53.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.419080  3315 catalog_manager.cc:5495] T 342a95fe47ed44718bfd22a1a77d7f58 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:53.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.419690  4305 leader_election.cc:288] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.430608  4305 ts_tablet_manager.cc:1428] T e3241c8f3bfb46ebb2284ec3f32aaef7 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.045s	user 0.004s	sys 0.000s
15:59:53.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.434581  4305 tablet_bootstrap.cc:492] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:53.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.442190  4305 tablet_bootstrap.cc:654] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:53.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.451591  4305 tablet_bootstrap.cc:492] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:53.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.451731  4305 ts_tablet_manager.cc:1397] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.000s
15:59:53.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.452171  4305 raft_consensus.cc:348] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.452301  4305 raft_consensus.cc:374] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.452335  4305 raft_consensus.cc:729] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:53.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.453254  4305 consensus_queue.cc:260] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.453387  4305 raft_consensus.cc:388] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.453423  4305 raft_consensus.cc:482] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.453465  4305 raft_consensus.cc:3037] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:53.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.454383  4305 raft_consensus.cc:504] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.454541  4305 leader_election.cc:302] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:53.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.454684  4305 leader_election.cc:288] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.454731  4312 raft_consensus.cc:2781] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.454882  4312 raft_consensus.cc:686] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:53.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.455013  4312 consensus_queue.cc:237] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.459420  3315 catalog_manager.cc:5495] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:53.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.460199  4305 ts_tablet_manager.cc:1428] T fe3b6ebe5cfc4d33b73f1f16423c9b8f P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.000s
15:59:53.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.471542  3315 catalog_manager.cc:6040] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae] alter complete (version 0)
15:59:53.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.499652  3315 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:35852:
15:59:53.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testTableAlterWithTableAndCustomHashSchemas-restore" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "<redacted>""\006\001\000\000\000,\001\000\000\007\001\000\000\000\220\001\000\000" } custom_hash_schema { hash_schema { columns { name: "key" } num_buckets: 6 seed: 0 } } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c1_i" type: INT32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c2_s" type: STRING is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c3_double" type: DOUBLE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c4_long" type: INT64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c5_bool" type: BOOL is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c6_short" type: INT16 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c7_float" type: FLOAT is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c8_binary" type: BINARY is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c9_unixtime_micros" type: UNIXTIME_MICROS is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c10_byte" type: INT8 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } columns { name: "c11_decimal32" type: DECIMAL32 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 9 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c12_decimal64" type: DECIMAL64 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 18 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c13_decimal128" type: DECIMAL128 is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 38 scale: 0 length: 0 } immutable: false is_auto_incrementing: false } columns { name: "c14_varchar" type: VARCHAR is_key: false is_nullable: true encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 type_attributes { precision: 0 scale: 0 length: 65535 } immutable: false is_auto_incrementing: false } columns { name: "c15_date" type: DATE is_key: false is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false is_auto_incrementing: false } }
15:59:53.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.509811  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4d76a08c3feb4230a31b7c437b8dde82 has no consensus state
15:59:53.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.512588  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f26bb81a8e5c40c8bbbc8ed93393ec46 has no consensus state
15:59:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.513212  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3e7e9575c45843849f890afd5ac65dbf has no consensus state
15:59:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.513463  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6c6c902c17a54d7489a2449a44d49ff7 has no consensus state
15:59:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.513690  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2acbaacaed8b41a19e32d36eea0f6aa6 has no consensus state
15:59:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:53.513789  3315 catalog_manager.cc:5755] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fe953faefa164ef5bb581efc3c88080c has no consensus state
15:59:53.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.530094  3821 tablet_service.cc:1467] Processing CreateTablet for tablet fe953faefa164ef5bb581efc3c88080c (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:53.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.530496  3821 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fe953faefa164ef5bb581efc3c88080c. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.534525  3820 tablet_service.cc:1467] Processing CreateTablet for tablet 4d76a08c3feb4230a31b7c437b8dde82 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.534974  3820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 4d76a08c3feb4230a31b7c437b8dde82. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.538195  3684 tablet_service.cc:1467] Processing CreateTablet for tablet 2acbaacaed8b41a19e32d36eea0f6aa6 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:53.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.538195  3683 tablet_service.cc:1467] Processing CreateTablet for tablet 3e7e9575c45843849f890afd5ac65dbf (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.538569  3684 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 2acbaacaed8b41a19e32d36eea0f6aa6. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.541514  3547 tablet_service.cc:1467] Processing CreateTablet for tablet 6c6c902c17a54d7489a2449a44d49ff7 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.541792  3547 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 6c6c902c17a54d7489a2449a44d49ff7. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.545097  3545 tablet_service.cc:1467] Processing CreateTablet for tablet f26bb81a8e5c40c8bbbc8ed93393ec46 (DEFAULT_TABLE table=testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 300 <= VALUES < 400
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.545409  3545 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f26bb81a8e5c40c8bbbc8ed93393ec46. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.548389  4320 tablet_bootstrap.cc:492] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:53.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.549698  4320 tablet_bootstrap.cc:654] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:53.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.552992  3683 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3e7e9575c45843849f890afd5ac65dbf. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.558753  4304 tablet_bootstrap.cc:492] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.560047  4304 tablet_bootstrap.cc:654] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:53.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.564580  4305 tablet_bootstrap.cc:492] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:53.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.565547  4304 tablet_bootstrap.cc:492] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:53.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.565644  4304 ts_tablet_manager.cc:1397] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.007s	user 0.002s	sys 0.000s
15:59:53.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566056  4304 raft_consensus.cc:348] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566165  4304 raft_consensus.cc:374] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566195  4304 raft_consensus.cc:729] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566308  4304 consensus_queue.cc:260] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566373  4304 raft_consensus.cc:388] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566402  4304 raft_consensus.cc:482] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.566440  4304 raft_consensus.cc:3037] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.567138  4305 tablet_bootstrap.cc:654] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.567474  4304 raft_consensus.cc:504] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.567608  4304 leader_election.cc:302] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:53.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.567689  4304 leader_election.cc:288] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.568949  4308 raft_consensus.cc:2781] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.569113  4308 raft_consensus.cc:686] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:53.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.569243  4308 consensus_queue.cc:237] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.570147  4304 ts_tablet_manager.cc:1428] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:59:53.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.570333  4304 tablet_bootstrap.cc:492] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f: Bootstrap starting.
15:59:53.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.571233  4304 tablet_bootstrap.cc:654] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f: Neither blocks nor log segments found. Creating new log.
15:59:53.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.571655  4320 tablet_bootstrap.cc:492] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:53.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.571748  4320 ts_tablet_manager.cc:1397] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.023s	user 0.002s	sys 0.000s
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572208  4320 raft_consensus.cc:348] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572319  4320 raft_consensus.cc:374] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572352  4320 raft_consensus.cc:729] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572477  4320 consensus_queue.cc:260] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572567  4320 raft_consensus.cc:388] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572602  4320 raft_consensus.cc:482] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.572645  4320 raft_consensus.cc:3037] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.573563  3315 catalog_manager.cc:5495] T fe953faefa164ef5bb581efc3c88080c P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.573753  4320 raft_consensus.cc:504] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.573866  4320 leader_election.cc:302] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.573963  4320 leader_election.cc:288] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.574199  4320 ts_tablet_manager.cc:1428] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.574355  4322 raft_consensus.cc:2781] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.574452  4322 raft_consensus.cc:686] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:53.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.574558  4322 consensus_queue.cc:237] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.580996  3316 catalog_manager.cc:5495] T 6c6c902c17a54d7489a2449a44d49ff7 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.583973  4305 tablet_bootstrap.cc:492] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.584081  4305 ts_tablet_manager.cc:1397] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.020s	user 0.002s	sys 0.000s
15:59:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.584692  4305 raft_consensus.cc:348] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.584820  4305 raft_consensus.cc:374] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.584856  4305 raft_consensus.cc:729] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.584980  4305 consensus_queue.cc:260] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.585057  4305 raft_consensus.cc:388] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.585089  4305 raft_consensus.cc:482] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.585129  4305 raft_consensus.cc:3037] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.586340  4305 raft_consensus.cc:504] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.586490  4305 leader_election.cc:302] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.586686  4312 raft_consensus.cc:2781] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.586760  4312 raft_consensus.cc:686] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.586867  4312 consensus_queue.cc:237] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.587764  4305 leader_election.cc:288] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.589221  4320 tablet_bootstrap.cc:492] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4: Bootstrap starting.
15:59:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.590269  4320 tablet_bootstrap.cc:654] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4: Neither blocks nor log segments found. Creating new log.
15:59:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.590157  3313 catalog_manager.cc:5495] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.592257  4305 ts_tablet_manager.cc:1428] T 2acbaacaed8b41a19e32d36eea0f6aa6 P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.000s
15:59:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.592450  4305 tablet_bootstrap.cc:492] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d: Bootstrap starting.
15:59:53.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.595225  4305 tablet_bootstrap.cc:654] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d: Neither blocks nor log segments found. Creating new log.
15:59:53.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.611756  4305 tablet_bootstrap.cc:492] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d: No bootstrap required, opened a new log
15:59:53.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.611871  4305 ts_tablet_manager.cc:1397] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d: Time spent bootstrapping tablet: real 0.019s	user 0.002s	sys 0.000s
15:59:53.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.612376  4305 raft_consensus.cc:348] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.612491  4305 raft_consensus.cc:374] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.612537  4305 raft_consensus.cc:729] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Initialized, Role: FOLLOWER
15:59:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.613021  4305 consensus_queue.cc:260] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.613133  4305 raft_consensus.cc:388] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.613171  4305 raft_consensus.cc:482] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.613215  4305 raft_consensus.cc:3037] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 0 FOLLOWER]: Advancing to term 1
15:59:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.614401  4305 raft_consensus.cc:504] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.614542  4305 leader_election.cc:302] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [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: cfed04bf440a409197fc40054ab1d48d; no voters: 
15:59:53.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.614989  4310 raft_consensus.cc:2781] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.615080  4310 raft_consensus.cc:686] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [term 1 LEADER]: Becoming Leader. State: Replica: cfed04bf440a409197fc40054ab1d48d, State: Running, Role: LEADER
15:59:53.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.615192  4310 consensus_queue.cc:237] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [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: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } }
15:59:53.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.616385  4305 leader_election.cc:288] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.616864  4305 ts_tablet_manager.cc:1428] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.624398  3316 catalog_manager.cc:5495] T 3e7e9575c45843849f890afd5ac65dbf P cfed04bf440a409197fc40054ab1d48d reported cstate change: term changed from 0 to 1, leader changed from <none> to cfed04bf440a409197fc40054ab1d48d (127.3.32.130). New cstate: current_term: 1 leader_uuid: "cfed04bf440a409197fc40054ab1d48d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfed04bf440a409197fc40054ab1d48d" member_type: VOTER last_known_addr { host: "127.3.32.130" port: 36347 } health_report { overall_health: HEALTHY } } }
15:59:53.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.641124  4320 tablet_bootstrap.cc:492] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4: No bootstrap required, opened a new log
15:59:53.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.641263  4320 ts_tablet_manager.cc:1397] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4: Time spent bootstrapping tablet: real 0.052s	user 0.002s	sys 0.000s
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642208  4320 raft_consensus.cc:348] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642372  4320 raft_consensus.cc:374] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642406  4320 raft_consensus.cc:729] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Initialized, Role: FOLLOWER
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642570  4320 consensus_queue.cc:260] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642664  4320 raft_consensus.cc:388] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642700  4320 raft_consensus.cc:482] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.642740  4320 raft_consensus.cc:3037] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 0 FOLLOWER]: Advancing to term 1
15:59:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.644100  4320 raft_consensus.cc:504] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.644273  4320 leader_election.cc:302] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [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: 3d156ad0352445bbac810c775a63c7c4; no voters: 
15:59:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.644464  4324 raft_consensus.cc:2781] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.644558  4324 raft_consensus.cc:686] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3d156ad0352445bbac810c775a63c7c4, State: Running, Role: LEADER
15:59:53.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.644706  4324 consensus_queue.cc:237] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [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: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } }
15:59:53.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.645902  4320 leader_election.cc:288] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.646320  4320 ts_tablet_manager.cc:1428] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
15:59:53.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.647305  3316 catalog_manager.cc:5495] T f26bb81a8e5c40c8bbbc8ed93393ec46 P 3d156ad0352445bbac810c775a63c7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d156ad0352445bbac810c775a63c7c4 (127.3.32.129). New cstate: current_term: 1 leader_uuid: "3d156ad0352445bbac810c775a63c7c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d156ad0352445bbac810c775a63c7c4" member_type: VOTER last_known_addr { host: "127.3.32.129" port: 39393 } health_report { overall_health: HEALTHY } } }
15:59:53.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.670104  4304 tablet_bootstrap.cc:492] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f: No bootstrap required, opened a new log
15:59:53.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.670246  4304 ts_tablet_manager.cc:1397] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f: Time spent bootstrapping tablet: real 0.100s	user 0.001s	sys 0.000s
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.670836  4304 raft_consensus.cc:348] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.670984  4304 raft_consensus.cc:374] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.671026  4304 raft_consensus.cc:729] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Initialized, Role: FOLLOWER
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.671178  4304 consensus_queue.cc:260] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.671301  4304 raft_consensus.cc:388] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.671334  4304 raft_consensus.cc:482] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.671379  4304 raft_consensus.cc:3037] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 0 FOLLOWER]: Advancing to term 1
15:59:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.672993  4304 raft_consensus.cc:504] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.673213  4304 leader_election.cc:302] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [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: c718b5efb5d742b1830cbda44b7fc29f; no voters: 
15:59:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.675031  4309 raft_consensus.cc:2781] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 1 FOLLOWER]: Leader election won for term 1
15:59:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.675155  4309 raft_consensus.cc:686] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [term 1 LEADER]: Becoming Leader. State: Replica: c718b5efb5d742b1830cbda44b7fc29f, State: Running, Role: LEADER
15:59:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.675284  4309 consensus_queue.cc:237] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [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: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } }
15:59:53.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.676237  4304 leader_election.cc:288] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:53.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.676596  4304 ts_tablet_manager.cc:1428] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.002s
15:59:53.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.679888  3316 catalog_manager.cc:5495] T 4d76a08c3feb4230a31b7c437b8dde82 P c718b5efb5d742b1830cbda44b7fc29f reported cstate change: term changed from 0 to 1, leader changed from <none> to c718b5efb5d742b1830cbda44b7fc29f (127.3.32.131). New cstate: current_term: 1 leader_uuid: "c718b5efb5d742b1830cbda44b7fc29f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c718b5efb5d742b1830cbda44b7fc29f" member_type: VOTER last_known_addr { host: "127.3.32.131" port: 37353 } health_report { overall_health: HEALTHY } } }
15:59:53.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:53.695672  3316 catalog_manager.cc:6040] T 00000000000000000000000000000000 P c8760349cdd94c48a78f23e49cc72d7a: testTableAlterWithTableAndCustomHashSchemas-restore [id=550866e9b4f14383b257c5414be2b1ae] alter complete (version 0)
15:59:53.711 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:59:53.763 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:53.773 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:53.774 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:53.774 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:53.785 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:53.799 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:53.800 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:53.801 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Created broadcast 9 from toRdd at KuduRestore.scala:140
15:59:53.802 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 8402144 bytes, open cost is considered as scanning 4194304 bytes.
15:59:53.817 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:53.817 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 6 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:53.817 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 6 (foreachPartition at KuduRestore.scala:140)
15:59:53.817 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:53.817 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:53.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 6 (SQLExecutionRDD[30] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:53.820 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10 stored as values in memory (estimated size 32.1 KiB, free 1993.1 MiB)
15:59:53.821 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_10_piece0 stored as bytes in memory (estimated size 12.0 KiB, free 1993.1 MiB)
15:59:53.822 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_10_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 12.0 KiB, free: 1993.8 MiB)
15:59:53.823 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 10 from broadcast at DAGScheduler.scala:1388
15:59:53.823 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 6 (SQLExecutionRDD[30] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:53.823 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 1 tasks resource profile 0
15:59:53.824 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 37) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5247 bytes) taskResourceAssignments Map()
15:59:53.824 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 37)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 37)
15:59:53.830 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 37)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:53.832 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 550866e9b4f14383b257c5414be2b1ae
15:59:53.834 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 37)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/part-00003-248a94eb-9a39-4d51-9007-f7356a34aa84-c000.snappy.parquet, range: 0-7321, partition values: [empty row]
15:59:53.843 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.843 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.843 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.844 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.844 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.844 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.844 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.844 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.845 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.845 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.845 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.847 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.848 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.848 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.848 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.848 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.848 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.860 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.861 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.861 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.862 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.862 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.862 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.863 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.864 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.864 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.865 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.866 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 37)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526389272/part-00000-248a94eb-9a39-4d51-9007-f7356a34aa84-c000.snappy.parquet, range: 0-6215, partition values: [empty row]
15:59:53.866 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.866 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.866 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.866 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.866 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.867 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.867 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.867 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.867 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.867 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.868 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.868 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.868 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.868 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.869 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.870 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.870 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.870 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.870 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.871 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.871 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.872 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.873 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.873 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.873 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.873 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.873 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.874 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.874 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.875 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.875 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.876 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.877 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.877 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.878 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.878 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.879 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.879 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.880 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.881 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.881 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.882 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.882 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.883 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.884 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.884 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.885 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.886 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.886 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.886 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.886 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.886 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.886 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.887 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.887 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.887 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.887 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.887 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.887 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.887 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.888 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.888 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.888 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.888 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.889 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.889 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.889 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.889 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.889 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.889 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.889 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.890 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.891 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.891 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.892 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.892 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.893 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.893 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.893 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.893 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.893 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.893 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.894 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.894 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.894 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.894 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.894 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.894 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.894 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.895 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.895 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.896 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.897 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.897 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.897 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.897 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.897 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.897 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.897 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.898 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.898 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.899 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.899 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.900 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.901 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.901 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.901 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.901 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.901 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.901 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.902 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.903 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.903 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.903 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.903 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.903 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.903 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.904 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.904 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.904 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.904 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.904 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.904 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.905 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.905 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.906 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.907 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.908 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.908 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.909 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.909 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.910 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.910 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.911 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.912 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.912 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.912 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.912 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.912 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.913 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.913 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.914 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.914 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.915 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.916 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.916 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.917 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.917 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.918 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.918 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.919 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.920 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.920 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 37)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=14780, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@9cf2250, flushNotification=Deferred@1377988728(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:53.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.920 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.921 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.921 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.922 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.922 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.923 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.923 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.924 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.924 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.924 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.924 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.925 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.925 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.925 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.926 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.926 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.926 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.927 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.927 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.928 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.928 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.928 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.928 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.928 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.929 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.929 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.929 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.929 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.929 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.930 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.931 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.931 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.931 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.931 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.932 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.932 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.932 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.932 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.932 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.932 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.933 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.933 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.933 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.933 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.933 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.934 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.934 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.934 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.934 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.934 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.935 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.935 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.935 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.935 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.935 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.935 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:53.936 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:53.937 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}]
15:59:53.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.942 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.943 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.943 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.944 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.945 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.945 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.946 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.946 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.946 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.947 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.948 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.948 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.948 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.949 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.950 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.950 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.951 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.952 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.952 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.953 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.954 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.954 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.954 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.954 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.954 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.955 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.955 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.956 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.957 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.957 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.958 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.958 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.959 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.960 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.961 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.961 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.962 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.962 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.963 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.963 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.964 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.965 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.965 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.966 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.966 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.967 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.967 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.968 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.969 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.969 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.970 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.970 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.971 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.971 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.972 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.972 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.973 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.974 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.974 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.975 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.975 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.976 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.977 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.977 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.978 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.978 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.979 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.979 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.980 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.980 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.983 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.983 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.984 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.985 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.985 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299990, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.996 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.996 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.996 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.997 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_8_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 7.2 KiB, free: 1993.8 MiB)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.997 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.998 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:53.998 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:53.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:53.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:53.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:53.999 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:53.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:53.999 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.000 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.001 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.001 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.001 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.001 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.001 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.002 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.002 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.003 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.004 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.004 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.004 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.005 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.005 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.006 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.006 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.007 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.008 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.008 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:54.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.008 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.009 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.009 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.010 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.011 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.011 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.012 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.012 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.013 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.013 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.014 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.014 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}]
15:59:54.021 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 37)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 37). 5462 bytes result sent to driver
15:59:54.022 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 37) in 198 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:54.022 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:59:54.023 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 6 (foreachPartition at KuduRestore.scala:140) finished in 0.205 s
15:59:54.023 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 6 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:54.023 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 6: Stage finished
15:59:54.023 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Job 6 finished: foreachPartition at KuduRestore.scala:140, took 0.206438 s
15:59:54.024 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:104) Restoring table testTableAlterWithTableAndCustomHashSchemas from path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475
15:59:54.029 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:54.041 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:54.049 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:54.049 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:54.049 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:54.057 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Block broadcast_11 stored as values in memory (estimated size 314.2 KiB, free 1993.2 MiB)
15:59:54.068 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Block broadcast_11_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1993.2 MiB)
15:59:54.069 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_11_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:54.070 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Created broadcast 11 from toRdd at KuduRestore.scala:140
15:59:54.071 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 33596837 bytes, open cost is considered as scanning 4194304 bytes.
15:59:54.085 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:54.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 7 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:54.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 7 (foreachPartition at KuduRestore.scala:140)
15:59:54.085 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:54.086 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:54.086 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 7 (SQLExecutionRDD[34] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:54.088 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12 stored as values in memory (estimated size 32.1 KiB, free 1993.1 MiB)
15:59:54.090 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_12_piece0 stored as bytes in memory (estimated size 12.0 KiB, free 1993.1 MiB)
15:59:54.093 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_12_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 12.0 KiB, free: 1993.8 MiB)
15:59:54.093 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 12 from broadcast at DAGScheduler.scala:1388
15:59:54.093 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 7 (SQLExecutionRDD[34] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:54.094 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 1 tasks resource profile 0
15:59:54.094 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 38) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 6603 bytes) taskResourceAssignments Map()
15:59:54.095 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 38)
15:59:54.099 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:54.102 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 550866e9b4f14383b257c5414be2b1ae
15:59:54.102 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00006-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-6299, partition values: [empty row]
15:59:54.108 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00004-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-6089, partition values: [empty row]
15:59:54.116 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00002-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5980, partition values: [empty row]
15:59:54.121 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00001-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5894, partition values: [empty row]
15:59:54.125 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00008-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5565, partition values: [empty row]
15:59:54.128 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00005-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5400, partition values: [empty row]
15:59:54.132 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00007-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-5340, partition values: [empty row]
15:59:54.135 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526390475/part-00000-60e97e94-649d-4e9c-8347-7bad6d88d35e-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:54.137 [DEBUG - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=200, operationSize=30000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@26e6ddfa, flushNotification=Deferred@758254290(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:54.148 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 38)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 38). 5419 bytes result sent to driver
15:59:54.149 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 38) in 55 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:54.149 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:59:54.149 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 7 (foreachPartition at KuduRestore.scala:140) finished in 0.063 s
15:59:54.149 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 7 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:54.149 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 7: Stage finished
15:59:54.150 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Job 7 finished: foreachPartition at KuduRestore.scala:140, took 0.064989 s
15:59:54.150 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:104) Restoring table testTableAlterWithTableAndCustomHashSchemas from path: file:/tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936
15:59:54.156 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) It took 2 ms to list leaf files for 1 paths.
15:59:54.169 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
15:59:54.176 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Pushed Filters: 
15:59:54.177 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Post-Scan Filters: 
15:59:54.177 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, c1_i: int, c2_s: string, c3_double: double, c4_long: bigint ... 15 more fields>
15:59:54.186 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Block broadcast_13 stored as values in memory (estimated size 314.2 KiB, free 1992.8 MiB)
15:59:54.197 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Block broadcast_13_piece0 stored as bytes in memory (estimated size 28.7 KiB, free 1992.8 MiB)
15:59:54.197 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_13_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 28.7 KiB, free: 1993.8 MiB)
15:59:54.198 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Created broadcast 13 from toRdd at KuduRestore.scala:140
15:59:54.199 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 29392227 bytes, open cost is considered as scanning 4194304 bytes.
15:59:54.209 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
15:59:54.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 8 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
15:59:54.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (foreachPartition at KuduRestore.scala:140)
15:59:54.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:54.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:54.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (SQLExecutionRDD[38] at toRdd at KuduRestore.scala:140), which has no missing parents
15:59:54.212 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14 stored as values in memory (estimated size 30.1 KiB, free 1992.8 MiB)
15:59:54.214 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_14_piece0 stored as bytes in memory (estimated size 11.7 KiB, free 1992.7 MiB)
15:59:54.214 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_14_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 (size: 11.7 KiB, free: 1993.8 MiB)
15:59:54.215 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 14 from broadcast at DAGScheduler.scala:1388
15:59:54.215 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 8 (SQLExecutionRDD[38] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
15:59:54.215 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 1 tasks resource profile 0
15:59:54.216 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 39) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 6377 bytes) taskResourceAssignments Map()
15:59:54.216 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 39)
15:59:54.220 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:54.222 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (AsyncKuduClient.java:894) Opened table 550866e9b4f14383b257c5414be2b1ae
15:59:54.223 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00015-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-5626, partition values: [empty row]
15:59:54.228 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00012-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-5240, partition values: [empty row]
15:59:54.231 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.231 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.231 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.232 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.232 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.232 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.232 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.232 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.232 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.233 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.233 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.233 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.233 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.234 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.234 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.234 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.234 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.234 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.235 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.235 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.235 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.235 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.247 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.247 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00007-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-5147, partition values: [empty row]
15:59:54.247 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.248 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.248 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.248 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_11_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:54.248 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.248 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.249 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.249 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.249 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.250 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.250 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.250 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.251 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_9_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 28.7 KiB, free: 1993.8 MiB)
15:59:54.251 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.251 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.251 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.251 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.252 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.252 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.252 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00010-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-4866, partition values: [empty row]
15:59:54.252 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.252 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.252 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.253 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.253 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.253 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_12_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 12.0 KiB, free: 1993.8 MiB)
15:59:54.253 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.253 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.253 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.254 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.254 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.255 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_10_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:34227 in memory (size: 12.0 KiB, free: 1993.8 MiB)
15:59:54.257 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00003-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-4858, partition values: [empty row]
15:59:54.260 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00014-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-4524, partition values: [empty row]
15:59:54.264 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Reading File path: file:///tmp/backup6278657350518489032/a5cf25f0bd1e44639dd57d11b872d3cd-testTableAlterWithTableAndCustomHashSchemas/1783526391936/part-00000-549b733a-d9be-4f36-b527-73e405806f6e-c000.snappy.parquet, range: 0-1838, partition values: [empty row]
15:59:54.266 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.266 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.267 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.267 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.267 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.267 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.267 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.268 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.268 [DEBUG - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=100, operationSize=15000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@57f6d557, flushNotification=Deferred@761566357(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:59:54.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.268 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.269 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.269 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.269 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.269 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.269 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.269 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.269 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.269 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.270 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.270 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.270 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.270 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.270 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.278 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 39)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 39). 5462 bytes result sent to driver
15:59:54.279 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 39) in 63 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:54.279 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:59:54.280 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (foreachPartition at KuduRestore.scala:140) finished in 0.069 s
15:59:54.280 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 8 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:54.280 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:59:54.281 [INFO - ForkJoinPool-249-worker-1] (Logging.scala:57) Job 8 finished: foreachPartition at KuduRestore.scala:140, took 0.071302 s
15:59:54.281 [INFO - ForkJoinPool-249-worker-1] (KuduRestore.scala:237) Successfully restored table testTableAlterWithTableAndCustomHashSchemas
15:59:54.283 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 550866e9b4f14383b257c5414be2b1ae
15:59:54.285 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet d2929a204e90400480ca65be90be8af5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000000, 0x0000000080000064)
15:59:54.285 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6953832a51a6430c986f27f3f10ba0b5 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000080000064, 0x00000000800000C8)
15:59:54.285 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 0236a91427ea454ba59027065743e7ee for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000000800000C8, 0x000000008000012C)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 4d76a08c3feb4230a31b7c437b8dde82 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000008000012C, 0x0000000080000190)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 66a1fc47f79442468068aed6348fc8f3 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000000, 0x0000000180000064)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 31149fa071a54d4cbf8b81d38c3c3b3f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000180000064, 0x00000001800000C8)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe3b6ebe5cfc4d33b73f1f16423c9b8f for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000001800000C8, 0x000000018000012C)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet f26bb81a8e5c40c8bbbc8ed93393ec46 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000018000012C, 0x0000000180000190)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 73e8745426b540a7b2d84055be58a569 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x0000000280000064, 0x00000002800000C8)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 342a95fe47ed44718bfd22a1a77d7f58 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000002800000C8, 0x000000028000012C)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 3e7e9575c45843849f890afd5ac65dbf for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000028000012C, 0x0000000280000190)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet a7ec37a11d2d4e8fa1e55ed5cec31e90 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000003800000C8, 0x000000038000012C)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 6c6c902c17a54d7489a2449a44d49ff7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000038000012C, 0x0000000380000190)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet e3241c8f3bfb46ebb2284ec3f32aaef7 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x00000004800000C8, 0x000000048000012C)
15:59:54.286 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 2acbaacaed8b41a19e32d36eea0f6aa6 for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000048000012C, 0x0000000480000190)
15:59:54.287 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet fe953faefa164ef5bb581efc3c88080c for table 'testTableAlterWithTableAndCustomHashSchemas-restore' with partition [0x000000058000012C, 0x0000000580000190)
15:59:54.287 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x0000000080000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000080000000, upperBoundPartitionKey=0x0000000080000064, ttl=299999, tablet=d2929a204e90400480ca65be90be8af5@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000080000064, upperBoundPartitionKey=0x00000000800000C8, ttl=299999, tablet=6953832a51a6430c986f27f3f10ba0b5@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x00000000800000C8, upperBoundPartitionKey=0x000000008000012C, ttl=299999, tablet=0236a91427ea454ba59027065743e7ee@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000008000012C, upperBoundPartitionKey=0x0000000080000190, ttl=299999, tablet=4d76a08c3feb4230a31b7c437b8dde82@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000080000190, upperBoundPartitionKey=0x0000000180000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000180000000, upperBoundPartitionKey=0x0000000180000064, ttl=299999, tablet=66a1fc47f79442468068aed6348fc8f3@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x0000000180000064, upperBoundPartitionKey=0x00000001800000C8, ttl=299999, tablet=31149fa071a54d4cbf8b81d38c3c3b3f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001800000C8, upperBoundPartitionKey=0x000000018000012C, ttl=299999, tablet=fe3b6ebe5cfc4d33b73f1f16423c9b8f@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000018000012C, upperBoundPartitionKey=0x0000000180000190, ttl=299999, tablet=f26bb81a8e5c40c8bbbc8ed93393ec46@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000180000190, upperBoundPartitionKey=0x0000000280000064, ttl=299999}, Tablet{lowerBoundPartitionKey=0x0000000280000064, upperBoundPartitionKey=0x00000002800000C8, ttl=299999, tablet=73e8745426b540a7b2d84055be58a569@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x00000002800000C8, upperBoundPartitionKey=0x000000028000012C, ttl=299999, tablet=342a95fe47ed44718bfd22a1a77d7f58@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, Tablet{lowerBoundPartitionKey=0x000000028000012C, upperBoundPartitionKey=0x0000000280000190, ttl=299999, tablet=3e7e9575c45843849f890afd5ac65dbf@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000280000190, upperBoundPartitionKey=0x00000003800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000003800000C8, upperBoundPartitionKey=0x000000038000012C, ttl=299999, tablet=a7ec37a11d2d4e8fa1e55ed5cec31e90@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, Tablet{lowerBoundPartitionKey=0x000000038000012C, upperBoundPartitionKey=0x0000000380000190, ttl=299999, tablet=6c6c902c17a54d7489a2449a44d49ff7@[3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000380000190, upperBoundPartitionKey=0x00000004800000C8, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000004800000C8, upperBoundPartitionKey=0x000000048000012C, ttl=299999, tablet=e3241c8f3bfb46ebb2284ec3f32aaef7@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, Tablet{lowerBoundPartitionKey=0x000000048000012C, upperBoundPartitionKey=0x0000000480000190, ttl=299999, tablet=2acbaacaed8b41a19e32d36eea0f6aa6@[cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000480000190, upperBoundPartitionKey=0x000000058000012C, ttl=299999}, Tablet{lowerBoundPartitionKey=0x000000058000012C, upperBoundPartitionKey=0x0000000580000190, ttl=299999, tablet=fe953faefa164ef5bb581efc3c88080c@[c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x0000000580000190, upperBoundPartitionKey=0x, ttl=299999}]
15:59:54.298 [INFO - dispatcher-event-loop-0] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:54.303 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:54.304 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:54.305 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:54.305 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:54.312 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:54.312 [DEBUG - main] (Connection.java:575) [peer master-127.3.32.188:34087(127.3.32.188:34087)] disconnecting while in state READY
15:59:54.312 [DEBUG - main] (Connection.java:575) [peer 3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)] disconnecting while in state READY
15:59:54.312 [DEBUG - main] (Connection.java:575) [peer master-127.3.32.189:42845(127.3.32.189:42845)] disconnecting while in state READY
15:59:54.313 [DEBUG - main] (Connection.java:575) [peer master-127.3.32.190:39883(127.3.32.190:39883)] disconnecting while in state READY
15:59:54.313 [DEBUG - main] (Connection.java:575) [peer cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)] disconnecting while in state READY
15:59:54.313 [DEBUG - main] (Connection.java:575) [peer c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)] disconnecting while in state READY
15:59:54.315 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.32.188:34087(127.3.32.188:34087)] handling channelInactive
15:59:54.315 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.32.188:34087(127.3.32.188:34087)] cleaning up while in state READY due to: connection closed
15:59:54.316 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.32.190:39883(127.3.32.190:39883)] handling channelInactive
15:59:54.316 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.32.190:39883(127.3.32.190:39883)] cleaning up while in state READY due to: connection closed
15:59:54.316 [DEBUG - kudu-nio-0] (Connection.java:239) [peer cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)] handling channelInactive
15:59:54.316 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:54.316 [DEBUG - kudu-nio-0] (Connection.java:709) [peer cfed04bf440a409197fc40054ab1d48d(127.3.32.130:36347)] cleaning up while in state READY due to: connection closed
15:59:54.316 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)] handling channelInactive
15:59:54.316 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 3d156ad0352445bbac810c775a63c7c4(127.3.32.129:39393)] cleaning up while in state READY due to: connection closed
15:59:54.317 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 43 thread-local buffer(s) from thread: kudu-nio-0
15:59:54.317 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.3.32.189:42845(127.3.32.189:42845)] handling channelInactive
15:59:54.317 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.3.32.189:42845(127.3.32.189:42845)] cleaning up while in state READY due to: connection closed
15:59:54.317 [DEBUG - kudu-nio-1] (Connection.java:239) [peer c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)] handling channelInactive
15:59:54.317 [DEBUG - kudu-nio-1] (Connection.java:709) [peer c718b5efb5d742b1830cbda44b7fc29f(127.3.32.131:37353)] cleaning up while in state READY due to: connection closed
15:59:54.321 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 53 thread-local buffer(s) from thread: kudu-nio-1
15:59:54.328 [DEBUG - main] (Connection.java:575) [peer master-127.3.32.188:34087(127.3.32.188:34087)] disconnecting while in state READY
15:59:54.328 [DEBUG - main] (Connection.java:575) [peer master-127.3.32.189:42845(127.3.32.189:42845)] disconnecting while in state READY
15:59:54.328 [DEBUG - main] (Connection.java:575) [peer master-127.3.32.190:39883(127.3.32.190:39883)] disconnecting while in state READY
15:59:54.330 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.3.32.189:42845(127.3.32.189:42845)] handling channelInactive
15:59:54.330 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.3.32.189:42845(127.3.32.189:42845)] cleaning up while in state READY due to: connection closed
15:59:54.330 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:54.331 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.32.188:34087(127.3.32.188:34087)] handling channelInactive
15:59:54.331 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.32.188:34087(127.3.32.188:34087)] cleaning up while in state READY due to: connection closed
15:59:54.331 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 26 thread-local buffer(s) from thread: kudu-nio-1
15:59:54.331 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.3.32.190:39883(127.3.32.190:39883)] handling channelInactive
15:59:54.331 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.3.32.190:39883(127.3.32.190:39883)] cleaning up while in state READY due to: connection closed
15:59:54.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.332056  3202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 3486
15:59:54.332 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-0
15:59:54.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.341353  3202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 3624
15:59:54.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.349515  3202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 3759
15:59:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.357098  3202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 3213
15:59:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.363718  3202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 3284
15:59:54.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.370345  3202 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 3355
15:59:54.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:54Z chronyd exiting
.15:59:54.441 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526394441
15:59:54.443 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:54.444 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:54.444 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:54.444 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:54.445 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:54.446 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:54.564 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:54.564 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:54.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.565229  4407 mini_oidc.cc:152] Starting JWKS server
15:59:54.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.567291  4407 webserver.cc:460] Webserver started at http://127.0.0.1:45039/ using document root <none> and password file <none>
15:59:54.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.567435  4407 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:54.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.567672  4407 webserver.cc:460] Webserver started at http://127.0.0.1:40643/ using document root <none> and password file <none>
15:59:54.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:54Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:54.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:54Z Disabled control of system clock
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.585377  4407 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/logs
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data/info.pb
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:54.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.254:34259
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.254
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:54.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45039/jwks.json with env {}
15:59:54.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.701933  4418 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:54.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.702236  4418 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:54.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.702280  4418 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.706571  4418 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.706629  4418 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.706647  4418 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.706663  4418 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.706681  4418 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.706693  4418 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45039/jwks.json
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.711599  4418 master_runner.cc:386] Master server non-default flags:
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data
15:59:54.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.254:34259
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45039/jwks.json
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data/info.pb
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.254
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4418
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/logs
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:54.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.712744  4418 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:59:54.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.714170  4418 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:54.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.723513  4418 server_base.cc:1034] running on GCE node
15:59:54.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.723459  4423 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:59:54.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.723543  4424 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:59:54.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.723459  4426 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:59:54.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.724519  4418 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:54.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.725785  4418 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:54.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.726958  4418 hybrid_clock.cc:648] HybridClock initialized: now 1783526394726936 us; error 37 us; skew 500 ppm
15:59:54.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.729113  4418 webserver.cc:460] Webserver started at http://127.4.77.254:45995/ using document root <none> and password file <none>
15:59:54.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.729676  4418 fs_manager.cc:359] Metadata directory not provided
15:59:54.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.729749  4418 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:54.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.729925  4418 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.731902  4418 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data/instance:
15:59:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6172bb8268af4e4d8033ae66ef3081ee"
15:59:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:54 on dist-test-slave-vt7w"
15:59:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.732445  4418 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal/instance:
15:59:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6172bb8268af4e4d8033ae66ef3081ee"
15:59:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:54 on dist-test-slave-vt7w"
15:59:54.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.736485  4418 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:54.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.739100  4432 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:54.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.740450  4418 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:54.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.740562  4418 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal
15:59:54.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6172bb8268af4e4d8033ae66ef3081ee"
15:59:54.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:54 on dist-test-slave-vt7w"
15:59:54.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.740656  4418 fs_report.cc:383] FS layout report
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data/data
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:54.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:54.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.756086  4418 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:54.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.756801  4418 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:59:54.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.756973  4418 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:54.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.764168  4418 rpc_server.cc:307] RPC server started. Bound to: 127.4.77.254:34259
15:59:54.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.764183  4484 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.4.77.254:34259 every 8 connection(s)
15:59:54.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.765163  4418 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/data/info.pb
15:59:54.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.768728  4485 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:59:54.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.771947  4407 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 4418
15:59:54.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.772089  4407 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-0/wal/instance
15:59:54.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.772454  4485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } has no permanent_uuid. Determining permanent_uuid...
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.773548  4407 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/logs
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data/info.pb
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.253:36905
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.253
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:54.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45039/jwks.json with env {}
15:59:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.787309  4485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } has no permanent_uuid. Determining permanent_uuid...
15:59:54.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.788204  4436 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.77.253:36905: connect: Connection refused (error 111)
15:59:54.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.789281  4485 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.253:36905: Network error: Client connection negotiation failed: client connection to 127.4.77.253:36905: connect: Connection refused (error 111)
15:59:54.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.838562  4485 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } attempt: 1
15:59:54.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.840247  4485 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.253:36905: Network error: Client connection negotiation failed: client connection to 127.4.77.253:36905: connect: Connection refused (error 111)
15:59:54.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.890522  4487 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.890805  4487 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.890843  4487 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.894996  4487 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.895066  4487 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.895085  4487 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.895107  4487 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.895123  4487 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.895136  4487 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45039/jwks.json
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.900050  4487 master_runner.cc:386] Master server non-default flags:
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.253:36905
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45039/jwks.json
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data/info.pb
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.253
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4487
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/logs
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:54.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:54.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.901185  4487 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:59:54.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.902590  4487 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:54.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.908466  4485 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } attempt: 2
15:59:54.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.910128  4485 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.253:36905: Network error: Client connection negotiation failed: client connection to 127.4.77.253:36905: connect: Connection refused (error 111)
15:59:54.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.911898  4496 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:59:54.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.911898  4495 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:59:54.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.911899  4498 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:59:54.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.912377  4487 server_base.cc:1034] running on GCE node
15:59:54.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.913054  4487 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:54.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.914248  4487 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:54.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.915423  4487 hybrid_clock.cc:648] HybridClock initialized: now 1783526394915411 us; error 30 us; skew 500 ppm
15:59:54.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.917562  4487 webserver.cc:460] Webserver started at http://127.4.77.253:35425/ using document root <none> and password file <none>
15:59:54.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.918165  4487 fs_manager.cc:359] Metadata directory not provided
15:59:54.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.918233  4487 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:54.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.918445  4487 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:54.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.920316  4487 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data/instance:
15:59:54.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6314ad33cde64fceb30cc475c3b0bc71"
15:59:54.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:54 on dist-test-slave-vt7w"
15:59:54.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.920903  4487 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal/instance:
15:59:54.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6314ad33cde64fceb30cc475c3b0bc71"
15:59:54.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:54 on dist-test-slave-vt7w"
15:59:54.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.925321  4487 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:59:54.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.927759  4504 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.929126  4487 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.929231  4487 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6314ad33cde64fceb30cc475c3b0bc71"
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:54 on dist-test-slave-vt7w"
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.929317  4487 fs_report.cc:383] FS layout report
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data/data
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:54.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:54.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.945901  4487 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:54.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.946571  4487 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:59:54.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.946727  4487 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:54.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.953941  4487 rpc_server.cc:307] RPC server started. Bound to: 127.4.77.253:36905
15:59:54.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.953946  4556 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.4.77.253:36905 every 8 connection(s)
15:59:54.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.954949  4487 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/data/info.pb
15:59:54.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.958323  4557 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:59:54.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.960414  4407 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 4487
15:59:54.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.960520  4407 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-1/wal/instance
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.961179  4407 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/logs
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data/info.pb
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.252:42717
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.252
15:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45039/jwks.json with env {}
15:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.962283  4557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } has no permanent_uuid. Determining permanent_uuid...
15:59:54.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.974524  4557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } has no permanent_uuid. Determining permanent_uuid...
15:59:54.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:54.983120  4557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } has no permanent_uuid. Determining permanent_uuid...
15:59:54.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.984118  4507 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:54.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:54.985466  4557 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.252:42717: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:55.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.001341  4485 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } attempt: 3
15:59:55.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.006997  4485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } has no permanent_uuid. Determining permanent_uuid...
15:59:55.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.008452  4485 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.252:42717: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.034835  4557 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } attempt: 1
15:59:55.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.036818  4557 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.252:42717: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:55.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.039654  4485 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } attempt: 1
15:59:55.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.041297  4485 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.252:42717: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:55.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.083807  4559 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:55.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.084087  4559 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:55.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.084126  4559 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.088390  4559 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.088462  4559 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.088481  4559 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.088498  4559 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.088515  4559 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.088529  4559 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:45039/jwks.json
15:59:55.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.093556  4559 master_runner.cc:386] Master server non-default flags:
15:59:55.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.252:42717
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45039/jwks.json
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data/info.pb
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.252
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4559
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/logs
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.094702  4559 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:59:55.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.096036  4559 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.105021  4557 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } attempt: 2
15:59:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.105253  4570 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:59:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.105264  4568 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:59:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.105268  4567 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:59:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.105672  4559 server_base.cc:1034] running on GCE node
15:59:55.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.106635  4559 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:55.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.106711  4557 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.252:42717: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:55.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.107995  4559 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:55.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.109187  4559 hybrid_clock.cc:648] HybridClock initialized: now 1783526395109161 us; error 45 us; skew 500 ppm
15:59:55.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.111503  4559 webserver.cc:460] Webserver started at http://127.4.77.252:44881/ using document root <none> and password file <none>
15:59:55.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.112111  4559 fs_manager.cc:359] Metadata directory not provided
15:59:55.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.112185  4559 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:55.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.112387  4559 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:55.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.114611  4559 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data/instance:
15:59:55.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d246611045c45448dc74fc5945eec33"
15:59:55.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.115249  4559 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal/instance:
15:59:55.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d246611045c45448dc74fc5945eec33"
15:59:55.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.116518  4485 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } attempt: 2
15:59:55.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.117997  4485 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.4.77.252:42717: Network error: Client connection negotiation failed: client connection to 127.4.77.252:42717: connect: Connection refused (error 111)
15:59:55.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.119794  4559 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:55.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.122660  4576 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.124225  4559 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.124454  4559 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d246611045c45448dc74fc5945eec33"
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.124614  4559 fs_report.cc:383] FS layout report
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data/data
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:55.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:55.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:55.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.139434  4559 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:55.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.140208  4559 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:59:55.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.140439  4559 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:55.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.148168  4559 rpc_server.cc:307] RPC server started. Bound to: 127.4.77.252:42717
15:59:55.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.148171  4628 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.4.77.252:42717 every 8 connection(s)
15:59:55.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.149251  4559 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/data/info.pb
15:59:55.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.152716  4629 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:59:55.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.156558  4629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } has no permanent_uuid. Determining permanent_uuid...
15:59:55.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.158334  4407 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 4559
15:59:55.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.158447  4407 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/master-2/wal/instance
15:59:55.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.169941  4629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } has no permanent_uuid. Determining permanent_uuid...
15:59:55.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.177732  4629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } has no permanent_uuid. Determining permanent_uuid...
15:59:55.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.185513  4629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: Bootstrap starting.
15:59:55.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.187960  4629 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: Neither blocks nor log segments found. Creating new log.
15:59:55.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.188884  4629 log.cc:824] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: Log is configured to *not* fsync() on all Append() calls
15:59:55.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.191337  4629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: No bootstrap required, opened a new log
15:59:55.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.194799  4629 raft_consensus.cc:348] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.195031  4629 raft_consensus.cc:374] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:55.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.195075  4629 raft_consensus.cc:729] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d246611045c45448dc74fc5945eec33, State: Initialized, Role: FOLLOWER
15:59:55.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.195464  4629 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.195925  4638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.196053  4638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.196735  4629 sys_catalog.cc:564] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [sys.catalog]: configured and running, proceeding with master startup.
15:59:55.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.197919  4557 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } attempt: 3
15:59:55.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.202704  4649 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:55.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.202973  4649 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:55.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.200596  4559 master_runner.cc:186] Error getting master registration for 127.4.77.254:34259: OK, instance_id { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" instance_seqno: 1783526394762236 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:55.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.204063  4559 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:55.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.206568  4557 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: Bootstrap starting.
15:59:55.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.209700  4557 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: Neither blocks nor log segments found. Creating new log.
15:59:55.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.211064  4557 log.cc:824] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: Log is configured to *not* fsync() on all Append() calls
15:59:55.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.213492  4557 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: No bootstrap required, opened a new log
15:59:55.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.217201  4485 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } attempt: 3
15:59:55.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.217849  4557 raft_consensus.cc:348] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.218287  4557 raft_consensus.cc:374] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:55.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.218348  4557 raft_consensus.cc:729] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6314ad33cde64fceb30cc475c3b0bc71, State: Initialized, Role: FOLLOWER
15:59:55.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.218932  4557 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.219515  4652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.219775  4652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.220461  4557 sys_catalog.cc:564] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [sys.catalog]: configured and running, proceeding with master startup.
15:59:55.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.226541  4485 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: Bootstrap starting.
15:59:55.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.224481  4487 master_runner.cc:186] Error getting master registration for 127.4.77.254:34259: OK, instance_id { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" instance_seqno: 1783526394762236 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:55.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.227794  4487 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:55.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.227936  4663 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:55.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.228004  4663 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:55.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.229465  4485 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: Neither blocks nor log segments found. Creating new log.
15:59:55.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.230679  4485 log.cc:824] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: Log is configured to *not* fsync() on all Append() calls
15:59:55.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.232697  4485 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: No bootstrap required, opened a new log
15:59:55.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.236724  4485 raft_consensus.cc:348] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.237031  4485 raft_consensus.cc:374] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:55.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.237083  4485 raft_consensus.cc:729] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6172bb8268af4e4d8033ae66ef3081ee, State: Initialized, Role: FOLLOWER
15:59:55.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.237555  4485 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.238080  4666 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.238303  4666 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.238981  4485 sys_catalog.cc:564] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: configured and running, proceeding with master startup.
15:59:55.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.244202  4677 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:55.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.244459  4677 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:55.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.248674  4418 master_runner.cc:263] No leader master found from master 6172bb8268af4e4d8033ae66ef3081ee
15:59:55.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.248751  4418 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.251016  4666 raft_consensus.cc:482] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.251174  4666 raft_consensus.cc:504] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.252537  4666 leader_election.cc:288] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6314ad33cde64fceb30cc475c3b0bc71 (127.4.77.253:36905), 3d246611045c45448dc74fc5945eec33 (127.4.77.252:42717)
15:59:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.253793  4531 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6172bb8268af4e4d8033ae66ef3081ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6314ad33cde64fceb30cc475c3b0bc71" is_pre_election: true
15:59:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.254205  4531 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6172bb8268af4e4d8033ae66ef3081ee in term 0.
15:59:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.254807  4603 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6172bb8268af4e4d8033ae66ef3081ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d246611045c45448dc74fc5945eec33" is_pre_election: true
15:59:55.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.255127  4603 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6172bb8268af4e4d8033ae66ef3081ee in term 0.
15:59:55.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.255798  4436 leader_election.cc:302] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6172bb8268af4e4d8033ae66ef3081ee, 6314ad33cde64fceb30cc475c3b0bc71; no voters: 
15:59:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.256496  4666 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.256587  4666 raft_consensus.cc:482] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.256635  4666 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 0 FOLLOWER]: Advancing to term 1
15:59:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.257936  4666 raft_consensus.cc:504] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.258330  4666 leader_election.cc:288] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [CANDIDATE]: Term 1 election: Requested vote from peers 6314ad33cde64fceb30cc475c3b0bc71 (127.4.77.253:36905), 3d246611045c45448dc74fc5945eec33 (127.4.77.252:42717)
15:59:55.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.258534  4438 tablet.cc:2369] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.259414  4603 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6172bb8268af4e4d8033ae66ef3081ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d246611045c45448dc74fc5945eec33"
15:59:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.259555  4603 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 0 FOLLOWER]: Advancing to term 1
15:59:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.260908  4603 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6172bb8268af4e4d8033ae66ef3081ee in term 1.
15:59:55.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.263602  4435 leader_election.cc:302] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [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: 3d246611045c45448dc74fc5945eec33, 6172bb8268af4e4d8033ae66ef3081ee; no voters: 
15:59:55.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.264290  4531 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6172bb8268af4e4d8033ae66ef3081ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6314ad33cde64fceb30cc475c3b0bc71"
15:59:55.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.264436  4531 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 0 FOLLOWER]: Advancing to term 1
15:59:55.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.265782  4531 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6172bb8268af4e4d8033ae66ef3081ee in term 1.
15:59:55.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.266803  4666 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 1 FOLLOWER]: Leader election won for term 1
15:59:55.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.267055  4666 raft_consensus.cc:686] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [term 1 LEADER]: Becoming Leader. State: Replica: 6172bb8268af4e4d8033ae66ef3081ee, State: Running, Role: LEADER
15:59:55.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.267460  4666 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [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: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } }
15:59:55.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.269757  4666 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6172bb8268af4e4d8033ae66ef3081ee. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.270030  4666 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: This master's current role is: LEADER
15:59:55.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.271965  4681 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:55.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.273264  4681 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:55.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.282703  4603 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [term 1 FOLLOWER]: Refusing update from remote peer 6172bb8268af4e4d8033ae66ef3081ee: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:55.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.283725  4679 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:55.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.288267  4638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6172bb8268af4e4d8033ae66ef3081ee. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.288448  4638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.289885  4531 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [term 1 FOLLOWER]: Refusing update from remote peer 6172bb8268af4e4d8033ae66ef3081ee: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:55.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.290728  4679 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:55.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.298465  4652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6172bb8268af4e4d8033ae66ef3081ee. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.298622  4652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.301909  4638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.302062  4638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33 [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.303112  4679 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.303258  4679 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: This master's current role is: LEADER
15:59:55.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.303854  4682 mvcc.cc:205] Tried to move back new op lower bound from 7305324115068993536 to 7305324115020181504. Current Snapshot: MvccSnapshot[applied={T|T < 7305324115068993536}]
15:59:55.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.305943  4681 catalog_manager.cc:1347] Generated new cluster ID: 7d45007a4cab4e0da60fa2ba0f463b21
15:59:55.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.306010  4681 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:55.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.314433  4666 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.314599  4666 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee [sys.catalog]: This master's current role is: LEADER
15:59:55.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.315683  4652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6172bb8268af4e4d8033ae66ef3081ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6172bb8268af4e4d8033ae66ef3081ee" member_type: VOTER last_known_addr { host: "127.4.77.254" port: 34259 } } peers { permanent_uuid: "6314ad33cde64fceb30cc475c3b0bc71" member_type: VOTER last_known_addr { host: "127.4.77.253" port: 36905 } } peers { permanent_uuid: "3d246611045c45448dc74fc5945eec33" member_type: VOTER last_known_addr { host: "127.4.77.252" port: 42717 } } }
15:59:55.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.315815  4652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71 [sys.catalog]: This master's current role is: FOLLOWER
15:59:55.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.316125  4685 mvcc.cc:205] Tried to move back new op lower bound from 7305324115068993536 to 7305324115020181504. Current Snapshot: MvccSnapshot[applied={T|T < 7305324115068993536}]
15:59:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.337626  4681 catalog_manager.cc:1370] Generated new certificate authority record
15:59:55.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.339239  4681 catalog_manager.cc:1504] Loading token signing keys...
15:59:55.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.352679  4681 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 6172bb8268af4e4d8033ae66ef3081ee: Generated new TSK 0
15:59:55.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.354964  4681 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.372632  4407 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/logs
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data/info.pb
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.193:0
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.4.77.193
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.193
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:55.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.517522  4691 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:55.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.517828  4691 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:55.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.517866  4691 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:55.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.522329  4691 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:55.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.522444  4691 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.4.77.193
15:59:55.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.527580  4691 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.193:0
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data/info.pb
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.193
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4691
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.4.77.193
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/logs
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:55.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:55.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.528936  4691 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:59:55.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.530413  4691 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.540472  4699 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:59:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.540618  4696 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:59:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.540477  4697 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:59:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.540724  4691 server_base.cc:1034] running on GCE node
15:59:55.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.541369  4691 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:55.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.542152  4691 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:55.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.543358  4691 hybrid_clock.cc:648] HybridClock initialized: now 1783526395543338 us; error 34 us; skew 500 ppm
15:59:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.545681  4691 webserver.cc:460] Webserver started at http://127.4.77.193:42173/ using document root <none> and password file <none>
15:59:55.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.546336  4691 fs_manager.cc:359] Metadata directory not provided
15:59:55.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.546448  4691 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:55.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.546696  4691 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:55.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.549225  4691 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data/instance:
15:59:55.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9efc80a04bb4103bb3390a73975091d"
15:59:55.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.549917  4691 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal/instance:
15:59:55.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9efc80a04bb4103bb3390a73975091d"
15:59:55.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.554287  4691 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:55.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.557101  4705 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.558440  4691 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.558602  4691 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal
15:59:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9efc80a04bb4103bb3390a73975091d"
15:59:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.558764  4691 fs_report.cc:383] FS layout report
15:59:55.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data/data
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:55.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:55.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.572295  4691 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:55.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.573204  4691 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:59:55.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.573438  4691 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:55.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.574077  4691 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:55.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.575103  4691 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:55.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.575176  4691 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:55.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.575230  4691 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:55.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.575253  4691 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:55.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.586027  4691 rpc_server.cc:307] RPC server started. Bound to: 127.4.77.193:44953
15:59:55.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.586057  4818 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.4.77.193:44953 every 8 connection(s)
15:59:55.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.586985  4691 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/data/info.pb
15:59:55.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.591769  4407 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 4691
15:59:55.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.591898  4407 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-0/wal/instance
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.594799  4407 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/logs
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data/info.pb
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:55.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.194:0
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.4.77.194
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.194
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:55.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.600550  4820 heartbeater.cc:347] Connected to a master server at 127.4.77.254:34259
15:59:55.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.600600  4819 heartbeater.cc:347] Connected to a master server at 127.4.77.252:42717
15:59:55.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.600854  4819 heartbeater.cc:464] Registering TS with master...
15:59:55.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.601025  4821 heartbeater.cc:347] Connected to a master server at 127.4.77.253:36905
15:59:55.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.601105  4821 heartbeater.cc:464] Registering TS with master...
15:59:55.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.600854  4820 heartbeater.cc:464] Registering TS with master...
15:59:55.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.601614  4819 heartbeater.cc:511] Master 127.4.77.252:42717 requested a full tablet report, sending...
15:59:55.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.601604  4820 heartbeater.cc:511] Master 127.4.77.254:34259 requested a full tablet report, sending...
15:59:55.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.601606  4821 heartbeater.cc:511] Master 127.4.77.253:36905 requested a full tablet report, sending...
15:59:55.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.603355  4448 ts_manager.cc:194] Registered new tserver with Master: d9efc80a04bb4103bb3390a73975091d (127.4.77.193:44953)
15:59:55.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.603355  4593 ts_manager.cc:194] Registered new tserver with Master: d9efc80a04bb4103bb3390a73975091d (127.4.77.193:44953)
15:59:55.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.603602  4521 ts_manager.cc:194] Registered new tserver with Master: d9efc80a04bb4103bb3390a73975091d (127.4.77.193:44953)
15:59:55.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.604709  4448 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.4.77.193:52885
15:59:55.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.714227  4826 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:55.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.714535  4826 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:55.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.714597  4826 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:55.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.718860  4826 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:55.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.719007  4826 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.4.77.194
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.724344  4826 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.194:0
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data/info.pb
15:59:55.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.194
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4826
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.4.77.194
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/logs
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:55.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.725757  4826 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:59:55.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.727185  4826 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:55.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.737318  4834 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:59:55.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.737310  4832 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:59:55.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.737367  4831 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:59:55.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.737694  4826 server_base.cc:1034] running on GCE node
15:59:55.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.738111  4826 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:55.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.738837  4826 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:55.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.740036  4826 hybrid_clock.cc:648] HybridClock initialized: now 1783526395739998 us; error 51 us; skew 500 ppm
15:59:55.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.741962  4826 webserver.cc:460] Webserver started at http://127.4.77.194:42601/ using document root <none> and password file <none>
15:59:55.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.742547  4826 fs_manager.cc:359] Metadata directory not provided
15:59:55.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.742641  4826 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:55.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.742851  4826 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.744974  4826 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data/instance:
15:59:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91bb3c6fa9024a9686822a54087fdeee"
15:59:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.745558  4826 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal/instance:
15:59:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91bb3c6fa9024a9686822a54087fdeee"
15:59:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.749460  4826 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:55.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.751861  4840 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.753134  4826 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.753269  4826 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91bb3c6fa9024a9686822a54087fdeee"
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.753413  4826 fs_report.cc:383] FS layout report
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data/data
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:55.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:55.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.767642  4826 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:55.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.768359  4826 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:59:55.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.768579  4826 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:55.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.769243  4826 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:55.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.770277  4826 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:55.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.770344  4826 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:55.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.770399  4826 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:55.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.770426  4826 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:55.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.780813  4826 rpc_server.cc:307] RPC server started. Bound to: 127.4.77.194:43317
15:59:55.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.780830  4953 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.4.77.194:43317 every 8 connection(s)
15:59:55.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.781703  4826 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/data/info.pb
15:59:55.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.785290  4407 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 4826
15:59:55.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.785403  4407 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-1/wal/instance
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.787869  4407 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/logs
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data/info.pb
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.195:0
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.4.77.195
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.195
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:55.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.795714  4955 heartbeater.cc:347] Connected to a master server at 127.4.77.254:34259
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.795809  4956 heartbeater.cc:347] Connected to a master server at 127.4.77.253:36905
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.795990  4955 heartbeater.cc:464] Registering TS with master...
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.795989  4956 heartbeater.cc:464] Registering TS with master...
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.796452  4954 heartbeater.cc:347] Connected to a master server at 127.4.77.252:42717
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.796530  4954 heartbeater.cc:464] Registering TS with master...
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.796712  4956 heartbeater.cc:511] Master 127.4.77.253:36905 requested a full tablet report, sending...
15:59:55.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.796715  4954 heartbeater.cc:511] Master 127.4.77.252:42717 requested a full tablet report, sending...
15:59:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.796715  4955 heartbeater.cc:511] Master 127.4.77.254:34259 requested a full tablet report, sending...
15:59:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.797998  4593 ts_manager.cc:194] Registered new tserver with Master: 91bb3c6fa9024a9686822a54087fdeee (127.4.77.194:43317)
15:59:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.798085  4448 ts_manager.cc:194] Registered new tserver with Master: 91bb3c6fa9024a9686822a54087fdeee (127.4.77.194:43317)
15:59:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.798983  4448 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.4.77.194:52165
15:59:55.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.799793  4521 ts_manager.cc:194] Registered new tserver with Master: 91bb3c6fa9024a9686822a54087fdeee (127.4.77.194:43317)
15:59:55.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.906198  4961 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:55.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.906486  4961 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:55.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.906530  4961 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:55.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.910777  4961 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:55.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.910887  4961 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.4.77.195
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.915905  4961 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.77.212:34703
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.77.195:0
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data/info.pb
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.77.195
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.4.77.254:34259,127.4.77.253:36905,127.4.77.252:42717
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4961
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.4.77.195
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/logs
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:55.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:55.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.917094  4961 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:59:55.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.918452  4961 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:55.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.928442  4969 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:59:55.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.928473  4966 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:59:55.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:55.929059  4967 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:59:55.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.929354  4961 server_base.cc:1034] running on GCE node
15:59:55.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.929904  4961 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:55.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.930747  4961 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:55.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.931967  4961 hybrid_clock.cc:648] HybridClock initialized: now 1783526395931893 us; error 89 us; skew 500 ppm
15:59:55.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.934458  4961 webserver.cc:460] Webserver started at http://127.4.77.195:34619/ using document root <none> and password file <none>
15:59:55.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.935093  4961 fs_manager.cc:359] Metadata directory not provided
15:59:55.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.935187  4961 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:55.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.935406  4961 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:55.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.937493  4961 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data/instance:
15:59:55.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b40025d275f34141a91d5097156199ea"
15:59:55.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.938098  4961 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal/instance:
15:59:55.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b40025d275f34141a91d5097156199ea"
15:59:55.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.942196  4961 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:55.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.944723  4975 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.946241  4961 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.946486  4961 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b40025d275f34141a91d5097156199ea"
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:55 on dist-test-slave-vt7w"
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.946628  4961 fs_report.cc:383] FS layout report
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data/data
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:55.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:55.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.974918  4961 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:55.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.975724  4961 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:59:55.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.975967  4961 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:55.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.976624  4961 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:55.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.977696  4961 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:55.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.977771  4961 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:55.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.977857  4961 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:55.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.977885  4961 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:55.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.987213  4961 rpc_server.cc:307] RPC server started. Bound to: 127.4.77.195:33727
15:59:55.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.987243  5088 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.4.77.195:33727 every 8 connection(s)
15:59:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.988181  4961 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/data/info.pb
15:59:55.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.995667  4407 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 4961
15:59:55.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:55.995790  4407 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster9039108626084778569/ts-2/wal/instance
15:59:56.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.000691  5091 heartbeater.cc:347] Connected to a master server at 127.4.77.253:36905
15:59:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.000808  5089 heartbeater.cc:347] Connected to a master server at 127.4.77.252:42717
15:59:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.000978  5091 heartbeater.cc:464] Registering TS with master...
15:59:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.000978  5089 heartbeater.cc:464] Registering TS with master...
15:59:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.001554  5090 heartbeater.cc:347] Connected to a master server at 127.4.77.254:34259
15:59:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.001652  5091 heartbeater.cc:511] Master 127.4.77.253:36905 requested a full tablet report, sending...
15:59:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.001667  5090 heartbeater.cc:464] Registering TS with master...
15:59:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.001885  5090 heartbeater.cc:511] Master 127.4.77.254:34259 requested a full tablet report, sending...
15:59:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.002161  5089 heartbeater.cc:511] Master 127.4.77.252:42717 requested a full tablet report, sending...
15:59:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.002709  4449 ts_manager.cc:194] Registered new tserver with Master: b40025d275f34141a91d5097156199ea (127.4.77.195:33727)
15:59:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.002854  4593 ts_manager.cc:194] Registered new tserver with Master: b40025d275f34141a91d5097156199ea (127.4.77.195:33727)
15:59:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.003306  4521 ts_manager.cc:194] Registered new tserver with Master: b40025d275f34141a91d5097156199ea (127.4.77.195:33727)
15:59:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.003530  4449 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.4.77.195:60055
15:59:56.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.018971  4407 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:56.020 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:56.020 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:56.020 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.77.254"
      port: 34259
    }
    bound_http_address {
      host: "127.4.77.254"
      port: 45995
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.77.253"
      port: 36905
    }
    bound_http_address {
      host: "127.4.77.253"
      port: 35425
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.77.252"
      port: 42717
    }
    bound_http_address {
      host: "127.4.77.252"
      port: 44881
    }
  }
}

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

15:59:56.022 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.77.193"
      port: 44953
    }
    bound_http_address {
      host: "127.4.77.193"
      port: 42173
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.77.194"
      port: 43317
    }
    bound_http_address {
      host: "127.4.77.194"
      port: 42601
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.77.195"
      port: 33727
    }
    bound_http_address {
      host: "127.4.77.195"
      port: 34619
    }
  }
}

15:59:56.022 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:56.024 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:56.024 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:56.025 [INFO - main] (Logging.scala:57) ==============================================================
15:59:56.025 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:56.025 [INFO - main] (Logging.scala:57) ==============================================================
15:59:56.025 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:56.025 [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:59:56.025 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:56.026 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:56.026 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:56.026 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:56.026 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:56.026 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:56.026 [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:59:56.045 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 46403.
15:59:56.047 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:56.048 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:56.048 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:56.048 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:56.048 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:56.049 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-6eb92572-5ed2-48d6-83fe-ef0258bbf203
15:59:56.049 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:56.050 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:56.068 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:56.071 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 39709.
15:59:56.071 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:39709
15:59:56.072 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:56.072 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39709, None)
15:59:56.072 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:39709 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39709, None)
15:59:56.073 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39709, None)
15:59:56.073 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39709, None)
15:59:56.079 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:56.087 [DEBUG - main] (Connection.java:748) [peer master-127.4.77.254:34259(127.4.77.254:34259)] connecting to peer
15:59:56.087 [DEBUG - main] (Connection.java:748) [peer master-127.4.77.252:42717(127.4.77.252:42717)] connecting to peer
15:59:56.088 [DEBUG - main] (Connection.java:748) [peer master-127.4.77.253:36905(127.4.77.253:36905)] connecting to peer
15:59:56.089 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.77.254:34259(127.4.77.254:34259)] Successfully connected to peer
15:59:56.090 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.77.252:42717(127.4.77.252:42717)] Successfully connected to peer
15:59:56.091 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.77.253:36905(127.4.77.253:36905)] Successfully connected to peer
15:59:56.092 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.4.77.254
15:59:56.092 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.4.77.252
15:59:56.095 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.4.77.253
15:59:56.103 [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:59:56.104 [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:59:56.104 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xca0ef403, L:/127.0.0.1:41188 - R:/127.4.77.252:42717] using SASL/PLAIN
15:59:56.108 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7cd921ff, L:/127.0.0.1:40592 - R:/127.4.77.254:34259] using SASL/PLAIN
15:59:56.110 [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:59:56.111 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:56.112 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x7c894068, L:/127.0.0.1:39230 - R:/127.4.77.253:36905] using SASL/PLAIN
15:59:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.113469  4449 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40592:
15:59:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:56.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:56.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:56.120 [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:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:56.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:56.127 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 34b08852da414e0f87014ff9d60a443b
15:59:56.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.140434  4888 tablet_service.cc:1467] Processing CreateTablet for tablet 60e358052e2a444dac961b4c61199bff (DEFAULT_TABLE table=test [id=34b08852da414e0f87014ff9d60a443b]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:56.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.140424  4753 tablet_service.cc:1467] Processing CreateTablet for tablet fd624ebdd12b4582bcac6463b19825d4 (DEFAULT_TABLE table=test [id=34b08852da414e0f87014ff9d60a443b]), partition=RANGE (key) PARTITION VALUES < 50
15:59:56.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.141768  4888 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 60e358052e2a444dac961b4c61199bff. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:56.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.141768  4753 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet fd624ebdd12b4582bcac6463b19825d4. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:56.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.147789  5139 tablet_bootstrap.cc:492] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d: Bootstrap starting.
15:59:56.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.148927  5140 tablet_bootstrap.cc:492] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee: Bootstrap starting.
15:59:56.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.150543  5139 tablet_bootstrap.cc:654] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d: Neither blocks nor log segments found. Creating new log.
15:59:56.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.151302  5140 tablet_bootstrap.cc:654] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee: Neither blocks nor log segments found. Creating new log.
15:59:56.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.151371  5139 log.cc:824] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d: Log is configured to *not* fsync() on all Append() calls
15:59:56.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.152717  5140 log.cc:824] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee: Log is configured to *not* fsync() on all Append() calls
15:59:56.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.153743  5139 tablet_bootstrap.cc:492] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d: No bootstrap required, opened a new log
15:59:56.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.153968  5139 ts_tablet_manager.cc:1397] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:56.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.154772  5140 tablet_bootstrap.cc:492] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee: No bootstrap required, opened a new log
15:59:56.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.154949  5140 ts_tablet_manager.cc:1397] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.000s
15:59:56.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.157639  5139 raft_consensus.cc:348] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d9efc80a04bb4103bb3390a73975091d" member_type: VOTER last_known_addr { host: "127.4.77.193" port: 44953 } }
15:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.157949  5139 raft_consensus.cc:374] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.158004  5139 raft_consensus.cc:729] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9efc80a04bb4103bb3390a73975091d, State: Initialized, Role: FOLLOWER
15:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.158489  5139 consensus_queue.cc:260] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [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: "d9efc80a04bb4103bb3390a73975091d" member_type: VOTER last_known_addr { host: "127.4.77.193" port: 44953 } }
15:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.158699  5139 raft_consensus.cc:388] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.158784  5139 raft_consensus.cc:482] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.158896  5139 raft_consensus.cc:3037] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 0 FOLLOWER]: Advancing to term 1
15:59:56.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159019  5140 raft_consensus.cc:348] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "91bb3c6fa9024a9686822a54087fdeee" member_type: VOTER last_known_addr { host: "127.4.77.194" port: 43317 } }
15:59:56.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159272  5140 raft_consensus.cc:374] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:56.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159320  5140 raft_consensus.cc:729] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91bb3c6fa9024a9686822a54087fdeee, State: Initialized, Role: FOLLOWER
15:59:56.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159727  5140 consensus_queue.cc:260] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [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: "91bb3c6fa9024a9686822a54087fdeee" member_type: VOTER last_known_addr { host: "127.4.77.194" port: 43317 } }
15:59:56.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159878  5140 raft_consensus.cc:388] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:56.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159927  5140 raft_consensus.cc:482] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:56.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.160003  5140 raft_consensus.cc:3037] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 0 FOLLOWER]: Advancing to term 1
15:59:56.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.159986  5139 raft_consensus.cc:504] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d9efc80a04bb4103bb3390a73975091d" member_type: VOTER last_known_addr { host: "127.4.77.193" port: 44953 } }
15:59:56.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.160332  5139 leader_election.cc:302] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [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: d9efc80a04bb4103bb3390a73975091d; no voters: 
15:59:56.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.160692  5139 leader_election.cc:288] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:56.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161026  5140 raft_consensus.cc:504] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "91bb3c6fa9024a9686822a54087fdeee" member_type: VOTER last_known_addr { host: "127.4.77.194" port: 43317 } }
15:59:56.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161087  5144 raft_consensus.cc:2781] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 1 FOLLOWER]: Leader election won for term 1
15:59:56.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161264  5144 raft_consensus.cc:686] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [term 1 LEADER]: Becoming Leader. State: Replica: d9efc80a04bb4103bb3390a73975091d, State: Running, Role: LEADER
15:59:56.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161478  5140 leader_election.cc:302] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [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: 91bb3c6fa9024a9686822a54087fdeee; no voters: 
15:59:56.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161684  5144 consensus_queue.cc:237] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d [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: "d9efc80a04bb4103bb3390a73975091d" member_type: VOTER last_known_addr { host: "127.4.77.193" port: 44953 } }
15:59:56.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161813  5139 ts_tablet_manager.cc:1428] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
15:59:56.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.161948  5140 leader_election.cc:288] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:56.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.162278  4820 heartbeater.cc:503] Master 127.4.77.254:34259 was elected leader, sending a full tablet report...
15:59:56.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.162949  5147 raft_consensus.cc:2781] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 1 FOLLOWER]: Leader election won for term 1
15:59:56.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.163240  5147 raft_consensus.cc:686] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [term 1 LEADER]: Becoming Leader. State: Replica: 91bb3c6fa9024a9686822a54087fdeee, State: Running, Role: LEADER
15:59:56.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.163384  5140 ts_tablet_manager.cc:1428] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
15:59:56.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.163751  5147 consensus_queue.cc:237] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee [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: "91bb3c6fa9024a9686822a54087fdeee" member_type: VOTER last_known_addr { host: "127.4.77.194" port: 43317 } }
15:59:56.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.163865  4955 heartbeater.cc:503] Master 127.4.77.254:34259 was elected leader, sending a full tablet report...
15:59:56.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.168203  4449 catalog_manager.cc:5495] T fd624ebdd12b4582bcac6463b19825d4 P d9efc80a04bb4103bb3390a73975091d reported cstate change: term changed from 0 to 1, leader changed from <none> to d9efc80a04bb4103bb3390a73975091d (127.4.77.193). New cstate: current_term: 1 leader_uuid: "d9efc80a04bb4103bb3390a73975091d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d9efc80a04bb4103bb3390a73975091d" member_type: VOTER last_known_addr { host: "127.4.77.193" port: 44953 } health_report { overall_health: HEALTHY } } }
15:59:56.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.170111  4447 catalog_manager.cc:5495] T 60e358052e2a444dac961b4c61199bff P 91bb3c6fa9024a9686822a54087fdeee reported cstate change: term changed from 0 to 1, leader changed from <none> to 91bb3c6fa9024a9686822a54087fdeee (127.4.77.194). New cstate: current_term: 1 leader_uuid: "91bb3c6fa9024a9686822a54087fdeee" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "91bb3c6fa9024a9686822a54087fdeee" member_type: VOTER last_known_addr { host: "127.4.77.194" port: 43317 } health_report { overall_health: HEALTHY } } }
15:59:56.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.190522  4447 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40592:
15:59:56.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:56.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:56.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 92ae573150dc443f81ef5b6be7c3d790
15:59:56.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.204473  4649 catalog_manager.cc:1259] Loaded cluster ID: 7d45007a4cab4e0da60fa2ba0f463b21
15:59:56.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.204568  4649 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: loading cluster ID for follower catalog manager: success
15:59:56.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.206708  4649 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: acquiring CA information for follower catalog manager: success
15:59:56.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.208091  4649 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 3d246611045c45448dc74fc5945eec33: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:56.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.208664  5023 tablet_service.cc:1467] Processing CreateTablet for tablet 23b3727b79cb467ab10de117af00a2d4 (DEFAULT_TABLE table=simple-test [id=92ae573150dc443f81ef5b6be7c3d790]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:56.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.209821  5023 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 23b3727b79cb467ab10de117af00a2d4. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:56.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.215900  5154 tablet_bootstrap.cc:492] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea: Bootstrap starting.
15:59:56.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.218644  5154 tablet_bootstrap.cc:654] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea: Neither blocks nor log segments found. Creating new log.
15:59:56.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.219388  5154 log.cc:824] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea: Log is configured to *not* fsync() on all Append() calls
15:59:56.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.221325  5154 tablet_bootstrap.cc:492] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea: No bootstrap required, opened a new log
15:59:56.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.221537  5154 ts_tablet_manager.cc:1397] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.224702  5154 raft_consensus.cc:348] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b40025d275f34141a91d5097156199ea" member_type: VOTER last_known_addr { host: "127.4.77.195" port: 33727 } }
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.225024  5154 raft_consensus.cc:374] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.225064  5154 raft_consensus.cc:729] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b40025d275f34141a91d5097156199ea, State: Initialized, Role: FOLLOWER
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.225451  5154 consensus_queue.cc:260] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [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: "b40025d275f34141a91d5097156199ea" member_type: VOTER last_known_addr { host: "127.4.77.195" port: 33727 } }
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.225564  5154 raft_consensus.cc:388] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.225606  5154 raft_consensus.cc:482] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:56.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.225672  5154 raft_consensus.cc:3037] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 0 FOLLOWER]: Advancing to term 1
15:59:56.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.226524  5154 raft_consensus.cc:504] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b40025d275f34141a91d5097156199ea" member_type: VOTER last_known_addr { host: "127.4.77.195" port: 33727 } }
15:59:56.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.226867  5154 leader_election.cc:302] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [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: b40025d275f34141a91d5097156199ea; no voters: 
15:59:56.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.227161  5154 leader_election.cc:288] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:56.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.227360  5156 raft_consensus.cc:2781] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 1 FOLLOWER]: Leader election won for term 1
15:59:56.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.227691  5156 raft_consensus.cc:686] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [term 1 LEADER]: Becoming Leader. State: Replica: b40025d275f34141a91d5097156199ea, State: Running, Role: LEADER
15:59:56.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.227893  5090 heartbeater.cc:503] Master 127.4.77.254:34259 was elected leader, sending a full tablet report...
15:59:56.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.228145  5156 consensus_queue.cc:237] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea [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: "b40025d275f34141a91d5097156199ea" member_type: VOTER last_known_addr { host: "127.4.77.195" port: 33727 } }
15:59:56.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.229013  5154 ts_tablet_manager.cc:1428] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:56.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.229657  4663 catalog_manager.cc:1259] Loaded cluster ID: 7d45007a4cab4e0da60fa2ba0f463b21
15:59:56.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.229719  4663 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: loading cluster ID for follower catalog manager: success
15:59:56.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.231525  4447 catalog_manager.cc:5495] T 23b3727b79cb467ab10de117af00a2d4 P b40025d275f34141a91d5097156199ea reported cstate change: term changed from 0 to 1, leader changed from <none> to b40025d275f34141a91d5097156199ea (127.4.77.195). New cstate: current_term: 1 leader_uuid: "b40025d275f34141a91d5097156199ea" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b40025d275f34141a91d5097156199ea" member_type: VOTER last_known_addr { host: "127.4.77.195" port: 33727 } health_report { overall_health: HEALTHY } } }
15:59:56.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.232148  4663 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: acquiring CA information for follower catalog manager: success
15:59:56.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.233922  4663 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 6314ad33cde64fceb30cc475c3b0bc71: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:56.249 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526396248
15:59:56.249 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4340821276694227547/
15:59:56.251 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup4340821276694227547/
15:59:56.252 [ERROR - ForkJoinPool-257-worker-1] (KuduRestore.scala:242) Failed to restore table missingTable
java.lang.RuntimeException: No valid backups found for table: missingTable
	at org.apache.kudu.backup.KuduRestore$.doRestore(KuduRestore.scala:93) ~[main/:?]
	at org.apache.kudu.backup.KuduRestore$.$anonfun$run$5(KuduRestore.scala:234) ~[main/:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.Try$.apply(Try.scala:213) ~[scala-library-2.12.15.jar:?]
	at org.apache.kudu.backup.KuduRestore$.$anonfun$run$4(KuduRestore.scala:234) ~[main/:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner(RemainsIterator.scala:116) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AugmentedIterableIterator.map2combiner$(RemainsIterator.scala:113) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.immutable.ParVector$ParVectorIterator.map2combiner(ParVector.scala:66) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.leaf(ParIterableLike.scala:1064) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ~[scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$Map.tryLeaf(ParIterableLike.scala:1061) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:389) ~[?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:719) ~[?:1.8.0_362]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks$WrappedTask.sync$(Tasks.scala:379) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.sync(Tasks.scala:440) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult(Tasks.scala:423) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTasks.executeAndWaitResult$(Tasks.scala:416) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ForkJoinTaskSupport.executeAndWaitResult(TaskSupport.scala:60) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.leaf(ParIterableLike.scala:968) ~[scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.$anonfun$tryLeaf$1(Tasks.scala:53) ~[scala-library-2.12.15.jar:?]
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) [scala-library-2.12.15.jar:?]
	at scala.util.control.Breaks$$anon$1.catchBreak(Breaks.scala:67) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf(Tasks.scala:56) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.Task.tryLeaf$(Tasks.scala:50) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.ParIterableLike$ResultMapping.tryLeaf(ParIterableLike.scala:963) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute(Tasks.scala:153) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingTasks$WrappedTask.compute$(Tasks.scala:149) [scala-library-2.12.15.jar:?]
	at scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks$WrappedTask.compute(Tasks.scala:440) [scala-library-2.12.15.jar:?]
	at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_362]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_362]
15:59:56.253 [ERROR - ForkJoinPool-257-worker-1] (KuduRestore.scala:250) Failed to restore table missingTable: Look back in the logs for the full exception. Error: Failure(java.lang.RuntimeException: No valid backups found for table: missingTable)
15:59:56.257 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:59:56.261 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:59:56.261 [INFO - main] (Logging.scala:57) BlockManager stopped
15:59:56.261 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:59:56.261 [INFO - dispatcher-event-loop-0] (Logging.scala:57) OutputCommitCoordinator stopped!
15:59:56.265 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:59:56.265 [DEBUG - main] (Connection.java:575) [peer master-127.4.77.253:36905(127.4.77.253:36905)] disconnecting while in state READY
15:59:56.266 [DEBUG - main] (Connection.java:575) [peer master-127.4.77.254:34259(127.4.77.254:34259)] disconnecting while in state READY
15:59:56.266 [DEBUG - main] (Connection.java:575) [peer master-127.4.77.252:42717(127.4.77.252:42717)] disconnecting while in state READY
15:59:56.266 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.77.252:42717(127.4.77.252:42717)] handling channelInactive
15:59:56.266 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.77.253:36905(127.4.77.253:36905)] handling channelInactive
15:59:56.267 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.77.253:36905(127.4.77.253:36905)] cleaning up while in state READY due to: connection closed
15:59:56.267 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.77.254:34259(127.4.77.254:34259)] handling channelInactive
15:59:56.267 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.77.254:34259(127.4.77.254:34259)] cleaning up while in state READY due to: connection closed
15:59:56.267 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.77.252:42717(127.4.77.252:42717)] cleaning up while in state READY due to: connection closed
15:59:56.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:56.269 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 21 thread-local buffer(s) from thread: kudu-nio-1
15:59:56.269 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 29 thread-local buffer(s) from thread: kudu-nio-0
15:59:56.276 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:59:56.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.277693  4407 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 4691
15:59:56.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.284726  4407 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 4826
15:59:56.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.291045  4407 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 4961
15:59:56.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.297129  4407 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 4418
15:59:56.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.304464  4407 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 4487
15:59:56.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.310956  4407 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 4559
15:59:56.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:56Z chronyd exiting
.15:59:56.375 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526396375
15:59:56.378 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:59:56.379 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:59:56.379 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task4G7XOq/test-tmp
15:59:56.379 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:59:56.379 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task4G7XOq/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:59:56.381 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:59:56.497 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:56.497 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:59:56.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.498598  5175 mini_oidc.cc:152] Starting JWKS server
15:59:56.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.501052  5175 webserver.cc:460] Webserver started at http://127.0.0.1:44887/ using document root <none> and password file <none>
15:59:56.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.501219  5175 mini_oidc.cc:189] Starting OIDC Discovery server
15:59:56.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.501488  5175 webserver.cc:460] Webserver started at http://127.0.0.1:36555/ using document root <none> and password file <none>
15:59:56.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:56Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:59:56.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T15:59:56Z Disabled control of system clock
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.521128  5175 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/logs
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data/info.pb
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:56.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.254:38667
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.254
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:56.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json with env {}
15:59:56.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.636397  5186 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:56.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.636734  5186 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:56.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.636873  5186 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.642195  5186 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.642292  5186 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.642314  5186 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.642333  5186 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.642351  5186 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.642367  5186 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44887/jwks.json
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.648000  5186 master_runner.cc:386] Master server non-default flags:
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.254:38667
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data/info.pb
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.254
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:56.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5186
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/logs
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:56.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.649595  5186 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:59:56.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.651580  5186 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:56.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.662039  5192 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:59:56.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.662009  5191 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:59:56.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.662038  5194 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:59:56.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.662267  5186 server_base.cc:1034] running on GCE node
15:59:56.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.663144  5186 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:56.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.664343  5186 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:56.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.665762  5186 hybrid_clock.cc:648] HybridClock initialized: now 1783526396665734 us; error 33 us; skew 500 ppm
15:59:56.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.668136  5186 webserver.cc:460] Webserver started at http://127.5.13.254:43723/ using document root <none> and password file <none>
15:59:56.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.668831  5186 fs_manager.cc:359] Metadata directory not provided
15:59:56.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.668949  5186 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:56.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.669178  5186 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.671185  5186 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data/instance:
15:59:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd704e801ad54dc499b1210799eee333"
15:59:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:56 on dist-test-slave-vt7w"
15:59:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.671798  5186 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal/instance:
15:59:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd704e801ad54dc499b1210799eee333"
15:59:56.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:56 on dist-test-slave-vt7w"
15:59:56.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.675829  5186 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
15:59:56.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.678833  5200 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.680204  5186 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:59:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.680424  5186 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal
15:59:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd704e801ad54dc499b1210799eee333"
15:59:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:56 on dist-test-slave-vt7w"
15:59:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.680562  5186 fs_report.cc:383] FS layout report
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data/data
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:56.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:56.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.720611  5186 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:56.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.721477  5186 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:59:56.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.721719  5186 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:56.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.729416  5186 rpc_server.cc:307] RPC server started. Bound to: 127.5.13.254:38667
15:59:56.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.729445  5252 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.5.13.254:38667 every 8 connection(s)
15:59:56.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.730476  5186 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/data/info.pb
15:59:56.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.734198  5253 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:59:56.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.738200  5253 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } has no permanent_uuid. Determining permanent_uuid...
15:59:56.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.739493  5175 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 5186
15:59:56.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.739666  5175 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-0/wal/instance
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.741577  5175 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/logs
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data/info.pb
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.253:39123
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.253
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:56.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:56.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json with env {}
15:59:56.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.752924  5253 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } has no permanent_uuid. Determining permanent_uuid...
15:59:56.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.753803  5204 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.13.253:39123: connect: Connection refused (error 111)
15:59:56.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.754988  5253 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.253:39123: Network error: Client connection negotiation failed: client connection to 127.5.13.253:39123: connect: Connection refused (error 111)
15:59:56.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.804302  5253 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } attempt: 1
15:59:56.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.806218  5253 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.253:39123: Network error: Client connection negotiation failed: client connection to 127.5.13.253:39123: connect: Connection refused (error 111)
15:59:56.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.858044  5257 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:56.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.858331  5257 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:56.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.858371  5257 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:56.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.862737  5257 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:56.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.862807  5257 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:56.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.862825  5257 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:56.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.862841  5257 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:56.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.862859  5257 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:56.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.862871  5257 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44887/jwks.json
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.867980  5257 master_runner.cc:386] Master server non-default flags:
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.253:39123
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data/info.pb
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.253
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5257
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/logs
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:56.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:56.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:56.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:56.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.869241  5257 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:59:56.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.870625  5257 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:56.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.874418  5253 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } attempt: 2
15:59:56.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.876269  5253 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.253:39123: Network error: Client connection negotiation failed: client connection to 127.5.13.253:39123: connect: Connection refused (error 111)
15:59:56.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.879935  5266 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:59:56.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.880231  5263 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:59:56.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.880456  5257 server_base.cc:1034] running on GCE node
15:59:56.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.880512  5264 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:59:56.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.881260  5257 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.882503  5257 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:56.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.883740  5257 hybrid_clock.cc:648] HybridClock initialized: now 1783526396883723 us; error 31 us; skew 500 ppm
15:59:56.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.886168  5257 webserver.cc:460] Webserver started at http://127.5.13.253:44577/ using document root <none> and password file <none>
15:59:56.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.886822  5257 fs_manager.cc:359] Metadata directory not provided
15:59:56.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.886932  5257 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:56.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.887176  5257 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:56.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.889508  5257 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data/instance:
15:59:56.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a5e9ce814fa4f508dc5c52f7bb09693"
15:59:56.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:56 on dist-test-slave-vt7w"
15:59:56.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.890198  5257 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal/instance:
15:59:56.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a5e9ce814fa4f508dc5c52f7bb09693"
15:59:56.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:56 on dist-test-slave-vt7w"
15:59:56.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.894466  5257 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
15:59:56.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.897130  5272 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.898541  5257 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:59:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.898685  5257 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal
15:59:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a5e9ce814fa4f508dc5c52f7bb09693"
15:59:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:56 on dist-test-slave-vt7w"
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.898828  5257 fs_report.cc:383] FS layout report
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data/data
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:56.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:56.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.914901  5257 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:56.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.915715  5257 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:59:56.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.915975  5257 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:56.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.923926  5257 rpc_server.cc:307] RPC server started. Bound to: 127.5.13.253:39123
15:59:56.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.923926  5324 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.5.13.253:39123 every 8 connection(s)
15:59:56.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.925086  5257 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/data/info.pb
15:59:56.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.928462  5325 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:59:56.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.928980  5175 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 5257
15:59:56.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.929121  5175 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-1/wal/instance
15:59:56.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.929836  5175 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/logs
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data/info.pb
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.252:33387
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.252
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:56.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:56.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:56.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:56.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:56.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json with env {}
15:59:56.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.932422  5325 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } has no permanent_uuid. Determining permanent_uuid...
15:59:56.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.946765  5325 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } has no permanent_uuid. Determining permanent_uuid...
15:59:56.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.954897  5325 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } has no permanent_uuid. Determining permanent_uuid...
15:59:56.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.955983  5274 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:56.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.957165  5325 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.252:33387: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:56.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.967481  5253 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } attempt: 3
15:59:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:56.973794  5253 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } has no permanent_uuid. Determining permanent_uuid...
15:59:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:56.975307  5253 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.252:33387: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:57.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.006448  5325 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } attempt: 1
15:59:57.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.006546  5253 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } attempt: 1
15:59:57.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.008095  5253 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.252:33387: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:57.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.008123  5325 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.252:33387: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:57.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.054490  5327 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.054812  5327 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.054852  5327 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:57.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.059023  5327 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:59:57.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.059082  5327 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:57.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.059101  5327 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:59:57.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.059118  5327 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:59:57.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.059134  5327 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:59:57.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.059149  5327 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:44887/jwks.json
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.064225  5327 master_runner.cc:386] Master server non-default flags:
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.252:33387
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data/info.pb
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.252
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5327
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/logs
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.065434  5327 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:59:57.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.066862  5327 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:57.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.075500  5338 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:59:57.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.075587  5335 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:59:57.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.075700  5327 server_base.cc:1034] running on GCE node
15:59:57.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.075853  5336 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:59:57.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.076274  5325 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } attempt: 2
15:59:57.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.076630  5327 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:57.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.077783  5325 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.252:33387: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:57.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.078135  5327 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:57.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.079329  5327 hybrid_clock.cc:648] HybridClock initialized: now 1783526397079286 us; error 55 us; skew 500 ppm
15:59:57.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.081525  5327 webserver.cc:460] Webserver started at http://127.5.13.252:38839/ using document root <none> and password file <none>
15:59:57.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.082199  5327 fs_manager.cc:359] Metadata directory not provided
15:59:57.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.082300  5327 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:57.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.082580  5327 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:57.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.083277  5253 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } attempt: 2
15:59:57.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.084743  5253 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.5.13.252:33387: Network error: Client connection negotiation failed: client connection to 127.5.13.252:33387: connect: Connection refused (error 111)
15:59:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.084722  5327 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data/instance:
15:59:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d8d543c17b444f2935212c11afbd868"
15:59:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.085393  5327 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal/instance:
15:59:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d8d543c17b444f2935212c11afbd868"
15:59:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.089363  5327 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:57.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.092016  5344 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.093664  5327 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.093780  5327 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal
15:59:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d8d543c17b444f2935212c11afbd868"
15:59:57.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.093878  5327 fs_report.cc:383] FS layout report
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data/data
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:57.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.106163  5327 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:57.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.106851  5327 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:59:57.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.107007  5327 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.114521  5327 rpc_server.cc:307] RPC server started. Bound to: 127.5.13.252:33387
15:59:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.114527  5396 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.5.13.252:33387 every 8 connection(s)
15:59:57.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.115461  5327 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/data/info.pb
15:59:57.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.117379  5175 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 5327
15:59:57.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.117496  5175 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/master-2/wal/instance
15:59:57.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.119401  5397 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:59:57.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.123183  5397 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } has no permanent_uuid. Determining permanent_uuid...
15:59:57.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.134233  5397 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } has no permanent_uuid. Determining permanent_uuid...
15:59:57.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.139844  5397 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } has no permanent_uuid. Determining permanent_uuid...
15:59:57.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.147184  5397 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: Bootstrap starting.
15:59:57.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.150306  5397 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: Neither blocks nor log segments found. Creating new log.
15:59:57.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.151100  5397 log.cc:824] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: Log is configured to *not* fsync() on all Append() calls
15:59:57.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.153620  5397 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: No bootstrap required, opened a new log
15:59:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.157420  5397 raft_consensus.cc:348] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.157678  5397 raft_consensus.cc:374] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.157711  5397 raft_consensus.cc:729] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d8d543c17b444f2935212c11afbd868, State: Initialized, Role: FOLLOWER
15:59:57.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.158172  5397 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.158682  5405 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.158818  5405 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.159641  5397 sys_catalog.cc:564] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [sys.catalog]: configured and running, proceeding with master startup.
15:59:57.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.165225  5416 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:57.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.165509  5416 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:57.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.163789  5327 master_runner.cc:186] Error getting master registration for 127.5.13.254:38667: OK, instance_id { permanent_uuid: "fd704e801ad54dc499b1210799eee333" instance_seqno: 1783526396727284 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:57.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.167268  5327 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:57.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.168998  5325 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } attempt: 3
15:59:57.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.177017  5325 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: Bootstrap starting.
15:59:57.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.180090  5325 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: Neither blocks nor log segments found. Creating new log.
15:59:57.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.181145  5325 log.cc:824] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: Log is configured to *not* fsync() on all Append() calls
15:59:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.183661  5325 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: No bootstrap required, opened a new log
15:59:57.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.184032  5253 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } attempt: 3
15:59:57.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.189965  5325 raft_consensus.cc:348] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.190276  5325 raft_consensus.cc:374] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:57.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.190332  5325 raft_consensus.cc:729] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a5e9ce814fa4f508dc5c52f7bb09693, State: Initialized, Role: FOLLOWER
15:59:57.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.191133  5325 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.191759  5419 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.192039  5419 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.192780  5325 sys_catalog.cc:564] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: configured and running, proceeding with master startup.
15:59:57.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.193429  5253 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: Bootstrap starting.
15:59:57.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.197614  5253 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: Neither blocks nor log segments found. Creating new log.
15:59:57.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.198864  5253 log.cc:824] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: Log is configured to *not* fsync() on all Append() calls
15:59:57.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.196239  5257 master_runner.cc:186] Error getting master registration for 127.5.13.254:38667: OK, instance_id { permanent_uuid: "fd704e801ad54dc499b1210799eee333" instance_seqno: 1783526396727284 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:59:57.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.200356  5430 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:57.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.200387  5257 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:57.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.201016  5430 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:57.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.201205  5253 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: No bootstrap required, opened a new log
15:59:57.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.206502  5253 raft_consensus.cc:348] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.207530  5253 raft_consensus.cc:374] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:57.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.207866  5253 raft_consensus.cc:729] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd704e801ad54dc499b1210799eee333, State: Initialized, Role: FOLLOWER
15:59:57.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.208575  5253 consensus_queue.cc:260] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.209331  5433 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.209583  5433 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.210366  5253 sys_catalog.cc:564] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [sys.catalog]: configured and running, proceeding with master startup.
15:59:57.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.215888  5444 catalog_manager.cc:1558] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:59:57.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.216167  5444 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:59:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.219789  5186 master_runner.cc:263] No leader master found from master fd704e801ad54dc499b1210799eee333
15:59:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.219875  5186 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:59:57.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.223546  5206 tablet.cc:2369] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:57.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.358420  5350 tablet.cc:2369] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:57.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.380956  5419 raft_consensus.cc:482] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:57.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.381206  5419 raft_consensus.cc:504] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.382294  5419 leader_election.cc:288] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fd704e801ad54dc499b1210799eee333 (127.5.13.254:38667), 3d8d543c17b444f2935212c11afbd868 (127.5.13.252:33387)
15:59:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.383059  5227 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd704e801ad54dc499b1210799eee333" is_pre_election: true
15:59:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.383090  5371 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d8d543c17b444f2935212c11afbd868" is_pre_election: true
15:59:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.383435  5227 raft_consensus.cc:2454] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a5e9ce814fa4f508dc5c52f7bb09693 in term 0.
15:59:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.383448  5371 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a5e9ce814fa4f508dc5c52f7bb09693 in term 0.
15:59:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.383915  5274 leader_election.cc:302] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a5e9ce814fa4f508dc5c52f7bb09693, 3d8d543c17b444f2935212c11afbd868; no voters: 
15:59:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.384207  5419 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.384299  5419 raft_consensus.cc:482] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.384346  5419 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 0 FOLLOWER]: Advancing to term 1
15:59:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.385571  5419 raft_consensus.cc:504] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.385977  5419 leader_election.cc:288] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [CANDIDATE]: Term 1 election: Requested vote from peers fd704e801ad54dc499b1210799eee333 (127.5.13.254:38667), 3d8d543c17b444f2935212c11afbd868 (127.5.13.252:33387)
15:59:57.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.386327  5227 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd704e801ad54dc499b1210799eee333"
15:59:57.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.386399  5371 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d8d543c17b444f2935212c11afbd868"
15:59:57.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.386500  5227 raft_consensus.cc:3037] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 0 FOLLOWER]: Advancing to term 1
15:59:57.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.386549  5371 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 0 FOLLOWER]: Advancing to term 1
15:59:57.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.387506  5227 raft_consensus.cc:2454] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a5e9ce814fa4f508dc5c52f7bb09693 in term 1.
15:59:57.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.387814  5371 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a5e9ce814fa4f508dc5c52f7bb09693 in term 1.
15:59:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.387815  5274 leader_election.cc:302] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [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: 0a5e9ce814fa4f508dc5c52f7bb09693, fd704e801ad54dc499b1210799eee333; no voters: 
15:59:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.388043  5419 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 1 FOLLOWER]: Leader election won for term 1
15:59:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.388302  5419 raft_consensus.cc:686] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [term 1 LEADER]: Becoming Leader. State: Replica: 0a5e9ce814fa4f508dc5c52f7bb09693, State: Running, Role: LEADER
15:59:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.388720  5419 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [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: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } }
15:59:57.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.391510  5446 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0a5e9ce814fa4f508dc5c52f7bb09693. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.391747  5446 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: This master's current role is: LEADER
15:59:57.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.392205  5448 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:59:57.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.393136  5448 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:59:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.398000  5227 raft_consensus.cc:1261] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [term 1 FOLLOWER]: Refusing update from remote peer 0a5e9ce814fa4f508dc5c52f7bb09693: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.398053  5371 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [term 1 FOLLOWER]: Refusing update from remote peer 0a5e9ce814fa4f508dc5c52f7bb09693: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:57.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.398752  5419 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:57.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.398980  5446 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:57.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.403267  5405 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0a5e9ce814fa4f508dc5c52f7bb09693. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.403278  5433 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0a5e9ce814fa4f508dc5c52f7bb09693. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.403416  5405 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.403421  5433 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.406162  5419 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.406317  5419 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: This master's current role is: LEADER
15:59:57.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.406530  5405 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.406644  5405 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.406744  5450 mvcc.cc:205] Tried to move back new op lower bound from 7305324123734835200 to 7305324123707711488. Current Snapshot: MvccSnapshot[applied={T|T < 7305324123734835200}]
15:59:57.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.408963  5419 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.409107  5419 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693 [sys.catalog]: This master's current role is: LEADER
15:59:57.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.410032  5433 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fd704e801ad54dc499b1210799eee333" member_type: VOTER last_known_addr { host: "127.5.13.254" port: 38667 } } peers { permanent_uuid: "0a5e9ce814fa4f508dc5c52f7bb09693" member_type: VOTER last_known_addr { host: "127.5.13.253" port: 39123 } } peers { permanent_uuid: "3d8d543c17b444f2935212c11afbd868" member_type: VOTER last_known_addr { host: "127.5.13.252" port: 33387 } } }
15:59:57.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.410171  5433 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333 [sys.catalog]: This master's current role is: FOLLOWER
15:59:57.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.411654  5448 catalog_manager.cc:1347] Generated new cluster ID: 9ec497f0a60042f98521445dfa2d6cb9
15:59:57.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.411724  5448 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:59:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.439014  5448 catalog_manager.cc:1370] Generated new certificate authority record
15:59:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.440372  5448 catalog_manager.cc:1504] Loading token signing keys...
15:59:57.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.449945  5448 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: Generated new TSK 0
15:59:57.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.451041  5448 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:59:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.463696  5175 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal
15:59:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data
15:59:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/logs
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data/info.pb
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.193:0
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.5.13.193
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.193
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:57.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.579783  5458 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:57.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.580063  5458 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:57.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.580099  5458 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:57.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.584272  5458 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:57.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.584398  5458 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.5.13.193
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.589527  5458 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.193:0
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:57.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data/info.pb
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.193
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5458
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.5.13.193
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/logs
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.590574  5458 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:59:57.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.591976  5458 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:57.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.602042  5464 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:59:57.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.602025  5463 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:59:57.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.602046  5466 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:59:57.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.602460  5458 server_base.cc:1034] running on GCE node
15:59:57.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.602847  5458 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:57.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.603425  5458 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:57.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.604596  5458 hybrid_clock.cc:648] HybridClock initialized: now 1783526397604557 us; error 52 us; skew 500 ppm
15:59:57.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.606490  5458 webserver.cc:460] Webserver started at http://127.5.13.193:39081/ using document root <none> and password file <none>
15:59:57.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.607070  5458 fs_manager.cc:359] Metadata directory not provided
15:59:57.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.607134  5458 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:57.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.607300  5458 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:57.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.609345  5458 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data/instance:
15:59:57.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd6d19b51d654290b0d7f7462aae87e0"
15:59:57.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.609864  5458 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal/instance:
15:59:57.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd6d19b51d654290b0d7f7462aae87e0"
15:59:57.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.613924  5458 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:57.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.616521  5472 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.617879  5458 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.618052  5458 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd6d19b51d654290b0d7f7462aae87e0"
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.618201  5458 fs_report.cc:383] FS layout report
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data/data
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:57.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.647370  5458 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:57.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.648152  5458 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:59:57.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.648401  5458 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:57.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.649120  5458 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.650178  5458 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.650249  5458 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.650305  5458 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:57.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.650332  5458 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:57.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.659370  5458 rpc_server.cc:307] RPC server started. Bound to: 127.5.13.193:36507
15:59:57.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.659389  5585 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.5.13.193:36507 every 8 connection(s)
15:59:57.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.660411  5458 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/data/info.pb
15:59:57.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.670308  5175 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 5458
15:59:57.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.670421  5175 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-0/wal/instance
15:59:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.672963  5586 heartbeater.cc:347] Connected to a master server at 127.5.13.252:33387
15:59:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.673225  5588 heartbeater.cc:347] Connected to a master server at 127.5.13.253:39123
15:59:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.673223  5586 heartbeater.cc:464] Registering TS with master...
15:59:57.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.673374  5588 heartbeater.cc:464] Registering TS with master...
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.673786  5175 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/logs
15:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data/info.pb
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.194:0
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.5.13.194
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.194
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.673941  5586 heartbeater.cc:511] Master 127.5.13.252:33387 requested a full tablet report, sending...
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.673985  5588 heartbeater.cc:511] Master 127.5.13.253:39123 requested a full tablet report, sending...
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.675575  5289 ts_manager.cc:194] Registered new tserver with Master: dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507)
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.675879  5587 heartbeater.cc:347] Connected to a master server at 127.5.13.254:38667
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.675971  5587 heartbeater.cc:464] Registering TS with master...
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.676154  5587 heartbeater.cc:511] Master 127.5.13.254:38667 requested a full tablet report, sending...
15:59:57.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.676775  5361 ts_manager.cc:194] Registered new tserver with Master: dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507)
15:59:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.677146  5289 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.5.13.193:45329
15:59:57.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.678061  5217 ts_manager.cc:194] Registered new tserver with Master: dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507)
15:59:57.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.790005  5595 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:57.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.790347  5595 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:57.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.790400  5595 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:57.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.794937  5595 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:57.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.795096  5595 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.5.13.194
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.800191  5595 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.194:0
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data/info.pb
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.194
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5595
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.5.13.194
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/logs
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.801606  5595 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:59:57.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.803016  5595 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.812703  5601 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:59:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.812705  5600 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:59:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:57.812705  5603 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:59:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.813086  5595 server_base.cc:1034] running on GCE node
15:59:57.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.813454  5595 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:57.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.814040  5595 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:57.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.815192  5595 hybrid_clock.cc:648] HybridClock initialized: now 1783526397815165 us; error 48 us; skew 500 ppm
15:59:57.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.817068  5595 webserver.cc:460] Webserver started at http://127.5.13.194:34781/ using document root <none> and password file <none>
15:59:57.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.817611  5595 fs_manager.cc:359] Metadata directory not provided
15:59:57.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.817673  5595 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:57.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.817842  5595 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.819751  5595 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data/instance:
15:59:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39e056eadda646d8ab7e80814bb7835f"
15:59:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.820281  5595 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal/instance:
15:59:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39e056eadda646d8ab7e80814bb7835f"
15:59:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.824344  5595 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:59:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.826905  5609 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.828352  5595 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.828464  5595 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39e056eadda646d8ab7e80814bb7835f"
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:57 on dist-test-slave-vt7w"
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.828583  5595 fs_report.cc:383] FS layout report
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data/data
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:57.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:57.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.849172  5595 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:57.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.849840  5595 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:59:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.849994  5595 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.850520  5595 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:57.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.851449  5595 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:57.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.851504  5595 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:57.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.851542  5595 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:57.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.851557  5595 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:57.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.860980  5595 rpc_server.cc:307] RPC server started. Bound to: 127.5.13.194:39077
15:59:57.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.861018  5722 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.5.13.194:39077 every 8 connection(s)
15:59:57.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.862052  5595 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/data/info.pb
15:59:57.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.872373  5175 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 5595
15:59:57.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.872483  5175 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-1/wal/instance
15:59:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.876461  5725 heartbeater.cc:347] Connected to a master server at 127.5.13.253:39123
15:59:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.876569  5724 heartbeater.cc:347] Connected to a master server at 127.5.13.254:38667
15:59:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.876731  5725 heartbeater.cc:464] Registering TS with master...
15:59:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.876730  5724 heartbeater.cc:464] Registering TS with master...
15:59:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.877437  5724 heartbeater.cc:511] Master 127.5.13.254:38667 requested a full tablet report, sending...
15:59:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.877446  5725 heartbeater.cc:511] Master 127.5.13.253:39123 requested a full tablet report, sending...
15:59:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.878325  5723 heartbeater.cc:347] Connected to a master server at 127.5.13.252:33387
15:59:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.878417  5723 heartbeater.cc:464] Registering TS with master...
15:59:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.878576  5723 heartbeater.cc:511] Master 127.5.13.252:33387 requested a full tablet report, sending...
15:59:57.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.878610  5289 ts_manager.cc:194] Registered new tserver with Master: 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
15:59:57.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.879374  5361 ts_manager.cc:194] Registered new tserver with Master: 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.880259  5175 external_mini_cluster.cc:1326] Running /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task4G7XOq/build/debug/bin/kudu
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/logs
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data/info.pb
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:57.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.195:0
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.5.13.195
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.195
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.880401  5217 ts_manager.cc:194] Registered new tserver with Master: 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
15:59:57.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:57.880689  5289 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.5.13.194:39681
15:59:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.001866  5730 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:59:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.002167  5730 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:59:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.002204  5730 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:59:58.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.006594  5730 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:59:58.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.006705  5730 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.5.13.195
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.011852  5730 tablet_server_runner.cc:78] Tablet server non-default flags:
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.13.212:45227
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.13.195:0
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data/info.pb
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.13.195
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.5.13.254:38667,127.5.13.253:39123,127.5.13.252:33387
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5730
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.5.13.195
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/logs
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 08 Jul 2026 15:02:02 UTC on ccycloud.quasar-faqpgf.root.comops.site
15:59:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4493841
15:59:58.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.013103  5730 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:59:58.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.014516  5730 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:59:58.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.024515  5730 server_base.cc:1034] running on GCE node
15:59:58.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.024796  5738 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:59:58.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.024832  5736 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:59:58.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.024804  5735 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:59:58.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.025504  5730 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:59:58.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.026292  5730 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:59:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.027508  5730 hybrid_clock.cc:648] HybridClock initialized: now 1783526398027487 us; error 35 us; skew 500 ppm
15:59:58.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.029698  5730 webserver.cc:460] Webserver started at http://127.5.13.195:34599/ using document root <none> and password file <none>
15:59:58.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.030364  5730 fs_manager.cc:359] Metadata directory not provided
15:59:58.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.030471  5730 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:59:58.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.030707  5730 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:59:58.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.033025  5730 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data/instance:
15:59:58.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36a9103ffefc44ef94ad5dc8b551cd87"
15:59:58.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:58 on dist-test-slave-vt7w"
15:59:58.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.033665  5730 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal/instance:
15:59:58.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36a9103ffefc44ef94ad5dc8b551cd87"
15:59:58.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:58 on dist-test-slave-vt7w"
15:59:58.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.038302  5730 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:59:58.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.041242  5744 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:59:58.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.042655  5730 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.042824  5730 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data,/tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "36a9103ffefc44ef94ad5dc8b551cd87"
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 15:59:58 on dist-test-slave-vt7w"
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.042999  5730 fs_report.cc:383] FS layout report
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data/data
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:59:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:59:58.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.056150  5730 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:59:58.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.057039  5730 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:59:58.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.057279  5730 kserver.cc:163] Server-wide thread pool size limit: 3276
15:59:58.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.057986  5730 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:59:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.059139  5730 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:59:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.059231  5730 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:59:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.059295  5730 ts_tablet_manager.cc:610] Registered 0 tablets
15:59:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.059322  5730 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:59:58.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.069370  5730 rpc_server.cc:307] RPC server started. Bound to: 127.5.13.195:40349
15:59:58.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.069388  5857 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.5.13.195:40349 every 8 connection(s)
15:59:58.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.070412  5730 server_base.cc:1166] Dumped server information to /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/data/info.pb
15:59:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.077749  5175 external_mini_cluster.cc:1388] Started /tmp/dist-test-task4G7XOq/build/debug/bin/kudu as pid 5730
15:59:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.077878  5175 external_mini_cluster.cc:1402] Reading /tmp/dist-test-task4G7XOq/test-tmp/mini-kudu-cluster5990224087502215013/ts-2/wal/instance
15:59:58.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.084046  5860 heartbeater.cc:347] Connected to a master server at 127.5.13.253:39123
15:59:58.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.084074  5858 heartbeater.cc:347] Connected to a master server at 127.5.13.252:33387
15:59:58.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.084347  5859 heartbeater.cc:347] Connected to a master server at 127.5.13.254:38667
15:59:58.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.084331  5860 heartbeater.cc:464] Registering TS with master...
15:59:58.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.084597  5859 heartbeater.cc:464] Registering TS with master...
15:59:58.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.084331  5858 heartbeater.cc:464] Registering TS with master...
15:59:58.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.085214  5860 heartbeater.cc:511] Master 127.5.13.253:39123 requested a full tablet report, sending...
15:59:58.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.085215  5859 heartbeater.cc:511] Master 127.5.13.254:38667 requested a full tablet report, sending...
15:59:58.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.085290  5858 heartbeater.cc:511] Master 127.5.13.252:33387 requested a full tablet report, sending...
15:59:58.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.086261  5289 ts_manager.cc:194] Registered new tserver with Master: 36a9103ffefc44ef94ad5dc8b551cd87 (127.5.13.195:40349)
15:59:58.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.086406  5361 ts_manager.cc:194] Registered new tserver with Master: 36a9103ffefc44ef94ad5dc8b551cd87 (127.5.13.195:40349)
15:59:58.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.086918  5289 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.5.13.195:36429
15:59:58.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.087400  5217 ts_manager.cc:194] Registered new tserver with Master: 36a9103ffefc44ef94ad5dc8b551cd87 (127.5.13.195:40349)
15:59:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.102187  5175 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:59:58.103 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:59:58.103 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:59:58.103 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.13.254"
      port: 38667
    }
    bound_http_address {
      host: "127.5.13.254"
      port: 43723
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.13.253"
      port: 39123
    }
    bound_http_address {
      host: "127.5.13.253"
      port: 44577
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.13.252"
      port: 33387
    }
    bound_http_address {
      host: "127.5.13.252"
      port: 38839
    }
  }
}

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

15:59:58.105 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.13.193"
      port: 36507
    }
    bound_http_address {
      host: "127.5.13.193"
      port: 39081
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.13.194"
      port: 39077
    }
    bound_http_address {
      host: "127.5.13.194"
      port: 34781
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.13.195"
      port: 40349
    }
    bound_http_address {
      host: "127.5.13.195"
      port: 34599
    }
  }
}

15:59:58.105 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:59:58.106 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:58.107 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:59:58.107 [INFO - main] (Logging.scala:57) ==============================================================
15:59:58.108 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:59:58.108 [INFO - main] (Logging.scala:57) ==============================================================
15:59:58.108 [INFO - main] (Logging.scala:57) Submitted application: test
15:59:58.108 [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:59:58.108 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:59:58.109 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:59:58.109 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:59:58.109 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:59:58.109 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:59:58.109 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:59:58.110 [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:59:58.133 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 45421.
15:59:58.135 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:59:58.136 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:59:58.136 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:59:58.136 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:59:58.136 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:59:58.137 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-a9abc21d-7f77-4049-aea5-9985bf56a235
15:59:58.137 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:59:58.138 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:59:58.157 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-vt7w.c.gcp-upstream.internal
15:59:58.160 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 39495.
15:59:58.161 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-vt7w.c.gcp-upstream.internal:39495
15:59:58.161 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:59:58.161 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39495, None)
15:59:58.162 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-vt7w.c.gcp-upstream.internal:39495 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39495, None)
15:59:58.162 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39495, None)
15:59:58.162 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-vt7w.c.gcp-upstream.internal, 39495, None)
15:59:58.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.167126  5416 catalog_manager.cc:1259] Loaded cluster ID: 9ec497f0a60042f98521445dfa2d6cb9
15:59:58.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.167222  5416 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: loading cluster ID for follower catalog manager: success
15:59:58.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.169544  5416 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: acquiring CA information for follower catalog manager: success
15:59:58.170 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:59:58.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.171278  5416 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 3d8d543c17b444f2935212c11afbd868: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:58.179 [DEBUG - main] (Connection.java:748) [peer master-127.5.13.252:33387(127.5.13.252:33387)] connecting to peer
15:59:58.179 [DEBUG - main] (Connection.java:748) [peer master-127.5.13.253:39123(127.5.13.253:39123)] connecting to peer
15:59:58.180 [DEBUG - main] (Connection.java:748) [peer master-127.5.13.254:38667(127.5.13.254:38667)] connecting to peer
15:59:58.180 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.13.252:33387(127.5.13.252:33387)] Successfully connected to peer
15:59:58.181 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.13.253:39123(127.5.13.253:39123)] Successfully connected to peer
15:59:58.182 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.13.252
15:59:58.183 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.13.253
15:59:58.185 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.13.254:38667(127.5.13.254:38667)] Successfully connected to peer
15:59:58.186 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.13.254
15:59:58.193 [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:59:58.194 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2e394413, L:/127.0.0.1:40396 - R:/127.5.13.253:39123] using SASL/PLAIN
15:59:58.195 [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:59:58.195 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:58.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.198464  5289 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40396:
15:59:58.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:59:58.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:58.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.202 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x79c65b80, L:/127.0.0.1:50372 - R:/127.5.13.252:33387] using SASL/PLAIN
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.202 [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:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:59:58.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:59:58.203 [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:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:59:58.203 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xec3fe910, L:/127.0.0.1:57678 - R:/127.5.13.254:38667] using SASL/PLAIN
15:59:58.211 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b043aa4a7ddf419894d3db29453a776e
15:59:58.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.218039  5444 catalog_manager.cc:1259] Loaded cluster ID: 9ec497f0a60042f98521445dfa2d6cb9
15:59:58.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.218128  5444 catalog_manager.cc:1552] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: loading cluster ID for follower catalog manager: success
15:59:58.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.220448  5444 catalog_manager.cc:1574] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: acquiring CA information for follower catalog manager: success
15:59:58.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.222337  5520 tablet_service.cc:1467] Processing CreateTablet for tablet 97ba25b69fda413fa0512e30665fe110 (DEFAULT_TABLE table=test [id=b043aa4a7ddf419894d3db29453a776e]), partition=RANGE (key) PARTITION VALUES < 50
15:59:58.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.223884  5520 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 97ba25b69fda413fa0512e30665fe110. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:58.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.223268  5657 tablet_service.cc:1467] Processing CreateTablet for tablet f6a603cf981a4420a8704b7a932b5f38 (DEFAULT_TABLE table=test [id=b043aa4a7ddf419894d3db29453a776e]), partition=RANGE (key) PARTITION 50 <= VALUES
15:59:58.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.224541  5657 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet f6a603cf981a4420a8704b7a932b5f38. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:58.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.225999  5444 catalog_manager.cc:1602] T 00000000000000000000000000000000 P fd704e801ad54dc499b1210799eee333: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:59:58.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.231037  5908 tablet_bootstrap.cc:492] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0: Bootstrap starting.
15:59:58.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.232033  5909 tablet_bootstrap.cc:492] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f: Bootstrap starting.
15:59:58.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.233726  5908 tablet_bootstrap.cc:654] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0: Neither blocks nor log segments found. Creating new log.
15:59:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.234700  5909 tablet_bootstrap.cc:654] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f: Neither blocks nor log segments found. Creating new log.
15:59:58.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.234683  5908 log.cc:824] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0: Log is configured to *not* fsync() on all Append() calls
15:59:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.235534  5909 log.cc:824] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f: Log is configured to *not* fsync() on all Append() calls
15:59:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.236871  5908 tablet_bootstrap.cc:492] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0: No bootstrap required, opened a new log
15:59:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.237078  5908 ts_tablet_manager.cc:1397] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0: Time spent bootstrapping tablet: real 0.006s	user 0.006s	sys 0.000s
15:59:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.237432  5909 tablet_bootstrap.cc:492] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f: No bootstrap required, opened a new log
15:59:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.237602  5909 ts_tablet_manager.cc:1397] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f: Time spent bootstrapping tablet: real 0.006s	user 0.004s	sys 0.001s
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.241745  5909 raft_consensus.cc:348] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } }
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.241745  5908 raft_consensus.cc:348] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } }
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242069  5909 raft_consensus.cc:374] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242069  5908 raft_consensus.cc:374] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242125  5908 raft_consensus.cc:729] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd6d19b51d654290b0d7f7462aae87e0, State: Initialized, Role: FOLLOWER
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242125  5909 raft_consensus.cc:729] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39e056eadda646d8ab7e80814bb7835f, State: Initialized, Role: FOLLOWER
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242630  5909 consensus_queue.cc:260] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [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: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } }
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242628  5908 consensus_queue.cc:260] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } }
15:59:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242794  5909 raft_consensus.cc:388] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242798  5908 raft_consensus.cc:388] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242861  5908 raft_consensus.cc:482] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242861  5909 raft_consensus.cc:482] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242961  5908 raft_consensus.cc:3037] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Advancing to term 1
15:59:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.242961  5909 raft_consensus.cc:3037] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Advancing to term 1
15:59:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.244064  5908 raft_consensus.cc:504] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } }
15:59:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.244064  5909 raft_consensus.cc:504] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } }
15:59:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.244453  5908 leader_election.cc:302] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [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: dd6d19b51d654290b0d7f7462aae87e0; no voters: 
15:59:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.244453  5909 leader_election.cc:302] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [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: 39e056eadda646d8ab7e80814bb7835f; no voters: 
15:59:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.244822  5908 leader_election.cc:288] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.244828  5909 leader_election.cc:288] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245047  5912 raft_consensus.cc:2781] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 FOLLOWER]: Leader election won for term 1
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245051  5913 raft_consensus.cc:2781] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 1 FOLLOWER]: Leader election won for term 1
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245275  5913 raft_consensus.cc:686] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [term 1 LEADER]: Becoming Leader. State: Replica: 39e056eadda646d8ab7e80814bb7835f, State: Running, Role: LEADER
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245401  5912 raft_consensus.cc:686] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 LEADER]: Becoming Leader. State: Replica: dd6d19b51d654290b0d7f7462aae87e0, State: Running, Role: LEADER
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245719  5913 consensus_queue.cc:237] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f [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: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } }
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245790  5912 consensus_queue.cc:237] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } }
15:59:58.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245901  5908 ts_tablet_manager.cc:1428] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
15:59:58.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.245906  5909 ts_tablet_manager.cc:1428] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
15:59:58.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.246348  5725 heartbeater.cc:503] Master 127.5.13.253:39123 was elected leader, sending a full tablet report...
15:59:58.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.246976  5588 heartbeater.cc:503] Master 127.5.13.253:39123 was elected leader, sending a full tablet report...
15:59:58.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.249748  5289 catalog_manager.cc:5495] T f6a603cf981a4420a8704b7a932b5f38 P 39e056eadda646d8ab7e80814bb7835f reported cstate change: term changed from 0 to 1, leader changed from <none> to 39e056eadda646d8ab7e80814bb7835f (127.5.13.194). New cstate: current_term: 1 leader_uuid: "39e056eadda646d8ab7e80814bb7835f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } health_report { overall_health: HEALTHY } } }
15:59:58.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.254312  5288 catalog_manager.cc:5495] T 97ba25b69fda413fa0512e30665fe110 P dd6d19b51d654290b0d7f7462aae87e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193). New cstate: current_term: 1 leader_uuid: "dd6d19b51d654290b0d7f7462aae87e0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } health_report { overall_health: HEALTHY } } }
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.261408  5288 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40396:
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.268 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 58e3ab5b4bb048e7b71ad326cd6f2705
15:59:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.276913  5792 tablet_service.cc:1467] Processing CreateTablet for tablet cd53bbdde58a409eaf727657710ed243 (DEFAULT_TABLE table=simple-test [id=58e3ab5b4bb048e7b71ad326cd6f2705]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:58.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.277889  5792 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cd53bbdde58a409eaf727657710ed243. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:58.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.283881  5924 tablet_bootstrap.cc:492] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87: Bootstrap starting.
15:59:58.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.286695  5924 tablet_bootstrap.cc:654] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87: Neither blocks nor log segments found. Creating new log.
15:59:58.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.287410  5924 log.cc:824] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87: Log is configured to *not* fsync() on all Append() calls
15:59:58.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.289254  5924 tablet_bootstrap.cc:492] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87: No bootstrap required, opened a new log
15:59:58.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.289424  5924 ts_tablet_manager.cc:1397] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87: Time spent bootstrapping tablet: real 0.006s	user 0.005s	sys 0.000s
15:59:58.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.292271  5924 raft_consensus.cc:348] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.292498  5924 raft_consensus.cc:374] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:58.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.292541  5924 raft_consensus.cc:729] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36a9103ffefc44ef94ad5dc8b551cd87, State: Initialized, Role: FOLLOWER
15:59:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.293095  5924 consensus_queue.cc:260] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.293221  5924 raft_consensus.cc:388] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:59:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.293275  5924 raft_consensus.cc:482] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:59:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.293354  5924 raft_consensus.cc:3037] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Advancing to term 1
15:59:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.294373  5924 raft_consensus.cc:504] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.294687  5924 leader_election.cc:302] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: 36a9103ffefc44ef94ad5dc8b551cd87; no voters: 
15:59:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.294975  5924 leader_election.cc:288] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:59:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.295159  5926 raft_consensus.cc:2781] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 FOLLOWER]: Leader election won for term 1
15:59:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.295363  5926 raft_consensus.cc:686] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 LEADER]: Becoming Leader. State: Replica: 36a9103ffefc44ef94ad5dc8b551cd87, State: Running, Role: LEADER
15:59:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.295666  5860 heartbeater.cc:503] Master 127.5.13.253:39123 was elected leader, sending a full tablet report...
15:59:58.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.295691  5926 consensus_queue.cc:237] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.296209  5924 ts_tablet_manager.cc:1428] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
15:59:58.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.299892  5288 catalog_manager.cc:5495] T cd53bbdde58a409eaf727657710ed243 P 36a9103ffefc44ef94ad5dc8b551cd87 reported cstate change: term changed from 0 to 1, leader changed from <none> to 36a9103ffefc44ef94ad5dc8b551cd87 (127.5.13.195). New cstate: current_term: 1 leader_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } health_report { overall_health: HEALTHY } } }
15:59:58.320 [INFO - main] (RandomUtils.java:49) Using random seed: 1783526398320
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.322157  5288 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40396:
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testColumnAlterHandling"
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_a"
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_b"
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_c"
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_d"
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:59:58.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:59:58.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.322803  5288 catalog_manager.cc:6854] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table testColumnAlterHandling in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
15:59:58.329 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.333047  5520 tablet_service.cc:1467] Processing CreateTablet for tablet be47642d3d7c48e9af65776243ab5f57 (DEFAULT_TABLE table=testColumnAlterHandling [id=b638840a2b2a4e82adae54e12c76b6fc]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.333281  5657 tablet_service.cc:1467] Processing CreateTablet for tablet be47642d3d7c48e9af65776243ab5f57 (DEFAULT_TABLE table=testColumnAlterHandling [id=b638840a2b2a4e82adae54e12c76b6fc]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.333381  5520 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet be47642d3d7c48e9af65776243ab5f57. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.333449  5792 tablet_service.cc:1467] Processing CreateTablet for tablet be47642d3d7c48e9af65776243ab5f57 (DEFAULT_TABLE table=testColumnAlterHandling [id=b638840a2b2a4e82adae54e12c76b6fc]), partition=RANGE (key) PARTITION UNBOUNDED
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.333638  5657 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet be47642d3d7c48e9af65776243ab5f57. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.333694  5792 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet be47642d3d7c48e9af65776243ab5f57. 1 dirs total, 0 dirs full, 0 dirs failed
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.335465  5924 tablet_bootstrap.cc:492] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: Bootstrap starting.
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.335881  5909 tablet_bootstrap.cc:492] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: Bootstrap starting.
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.335901  5908 tablet_bootstrap.cc:492] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: Bootstrap starting.
15:59:58.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.336488  5924 tablet_bootstrap.cc:654] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: Neither blocks nor log segments found. Creating new log.
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.336917  5908 tablet_bootstrap.cc:654] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: Neither blocks nor log segments found. Creating new log.
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.336956  5909 tablet_bootstrap.cc:654] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: Neither blocks nor log segments found. Creating new log.
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.337776  5924 tablet_bootstrap.cc:492] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: No bootstrap required, opened a new log
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.337833  5924 ts_tablet_manager.cc:1397] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: Time spent bootstrapping tablet: real 0.002s	user 0.002s	sys 0.000s
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338050  5908 tablet_bootstrap.cc:492] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: No bootstrap required, opened a new log
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338109  5908 ts_tablet_manager.cc:1397] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338321  5924 raft_consensus.cc:348] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338408  5924 raft_consensus.cc:374] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338428  5924 raft_consensus.cc:729] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36a9103ffefc44ef94ad5dc8b551cd87, State: Initialized, Role: FOLLOWER
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338538  5908 raft_consensus.cc:348] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338622  5908 raft_consensus.cc:374] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338575  5924 consensus_queue.cc:260] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338644  5908 raft_consensus.cc:729] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd6d19b51d654290b0d7f7462aae87e0, State: Initialized, Role: FOLLOWER
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338771  5908 consensus_queue.cc:260] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.338821  5924 ts_tablet_manager.cc:1428] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.000s
15:59:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.339095  5908 ts_tablet_manager.cc:1428] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
15:59:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.341400  5909 tablet_bootstrap.cc:492] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: No bootstrap required, opened a new log
15:59:58.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.341500  5909 ts_tablet_manager.cc:1397] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: Time spent bootstrapping tablet: real 0.006s	user 0.002s	sys 0.000s
15:59:58.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.342173  5909 raft_consensus.cc:348] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.342296  5909 raft_consensus.cc:374] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:59:58.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.342342  5909 raft_consensus.cc:729] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39e056eadda646d8ab7e80814bb7835f, State: Initialized, Role: FOLLOWER
15:59:58.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.343863  5909 consensus_queue.cc:260] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.344187  5909 ts_tablet_manager.cc:1428] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: Time spent starting tablet: real 0.003s	user 0.001s	sys 0.000s
15:59:58.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.364187  5726 tablet.cc:2369] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:58.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.412644  5589 tablet.cc:2369] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:58.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 15:59:58.572824  5861 tablet.cc:2369] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:59:58.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.589762  5926 raft_consensus.cc:482] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:59:58.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.589957  5926 raft_consensus.cc:504] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.590946  5926 leader_election.cc:288] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507), 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
15:59:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.595960  5677 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "be47642d3d7c48e9af65776243ab5f57" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39e056eadda646d8ab7e80814bb7835f" is_pre_election: true
15:59:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.595964  5540 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "be47642d3d7c48e9af65776243ab5f57" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd6d19b51d654290b0d7f7462aae87e0" is_pre_election: true
15:59:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.596186  5677 raft_consensus.cc:2454] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 0.
15:59:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.596220  5540 raft_consensus.cc:2454] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 0.
15:59:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.596616  5748 leader_election.cc:302] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36a9103ffefc44ef94ad5dc8b551cd87, 39e056eadda646d8ab7e80814bb7835f; no voters: 
15:59:58.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.596814  5926 raft_consensus.cc:2781] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Leader pre-election won for term 1
15:59:58.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.596874  5926 raft_consensus.cc:482] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:59:58.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.596913  5926 raft_consensus.cc:3037] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Advancing to term 1
15:59:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.597976  5926 raft_consensus.cc:504] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.598335  5926 leader_election.cc:288] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 election: Requested vote from peers dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507), 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
15:59:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.598739  5677 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "be47642d3d7c48e9af65776243ab5f57" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39e056eadda646d8ab7e80814bb7835f"
15:59:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.598730  5540 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "be47642d3d7c48e9af65776243ab5f57" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd6d19b51d654290b0d7f7462aae87e0"
15:59:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.598887  5677 raft_consensus.cc:3037] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Advancing to term 1
15:59:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.598901  5540 raft_consensus.cc:3037] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Advancing to term 1
15:59:58.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.599783  5677 raft_consensus.cc:2454] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 1.
15:59:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.599923  5540 raft_consensus.cc:2454] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 1.
15:59:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.600224  5748 leader_election.cc:302] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: 36a9103ffefc44ef94ad5dc8b551cd87, 39e056eadda646d8ab7e80814bb7835f; no voters: 
15:59:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.600447  5926 raft_consensus.cc:2781] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 FOLLOWER]: Leader election won for term 1
15:59:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.600587  5926 raft_consensus.cc:686] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 LEADER]: Becoming Leader. State: Replica: 36a9103ffefc44ef94ad5dc8b551cd87, State: Running, Role: LEADER
15:59:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.600756  5926 consensus_queue.cc:237] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
15:59:58.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.604101  5288 catalog_manager.cc:5495] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 reported cstate change: term changed from 0 to 1, leader changed from <none> to 36a9103ffefc44ef94ad5dc8b551cd87 (127.5.13.195). New cstate: current_term: 1 leader_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } health_report { overall_health: HEALTHY } } }
15:59:58.624 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet be47642d3d7c48e9af65776243ab5f57 for table 'testColumnAlterHandling' with partition [<start>, <end>)
15:59:58.624 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=be47642d3d7c48e9af65776243ab5f57@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
15:59:58.624 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=Write, tablet=null, attempt=1, sequence_id=-1, TimeoutTracker(timeout=30000, elapsed=2), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC GetTableLocations: sending RPC to server master-127.5.13.253:39123, [1ms] Sub RPC GetTableLocations: received response from server master-127.5.13.253:39123: OK, deferred=null) after lookup
15:59:58.625 [DEBUG - kudu-nio-1] (Connection.java:748) [peer 36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)] connecting to peer
15:59:58.626 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)] Successfully connected to peer
15:59:58.635 [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:59:58.637 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2945e8ab, L:/127.0.0.1:36510 - R:/127.5.13.195:40349] using TOKEN/null
15:59:58.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.644312  5540 raft_consensus.cc:1261] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 FOLLOWER]: Refusing update from remote peer 36a9103ffefc44ef94ad5dc8b551cd87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:58.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.644313  5677 raft_consensus.cc:1261] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f [term 1 FOLLOWER]: Refusing update from remote peer 36a9103ffefc44ef94ad5dc8b551cd87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:59:58.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.645047  5926 consensus_queue.cc:1035] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:58.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.645272  5927 consensus_queue.cc:1035] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:59:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:58.653189  5920 mvcc.cc:205] Tried to move back new op lower bound from 7305324128839643136 to 7305324128672047104. Current Snapshot: MvccSnapshot[applied={T|T < 7305324128839643136}]
15:59:58.694 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526398694
15:59:58.694 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526398691340
15:59:58.694 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:58.694 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6145885302197438688/
15:59:58.699 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:58.699 [INFO - ForkJoinPool-258-worker-1] (KuduBackup.scala:55) Backing up table testColumnAlterHandling to path: file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695
15:59:58.699 [INFO - ForkJoinPool-258-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:58.699 [INFO - ForkJoinPool-258-worker-1] (KuduBackup.scala:73) No previous backup was found. Starting a full backup.
15:59:58.700 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse').
15:59:58.700 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-task4G7XOq/java/build/dist-test/spark-warehouse'.
15:59:58.715 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:58.715 [INFO - ForkJoinPool-258-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:58.715 [INFO - ForkJoinPool-258-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:58.716 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:58.716 [INFO - ForkJoinPool-258-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:58.716 [INFO - ForkJoinPool-258-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:58.716 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:58.739 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Code generated in 12.160826 ms
15:59:58.756 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:58.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (save at KuduBackup.scala:97) with 1 output partitions
15:59:58.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (save at KuduBackup.scala:97)
15:59:58.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:58.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:58.758 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97), which has no missing parents
15:59:58.774 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 178.4 KiB, free 1993.7 MiB)
15:59:58.777 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 64.0 KiB, free 1993.6 MiB)
15:59:58.777 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 64.0 KiB, free: 1993.8 MiB)
15:59:58.778 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:59:58.778 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 0 (MapPartitionsRDD[2] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0))
15:59:58.778 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 1 tasks resource profile 0
15:59:58.780 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4899 bytes) taskResourceAssignments Map()
15:59:58.781 [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:59:58.810 [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:59:58.812 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:58.816 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:58.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (CodecConfig.java:95) Compression: SNAPPY
15:59:58.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:58.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:58.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:58.817 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:380) Validation is off
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:58.818 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_a",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_b",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_c",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_d",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required binary col_a (UTF8);
  required binary col_b (UTF8);
  required binary col_c (UTF8);
  required binary col_d (UTF8);
}

       
15:59:58.830 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077)] connecting to peer
15:59:58.831 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077)] Successfully connected to peer
15:59:58.841 [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:59:58.842 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe9cbeea4, L:/127.0.0.1:37210 - R:/127.5.13.194:39077] using TOKEN/null
15:59:59.302 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10 rows, more = false, responseScanTimestamp = 7305324129054720000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=be47642d3d7c48e9af65776243ab5f57, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:59:59.331 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Code generated in 24.610729 ms
15:59:59.333 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 480
15:59:59.336 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (FileOutputCommitter.java:593) Saved output of task 'attempt_20260708155958859280337776316697_0000_m_000000_0' to file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695/_temporary/0/task_20260708155958859280337776316697_0000_m_000000
15:59:59.336 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) attempt_20260708155958859280337776316697_0000_m_000000_0: Committed
15:59:59.337 [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). 6340 bytes result sent to driver
15:59:59.338 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 558 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:59.338 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:59:59.339 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (save at KuduBackup.scala:97) finished in 0.580 s
15:59:59.339 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:59.339 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:59:59.339 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Job 0 finished: save at KuduBackup.scala:97, took 0.582637 s
15:59:59.350 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Write Job 56e32116-45f3-4634-bf4d-70fbeba9f9d2 committed.
15:59:59.351 [INFO - ForkJoinPool-258-worker-1] (Logging.scala:57) Finished processing stats for write job 56e32116-45f3-4634-bf4d-70fbeba9f9d2.
15:59:59.353 [INFO - ForkJoinPool-258-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695/.kudu-metadata.json
15:59:59.360 [INFO - ForkJoinPool-258-worker-1] (KuduBackup.scala:149) Successfully backed up table testColumnAlterHandling
15:59:59.362 [DEBUG - main] (Connection.java:748) [peer master-127.5.13.252:33387(127.5.13.252:33387)] connecting to peer
15:59:59.363 [DEBUG - main] (Connection.java:748) [peer master-127.5.13.253:39123(127.5.13.253:39123)] connecting to peer
15:59:59.363 [DEBUG - main] (Connection.java:748) [peer master-127.5.13.254:38667(127.5.13.254:38667)] connecting to peer
15:59:59.365 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.13.253:39123(127.5.13.253:39123)] Successfully connected to peer
15:59:59.367 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.13.252:33387(127.5.13.252:33387)] Successfully connected to peer
15:59:59.368 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.13.253
15:59:59.369 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.13.254:38667(127.5.13.254:38667)] Successfully connected to peer
15:59:59.370 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.13.252
15:59:59.380 [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:59:59.380 [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:59:59.381 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7df05bbb, L:/127.0.0.1:40412 - R:/127.5.13.253:39123] using SASL/PLAIN
15:59:59.381 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.5.13.254
15:59:59.383 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:59:59.384 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:1488) Retrying sending RPC KuduRpc(method=GetTableSchema, tablet=null, attempt=1, TimeoutTracker(timeout=50000, elapsed=22), Traces: [0ms] refreshing cache from master, [0ms] Sub RPC ConnectToMaster: sending RPC to server master-127.5.13.252:33387, [1ms] Sub RPC ConnectToMaster: sending RPC to server master-127.5.13.253:39123, [2ms] Sub RPC ConnectToMaster: sending RPC to server master-127.5.13.254:38667, [21ms] Sub RPC ConnectToMaster: received response from server master-127.5.13.253:39123: OK, deferred=null) after lookup
15:59:59.386 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:59.390 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0c9b76ba, L:/127.0.0.1:50380 - R:/127.5.13.252:33387] using SASL/PLAIN
15:59:59.393 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
15:59:59.405 [INFO - main] (Logging.scala:57) Pushed Filters: 
15:59:59.406 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
15:59:59.406 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, col_a: string, col_b: string, col_c: string, col_d: string ... 3 more fields>
15:59:59.417 [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:59:59.419 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x115edc0f, L:/127.0.0.1:57694 - R:/127.5.13.254:38667] using SASL/PLAIN
15:59:59.431 [INFO - main] (Logging.scala:57) Code generated in 12.878908 ms
15:59:59.434 [INFO - main] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 310.9 KiB, free 1993.3 MiB)
15:59:59.446 [INFO - main] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 28.0 KiB, free 1993.3 MiB)
15:59:59.446 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 28.0 KiB, free: 1993.8 MiB)
15:59:59.447 [INFO - main] (Logging.scala:57) Created broadcast 1 from collect at TestKuduBackup.scala:994
15:59:59.448 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4195686 bytes, open cost is considered as scanning 4194304 bytes.
15:59:59.460 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
15:59:59.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at TestKuduBackup.scala:994) with 1 output partitions
15:59:59.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 1 (collect at TestKuduBackup.scala:994)
15:59:59.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:59.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:59.461 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994), which has no missing parents
15:59:59.462 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 14.1 KiB, free 1993.3 MiB)
15:59:59.464 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 5.7 KiB, free 1993.3 MiB)
15:59:59.466 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 5.7 KiB, free: 1993.8 MiB)
15:59:59.466 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:59:59.467 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 1 (MapPartitionsRDD[8] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
15:59:59.467 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 1 tasks resource profile 0
15:59:59.467 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 1) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5001 bytes) taskResourceAssignments Map()
15:59:59.468 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 1)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 1)
15:59:59.473 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 1)] (Logging.scala:57) Reading File path: file:///tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695/part-00000-4251a4d6-4538-447b-8e1b-32c437167df0-c000.snappy.parquet, range: 0-1382, partition values: [empty row]
15:59:59.477 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 1)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 1). 2012 bytes result sent to driver
15:59:59.478 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 1) in 11 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
15:59:59.478 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:59:59.479 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 1 (collect at TestKuduBackup.scala:994) finished in 0.017 s
15:59:59.480 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:59:59.480 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 1: Stage finished
15:59:59.480 [INFO - main] (Logging.scala:57) Job 1 finished: collect at TestKuduBackup.scala:994, took 0.019959 s
15:59:59.495 [INFO - main] (Logging.scala:57) Code generated in 11.710405 ms
15:59:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.505733  5288 catalog_manager.cc:3333] Servicing AlterTable request from {username='slave'} at 127.0.0.1:40396:
15:59:59.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) table { table_name: "testColumnAlterHandling" } alter_schema_steps { type: RENAME_COLUMN rename_column { old_name: "col_a" new_name: "col_1" } } alter_schema_steps { type: ADD_COLUMN add_column { schema { name: "col_a" type: STRING is_key: false is_nullable: false read_default_value: "default" cfile_block_size: 0 immutable: false is_auto_incrementing: false } } } alter_schema_steps { type: DROP_COLUMN drop_column { name: "col_b" } } alter_schema_steps { type: DROP_COLUMN drop_column { name: "col_d" } } alter_schema_steps { type: RENAME_COLUMN rename_column { old_name: "col_c" new_name: "col_d" } }
15:59:59.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.517444  5992 tablet.cc:1722] T be47642d3d7c48e9af65776243ab5f57 P 36a9103ffefc44ef94ad5dc8b551cd87: Alter schema from (
15:59:59.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:59.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:col_a STRING NOT NULL,
15:59:59.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:col_b STRING NOT NULL,
15:59:59.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:col_c STRING NOT NULL,
15:59:59.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:col_d STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 0 to (
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:col_1 STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:col_d STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:col_a STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 1
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.518074  5993 tablet.cc:1722] T be47642d3d7c48e9af65776243ab5f57 P 39e056eadda646d8ab7e80814bb7835f: Alter schema from (
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:col_a STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:col_b STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:col_c STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:col_d STRING NOT NULL,
15:59:59.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 0 to (
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:col_1 STRING NOT NULL,
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:col_d STRING NOT NULL,
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:col_a STRING NOT NULL,
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:59.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 1
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.528980  5994 tablet.cc:1722] T be47642d3d7c48e9af65776243ab5f57 P dd6d19b51d654290b0d7f7462aae87e0: Alter schema from (
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:col_a STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     12:col_b STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:col_c STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     14:col_d STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 0 to (
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     10:key INT32 NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     11:col_1 STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     13:col_d STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     15:col_a STRING NOT NULL,
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     PRIMARY KEY (key)
15:59:59.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ) version 1
15:59:59.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.547544  5288 catalog_manager.cc:6040] T 00000000000000000000000000000000 P 0a5e9ce814fa4f508dc5c52f7bb09693: testColumnAlterHandling [id=b638840a2b2a4e82adae54e12c76b6fc] alter complete (version 1)
15:59:59.562 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:59.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.575059  5861 maintenance_manager.cc:419] P 36a9103ffefc44ef94ad5dc8b551cd87: Scheduling UndoDeltaBlockGCOp(be47642d3d7c48e9af65776243ab5f57): 257 bytes on disk
15:59:59.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.576143  5749 maintenance_manager.cc:643] P 36a9103ffefc44ef94ad5dc8b551cd87: UndoDeltaBlockGCOp(be47642d3d7c48e9af65776243ab5f57) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":65,"lbm_reads_lt_1ms":4}
15:59:59.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.617156  5726 maintenance_manager.cc:419] P 39e056eadda646d8ab7e80814bb7835f: Scheduling UndoDeltaBlockGCOp(be47642d3d7c48e9af65776243ab5f57): 257 bytes on disk
15:59:59.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.618394  5614 maintenance_manager.cc:643] P 39e056eadda646d8ab7e80814bb7835f: UndoDeltaBlockGCOp(be47642d3d7c48e9af65776243ab5f57) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":66,"lbm_reads_lt_1ms":4}
15:59:59.642 [INFO - main] (TestKuduBackup.scala:963) nowMs: 1783526399642
15:59:59.643 [INFO - main] (TestKuduBackup.scala:965) propagated physicalMicros: 1783526399637130
15:59:59.643 [INFO - main] (TestKuduBackup.scala:966) propagated logical: 0
15:59:59.643 [INFO - main] (KuduBackup.scala:111) Backing up to root path: file:///tmp/backup6145885302197438688/
15:59:59.661 [INFO - main] (BackupIO.scala:236) Found 1 paths in file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling
15:59:59.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.665292  5589 maintenance_manager.cc:419] P dd6d19b51d654290b0d7f7462aae87e0: Scheduling UndoDeltaBlockGCOp(be47642d3d7c48e9af65776243ab5f57): 257 bytes on disk
15:59:59.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 15:59:59.666436  5477 maintenance_manager.cc:643] P dd6d19b51d654290b0d7f7462aae87e0: UndoDeltaBlockGCOp(be47642d3d7c48e9af65776243ab5f57) complete. Timing: real 0.001s	user 0.000s	sys 0.000s Metrics: {"cfile_init":1,"lbm_read_time_us":80,"lbm_reads_lt_1ms":4}
15:59:59.683 [DEBUG - ForkJoinPool-261-worker-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:59.683 [INFO - ForkJoinPool-261-worker-1] (KuduBackup.scala:55) Backing up table testColumnAlterHandling to path: file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526399643
15:59:59.683 [INFO - ForkJoinPool-261-worker-1] (KuduBackup.scala:66) Looking for a previous backup: forceFull and fromMs options are not set.
15:59:59.684 [INFO - ForkJoinPool-261-worker-1] (KuduBackup.scala:69) Setting fromMs to 1783526398695 from backup in path: file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695
15:59:59.714 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Using default output committer for Parquet: org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:59.721 [INFO - ForkJoinPool-261-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:59.721 [INFO - ForkJoinPool-261-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:59.721 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:59.722 [INFO - ForkJoinPool-261-worker-1] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:59.722 [INFO - ForkJoinPool-261-worker-1] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:59.722 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:59.793 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Code generated in 14.413812 ms
15:59:59.817 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Starting job: save at KuduBackup.scala:97
15:59:59.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 2 (save at KuduBackup.scala:97) with 1 output partitions
15:59:59.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 2 (save at KuduBackup.scala:97)
15:59:59.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:59:59.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:59:59.818 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97), which has no missing parents
15:59:59.837 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 179.6 KiB, free 1993.1 MiB)
15:59:59.838 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 64.7 KiB, free 1993.0 MiB)
15:59:59.839 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 64.7 KiB, free: 1993.7 MiB)
15:59:59.840 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:59:59.840 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 2 (MapPartitionsRDD[11] at save at KuduBackup.scala:97) (first 15 tasks are for partitions Vector(0))
15:59:59.840 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 1 tasks resource profile 0
15:59:59.841 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 2) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, ANY, 4891 bytes) taskResourceAssignments Map()
15:59:59.842 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 2)
15:59:59.853 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:59:59.855 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
15:59:59.858 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:59.858 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:59.858 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Using user defined output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:140) File Output Committer Algorithm version is 1
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:155) FileOutputCommitter skip cleanup _temporary folders under output directory:false, ignore cleanup failures: false
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Using output committer class org.apache.parquet.hadoop.ParquetOutputCommitter
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (CodecConfig.java:95) Compression: SNAPPY
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:376) Parquet block size to 134217728
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:377) Parquet page size to 1048576
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:378) Parquet dictionary page size to 1048576
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:379) Dictionary is on
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:380) Validation is off
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:381) Writer version is: PARQUET_1_0
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:382) Maximum row group padding size is 8388608 bytes
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:383) Page size checking is: estimated
15:59:59.859 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:384) Min row count for page size check is: 100
15:59:59.860 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (ParquetOutputFormat.java:385) Max row count for page size check is: 10000
15:59:59.860 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Initialized Parquet WriteSupport with Catalyst schema:
{
  "type" : "struct",
  "fields" : [ {
    "name" : "key",
    "type" : "integer",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_1",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_d",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "col_a",
    "type" : "string",
    "nullable" : false,
    "metadata" : { }
  }, {
    "name" : "backup_row_action",
    "type" : "byte",
    "nullable" : true,
    "metadata" : { }
  } ]
}
and corresponding Parquet message type:
message spark_schema {
  required int32 key;
  required binary col_1 (UTF8);
  required binary col_d (UTF8);
  required binary col_a (UTF8);
  optional int32 backup_row_action (INT_8);
}

       
16:00:00.238 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10 rows, more = false, responseScanTimestamp = 7305324132937728000) for scanner KuduScanner(table=testColumnAlterHandling, tablet=be47642d3d7c48e9af65776243ab5f57, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
16:00:00.263 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Code generated in 20.956091 ms
16:00:00.265 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (InternalParquetRecordWriter.java:165) Flushing mem columnStore to file. allocated memory: 395
16:00:00.267 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (FileOutputCommitter.java:593) Saved output of task 'attempt_202607081559598493537067879124558_0002_m_000000_2' to file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526399643/_temporary/0/task_202607081559598493537067879124558_0002_m_000000
16:00:00.267 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) attempt_202607081559598493537067879124558_0002_m_000000_2: Committed
16:00:00.268 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 2)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 2). 6297 bytes result sent to driver
16:00:00.269 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 2) in 428 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
16:00:00.269 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
16:00:00.269 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 2 (save at KuduBackup.scala:97) finished in 0.451 s
16:00:00.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 2 is finished. Cancelling potential speculative or zombie tasks for this job
16:00:00.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 2: Stage finished
16:00:00.270 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Job 2 finished: save at KuduBackup.scala:97, took 0.452750 s
16:00:00.277 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Write Job 8e3348b4-a300-4001-b022-fbeda783544b committed.
16:00:00.278 [INFO - ForkJoinPool-261-worker-1] (Logging.scala:57) Finished processing stats for write job 8e3348b4-a300-4001-b022-fbeda783544b.
16:00:00.280 [INFO - ForkJoinPool-261-worker-1] (BackupIO.scala:95) Writing metadata to file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526399643/.kudu-metadata.json
16:00:00.287 [INFO - ForkJoinPool-261-worker-1] (KuduBackup.scala:149) Successfully backed up table testColumnAlterHandling
16:00:00.289 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table b638840a2b2a4e82adae54e12c76b6fc
16:00:00.296 [INFO - main] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
16:00:00.302 [INFO - main] (Logging.scala:57) Pushed Filters: 
16:00:00.302 [INFO - main] (Logging.scala:57) Post-Scan Filters: 
16:00:00.302 [INFO - main] (Logging.scala:57) Output Data Schema: struct<key: int, col_1: string, col_d: string, col_a: string, backup_row_action: tinyint ... 3 more fields>
16:00:00.321 [INFO - main] (Logging.scala:57) Code generated in 11.604847 ms
16:00:00.323 [INFO - main] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 310.9 KiB, free 1992.7 MiB)
16:00:00.337 [INFO - main] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 28.1 KiB, free 1992.7 MiB)
16:00:00.338 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 28.1 KiB, free: 1993.7 MiB)
16:00:00.339 [INFO - main] (Logging.scala:57) Created broadcast 4 from collect at TestKuduBackup.scala:994
16:00:00.339 [INFO - main] (Logging.scala:57) Planning scan with bin packing, max size: 4195800 bytes, open cost is considered as scanning 4194304 bytes.
16:00:00.362 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 in memory (size: 5.7 KiB, free: 1993.7 MiB)
16:00:00.365 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 in memory (size: 28.0 KiB, free: 1993.7 MiB)
16:00:00.368 [INFO - main] (Logging.scala:57) Starting job: collect at TestKuduBackup.scala:994
16:00:00.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 3 (collect at TestKuduBackup.scala:994) with 1 output partitions
16:00:00.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 3 (collect at TestKuduBackup.scala:994)
16:00:00.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
16:00:00.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
16:00:00.369 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994), which has no missing parents
16:00:00.370 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 in memory (size: 64.7 KiB, free: 1993.8 MiB)
16:00:00.371 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 14.1 KiB, free 1993.1 MiB)
16:00:00.372 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 5.7 KiB, free 1993.3 MiB)
16:00:00.372 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 5.7 KiB, free: 1993.8 MiB)
16:00:00.373 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
16:00:00.373 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 3 (MapPartitionsRDD[17] at collect at TestKuduBackup.scala:994) (first 15 tasks are for partitions Vector(0))
16:00:00.373 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 1 tasks resource profile 0
16:00:00.374 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 3) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5001 bytes) taskResourceAssignments Map()
16:00:00.375 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 3)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 3)
16:00:00.379 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 3)] (Logging.scala:57) Reading File path: file:///tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526399643/part-00000-953189e4-507a-4405-af7a-4743199a7d7a-c000.snappy.parquet, range: 0-1496, partition values: [empty row]
16:00:00.382 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 3)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 3). 1945 bytes result sent to driver
16:00:00.383 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 3) in 9 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
16:00:00.383 [INFO - task-result-getter-3] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
16:00:00.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 3 (collect at TestKuduBackup.scala:994) finished in 0.014 s
16:00:00.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 3 is finished. Cancelling potential speculative or zombie tasks for this job
16:00:00.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 3: Stage finished
16:00:00.385 [INFO - main] (Logging.scala:57) Job 3 finished: collect at TestKuduBackup.scala:994, took 0.016441 s
16:00:00.396 [INFO - main] (Logging.scala:57) Code generated in 9.295213 ms
16:00:00.398 [INFO - main] (KuduRestore.scala:208) Restoring from path: file:///tmp/backup6145885302197438688/
16:00:00.405 [INFO - main] (BackupIO.scala:236) Found 2 paths in file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling
16:00:00.406 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:104) Restoring table testColumnAlterHandling from path: file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695
16:00:00.407 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:112) Creating restore table testColumnAlterHandling-restore
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.408514  5288 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40396:
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "testColumnAlterHandling-restore"
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_1"
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
16:00:00.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_d"
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "col_a"
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     read_default_value: "default"
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     encoding: AUTO_ENCODING
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     compression: DEFAULT_COMPRESSION
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 3
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\007\000"
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
16:00:00.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
16:00:00.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
16:00:00.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "slave"
16:00:00.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) comment: ""
16:00:00.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 16:00:00.409201  5288 catalog_manager.cc:6854] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table testColumnAlterHandling-restore in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
16:00:00.418 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 189464d68d2c489295152b0182c7ac9f
16:00:00.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.421083  5520 tablet_service.cc:1467] Processing CreateTablet for tablet 22af6271807e47f485a08928d4632578 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=189464d68d2c489295152b0182c7ac9f]), partition=RANGE (key) PARTITION UNBOUNDED
16:00:00.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.421368  5657 tablet_service.cc:1467] Processing CreateTablet for tablet 22af6271807e47f485a08928d4632578 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=189464d68d2c489295152b0182c7ac9f]), partition=RANGE (key) PARTITION UNBOUNDED
16:00:00.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.421360  5792 tablet_service.cc:1467] Processing CreateTablet for tablet 22af6271807e47f485a08928d4632578 (DEFAULT_TABLE table=testColumnAlterHandling-restore [id=189464d68d2c489295152b0182c7ac9f]), partition=RANGE (key) PARTITION UNBOUNDED
16:00:00.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.421494  5520 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 22af6271807e47f485a08928d4632578. 1 dirs total, 0 dirs full, 0 dirs failed
16:00:00.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.421675  5657 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 22af6271807e47f485a08928d4632578. 1 dirs total, 0 dirs full, 0 dirs failed
16:00:00.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.421700  5792 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 22af6271807e47f485a08928d4632578. 1 dirs total, 0 dirs full, 0 dirs failed
16:00:00.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.423765  6060 tablet_bootstrap.cc:492] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87: Bootstrap starting.
16:00:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.424772  6061 tablet_bootstrap.cc:492] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f: Bootstrap starting.
16:00:00.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.424739  6062 tablet_bootstrap.cc:492] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0: Bootstrap starting.
16:00:00.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.424896  6060 tablet_bootstrap.cc:654] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87: Neither blocks nor log segments found. Creating new log.
16:00:00.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.425623  6062 tablet_bootstrap.cc:654] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0: Neither blocks nor log segments found. Creating new log.
16:00:00.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.425664  6061 tablet_bootstrap.cc:654] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f: Neither blocks nor log segments found. Creating new log.
16:00:00.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426008  6060 tablet_bootstrap.cc:492] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87: No bootstrap required, opened a new log
16:00:00.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426110  6060 ts_tablet_manager.cc:1397] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.002s
16:00:00.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426560  6060 raft_consensus.cc:348] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426698  6060 raft_consensus.cc:374] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426729  6062 tablet_bootstrap.cc:492] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0: No bootstrap required, opened a new log
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426735  6060 raft_consensus.cc:729] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 36a9103ffefc44ef94ad5dc8b551cd87, State: Initialized, Role: FOLLOWER
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426806  6062 ts_tablet_manager.cc:1397] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426927  6061 tablet_bootstrap.cc:492] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f: No bootstrap required, opened a new log
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.426900  6060 consensus_queue.cc:260] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427002  6061 ts_tablet_manager.cc:1397] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427173  6060 ts_tablet_manager.cc:1428] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427222  6062 raft_consensus.cc:348] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427325  6062 raft_consensus.cc:374] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427354  6062 raft_consensus.cc:729] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd6d19b51d654290b0d7f7462aae87e0, State: Initialized, Role: FOLLOWER
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427466  6062 consensus_queue.cc:260] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427498  6061 raft_consensus.cc:348] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427618  6061 raft_consensus.cc:374] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427654  6061 raft_consensus.cc:729] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39e056eadda646d8ab7e80814bb7835f, State: Initialized, Role: FOLLOWER
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427807  6062 ts_tablet_manager.cc:1428] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
16:00:00.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.427834  6061 consensus_queue.cc:260] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.428202  6061 ts_tablet_manager.cc:1428] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f: Time spent starting tablet: real 0.001s	user 0.001s	sys 0.000s
16:00:00.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.465507  6020 raft_consensus.cc:482] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
16:00:00.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.465680  6020 raft_consensus.cc:504] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.466277  6020 leader_election.cc:288] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507), 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.466847  5677 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "22af6271807e47f485a08928d4632578" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39e056eadda646d8ab7e80814bb7835f" is_pre_election: true
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.466842  5539 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "22af6271807e47f485a08928d4632578" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd6d19b51d654290b0d7f7462aae87e0" is_pre_election: true
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.467038  5539 raft_consensus.cc:2454] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 0.
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.467042  5677 raft_consensus.cc:2454] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 0.
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.467429  5748 leader_election.cc:302] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 36a9103ffefc44ef94ad5dc8b551cd87, 39e056eadda646d8ab7e80814bb7835f; no voters: 
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.467682  6020 raft_consensus.cc:2781] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Leader pre-election won for term 1
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.467779  6020 raft_consensus.cc:482] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
16:00:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.467824  6020 raft_consensus.cc:3037] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 0 FOLLOWER]: Advancing to term 1
16:00:00.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.468945  6020 raft_consensus.cc:504] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.469355  6020 leader_election.cc:288] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 election: Requested vote from peers dd6d19b51d654290b0d7f7462aae87e0 (127.5.13.193:36507), 39e056eadda646d8ab7e80814bb7835f (127.5.13.194:39077)
16:00:00.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.469856  5677 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "22af6271807e47f485a08928d4632578" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39e056eadda646d8ab7e80814bb7835f"
16:00:00.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.469847  5539 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "22af6271807e47f485a08928d4632578" candidate_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd6d19b51d654290b0d7f7462aae87e0"
16:00:00.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.469972  5677 raft_consensus.cc:3037] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 0 FOLLOWER]: Advancing to term 1
16:00:00.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.470000  5539 raft_consensus.cc:3037] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 0 FOLLOWER]: Advancing to term 1
16:00:00.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.470925  5677 raft_consensus.cc:2454] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 1.
16:00:00.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.470945  5539 raft_consensus.cc:2454] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 36a9103ffefc44ef94ad5dc8b551cd87 in term 1.
16:00:00.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.471268  5748 leader_election.cc:302] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 36a9103ffefc44ef94ad5dc8b551cd87, 39e056eadda646d8ab7e80814bb7835f, dd6d19b51d654290b0d7f7462aae87e0; no voters: 
16:00:00.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.471634  6020 raft_consensus.cc:2781] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 FOLLOWER]: Leader election won for term 1
16:00:00.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.471902  6020 raft_consensus.cc:686] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [term 1 LEADER]: Becoming Leader. State: Replica: 36a9103ffefc44ef94ad5dc8b551cd87, State: Running, Role: LEADER
16:00:00.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.472076  6020 consensus_queue.cc:237] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [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: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } }
16:00:00.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.474376  5288 catalog_manager.cc:5495] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 reported cstate change: term changed from 0 to 1, leader changed from <none> to 36a9103ffefc44ef94ad5dc8b551cd87 (127.5.13.195). New cstate: current_term: 1 leader_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "36a9103ffefc44ef94ad5dc8b551cd87" member_type: VOTER last_known_addr { host: "127.5.13.195" port: 40349 } health_report { overall_health: HEALTHY } } }
16:00:00.486 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
16:00:00.497 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
16:00:00.497 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:362) Dropping the column col_d from backup data
16:00:00.501 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:362) Dropping the column col_b from backup data
16:00:00.502 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:371) Renamed the column col_c to col_d in backup data
16:00:00.506 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:371) Renamed the column col_a to col_1 in backup data
16:00:00.520 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Pushed Filters: 
16:00:00.520 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Post-Scan Filters: 
16:00:00.520 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, col_a: string, col_c: string, backup_row_action: tinyint ... 2 more fields>
16:00:00.531 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Code generated in 7.525323 ms
16:00:00.533 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 310.6 KiB, free 1993.0 MiB)
16:00:00.541 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 28.1 KiB, free 1993.0 MiB)
16:00:00.542 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 28.1 KiB, free: 1993.8 MiB)
16:00:00.543 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Created broadcast 6 from toRdd at KuduRestore.scala:140
16:00:00.543 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4195686 bytes, open cost is considered as scanning 4194304 bytes.
16:00:00.555 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
16:00:00.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 4 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
16:00:00.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 4 (foreachPartition at KuduRestore.scala:140)
16:00:00.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
16:00:00.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
16:00:00.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140), which has no missing parents
16:00:00.558 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 20.0 KiB, free 1992.9 MiB)
16:00:00.560 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 9.0 KiB, free 1992.9 MiB)
16:00:00.560 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 9.0 KiB, free: 1993.7 MiB)
16:00:00.561 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
16:00:00.561 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 4 (SQLExecutionRDD[21] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
16:00:00.561 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 1 tasks resource profile 0
16:00:00.562 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 4) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5001 bytes) taskResourceAssignments Map()
16:00:00.563 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 4)
16:00:00.569 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
16:00:00.571 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 189464d68d2c489295152b0182c7ac9f
16:00:00.572 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Logging.scala:57) Reading File path: file:///tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526398695/part-00000-4251a4d6-4538-447b-8e1b-32c437167df0-c000.snappy.parquet, range: 0-1382, partition values: [empty row]
16:00:00.577 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=10, operationSize=640, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@466f50d, flushNotification=Deferred@905081256(state=PENDING, result=null, callback=<none>, errback=<none>)}
16:00:00.578 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.578 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.579 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.579 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.579 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.579 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.580 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.580 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.580 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.580 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.581 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.581 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.581 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.581 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.582 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.582 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.582 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.582 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.582 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet 22af6271807e47f485a08928d4632578 for table 'testColumnAlterHandling-restore' with partition [<start>, <end>)
16:00:00.583 [DEBUG - kudu-nio-1] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x, ttl=299999, tablet=22af6271807e47f485a08928d4632578@[36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)[L],39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077),dd6d19b51d654290b0d7f7462aae87e0(127.5.13.193:36507)]}]
16:00:00.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.586400  5539 raft_consensus.cc:1261] T 22af6271807e47f485a08928d4632578 P dd6d19b51d654290b0d7f7462aae87e0 [term 1 FOLLOWER]: Refusing update from remote peer 36a9103ffefc44ef94ad5dc8b551cd87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
16:00:00.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.586405  5677 raft_consensus.cc:1261] T 22af6271807e47f485a08928d4632578 P 39e056eadda646d8ab7e80814bb7835f [term 1 FOLLOWER]: Refusing update from remote peer 36a9103ffefc44ef94ad5dc8b551cd87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
16:00:00.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.586918  6068 consensus_queue.cc:1035] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd6d19b51d654290b0d7f7462aae87e0" member_type: VOTER last_known_addr { host: "127.5.13.193" port: 36507 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
16:00:00.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.587103  6020 consensus_queue.cc:1035] T 22af6271807e47f485a08928d4632578 P 36a9103ffefc44ef94ad5dc8b551cd87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39e056eadda646d8ab7e80814bb7835f" member_type: VOTER last_known_addr { host: "127.5.13.194" port: 39077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
16:00:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.592960  6072 mvcc.cc:205] Tried to move back new op lower bound from 7305324136796553216 to 7305324136335167488. Current Snapshot: MvccSnapshot[applied={T|T < 7305324136796553216}]
16:00:00.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.595520  6074 mvcc.cc:205] Tried to move back new op lower bound from 7305324136796553216 to 7305324136335167488. Current Snapshot: MvccSnapshot[applied={T|T < 7305324136796553216}]
16:00:00.600 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 4)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 4). 5419 bytes result sent to driver
16:00:00.601 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 4) in 39 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
16:00:00.601 [INFO - task-result-getter-0] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
16:00:00.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 4 (foreachPartition at KuduRestore.scala:140) finished in 0.045 s
16:00:00.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 4 is finished. Cancelling potential speculative or zombie tasks for this job
16:00:00.602 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 4: Stage finished
16:00:00.602 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Job 4 finished: foreachPartition at KuduRestore.scala:140, took 0.047351 s
16:00:00.603 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:104) Restoring table testColumnAlterHandling from path: file:/tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526399643
16:00:00.609 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) It took 1 ms to list leaf files for 1 paths.
16:00:00.617 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:351) Adjusting columns to handle alterations
16:00:00.622 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Pushed Filters: 
16:00:00.623 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Post-Scan Filters: 
16:00:00.624 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Output Data Schema: struct<key: int, col_1: string, col_d: string, col_a: string, backup_row_action: tinyint ... 3 more fields>
16:00:00.640 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Code generated in 12.350383 ms
16:00:00.643 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 310.9 KiB, free 1992.6 MiB)
16:00:00.654 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 28.1 KiB, free 1992.6 MiB)
16:00:00.654 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 28.1 KiB, free: 1993.7 MiB)
16:00:00.655 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Created broadcast 8 from toRdd at KuduRestore.scala:140
16:00:00.655 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Planning scan with bin packing, max size: 4195800 bytes, open cost is considered as scanning 4194304 bytes.
16:00:00.666 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Starting job: foreachPartition at KuduRestore.scala:140
16:00:00.666 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 5 (foreachPartition at KuduRestore.scala:140) with 1 output partitions
16:00:00.666 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 5 (foreachPartition at KuduRestore.scala:140)
16:00:00.666 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
16:00:00.666 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
16:00:00.667 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140), which has no missing parents
16:00:00.668 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9 stored as values in memory (estimated size 20.1 KiB, free 1992.6 MiB)
16:00:00.669 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_9_piece0 stored as bytes in memory (estimated size 9.0 KiB, free 1992.6 MiB)
16:00:00.670 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_9_piece0 in memory on dist-test-slave-vt7w.c.gcp-upstream.internal:39495 (size: 9.0 KiB, free: 1993.7 MiB)
16:00:00.670 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 9 from broadcast at DAGScheduler.scala:1388
16:00:00.670 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 1 missing tasks from ResultStage 5 (SQLExecutionRDD[25] at toRdd at KuduRestore.scala:140) (first 15 tasks are for partitions Vector(0))
16:00:00.670 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 1 tasks resource profile 0
16:00:00.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 5) (dist-test-slave-vt7w.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 5001 bytes) taskResourceAssignments Map()
16:00:00.671 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 5)
16:00:00.678 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
16:00:00.680 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 189464d68d2c489295152b0182c7ac9f
16:00:00.680 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (Logging.scala:57) Reading File path: file:///tmp/backup6145885302197438688/b638840a2b2a4e82adae54e12c76b6fc-testColumnAlterHandling/1783526399643/part-00000-953189e4-507a-4405-af7a-4743199a7d7a-c000.snappy.parquet, range: 0-1496, partition values: [empty row]
16:00:00.683 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=10, operationSize=730, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6889ad57, flushNotification=Deferred@1680331629(state=PENDING, result=null, callback=<none>, errback=<none>)}
16:00:00.690 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 5)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 5). 5419 bytes result sent to driver
16:00:00.691 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 5) in 20 ms on dist-test-slave-vt7w.c.gcp-upstream.internal (executor driver) (1/1)
16:00:00.691 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
16:00:00.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 5 (foreachPartition at KuduRestore.scala:140) finished in 0.024 s
16:00:00.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 5 is finished. Cancelling potential speculative or zombie tasks for this job
16:00:00.692 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 5: Stage finished
16:00:00.693 [INFO - ForkJoinPool-264-worker-1] (Logging.scala:57) Job 5 finished: foreachPartition at KuduRestore.scala:140, took 0.026568 s
16:00:00.693 [INFO - ForkJoinPool-264-worker-1] (KuduRestore.scala:237) Successfully restored table testColumnAlterHandling
16:00:00.695 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:894) Opened table 189464d68d2c489295152b0182c7ac9f
16:00:00.702 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 20 rows, more = false) for scanner KuduScanner(table=testColumnAlterHandling-restore, tablet=22af6271807e47f485a08928d4632578, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
16:00:00.720 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
16:00:00.725 [INFO - main] (Logging.scala:57) MemoryStore cleared
16:00:00.725 [INFO - main] (Logging.scala:57) BlockManager stopped
16:00:00.726 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
16:00:00.726 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
16:00:00.734 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
16:00:00.734 [DEBUG - main] (Connection.java:575) [peer master-127.5.13.252:33387(127.5.13.252:33387)] disconnecting while in state READY
16:00:00.734 [DEBUG - main] (Connection.java:575) [peer 39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077)] disconnecting while in state READY
16:00:00.734 [DEBUG - main] (Connection.java:575) [peer master-127.5.13.253:39123(127.5.13.253:39123)] disconnecting while in state READY
16:00:00.734 [DEBUG - main] (Connection.java:575) [peer 36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)] disconnecting while in state READY
16:00:00.735 [DEBUG - main] (Connection.java:575) [peer master-127.5.13.254:38667(127.5.13.254:38667)] disconnecting while in state READY
16:00:00.736 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.13.252:33387(127.5.13.252:33387)] handling channelInactive
16:00:00.736 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.13.252:33387(127.5.13.252:33387)] cleaning up while in state READY due to: connection closed
16:00:00.736 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077)] handling channelInactive
16:00:00.736 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 39e056eadda646d8ab7e80814bb7835f(127.5.13.194:39077)] cleaning up while in state READY due to: connection closed
16:00:00.736 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.13.254:38667(127.5.13.254:38667)] handling channelInactive
16:00:00.736 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.13.254:38667(127.5.13.254:38667)] cleaning up while in state READY due to: connection closed
16:00:00.738 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
16:00:00.739 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.13.253:39123(127.5.13.253:39123)] handling channelInactive
16:00:00.739 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.13.253:39123(127.5.13.253:39123)] cleaning up while in state READY due to: connection closed
16:00:00.739 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)] handling channelInactive
16:00:00.739 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 36a9103ffefc44ef94ad5dc8b551cd87(127.5.13.195:40349)] cleaning up while in state READY due to: connection closed
16:00:00.740 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 37 thread-local buffer(s) from thread: kudu-nio-1
16:00:00.742 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 27 thread-local buffer(s) from thread: kudu-nio-0
16:00:00.751 [DEBUG - main] (Connection.java:575) [peer master-127.5.13.252:33387(127.5.13.252:33387)] disconnecting while in state READY
16:00:00.752 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.13.252:33387(127.5.13.252:33387)] handling channelInactive
16:00:00.753 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.13.252:33387(127.5.13.252:33387)] cleaning up while in state READY due to: connection closed
16:00:00.754 [DEBUG - main] (Connection.java:575) [peer master-127.5.13.253:39123(127.5.13.253:39123)] disconnecting while in state READY
16:00:00.754 [DEBUG - main] (Connection.java:575) [peer master-127.5.13.254:38667(127.5.13.254:38667)] disconnecting while in state READY
16:00:00.754 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.13.254:38667(127.5.13.254:38667)] handling channelInactive
16:00:00.754 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.13.253:39123(127.5.13.253:39123)] handling channelInactive
16:00:00.755 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.13.253:39123(127.5.13.253:39123)] cleaning up while in state READY due to: connection closed
16:00:00.755 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.13.254:38667(127.5.13.254:38667)] cleaning up while in state READY due to: connection closed
16:00:00.755 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
16:00:00.756 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 19 thread-local buffer(s) from thread: kudu-nio-0
16:00:00.757 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 24 thread-local buffer(s) from thread: kudu-nio-1
16:00:00.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.757431  5175 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 5458
16:00:00.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.766706  5175 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 5595
16:00:00.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.774948  5175 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 5730
16:00:00.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.781936  5175 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 5186
16:00:00.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.789297  5175 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 5257
16:00:00.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 16:00:00.796432  5175 external_mini_cluster.cc:1595] Killing /tmp/dist-test-task4G7XOq/build/debug/bin/kudu with pid 5327
16:00:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T16:00:00Z chronyd exiting

Time: 159.402

OK (28 tests)

16:00:00.869 [INFO - shutdown-hook-0] (Logging.scala:57) Shutdown hook called
16:00:00.870 [INFO - shutdown-hook-0] (Logging.scala:57) Deleting directory /tmp/spark-55a58cb7-d8ef-4e3c-9222-4614d294ae09
